Annotation of parser3/ChangeLog, revision 1.241
1.241 ! moko 1: 2026-09-07 moko
! 2:
! 3: * tests/: 346-curl.html, 451-curl.html, results/346-curl.processed,
! 4: results/451-curl.processed: test for curl and file::load accept a
! 5: hash or array as a form field value (related to feature #1296)
! 6:
! 7: * src/: classes/curl.C, main/pa_http.C: curl and file::load accept
! 8: a hash or array as a form field value (implements multiple files
! 9: per field support, feature #1296)
! 10:
1.240 moko 11: 2026-07-19 moko
12:
13: * src/classes/curl.C: win32 compatibility (related to feature
14: #1295)
15:
16: * tests/: 450-curl.html, results/450-curl.processed:
17: $.resolve[^hash::create[]] test added (related to feature #1295)
18:
19: * tests/results/379-curl.processed: curl test results actualized
20: after ERRORBUFFER was used
21:
22: * src/classes/curl.C: check for empty hash added (related to
23: feature #1295)
24:
25: * src/lib/curl/curl.h: curl_slist + CURLOPT_RESOLVE added (related
26: to feature #1295)
27:
28: * tests/: 450-curl.html, results/450-curl.processed: tests for curl
29: $.resolve option added (related to feature #1295)
30:
31: * src/classes/curl.C: curl $.resolve[curl|parser] parser option
32: added to avoid getaddrinfo() curl thread creation; $.resolve[
33: $.[domain.name][ip] or $.[domain.name:port][ip] ] curl option
34: also added (implements feature #1295)
35:
36: * src/classes/inet.C: pa_name2ip extracted to be used in curl.C
37: (related to feature #1295)
38:
39: 2026-07-14 moko
40:
41: * src/: classes/curl.C, lib/curl/curl.h: CURLOPT_ERRORBUFFER used
42: to get more detailed error description (related to feature #1295)
43:
1.239 moko 44: 2026-07-11 moko
45:
46: * tests/: 030.html, results/030.processed: cookie $.expires(0) test
47: added (code coverage)
48:
49: * operators.txt: translation fixed
50:
1.238 moko 51: 2026-05-28 moko
52:
53: * src/include/pa_config_includes.h: warnings war
54:
55: * src/classes/classes.h: warnings war
56:
57: * src/include/pa_inline_hash.h: fix for old gcc
58:
1.237 moko 59: 2026-05-24 moko
60:
61: * src/main/pa_request.C, tests/httpd/041.txt, tests/httpd/042.txt,
62: tests/httpd/043.txt, tests/httpd/ok.log: more range check tests
63: added
64:
1.236 moko 65: 2026-05-06 moko
66:
67: * operators.ru.txt, operators.txt: ^int/double.++[] and
68: ^int/double.--[] documented (related to feature #1294)
69:
70: * tests/: 063.html, results/063.processed: test for
71: ^int/double.++[] and ^int/double.--[] added (related to feature
72: #1294)
73:
74: * src/classes/: double.C, int.C: ^int/double.++[] and
75: ^int/double.--[] added (adopted Sumo patch, implements feature
76: #1294)
77:
78: * src/main/main.vcproj: pa_inline_hash.h added (related to feature
79: #1293)
80:
1.235 moko 81: 2026-04-30 moko
82:
83: * src/include/pa_inline_hash.h: PA_PROBE_LIMIT added (related to
84: feature #1293)
85:
86: * src/include/pa_inline_hash.h: First lookup optimization added
87: (related to feature #1293)
88:
89: * src/include/pa_inline_hash.h: upgrade to linear-probing hash
90: (related to feature #1293)
91:
1.234 moko 92: 2026-04-25 moko
93:
94: * INSTALL, NEWS, README, buildall, src/classes/amqp.C,
95: src/classes/array.C, src/classes/bool.C, src/classes/classes.C,
96: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
97: src/classes/double.C, src/classes/file.C, src/classes/form.C,
98: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
99: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
100: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
101: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
102: src/classes/regex.C, src/classes/response.C,
103: src/classes/string.C, src/classes/table.C, src/classes/void.C,
104: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
105: src/include/pa_array.h, src/include/pa_base64.h,
106: src/include/pa_cache_managers.h, src/include/pa_charset.h,
107: src/include/pa_charsets.h, src/include/pa_common.h,
108: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
109: src/include/pa_dictionary.h, src/include/pa_dir.h,
110: src/include/pa_exception.h, src/include/pa_exec.h,
111: src/include/pa_globals.h, src/include/pa_hash.h,
112: src/include/pa_http.h, src/include/pa_inline_hash.h,
113: src/include/pa_int.h, src/include/pa_memory.h,
114: src/include/pa_opcode.h, src/include/pa_operation.h,
115: src/include/pa_os.h, src/include/pa_pool.h,
116: src/include/pa_random.h, src/include/pa_request.h,
117: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
118: src/include/pa_sapi.h, src/include/pa_socks.h,
119: src/include/pa_sql_connection.h,
120: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
121: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
122: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
123: src/include/pa_table.h, src/include/pa_threads.h,
124: src/include/pa_types.h, src/include/pa_uue.h,
125: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
126: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
127: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c,
128: src/lib/memcached/pa_memcached.C,
129: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
130: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
131: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
132: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
133: src/main/compile.tab.C, src/main/compile.y,
134: src/main/compile_tools.C, src/main/compile_tools.h,
135: src/main/execute.C, src/main/pa_base64.C,
136: src/main/pa_cache_managers.C, src/main/pa_charset.C,
137: src/main/pa_charsets.C, src/main/pa_common.C,
138: src/main/pa_dictionary.C, src/main/pa_dir.C,
139: src/main/pa_exception.C, src/main/pa_exec.C,
140: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_int.C,
141: src/main/pa_memory.C, src/main/pa_os.C, src/main/pa_pool.C,
142: src/main/pa_random.C, src/main/pa_request.C, src/main/pa_socks.C,
143: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
144: src/main/pa_stylesheet_connection.C,
145: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
146: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
147: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
148: src/main/untaint.C, src/main/helpers/simple_folding.pl,
149: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
150: src/targets/apache/mod_parser3_core.C,
151: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
152: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
153: src/types/pa_method.h, src/types/pa_property.h,
154: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vamqp.h,
155: src/types/pa_varray.C, src/types/pa_varray.h,
156: src/types/pa_vbool.h, src/types/pa_vcaller_wrapper.h,
157: src/types/pa_vclass.C, src/types/pa_vclass.h,
158: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
159: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
160: src/types/pa_vdate.C, src/types/pa_vdate.h,
161: src/types/pa_vdouble.h, src/types/pa_venv.C, src/types/pa_venv.h,
162: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
163: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
164: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
165: src/types/pa_vimage.C, src/types/pa_vimage.h,
166: src/types/pa_vint.h, src/types/pa_vjunction.C,
167: src/types/pa_vjunction.h, src/types/pa_vmail.C,
168: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
169: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
170: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
171: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
172: src/types/pa_vobject.h, src/types/pa_vregex.C,
173: src/types/pa_vregex.h, src/types/pa_vrequest.C,
174: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
175: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
176: src/types/pa_vstateless_class.h,
177: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
178: src/types/pa_vstatus.h, src/types/pa_vstring.C,
179: src/types/pa_vstring.h, src/types/pa_vtable.C,
180: src/types/pa_vtable.h, src/types/pa_vvoid.C,
181: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
182: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
183: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
184: src/types/pa_wwrapper.h: Copyright year updated, websites links
185: changed to https://
186:
187: * src/include/pa_inline_hash.h: delete added (related to feature
188: #1293)
189:
190: 2026-04-24 moko
191:
192: * src/: classes/reflection.C, main/pa_common.C, types/pa_method.h,
193: types/pa_vmethod_frame.h: inline-storage hash used to avoid
194: allocations for MethodFrame args and locals (imlpements feature
195: #1293) _stack uses for_each to avoid Iterator for
196: InlineHashString
197:
198: * src/include/: Makefile.am, pa_inline_hash.h: inline-storage hash
199: added to avoid allocations for MethodFrame args and locals
200: (related to feature #1293)
201:
202: * tests/: 337.html, 434.html, results/320.processed,
203: results/434.processed: test for ^A[v1;v2]=^array::create[v1;v2]
204: added (related to feature #1282)
205:
206: * src/classes/op.C: ^A[v1;v2]=^array::create[v1;v2] added
207: (implements feature #1282)
208:
209: * tests/: 447.html, results/447.processed: exceptions tests added
210: (related to feature #1286)
211:
212: * src/classes/reflection.C: native method exception added (related
213: to feature #1286)
214:
215: * src/main/execute.C: removes irrelevant lines from exception stack
216: trace when exception occur in array assigment (related to bug
217: #1165) + useless #define removed
218:
219: * src/: include/pa_request.h, main/compile.y: warnings war
220:
221: 2026-04-23 moko
222:
223: * src/main/: compile.y, compile_tools.C, compile_tools.h:
224: maybe_append_simple_diving_code() is not related to
225: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
226:
1.233 moko 227: 2026-03-01 moko
228:
229: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
230: main/pa_request.C: configure_user removed, $MAIN:MAIL now
231: processed inside ^mail:send[] (implements feature #1290)
232:
233: 2026-02-25 moko
234:
235: * tests/: 182.html, 182_dir/a7.p, results/182.processed: test for
236: array redefinition added
237:
238: * src/main/pa_request.C: array redefinition fixed
239:
240: * tests/: 182.html, results/182.processed: test for
241: ^reflection:classes[] order (related to feature #1289)
242:
243: * src/: classes/reflection.C, include/pa_request.h,
244: main/pa_request.C: classes now OrderedHashString, implements
245: feature #1289
246:
1.232 moko 247: 2026-02-02 moko
248:
249: * tests/: 307.html, results/307.processed: more "junction used
250: outside of context" tests added
251:
1.231 moko 252: 2026-01-09 moko
253:
254: * src/classes/amqp.C: auto_delete is better false by default
255: (related to feature #1288)
256:
257: * src/classes/amqp.C: more methods bool args fixes, nowait removed
258: (related to feature #1288)
259:
260: * src/classes/amqp.C: nowait was mixed up with exclusive in consume
261:
262: * src/classes/amqp.C: amqp_basic_cancel added to consume, purge
263: returns purged messages count (related to feature #1288)
264:
265: * tests/: 449.html, results/449.processed, results/auto.p: test for
266: table size limit added (related to feature #1276)
267:
268: * src/classes/table.C: $MAIN:LIMITS.max_array_size now used to
269: limit table size; note: for append and insert operations only
270: (implements feature #1276)
271:
272: 2026-01-08 moko
273:
274: * src/classes/amqp.C: addition to feature #1288: declare_exchange +
275: declare_queue = declare; delete_exchange + delete_queue = delete;
276: bind_queue -> bind; unbind_queue -> unbind; + purge, + info;
277: consume can be called without callback with optional $.count(N),
278: returns array of messages;
279:
280: 2026-01-07 moko
281:
282: * tests/: 448.html, results/448.processed: avoid 500, show
283: exception where not supported
284:
285: * src/include/pa_int.h: warnings war
286:
287: * tests/: 422.html, results/422.processed: test updated after wide
288: int implemented (feature #1273)
289:
290: * src/main/pa_int.C: warnings war
291:
292: * src/classes/classes.vcproj: +amqp.C
293:
294: * src/classes/: int.C, string.C: warnings war
295:
296: * src/classes/: op.C: warnings war
297:
298: * src/: classes/op.C, main/pa_int.C: warnings war
299:
300: * src/types/pa_vdate.h: warnings war
301:
302: * src/main/pa_int.C: warnings war continues
303:
304: * src/: include/pa_int.h, main/pa_int.C, types/pa_vint.h: warnings
305: war
306:
307: * src/types/pa_vdate.C: reverted, format_double still required here
308:
309: * src/: include/pa_int.h, main/pa_int.C, types/pa_vmath.C:
310: format_double now supports wint, $math:int_max and $math:int_min
311: added, PA_WIDE_INT is finally enabled by default (implements
312: feature #1273)
313:
314: * tests/: 275.html, results/275.processed: preparing tests for int
315: extension
316:
317: * tests/: 424.html, results/424.processed: actualized and prepared
318: for wide int
319:
320: 2026-01-06 moko
321:
322: * src/: classes/double.C, classes/int.C, classes/string.C,
323: include/pa_common.h, include/pa_int.h, include/pa_string.h,
324: main/execute.C, main/pa_common.C, main/pa_int.C,
325: types/pa_value.h, types/pa_vdate.C, types/pa_vdate.h,
326: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmethod_frame.h,
327: types/pa_vstring.h: feature #1273 core implementation:
328: value::as_wint added, implemented for int/double/string, and used
329: where applicable; vint now holds pa_wint type; format_double
330: moved to pa_int
331:
332: * src/: include/pa_array.h, include/pa_string.h, main/main.vcproj:
333: pa_int includes tuning, vcproj updated (related to feature #1273)
334:
335: * src/main/pa_int.C: build fix
336:
337: * src/: include/Makefile.am, main/Makefile.am: pa_int.h/pa_int.C
338: added, another preparation for feature #1273
339:
340: * src/: include/pa_array.h, include/pa_int.h, include/pa_string.h,
341: include/pa_types.h, main/pa_int.C, main/pa_string.C,
342: types/pa_vint.h: pa_int.h/pa_int.C added and all related code
343: moved there, pa_wint and related functions added, another
344: preparation for feature #1273
345:
1.230 moko 346: 2025-12-17 moko
347:
348: * src/classes/json.C: optimization: String::Empty used and avoided
349: using passed length.
350:
351: 2025-12-16 moko
352:
353: * src/classes/string.C: sync _int with _double, avoid int usage
354: (related to #1273)
355:
1.229 moko 356: 2025-12-08 moko
357:
358: * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE
359: define added and used for OS X as well
360:
1.228 moko 361: 2025-11-30 moko
362:
363: * configure, configure.ac, src/include/pa_config_auto.h.in,
364: src/include/pa_config_fixed.h: int64_t added in preparation to
365: feature #1273
366:
1.227 moko 367: 2025-11-22 moko
368:
369: * src/classes/amqp.C: delivery_tag changed from string to double
370: (related to feature #1288)
371:
1.226 moko 372: 2025-11-14 moko
373:
374: * src/types/pa_vstatus.C, tests/448.html,
375: tests/results/448.processed: $status:limit-cpu,
376: $status:limit-mem, $status:limit-nproc unlimited support added,
377: test added (related to feature #1280)
378:
379: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
380: $status:limit-mem, $status:limit-nproc added (implements feature
381: #1280)
382:
383: 2025-11-12 moko
384:
385: * tests/results/: 323.processed, 421.processed: tests results
386: updated after amqp class added
387:
1.225 moko 388: 2025-11-08 moko
389:
390: * src/classes/amqp.C: tls support added, errors reporting improved
391: (related to feature #1288)
392:
393: * src/classes/amqp.C: tls support added (related to feature #1288)
394:
395: * src/classes/amqp.C: exceptions text now printed (related to
396: feature #1288)
397:
398: * src/classes/amqp.C: properties hash simplified (related to
399: feature #1288)
400:
401: 2025-11-07 moko
402:
403: * src/classes/amqp.C: consume fixed (related to feature #1288)
404:
405: * src/classes/classes.C: + amqp class
406:
407: * buildall, configure, configure.ac, src/classes/Makefile.am,
408: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
409: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
410: updated for librabbitmq support (relates to feature #1288)
411:
412: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
413: basic RabbitMQ C library (librabbitmq) support (partially
414: implements #1288)
415:
1.224 moko 416: 2025-10-05 moko
417:
418: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
419: reflection.C, string.C: Optimization: valid_options optimized
420: where HashStringValue::Iterator used
421:
422: * tests/results/224.processed: test result updated after date
423: functions updated (related to #1287)
424:
425: 2025-10-04 moko
426:
427: * operators.ru.txt, operators.txt: actualized
428:
429: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
430:
431: * tests/: 447.html, results/447.processed: tests for
432: ^reflection:override[$method] added (related to feature #1286)
433:
434: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
435: added (related to feature #1285)
436:
437: * src/classes/reflection.C:
438: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
439: added (implements feature #1286)
440:
441: * src/main/execute.C: bugfix: when method is attached from another
442: class, it's junction_template is initialized with another class,
443: thus get_vjunction should be used (related to feature #1286)
444:
445: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
446: ^date:iso-string[] - static call now formats current date
447: (implements feature #1287)
448:
449: 2025-10-01 moko
450:
451: * buildall: built-in mailreceive path actualized
452:
1.223 moko 453: 2025-09-01 moko
454:
455: * src/classes/math.C: old compilers support in ^math:eq
456:
457: 2025-08-31 moko
458:
459: * tests/: 446.html, results/446.processed: tests for
460: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
461:
462: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
463: implements #1285)
464:
465: 2025-08-30 moko
466:
467: * operators.ru.txt, operators.txt: actualized
468:
469: * tests/: 230.html, results/230.processed: test for ^file.save
470: $.append(false|true) option added (related to feature #1284)
471:
472: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
473: ^file.save $.append(false|true) option added (implements feature
474: #1284)
475:
1.222 moko 476: 2025-08-16 moko
477:
478: * etc/auto.p.in: LIMIT max_array_size actualized
479:
1.221 moko 480: 2025-08-01 moko
481:
482: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
483: pa_GC_abort_func added and used (implements feature #1283)
484:
485: * src/include/: pa_array.h, pa_config_includes.h:
486: PA_DEBUG_DISABLE_GC mode fixed for sparse array
487:
1.220 moko 488: 2025-07-04 moko
489:
490: * src/main/pa_common.C: typo fixed (related to bug #1282)
491:
492: * src/main/pa_common.C: minor optimization + create_dir_for_file
493: checks for \ (related to bug #1282)
494:
495: 2025-07-03 moko
496:
497: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
498: under Windows (fixes bug #1282)
499:
500: * src/main/pa_common.C: file:delete for UTF-8 files now works under
501: Windows (fixes bug #1282)
502:
503: 2025-06-28 moko
504:
505: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
506: Yavor Doganov <yavor@gnu.org>
507:
508: * src/main/pa_charset.C: typo fixed (related to feature #1281)
509:
510: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
511: compatibility fixed (implements feature #1281)
512:
1.219 moko 513: 2025-05-31 moko
514:
515: * src/main/pa_http.C: old gcc compilation fix (related to feature
516: #1277)
517:
518: 2025-05-28 moko
519:
520: * src/: classes/array.C, include/pa_array.h: last
521: Array_iterator::key() removed (related to feature #1277)
522:
523: 2025-05-27 moko
524:
525: * src/: classes/array.C, classes/table.C, include/pa_array.h,
526: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
527: and used (related to feature #1277)
528:
1.218 moko 529: 2025-05-26 moko
530:
531: * src/: classes/array.C, classes/curl.C, classes/hash.C,
532: classes/hashfile.C, classes/image.C, classes/table.C,
533: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
534: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
535: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
536: VString(const char *avalue) added and used to optimize new
537: VString(*new String(i.key(), String::L_TAINTED)) (related to
538: feature #1277)
539:
540: * src/: classes/array.C, classes/curl.C, classes/file.C,
541: classes/hash.C, classes/image.C, classes/json.C,
542: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
543: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
544: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
545: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
546: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
547: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
548: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
549: types/pa_vxnode.C: implements feature #1277 String::Body(const
550: char *abody) now explicit but HashString::put(const char *str, V
551: value) added for simplicity optimizations: HASH_PUT_CSTR used
552: where hash.put called several time during execution; caching
553: String::Body::uitoa used at all pash.put(<uint> calls.
554:
555: 2025-05-25 moko
556:
557: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
558: to feature #1277)
559:
560: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
561:
562: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
563: added for caching (related to feature #1277)
564:
565: * src/include/pa_string.h: optimized String:pos versions added
566: (without language + char *) (related to feature #1277)
567:
568: 2025-05-24 moko
569:
570: * tests/: 445.html, results/445.processed: test for
571: ^hash.array[[keys|values]] added (related to feature #1274)
572:
573: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
574: feature #1274)
575:
1.217 moko 576: 2025-01-26 moko
577:
578: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
579:
1.216 moko 580: 2025-01-25 moko
581:
582: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
583:
584: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
585: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
586: autoheader && automake && autoconf
587:
588: * src/lib/ltdl/configure.ac: new autotools used
589:
590: * acsite.m4, configure.ac: new autotools warnings fixed
591:
1.213 moko 592: 2025-01-10 moko
593:
1.215 moko 594: * tests/results/320.processed: test result updated after syslog
595: added
596:
1.214 moko 597: * src/classes/op.C: minor MSVC fixes
598:
599: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
600:
1.213 moko 601: * operators.ru.txt, operators.txt: +
602: ^syslog[ident;message[;info|warning|error|debug]]
603:
604: * src/classes/op.C: +
605: ^syslog[ident;message[;info|warning|error|debug]] (implelents
606: feature #1270)
607:
608: * configure, configure.ac, src/include/pa_config_auto.h.in,
609: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
610:
611: 2025-01-06 moko
612:
613: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
614: 2^n) calculated and used
615:
616: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
617: https://www.hadrons.org/software/libmd/
618:
1.212 moko 619: 2024-12-28 moko
620:
621: * tests/httpd/run_tests.sh: for FreeBSD compatibility
622:
623: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
624: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
625: $request:uri and $request:path tests added (related to feature
626: #1269)
627:
628: * operators.ru.txt, operators.txt: + $request:path documented
629: (related to feature #1269)
630:
631: * tests/: 065.html, results/065.processed: $request:path,
632: $request:uri tested
633:
634: * src/types/pa_vrequest.C: $request:path default is empty string to
635: match an empty URI in console mode (related to feature #1269)
636:
637: * etc/auto.p.in: $request:path used (related to feature #1269)
638:
639: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
640: (implements feature #1269)
641:
642: 2024-12-26 moko
643:
644: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
645: 3.5.0
646:
647: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
648: pa-include/pa_errno.h, pa-include/pa_file_info.h,
649: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
650: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
651: pa_strcat
652:
653: * tests/results/223.processed: apache upgraded @parser.ru
654:
655: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
656: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
657: pa-include/pa_errno.h, pa-include/pa_file_info.h,
658: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
659: pa-include/pa_strings.h: sdbm updated from version included in
660: apache 2.0.43 to version included in apache 2.0.65
661:
662: 2024-12-24 moko
663:
664: * etc/auto.p.in: to avoid patching Debian package
665:
666: * src/main/: pa_exec.C, pa_http.C: final fixes for
667: --with-build-warnings (dangling-reference warnings can be
668: ignored)
669:
670: 2024-12-23 moko
671:
672: * src/: classes/file.C, classes/hash.C, classes/op.C,
673: include/pa_common.h, main/pa_http.C, main/pa_request.C,
674: types/pa_vcookie.C, types/pa_vform.C: more fixes for
675: --with-build-warnings
676:
677: * src/: classes/date.C, classes/inet.C, classes/op.C,
678: classes/reflection.C, include/pa_array.h,
679: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
680: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
681: --with-build-warnings
682:
1.211 moko 683: 2024-12-21 moko
684:
685: * Makefile.am: +operators.ru.txt
686:
687: * operators.ru.txt, operators.txt: typo fixed
688:
689: 2024-12-20 moko
690:
691: * operators.txt: whitespace synced
692:
693: * operators.ru.txt, operators.txt: curl added
694:
695: * operators.ru.txt, operators.txt: logically sorted
696:
697: * operators.ru.txt: id added
698:
699: * operators.txt: ID added
700:
701: * operators.txt: translated
702:
703: * operators.ru.txt, operators.txt: operators.txt translated to
704: english, synced format with operators.ru.txt
705:
706: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
707: formatted
708:
709: * operators.ru.txt, operators.txt: formatted, actualized, oracle
710: info moved to separate file
711:
712: 2024-12-19 moko
713:
714: * src/targets/cgi/parser3.C: avoid parser version requests logging
715: in parser3.log
716:
717: 2024-12-18 moko
718:
719: * buildall: preventing --with-system-mailreceive linking with
720: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
721: to feature #1199)
722:
1.210 moko 723: 2024-12-16 moko
724:
1.211 moko 725: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 726:
727: * src/classes/table.C: exception text fixed
728:
729: 2024-12-15 moko
730:
731: * tests/: 102.html, results/102.processed: tests updated after
732: $form:fields not editable again (related to feature #1254)
733:
734: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
735: be edited (related to feature #1254)
736:
737: * src/types/pa_vform.C: reverted that
738: $form:fields/tables/files/imap can be edited (related to feature
739: #1254) for backward compatibility
740:
741: 2024-12-14 moko
742:
1.211 moko 743: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 744:
745: * tests/results/auto.p: avoid $mac execution unless on OS X
746:
747: * tests/388-sql.html: more OS support
748:
749: 2024-12-13 moko
750:
751: * tests/388-sql.html: sql tests under OS X now fixed
752:
753: * tests/results/auto.p: curl test under OS X now works
754:
755: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
756: no dll name under Windows, hiding
757:
758: * tests/: 379-curl.html, results/379-curl.processed: some curl
759: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
760:
761: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
762: 389.html, results/030.processed, results/212.processed,
763: results/219.processed, results/273.processed,
764: results/320.processed, results/346-curl.processed,
765: results/389.processed, results/auto.p: ^try-catch-filtered added
766: and used
767:
768: * tests/: 347-curl.html, results/347-curl.processed: support for
769: different error messages
770:
771: * src/classes/curl.C: several curl libraries supported,
772: ^curl:options[ $.library[] ] resets to default
773:
774: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
775: removed as depends on curl version
776:
777: * tests/results/: 223-curl.processed, 394-curl.processed: curl
778: fixed bug with \n in file names, test result updated
779:
780: * tests/388-sql.html: +libmysqlclient.so
781:
782: * etc/auto.p.in: +libmariadb
783:
784: 2024-12-12 moko
785:
786: * tests/: 388-sql.html, results/429-sql.processed: test results
787: updated after test changed
788:
789: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
790: for newer MariaDB compatibility
791:
792: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
793: results/429-sql.processed: key -> id for new MariaDB
794: compatibility
795:
796: * src/types/pa_vmethod_frame.h: warning war
797:
798: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
799: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
800: including for Debian package
801:
802: 2024-12-11 moko
803:
804: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
805: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
806: $status:log-filename added (related to feature #1262)
807:
808: * tests/: 440.html, results/440.processed: test for row is checked
809: before accessing when table is modified during select (related to
810: bug #1258)
811:
812: * src/: classes/table.C, include/pa_table.h: row should be checked
813: before accessing as table can be modified during select (related
814: to bug #1258)
815:
816: * src/types/pa_vmail.C: $mail:received tables -> elements array
817: (related to feature #1226)
818:
819: * src/: classes/file.C, classes/image.C, classes/table.C,
820: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
821: better messages (related to feature #1267)
822:
823: * tests/results/: 065.processed, 246.processed, 337.processed,
824: 342.processed, 352.processed, 356.processed, 364.processed,
825: 372.processed, 373.processed, 389.processed, 404.processed,
826: 406.processed, 414.processed, 430.processed, 432.processed,
827: 442.processed: tests updated after params.as_string error
828: reporting was improved (related to feature #1267)
829:
830: * src/classes/reflection.C: error messages optimized (related to
831: feature #1267)
832:
833: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
834: error reporing for params.as_* (related to feature #1267)
835:
836: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
837: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
838: #1267)
839:
840: * tests/results/: 246.processed, 414.processed, 432.processed:
841: tests updated after params.as_string error reporting was improved
842: (related to feature #1267)
843:
844: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
845: reporing for params.as_string (implements feature #1267)
846:
847: * tests/: 065.html, results/065.processed: tests for file methods
848: accepting file as filename added (related to feature #1265)
849:
850: * src/: classes/file.C, include/pa_exception.h,
851: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
852: methods now accept file as path specification (adopted Sumo patch
853: implements feature #1265)
854:
855: * tests/: 400.html, results/400.processed: tests for result
856: optimization "locks" after first method call (related to feature
857: #1266)
858:
859: 2024-12-10 moko
860:
861: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
862: result_optimization comments (related to feature #1266)
863:
864: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
865: $result now stored in my_result, not in local variables hash
866: (implements feature #1266)
867:
1.209 moko 868: 2024-12-09 moko
869:
1.210 moko 870: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
871: set_my_variable in preparation for $result optimization (related
872: to feature #1266)
873:
1.209 moko 874: * tests/results/119.processed: newline corrected for some OS
875:
876: * tests/: 441.html, results/441.processed: Debian-specific test
877: commented
878:
879: * buildall: pcre2 10.42 -> 10.44
880:
881: 2024-12-08 moko
882:
883: * buildall: external links fixed
884:
885: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
886:
887: * src/include/pa_table.h: some clang versions compilation fix
888:
889: * configure.ac: 3.4.7b -> 3.5.0rc
890:
891: 2024-12-07 moko
892:
893: * tests/: 443.html, 444.html, results/443.processed,
894: results/444.processed: tests for named params (related to feature
895: #1205)
896:
897: * src/: classes/reflection.C, types/pa_method.h: named_params
898: support in reflection (related to feature #1205)
899:
900: * src/types/pa_vmethod_frame.h: extra_params and named params
901: should be also inited in ^method[] call (related to feature
902: #1205)
903:
904: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
905: support using @method[arg;.named_arg;.named_arg2] syntax
906: (implements feature #1205)
907:
908: * tests/: 443.html, results/443.processed: test for *args inited
909: added (related to bug #1264)
910:
911: * src/types/pa_vmethod_frame.h: *args are now inited even if not
912: specified (fixes bug #1264)
913:
914: * tests/: 442.html, results/442.processed: tests for
915: params.as_file_name(N) with empty file name added (related to
916: feature #1121)
917:
918: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
919: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
920: include/pa_exception.h, types/pa_vmethod_frame.h:
921: params.as_file_name(N) added and used instead of
922: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
923: (implements feature #1121)
924:
925: * src/: classes/file.C, classes/image.C, classes/op.C,
926: classes/table.C, include/pa_exception.h: filename is everywhere
927: params.as_string, unify exception and remove
928: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
929:
930: * tests/: 141.html, results/141.processed: test for
931: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
932: to feature #1263)
933:
934: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
935: $.format[file] ] now supported (implements feature #1263)
936:
937: 2024-12-06 moko
938:
939: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
940: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
941: (cgi/console/mail/httpd/apache/isapi) added (related to feature
942: #1262)
943:
944: 2024-12-05 moko
945:
946: * src/targets/cgi/parser3.C: more correct arguments processing to
947: block -fl config.file log.file logic (related to feature #1262)
948:
949: 2024-12-04 moko
950:
951: * src/targets/cgi/parser3.C: now only one log location is selected
952: and tried. -l - supported for stderr specification (related to
953: feature #1262)
954:
955: 2024-12-03 moko
956:
957: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
958: results/010.processed, results/415.processed: tests for
959: $.(expression)[value], $a.(expression), ^v.(expression)[args]
960: added (related to feature #1064)
961:
962: * src/main/compile.y: $.(expression)[value], $a.(expression),
963: ^v.(expression)[args] now supported (implements feature #1064)
964:
965: 2024-12-02 moko
966:
967: * src/targets/cgi/parser3.C: -l /path/to/log options added
968: (implements feature #1262)
969:
1.208 moko 970: 2024-12-01 moko
971:
972: * tests/: 010.html, results/010.processed: some tests related to
973: bug #1149 added
974:
975: * src/main/compile.y: the check pc.pos.col > 1 is not required
976: because we can't be here without a '$' before. The begin == end
977: check was incorrect since $[a]{b} fits this condition (fixes bug
978: #1149)
979:
980: 2024-11-29 moko
981:
982: * src/classes/array.C: warning war
983:
984: 2024-11-26 moko
985:
986: * tests/: 441.html, results/441.processed: a bit more testing
987: (related to bug #1238)
988:
989: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
990:
991: * src/main/pa_exec.C: simplification arg_quote added (related to
992: bug #1229)
993:
1.207 moko 994: 2024-11-25 moko
995:
996: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
997: bug #1239)
998:
999: 2024-11-24 moko
1000:
1001: * src/main/pa_exec.C: added cmd.exe specific
1002:
1003: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
1004: tests for ^file::exec env and args tainting tests (related to bug
1005: #1239)
1006:
1007: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
1008:
1009: * src/include/pa_config_includes.h: added recommendations for
1010: libxslt.a and and libexslt.a compilation under cygwin
1011:
1012: * tests/results/102.processed: $form:fields.value is now writable,
1013: as $form:value (related to feature #1254)
1014:
1015: * src/include/pa_config_includes.h: cigwin compilation fixes
1016:
1017: 2024-11-23 moko
1018:
1019: * tests/httpd/site/run_server.sh: to simplify testing
1020:
1021: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
1022: site/form.html: $form:files and $form:elements tests added, tests
1023: with curl supported (related to feature #1254)
1024:
1025: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
1026: types/pa_vform.h: $form:elements implemented, VForm::get_element
1027: uses faster SYMBOLS_EQ, hashes no longer copied when using
1028: $form:fields/tables/files/imap and can be edited (implements
1029: feature #1254)
1030:
1031: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
1032: bug #1261)
1033:
1.206 moko 1034: 2024-11-17 moko
1035:
1036: * tests/: 440.html, results/440.processed: tests for
1037: ^table.array[], offset restoration, iterators robust tests
1038: (related to bug #1258, features #1259 and #1260)
1039:
1040: * tests/: 439.html, results/439.processed: array and hash iterators
1041: robust tests (related to feature #1260)
1042:
1043: * src/: classes/array.C, classes/table.C, include/pa_array.h,
1044: include/pa_table.h: Array_robust_iterator added and used in cases
1045: where array can be modified during iteration (implements feature
1046: #1260)
1047:
1048: * src/classes/table.C: ^table.array[], ^table.array[column name],
1049: ^table.array{code} added (implements feature #1259)
1050:
1051: 2024-11-16 moko
1052:
1053: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
1054: table current row restoration after exception and table changes
1055: (fixes bug #1258)
1056:
1057: 2024-11-13 moko
1058:
1059: * src/classes/table.C: minor optimization
1060:
1061: * src/main/pa_string.C: \r added to default ^string.trim chars list
1062: (https://www.parser.ru/forum/?id=86648)
1063:
1.205 moko 1064: 2024-11-11 moko
1065:
1.206 moko 1066: * src/classes/classes.C: set_base commented
1067:
1068: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
1069: deleted
1070:
1071: * src/classes/classes.vcproj: no more classes.awk and classes.inc
1072:
1073: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
1074: classes.inc
1075:
1076: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
1077: main/pa_globals.C: classes.awk is useless, preparing to delete it
1078:
1.205 moko 1079: * src/classes/classes.h: temp fix
1080:
1081: 2024-11-10 moko
1082:
1083: * src/: classes/date.C, classes/file.C, classes/image.C,
1084: classes/op.C, main/pa_string.C: minor optimization
1085:
1086: * src/: classes/date.C, classes/file.C, classes/image.C,
1087: classes/op.C, main/pa_string.C: typo fixed
1088:
1089: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
1090: classes/file.C, classes/image.C, classes/op.C,
1091: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
1092: memory allocation befor main(). Only 3 allocations in chatsets
1093: left (implements feature #1257)
1094:
1095: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
1096: minor naming convention fix
1097:
1098: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
1099: results/436.processed, results/437.processed,
1100: results/438.processed: tests for @unhandled_exception processing
1101: (related to feature #1256)
1102:
1103: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1104: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1105: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
1106: are now processed in request::core for correct logging and
1107: reporting (feature #1256)
1108:
1109: * src/: include/pa_sapi.h, main/pa_request.C,
1110: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1111: targets/isapi/parser3isapi.C: unhandled exception now called if
1112: exception occures during $response:download processing (related
1113: to bug #1255)
1114:
1115: * etc/auto.p.in: better 404 error reporting
1116:
1117: 2024-11-09 moko
1118:
1119: * src/main/pa_memory.C: more detailed usage comment
1120:
1121: * src/main/pa_memory.C: usage commented
1122:
1123: * src/main/pa_memory.C: minor cleanup
1124:
1125: * src/types/: pa_varray.h, pa_vregex.h: warnings war
1126:
1127: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
1128: httpd/site/029.html, results/436.processed: test for exception in
1129: $response:download[] added
1130:
1131: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
1132: and avoid exit status 1 on die
1133:
1134: * tests/results/: 007.processed, 019.processed, 098.processed,
1135: 103.processed, 233.processed: windows headers matter for binary
1136: files
1137:
1138: * tests/httpd/ok.log: tests results updated as extra headers now
1139: cleared on error (related to bug #1255)
1140:
1141: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1142: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1143: targets/isapi/parser3isapi.C: headers buffering to avoid extra
1144: headers in errors, custom send_error in cgi/httpd mode to avoid
1145: memory allocations (fixes bug #1255)
1146:
1147: 2024-11-07 moko
1148:
1149: * tests/: 264.html, results/264.processed: tests updated to test
1150: removal of only trailing empty arguments for backward
1151: compatibility (related to feature #1252)
1152:
1153: * src/classes/file.C: remove trailing empty arguments for backward
1154: compatibility (related to feature #1252)
1155:
1156: 2024-11-05 moko
1157:
1158: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
1159: low memory case, when static initialization failed even before
1160: main() start
1161:
1162: 2024-11-04 moko
1163:
1164: * configure, src/include/pa_config_auto.h.in,
1165: src/include/pa_config_fixed.h: _locking no longer used
1166:
1167: * configure.ac: _locking no longer used (related to bug #1231)
1168:
1169: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
1170:
1171: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
1172:
1173: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
1174: unused
1175:
1176: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
1177: be used on locking errors (related to bug #1231)
1178:
1179: * src/main/pa_os.C: GetLastError used as errno is not set (related
1180: to bug #1231)
1181:
1182: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
1183: allowing shared lock to work (fixes bug #1231)
1184:
1185: * INSTALL: actualized, minor fixes
1186:
1187: * etc/auto.p.in: default LIMITS added
1188:
1189: * AUTHORS: links actualized
1190:
1191: * src/: classes/array.C, classes/bool.C, classes/classes.C,
1192: classes/classes.awk, classes/classes.h, classes/curl.C,
1193: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
1194: classes/hash.C, classes/hashfile.C, classes/image.C,
1195: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
1196: classes/math.C, classes/memcached.C, classes/memory.C,
1197: classes/op.C, classes/reflection.C, classes/regex.C,
1198: classes/response.C, classes/string.C, classes/table.C,
1199: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1200: include/pa_array.h, include/pa_base64.h,
1201: include/pa_cache_managers.h, include/pa_charset.h,
1202: include/pa_charsets.h, include/pa_common.h,
1203: include/pa_config_fixed.h, include/pa_config_includes.h,
1204: include/pa_dictionary.h, include/pa_dir.h,
1205: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1206: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1207: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1208: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1209: include/pa_request_charsets.h, include/pa_request_info.h,
1210: include/pa_sapi.h, include/pa_socks.h,
1211: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1212: include/pa_stack.h, include/pa_string.h,
1213: include/pa_stylesheet_connection.h,
1214: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1215: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1216: include/pa_uue.h, include/pa_xml_exception.h,
1217: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1218: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1219: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1220: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1221: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1222: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1223: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1224: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1225: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1226: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1227: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1228: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1229: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1230: main/pa_sql_driver_manager.C, main/pa_string.C,
1231: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1232: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1233: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1234: main/untaint.C, sql/pa_sql_driver.h,
1235: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1236: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1237: targets/isapi/parser3isapi.C, types/pa_junction.h,
1238: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1239: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
1240: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
1241: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1242: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
1243: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
1244: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
1245: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1246: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1247: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1248: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1249: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1250: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1251: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1252: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1253: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1254: types/pa_vresponse.C, types/pa_vresponse.h,
1255: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1256: types/pa_vstateless_object.h, types/pa_vstatus.C,
1257: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1258: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1259: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1260: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1261: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1262:
1.203 moko 1263: 2024-10-28 moko
1264:
1.204 moko 1265: * src/classes/array.C: avoid invalidate()
1266:
1267: * src/: classes/array.C, types/pa_varray.h: minor optimization for
1268: fused to survive in ^array::copy[$a] (related to feature #930)
1269:
1270: * src/types/pa_varray.h: minor optimization as last element is
1271: allways defined if present
1272:
1.203 moko 1273: * tests/: 435.html, results/435.processed: tests for
1274: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
1275: for array added (related to feature #1253)
1276:
1277: * src/classes/array.C: typo fixed
1278:
1279: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
1280: ^hash.set([-+]index)[value], and same for array added (implements
1281: feature #1253)
1282:
1283: * tests/results/: 246.processed, 298.processed, 342.processed,
1284: 389.processed, 397.processed, 430.processed, 432.processed: tests
1285: results update after minor exceptions texts fixes
1286:
1287: 2024-10-27 moko
1288:
1289: * src/: classes/array.C, classes/hash.C, classes/math.C,
1290: classes/reflection.C, classes/string.C, classes/table.C,
1291: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
1292: types/pa_vmethod_frame.h: handy as_index() added, several
1293: exceptions texts fixed (related to feature #930)
1294:
1295: * src/: classes/array.C, types/pa_varray.h: non-working
1296: $array.fields removed, ^array.delete[index] supported (related to
1297: feature #930)
1298:
1299: * tests/: 431.html, results/431.processed: tests updated after
1300: ^a.delete[3] supported
1301:
1302: * tests/: 431.html, 434.html, results/434.processed: tests for last
1303: element used, push/pop, exceptions during arguments processing
1304: and used caching (related to feature #930)
1305:
1306: * src/: classes/array.C, types/pa_varray.h: change_used added for
1307: better used caching and now no issues if exception occures during
1308: append arguments processing (related to feature #930)
1309:
1310: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
1311: ^array.pop[] added, last element is allways used (related to
1312: feature #930)
1313:
1314: 2024-10-26 moko
1315:
1316: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
1317: types/pa_varray.h: confirm_all_used added where possible (related
1318: to feature #930)
1319:
1320: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1321: small array optimizations (related to feature #930)
1322:
1323: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
1324:
1325: * tests/: 431.html, results/431.processed: test for
1326: ^array.compact[undef] added
1327:
1328: * src/classes/array.C: ^array.compact[] now have optional 'undef'
1329: argument to also compact undefined elements (related to feature
1330: #930)
1331:
1332: 2024-10-24 moko
1333:
1334: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
1335: VArray::hash is used rarery, no longer caching the result
1336:
1337: * tests/results/432.processed: testing removed from tests
1338:
1339: 2024-10-23 moko
1340:
1341: * tests/: 431.html, results/431.processed: ^array.compact[] test
1342: added
1343:
1344: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
1345:
1346: * tests/: 432.html, results/432.processed: testing ^array.at[] for
1347: both "solid" and "sparse" arrays
1348:
1349: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
1350:
1351: 2024-10-22 moko
1352:
1353: * tests/results/264.processed: spelling
1354:
1355: * src/classes/file.C: spelling
1356:
1357: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
1358: tests updated after ^file::exec[cmd;;$array] implemented and
1359: empty arguments not skipped (related to feature #1252)
1360:
1361: * src/classes/file.C: ^file::exec[cmd;;$array] supported
1362: (implements feature #1252) bugfix: empty arguments no longer
1363: skipped
1364:
1.205 moko 1365: 2024-10-21 moko
1366:
1367: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1368: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1369: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1370: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1371: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1372: site/index.html, site/test.txt: httpd tests added
1373:
1.202 moko 1374: 2024-10-20 moko
1375:
1376: * src/classes/string.C: warnings war
1377:
1378: * src/: main/pa_string.C, classes/array.C: warnings war
1379:
1380: * src/classes/json.C: warnings war
1381:
1382: * src/classes/image.C: warnings war
1383:
1384: * src/: classes/table.C, types/pa_varray.C: warnings war
1385:
1386: * src/classes/array.C: warning war
1387:
1388: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1389:
1390: * src/main/main.vcproj: warnings war
1391:
1392: 2024-10-19 moko
1393:
1394: * tests/427.html: test updated after constructors renamed
1395:
1396: 2024-10-18 moko
1397:
1398: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1399: results/421.processed, results/430.processed,
1400: results/431.processed: test updated after constructors renamed
1401:
1402: * src/classes/array.C: create -> copy, new -> create according to
1403: https://www.parser.ru/forum/?id=86603 discussion (related to
1404: feature #930)
1405:
1406: 2024-10-16 moko
1407:
1408: * src/classes/json.C: $json:array[array or hash] added to provide
1409: more backward compatibility (implements feature #1251)
1410:
1411: 2024-10-15 moko
1412:
1413: * tests/: 421.html, results/421.processed: test results updated
1414: after missing constuctor error check added and array is_index
1415: check added
1416:
1417: * src/main/execute.C: absent constructor message fixed
1418:
1.201 moko 1419: 2024-10-13 moko
1420:
1421: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1422: with is_index() before calling index() for better error reporting
1423: in method name typo (was invalid number, not method not found
1424: exception).
1425:
1426: 2024-10-08 moko
1427:
1428: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1429:
1430: * src/include/pa_array.h: warnings war
1431:
1.200 moko 1432: 2024-10-05 moko
1433:
1434: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1435: returns current row cells array (implements feature #1250)
1436:
1437: * tests/: 405.html, results/169.processed, results/405.processed:
1438: tests updated after ^string.split[;a] implemented (related to
1439: feature #1249)
1440:
1441: * src/classes/string.C: ^string.split[] - 'a' option added for
1442: splitting into an array (implements feature #1249)
1443:
1444: 2024-10-04 moko
1445:
1446: * tests/: 431.html, results/431.processed: final code coverage
1447: array tests
1448:
1449: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1450: array: confirm_all_used() added and used where possible, expand()
1451: now expends faster
1452:
1453: 2024-10-03 moko
1454:
1455: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1456:
1457: * tests/: 256.html, results/256.processed: test for
1458: $.date[unix-timestamp] handling large dates
1459:
1460: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1461: classes/string.C, classes/table.C, include/pa_common.h,
1462: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1463: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1464: format replaced with pa_uitoa where applicable,
1465: $.date[unix-timestamp] fixed for handling large dates
1466:
1467: * tests/: 433.html, results/433.processed: more tests, including
1468: test for possible endless recursion in ^o.GET[]
1469:
1470: * src/types/pa_vobject.C: bugfix: detecting possible endless
1471: recursion in get_scalar_value inside ^o.GET[]
1472:
1473: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1474: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1475: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1476: $LIMITS.max_recursion
1477:
1478: 2024-10-02 moko
1479:
1480: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1481: results/253.processed, results/287.processed,
1482: results/430.processed, results/433.processed: more tests for full
1483: array and json code coverage
1484:
1485: * tests/: 433.html, results/433.processed: tests for hash functions
1486: with array param
1487:
1488: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1489:
1490: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1491: in 246.html used to test ^array.at, same result produced
1492:
1493: * tests/: 430.html, 431.html, results/430.processed,
1494: results/431.processed: more array tests for 100% code coverage
1495: (related to feature #930)
1496:
1497: * tests/: 427.html, 430.html, results/427.processed,
1498: results/430.processed: first portion of array tests added
1499: (related to feature #930)
1500:
1501: * src/classes/array.C: allow only whitespace string as argument for
1502: add and join
1503:
1504: * src/classes/array.C: add behavour for array synced with hash
1505:
1506: 2024-09-30 moko
1507:
1508: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1509: tests added
1510:
1511: * src/classes/array.C: $.distinct should not be used unless
1512: $.sparse(true)
1513:
1514: * tests/: 429-sql.html, results/388-sql.processed,
1515: results/429-sql.processed: tests for ^array::sql{}, including
1516: multi_statements mode (related to feature #930)
1517:
1.199 moko 1518: 2024-09-29 moko
1519:
1520: * src/classes/array.C: synced ^array::sql multi_statements logic
1521: with ^hash::sql new behavour
1522:
1523: 2024-09-28 moko
1524:
1525: * tests/: 428-sql.html, results/388-sql.processed,
1526: results/428-sql.processed: tests updated after column names were
1527: fixed in multi_statements mode (related to feature #1197)
1528:
1529: * src/classes/hash.C: column names are fixed for most cases in
1530: multi_statements mode (related to feature #1197)
1531:
1532: * tests/: 428-sql.html, results/195.processed,
1533: results/224.processed, results/239.processed,
1534: results/254.processed, results/261.processed,
1535: results/306.processed, results/333.processed,
1536: results/341.processed, results/343.processed,
1537: results/344.processed, results/348.processed,
1538: results/364.processed, results/389.processed,
1539: results/390.processed, results/415.processed,
1540: results/420.processed, results/421.processed: tests results
1541: updated after error messages spelling minor fixes
1542:
1543: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1544: spelling
1545:
1546: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1547: classes/image.C, classes/math.C, classes/string.C,
1548: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1549: main/execute.C, main/pa_charset.C, main/pa_common.C,
1550: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1551: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1552: types/pa_vmail.C, types/pa_vobject.C,
1553: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1554: types/pa_vxdoc.C: minor error messages spelling fixes
1555:
1556: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1557: implementation (related to feature #930)
1558:
1559: * tests/: 388-sql.html, results/388-sql.processed: test results
1560: updated after rows number ^file::sql{} check added
1561:
1562: * src/classes/file.C: rows number now checked in ^file::sql{}
1563:
1564: * tests/: 428-sql.html, results/428-sql.processed: more tests
1565:
1566: * tests/: 428-sql.html, results/428-sql.processed: more
1567: multi_statements testing before bugfix
1568:
1569: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1570: results/428-sql.processed: support for multiple sql test files
1571: added
1572:
1573: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1574:
1575: * src/classes/hash.C: more accurate one_bool_column processing
1576:
1577: * tests/: 427.html, results/427.processed: Constructors as methods
1578: behavour documented in test
1579:
1580: * src/classes/hash.C: HashStringValue::Iterator used for options
1581:
1582: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1583:
1584: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1585: testing
1586:
1587: * tests/results/367-curl.processed: test result updated after
1588: server charset changed
1589:
1590: * tests/results/347-curl.processed: error messages updated
1591:
1592: * tests/results/: 346-curl.processed, 379-curl.processed,
1593: 394-curl.processed: tests results updated after Type -> Exception
1594: type replacement
1595:
1596: * tests/results/388-sql.processed: tests result updated after Type
1597: -> Exception type
1598:
1599: 2024-09-27 moko
1600:
1601: * src/classes/hash.C: minor simplification
1602:
1603: 2024-09-24 moko
1604:
1605: * src/main/pa_string.C: atoui error messages improved
1606:
1607: * tests/: 165.html, 312.html, results/165.processed,
1608: results/312.processed, results/379.processed: tests updated after
1609: default endless loop limit increased, atoi error messages
1610: improved
1611:
1612: * src/classes/hash.C: VBool::get used, unification
1613:
1.198 moko 1614: 2024-09-22 moko
1615:
1616: * src/classes/array.C: minor simplification
1617:
1618: * src/classes/array.C: ^array.left(N),
1619: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1620:
1621: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1622: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1623: added, default 1000000 (related to feature #930)
1624:
1625: * tests/: 426.html, results/426.processed: test for negative limit
1626: and offset processing for table options added
1627:
1628: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1629: bugfix: negative limit and offset processing for table options
1630: fixed
1631:
1632: 2024-09-21 moko
1633:
1634: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1635: ^for added that also iterates holes; ^remove added (related to
1636: feature #930)
1637:
1638: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1639: $.offset(M) ] added (related to feature #930)
1640:
1641: 2024-09-20 moko
1642:
1643: * src/: classes/array.C, types/pa_varray.h: array:
1644: +foreach[value]{code}, + add[hash with numeric keys] (related to
1645: feature #930)
1646:
1647: 2024-09-19 moko
1648:
1649: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1650: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1651: support $a[v1;v2;...] syntax (related to feature #930)
1652:
1653: 2024-09-17 moko
1654:
1655: * src/: classes/reflection.C, include/pa_request.h,
1656: main/compile_tools.h, main/pa_request.C:
1657: ^reflection:class_alias[existing class name;alias class name]
1658: added. The array class can now be redefined regardless of the
1659: $.replace(bool) option value (related to feature #930)
1660:
1661: * src/main/: compile.y, compile_tools.h: class_add return value
1662: inverted to add it to request class
1663:
1664: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1665: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1666: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1667: resize if required. spared array - added fused, append.
1668:
1.197 moko 1669: 2024-09-16 moko
1670:
1671: * src/types/pa_varray.h: get moved to where it belongs
1672:
1673: 2024-09-15 moko
1674:
1675: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1676: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1677:
1678: * tests/: 421.html, results/323.processed, results/421.processed:
1679: tests updated after 'spared-array' class renamed to 'array'
1680: following a discussion on the forum (related to feature #930)
1681:
1682: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1683: types/pa_vmail.C: initial SparseArray separation from Array,
1684: parser class now 'array'
1685:
1686: 2024-09-14 moko
1687:
1688: * tests/: 030.html, results/030.processed: out of range expires
1689: check added
1690:
1691: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1692: checking expires time using VDate
1693:
1694: 2024-09-13 moko
1695:
1696: * src/: classes/array.C, classes/curl.C, classes/date.C,
1697: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1698: classes/memcached.C, classes/op.C, classes/regex.C,
1699: classes/string.C, classes/xdoc.C, classes/xnode.C,
1700: main/execute.C, main/pa_http.C, main/pa_request.C,
1701: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1702: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1703: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1704: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1705: removed as dynamic_cast is faster, Value::is() is still required
1706: for is operator.
1707:
1708: 2024-09-12 moko
1709:
1710: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1711: classes/table.C, classes/xnode.C, include/pa_array.h,
1712: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1713: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1714: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1715: templated pa_itoa/pa_uitoa added to work with any integer type,
1716: String::Body::Format removed
1717:
1718: 2024-09-10 moko
1719:
1720: * src/classes/array.C: append and insert methods added to
1721: sparse-array (related to feature #930)
1722:
1723: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1724: tests updated after sparse-array was added to avoid ^json:parse[]
1725: using it in old tests (related to feature #930)
1726:
1727: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1728: types/pa_varray.h: sparse-array class added (initial feature #930
1729: implementation)
1730:
1731: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1732: for sparse-array class files (related to feature #930)
1733:
1734: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1735: types/pa_vhash.h: VArray support functions without actual VArray
1736: files (related to feature #930)
1737:
1.196 moko 1738: 2024-09-07 moko
1739:
1740: * src/: classes/curl.C, classes/string.C, classes/table.C,
1741: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1742: main/pa_http.C, main/pa_sql_driver_manager.C,
1743: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1744: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1745: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1746: with Hash::Iterator, has_next() replaced with operator bool
1747: (related to feature #930)
1748:
1749: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1750: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1751: types/pa_vstateless_class.C: Array class extended,
1752: Array::Iterator added and used (related to feature #930)
1753:
1.195 moko 1754: 2024-08-26 moko
1755:
1756: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1757: should be used on argv[0] as well to match document root.
1758:
1.194 moko 1759: 2024-08-25 moko
1760:
1761: * src/main/pa_request.C: be more specific
1762:
1763: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1764: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1765: (fixes bug #1244)
1766:
1767: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1768: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1769: rsplit(..., '\\') is not correct when / and \ are mixed in path
1770:
1771: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1772:
1.193 moko 1773: 2024-07-24 moko
1774:
1775: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1776: main/execute.C, main/pa_string.C: Warning war: clang changed
1777: -Wdeprecated-register warning to -Wregister, it's easier to
1778: remove all register vars then continue this fight. :)
1779:
1780: * src/main/: compile.y, compile.tab.C: warning war: register
1781: removed
1782:
1.192 moko 1783: 2024-07-14 moko
1784:
1785: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1786: checking the HTTP request environment; if the variable is not
1787: present, checking the web server process environment (implements
1788: feature #1242)
1789:
1.191 moko 1790: 2024-05-26 moko
1791:
1792: * tests/: 195.html, 229.html, results/096.processed,
1793: results/097.processed, results/158.processed,
1794: results/186.processed, results/273.processed,
1795: results/293.processed, results/317.processed,
1796: results/389.processed, results/402.processed: tests updated as
1797: single quote now escaped with ' in HTML tainting mode
1798: (related to feature #1241)
1799:
1800: * src/main/untaint.C: single quote now escaped with ' in HTML
1801: tainting mode (implements feature #1241)
1802:
1803: * tests/results/: 020.processed, 021.processed, 026.processed,
1804: 042.processed, 043.processed, 057.processed, 110.processed,
1805: 115.processed, 116.processed, 117.processed, 118.processed,
1806: 119.processed, 120.processed, 125.processed, 126.processed,
1807: 128.processed, 130.processed, 131.processed, 132.processed,
1808: 133.processed, 135.processed, 136.processed, 138.processed,
1809: 139.processed, 140.processed, 145.processed, 150.processed,
1810: 151.processed, 165.processed, 174.processed, 181.processed,
1811: 182.processed, 192.processed, 193.processed, 201.processed,
1812: 213.processed, 224.processed, 226.processed, 230.processed,
1813: 239.processed, 240.processed, 244.processed, 253.processed,
1814: 254.processed, 261.processed, 264.processed, 269.processed,
1815: 274.processed, 275.processed, 288.processed, 294.processed,
1816: 296.processed, 303.processed, 306.processed, 307.processed,
1817: 308.processed, 311.processed, 312.processed, 314.processed,
1818: 315.processed, 316.processed, 320.processed, 323.processed,
1819: 324.processed, 325.processed, 328.processed, 330.processed,
1820: 332.processed, 333.processed, 337.processed, 338.processed,
1821: 341.processed, 342.processed, 343.processed, 344.processed,
1822: 345.processed, 348.processed, 352.processed, 356.processed,
1823: 357.processed, 363.processed, 364.processed, 368.processed,
1824: 372.processed, 373.processed, 376.processed, 378.processed,
1825: 379.processed, 385.processed, 386.processed, 387.processed,
1826: 389.processed, 390.processed, 395.processed, 397.processed,
1827: 398.processed, 399.processed, 404.processed, 406.processed,
1828: 413.processed, 414.processed, 420.processed, 421.processed,
1829: 424.processed, auto.p: Type -> Exception type for readability
1830:
1831: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1832: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1833: results/119.processed, results/165.processed,
1834: results/175.processed, results/192.processed,
1835: results/213.processed, results/217.processed,
1836: results/230.processed, results/240.processed,
1837: results/298.processed, results/380.processed,
1838: results/415.processed: try-catch, try-catch-comment used
1839:
1840: 2024-05-21 moko
1841:
1842: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1843: results/180.processed, results/195.processed,
1844: results/224.processed, results/auto.p: @try-catch-comment added
1845: and used
1846:
1847: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1848: 415.html, results/269.processed, results/283.processed,
1849: results/auto.p: more tests are updated to prepare for apostrophe
1850: escaping in HTML tainting
1851:
1852: * tests/results/: 181.processed, 294.processed, 296.processed,
1853: 315.processed, 379.processed, 389.processed, auto.p:
1854: $exception.comment printed as-is for whitespace reporting and to
1855: prepare for apostrophe escaping in HTML mode
1856:
1.190 moko 1857: 2024-05-11 moko
1858:
1859: * tests/: 099.html, 100.html, results/099.processed,
1860: results/100.processed: a test for non-UTF-8 filename* added
1861: (related to feature #1240)
1862:
1863: * tests/: 293.html, results/293.processed: tainting modes tests
1864: added
1865:
1866: * tests/results/: 099.processed, 100.processed, 205.processed,
1867: 309.processed, 310.processed, 419.processed: tests results
1868: updated after filename* added (related to feature #1240)
1869:
1870: * src/: include/pa_common.h, main/pa_request.C: The filename*
1871: parameter was added to the Content-Disposition header to conform
1872: with RFC 6266, with code provided by Sumo (implements feature
1873: #1240)
1874:
1875: 2024-05-10 moko
1876:
1877: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1878: positive performance effect in our case
1879:
1.189 moko 1880: 2024-03-27 moko
1881:
1882: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1883: (related to feature #1236)
1884:
1885: 2024-03-15 moko
1886:
1887: * tests/: 413.html, results/413.processed: test for object still
1888: can be used as file parameter (related to bug #1218)
1889:
1890: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1891: still can be used in file context (fixes bug #1218)
1892:
1893: 2024-03-14 moko
1894:
1895: * src/include/pa_string.h: ArrayString get() null result assert
1896: also added (related to bug #1238)
1897:
1898: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1899: VString::empty() used instead of new VString()
1900:
1901: 2024-03-12 moko
1902:
1903: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1904: results/379.processed: test added for cookie without value
1905: (related to bug #1238)
1906:
1907: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1908: values are now required to be non-null (related to bug #1238)
1909:
1910: * src/main/pa_http.C: cookies without value are now parsed
1911: correctly (fixed bug #1238)
1912:
1913: 2024-03-11 moko
1914:
1915: * tests/run_parser.sh: for better error reporting
1916:
1.188 moko 1917: 2023-12-30 moko
1918:
1919: * tests/: 038.html, results/038.processed: test for atan2 added
1920:
1921: 2023-12-29 moko
1922:
1923: * src/classes/math.C: atan2(y,x) math function added
1924:
1.187 moko 1925: 2023-12-14 moko
1926:
1927: * tests/212.html: pcre2 compatibility (related to feature #1236)
1928:
1929: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1930: exceptions and behavour added (related to feature #1236)
1931:
1932: 2023-12-13 moko
1933:
1934: * buildall: by default parser is now bundled with pcre2 10.42,
1935: --without-pcre2 option added to build with pcre-8.45 (related to
1936: feature #1236)
1937:
1938: 2023-12-12 moko
1939:
1940: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1941: support added (implements feature #1236)
1942:
1943: * src/: include/pa_charset.h, include/pa_config_includes.h,
1944: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1945: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1946: types/pa_vregex.h: Adopted patch from Yavor Doganov
1947: <yavor@gnu.org> to add pcre2 library support (implements feature
1948: #1236)
1949:
1.186 moko 1950: 2023-11-28 moko
1951:
1952: * src/include/pa_config_includes.h: warnings war continues
1953:
1954: * src/include/pa_config_includes.h: warning war
1955:
1956: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1957: number strings, whitespace and sign in exception messages
1958: (related to bug #1234)
1959:
1.185 moko 1960: 2023-11-26 moko
1961:
1962: * tests/: 274.html, results/224.processed, results/274.processed:
1963: tests for date double, int, bool added (related to feature #1235)
1964:
1965: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1966: added for date class (implements feature #1235)
1967:
1968: 2023-11-23 moko
1969:
1970: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1971: and '-' strings are no longer can be treated as number 0,
1972: exception thrown (fixes bug #1234)
1973:
1.184 moko 1974: 2023-11-18 moko
1975:
1976: * src/include/pa_types.h: minor
1977:
1978: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1979:
1980: * tests/: 389.html, results/389.processed: error messages for some
1981: OS differs a bit, reducing failing tests for them
1982:
1983: 2023-11-17 moko
1984:
1985: * tests/: 423.html, results/423.processed: test for optional
1986: @auto[] inheritance added (related to feature #1233)
1987:
1988: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1989: types/pa_vstateless_class.C: optional @auto[] inheritance
1990: implemented if defined with two args (path, class name)
1991: (implements feature #1233)
1992:
1993: * src/: classes/double.C, classes/int.C, classes/math.C,
1994: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1995: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1996: sync double->int overflow behavour under different architectures
1997: (fixes bug #1232)
1998:
1999: * tests/: 422.html, results/422.processed: int clipping added
2000:
2001: 2023-11-16 moko
2002:
2003: * tests/: 422.html, results/422.processed: test for int and uint
2004: overflow in ^n.format[d/u/x]
2005:
2006: * src/classes/math.C: bugfix: crc32 should not be negative (under
2007: Apple M1 when negative double converts to uint the result is 0)
2008: and crc32 should be 32 bits
2009:
2010: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
2011: on Apple M1 it's 0
2012:
2013: * src/classes/file.C: bugfix: crc32 should not be negative (under
2014: Apple M1 when negative double converts to uint the result is 0)
2015: and crc32 should be 32 bits
2016:
1.183 moko 2017: 2023-10-07 moko
2018:
2019: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
2020: behavour with other OP_NUM_*, related to bug #1230
2021:
2022: 2023-10-06 moko
2023:
2024: * tests/: 338.html, results/338.processed: test for bug #1230 added
2025:
2026: * src/: main/execute.C, types/pa_vdate.h: force double operands to
2027: be converted to double to avoid 80 bit operations in x87 mode
2028: (fixes bug #1230)
2029:
2030: 2023-10-05 moko
2031:
2032: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
2033: compatibility
2034:
2035: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
2036:
2037: * tests/: 421.html, results/421.processed: test to cover all
2038: classes and objects nonexistent method and field exceptions
2039: (related to feature #1080 and #1227)
2040:
2041: * tests/results/: 182.processed, 324.processed: undefined method ->
2042: <type> method not found exception (related to feature #1080)
2043:
2044: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
2045: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
2046: "element can not be fetched from" for them, "field not found" for
2047: all other types (related to bug #1227)
2048:
2049: 2023-10-03 moko
2050:
2051: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
2052: <type> method not found" exception now thrown for static calls
2053: instead of "undefined method" without class name (related to
2054: feature #1080)
2055:
2056: 2023-10-02 moko
2057:
2058: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
2059: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
2060: <method name>, Comment: <type> method not found" exception now
2061: thrown for all dynamic objects instead of "undefined method"
2062: without class name (implements feature #1080)
2063:
1.182 moko 2064: 2023-10-01 moko
2065:
2066: * src/classes/json.C: we don't have a dynamic json object.
2067:
2068: 2023-09-28 moko
2069:
2070: * tests/: 420.html, results/261.processed, results/420.processed:
2071: tests updated after bug #1228 fix reverted
2072:
2073: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
2074: whitespace string is hash compatible, so we don't want $s.key to
2075: return a junction
2076:
2077: * tests/: 261.html, 420.html, results/261.processed,
2078: results/420.processed: test for bug #1227 added, test updated
2079: after bug #1228 fixed
2080:
2081: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
2082: now throws exception as $non-empty-string.field (fixes bug #1227)
2083:
2084: * src/types/pa_vstring.h: allow $string.method access (fixes bug
2085: #1228)
2086:
2087: 2023-09-26 moko
2088:
2089: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
2090: src/classes/classes.C, src/classes/classes.awk,
2091: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
2092: src/classes/double.C, src/classes/file.C, src/classes/form.C,
2093: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
2094: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
2095: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
2096: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
2097: src/classes/regex.C, src/classes/response.C,
2098: src/classes/string.C, src/classes/table.C, src/classes/void.C,
2099: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
2100: src/include/pa_array.h, src/include/pa_base64.h,
2101: src/include/pa_cache_managers.h, src/include/pa_charset.h,
2102: src/include/pa_charsets.h, src/include/pa_common.h,
2103: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
2104: src/include/pa_dictionary.h, src/include/pa_dir.h,
2105: src/include/pa_exception.h, src/include/pa_exec.h,
2106: src/include/pa_globals.h, src/include/pa_hash.h,
2107: src/include/pa_http.h, src/include/pa_memory.h,
2108: src/include/pa_opcode.h, src/include/pa_operation.h,
2109: src/include/pa_os.h, src/include/pa_pool.h,
2110: src/include/pa_random.h, src/include/pa_request.h,
2111: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
2112: src/include/pa_sapi.h, src/include/pa_socks.h,
2113: src/include/pa_sql_connection.h,
2114: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
2115: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
2116: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
2117: src/include/pa_table.h, src/include/pa_threads.h,
2118: src/include/pa_types.h, src/include/pa_uue.h,
2119: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
2120: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
2121: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
2122: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
2123: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
2124: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
2125: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
2126: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
2127: src/main/compile.tab.C, src/main/compile.y,
2128: src/main/compile_tools.C, src/main/compile_tools.h,
2129: src/main/execute.C, src/main/pa_base64.C,
2130: src/main/pa_cache_managers.C, src/main/pa_charset.C,
2131: src/main/pa_charsets.C, src/main/pa_common.C,
2132: src/main/pa_dictionary.C, src/main/pa_dir.C,
2133: src/main/pa_exception.C, src/main/pa_exec.C,
2134: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
2135: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
2136: src/main/pa_request.C, src/main/pa_socks.C,
2137: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
2138: src/main/pa_stylesheet_connection.C,
2139: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
2140: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
2141: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
2142: src/main/untaint.C, src/main/helpers/simple_folding.pl,
2143: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
2144: src/targets/apache/mod_parser3_core.C,
2145: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
2146: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
2147: src/types/pa_method.h, src/types/pa_property.h,
2148: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2149: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
2150: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
2151: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
2152: src/types/pa_vcookie.h, src/types/pa_vdate.C,
2153: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2154: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
2155: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
2156: src/types/pa_vhash.C, src/types/pa_vhash.h,
2157: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
2158: src/types/pa_vimage.C, src/types/pa_vimage.h,
2159: src/types/pa_vint.h, src/types/pa_vjunction.C,
2160: src/types/pa_vjunction.h, src/types/pa_vmail.C,
2161: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
2162: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
2163: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
2164: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
2165: src/types/pa_vobject.h, src/types/pa_vregex.C,
2166: src/types/pa_vregex.h, src/types/pa_vrequest.C,
2167: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
2168: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
2169: src/types/pa_vstateless_class.h,
2170: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
2171: src/types/pa_vstatus.h, src/types/pa_vstring.C,
2172: src/types/pa_vstring.h, src/types/pa_vtable.C,
2173: src/types/pa_vtable.h, src/types/pa_vvoid.C,
2174: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
2175: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
2176: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
2177: src/types/pa_wwrapper.h: copyright, authors actualized
2178:
1.181 moko 2179: 2023-08-20 moko
2180:
2181: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
2182: commited (related to feature #1219)
2183:
2184: 2023-08-16 moko
2185:
2186: * src/main/pa_random.C: replaced clock precision with monotonicity
2187: counter, good for Windows version with low clock frequency
2188: (related to feature #1229)
2189:
2190: 2023-08-15 moko
2191:
2192: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
2193: fixes related to feature #1229
2194:
2195: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
2196: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
2197: (implements feature #1229)
2198:
1.180 moko 2199: 2023-08-02 moko
2200:
2201: * tests/: results/417.processed, 417.html: test for empty string
2202: match after last char added (related to bug #1224)
2203:
2204: * src/main/pa_string.C: avoid prestart++ after last char on zero
2205: length match (related to bug #1224)
2206:
1.179 moko 2207: 2022-11-22 moko
2208:
2209: * tests/: 419.html, results/419.processed: test for L_URI and path
2210: removeal from filename added (related to bug #1204)
2211:
2212: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
2213: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
2214: attribute value, L_URI should be used
2215:
1.178 moko 2216: 2022-09-21 moko
2217:
2218: * src/targets/cgi/parser3.C: more clear error messages
2219:
2220: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
2221: SAPI_Info will return 0 in read_post and post_size !=
2222: content_length will be thrown
2223:
1.177 moko 2224: 2022-08-23 moko
2225:
2226: * src/types/pa_vmail.C: .tables addes as .raw contains only last
2227: header value
2228:
2229: 2022-08-22 moko
2230:
2231: * tests/: 418.html, results/418.processed: test for
2232: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
2233: to #1225)
2234:
2235: * src/classes/hash.C: keep old behavoir by default
2236:
2237: * src/classes/hash.C: ^hash_a.intersection[hash_b;
2238: $.order[self|arg] ] added (implements #1215)
2239:
1.176 moko 2240: 2022-03-21 moko
2241:
2242: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
2243: xmlInitCharEncodingHandlers is called in libxml static
2244: initializers before gc_substitute_memory_management_functions in
2245: pa_globals and thus gc may not see reference to our
2246: xmlCharEncodingHandler and free it.
2247:
1.175 moko 2248: 2022-01-26 moko
2249:
2250: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
2251:
1.174 moko 2252: 2021-12-28 moko
2253:
2254: * tests/: 417.html, results/417.processed: test for empty string
2255: match added (related to bug #1224)
2256:
2257: * src/main/pa_string.C: empty string match now works (fixes bug
2258: #1224)
2259:
1.173 moko 2260: 2021-12-24 moko
2261:
2262: * tests/: 415_dir/29.p, results/415.processed: yet another test
2263:
2264: 2021-12-23 moko
2265:
2266: * src/: classes/table.C, main/pa_request.C: warnings war
2267:
2268: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
2269: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
2270:
2271: 2021-12-21 moko
2272:
2273: * tests/: 416.html, results/416.processed: test for ^break[] in
2274: ^hash/table.select[] (related to feature #1222)
2275:
2276: * src/classes/: hash.C, table.C: ^break[] support for
2277: ^hash/table.select[] (implements feature #1222)
2278:
1.172 moko 2279: 2021-11-30 moko
2280:
2281: * src/targets/cgi/parser3.C: default sock_ready interval changed to
2282: 0.5 sec
2283:
1.171 moko 2284: 2021-11-10 moko
2285:
2286: * tests/results/415.processed: more syntax errors tests added
2287:
2288: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
2289: 28.p: minor syntax error tests
2290:
2291: * src/main/pa_exception.C: pa_strdup added for compatibility
2292:
2293: * src/classes/curl.C: hint to call ^curl:options[
2294: $.library[correct.libcurl.so.name] ] added if default load fails.
2295:
2296: 2021-11-09 moko
2297:
2298: * src/main/compile.y: error message can be on stack
2299:
2300: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
2301:
2302: * src/main/pa_charset.C: memcpy is more correct and efficient in
2303: this case then strncpy
2304:
2305: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
2306: instead of strcpy where possible
2307:
2308: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
2309: used to avoid MAX_STRING limit in Exception comment
2310:
2311: * tests/results/415.processed: compiler exceptions are no longer
2312: limited to MAX_STRING
2313:
2314: * src/main/: compile.y, compile_tools.h: Parse_control uses const
2315: char * instead of fixed buffer
2316:
2317: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
2318: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
2319: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
2320: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
2321: results/415.processed: tests for parser.compile exceptions added
2322:
2323: 2021-11-08 moko
2324:
2325: * src/: classes/math.C, include/pa_common.h, main/compile.y,
2326: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
2327: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2328: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
2329: drawbacks
2330:
1.170 moko 2331: 2021-11-06 moko
2332:
2333: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
2334: (implements feature #1219)
2335:
2336: * tests/: 414.html, results/414.processed: test for
2337: ^hash.rename[from;to] added (related to feature #1144)
2338:
2339: 2021-11-05 moko
2340:
2341: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
2342: (related to feature #1144)
2343:
2344: 2021-11-04 moko
2345:
2346: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
2347: added (implements feature #1144)
2348:
1.169 moko 2349: 2021-10-19 moko
2350:
2351: * tests/: 413.html, results/413.processed: test for hash no longer
2352: is accepted as file parameter (related to bug #1218)
2353:
2354: * src/: classes/curl.C, classes/file.C, classes/image.C,
2355: classes/math.C, classes/xdoc.C, types/pa_value.C,
2356: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
2357: longer is accepted as file parameter (fixes bug #1218)
2358:
1.168 moko 2359: 2021-07-19 moko
2360:
2361: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
2362: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
2363:
1.167 moko 2364: 2021-04-16 moko
2365:
2366: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2367: processing it leads to assertions.
2368:
1.166 moko 2369: 2021-03-25 moko
2370:
2371: * tests/: 412.html, results/412.processed: test to demonstrate bug
2372: #1213
2373:
1.165 moko 2374: 2021-02-12 moko
2375:
2376: * tests/: 360.html, results/360.processed, results/363.processed:
2377: parser method call in expression mode no longer differs from call
2378: in string mode (related to feature #1211)
2379:
2380: 2021-02-11 moko
2381:
2382: * src/types/pa_vmail.C: mail parsing with Windows line endings
2383: fixed (bug #1212)
2384:
2385: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2386: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2387: strings in both calls (implements feature #1211)
2388:
1.164 moko 2389: 2021-01-28 moko
2390:
2391: * buildall, etc/auto.p.in: to remove last patch in debian package
2392:
2393: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2394: 3.4.7b
2395:
1.162 moko 2396: 2021-01-21 moko
2397:
2398: * src/main/pa_http.C: no alarm() in file::load when web server mode
2399: is MULTITHREADED
2400:
1.157 moko 2401: 2021-01-20 moko
2402:
1.161 moko 2403: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2404: 'a2enmod mpm_prefork'
2405:
1.160 moko 2406: * src/targets/apache/mod_parser3.c: prefork name is now
2407: 'libapache2-mpm-itk'
2408:
2409: * src/targets/apache/mod_parser3_core.C: last regular malloc
2410: removed
2411:
1.159 moko 2412: * src/targets/isapi/Makefile.am: -pa_threads.C
2413:
1.158 moko 2414: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2415: 3.4.6
2416:
1.157 moko 2417: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2418:
2419: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2420: /httpd.p
2421:
2422: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2423: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2424: #1203)
2425:
2426: 2021-01-19 moko
2427:
2428: * buildall: --disable-parallel-mark added to avoid "number of
2429: processors" threads creation for heap marking as it conflicts
2430: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2431: limits threads)
2432:
1.156 moko 2433: 2021-01-16 moko
2434:
2435: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2436: main/pa_globals.C, main/pa_memory.C,
2437: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2438: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2439: feature #1209)
2440:
2441: 2021-01-15 moko
2442:
2443: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2444: 3.4.6rc
2445:
2446: * src/classes/json.C: get_delim added for delimiter caching (10%
2447: faster on large json)
2448:
2449: 2021-01-14 moko
2450:
1.211 moko 2451: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2452:
2453: * tests/results/224.processed: test result modified after
2454: today(shift) implemented
2455:
2456: * tests/: 407.html, results/407.processed: test for ^hash.select
2457: option $.default(bool) added (related to feature #1172)
2458:
2459: * src/classes/hash.C: ^hash.select option $.default(bool) added
2460: (related to feature #1172)
2461:
2462: * tests/: 141.html, results/141.processed: test modified for
2463: feature #1185.
2464:
2465: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2466: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2467: options $.lower(bool) (implements feature #1185)
2468:
2469: 2021-01-11 moko
2470:
2471: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2472: #1192)
2473:
2474: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2475: added (related to feature #1192)
2476:
1.155 moko 2477: 2021-01-05 moko
2478:
2479: * tests/: 270.html, results/270.processed: test modified to work
2480: under Windows
2481:
2482: * tests/: 390.html, 395.html, results/395.processed: tests updated
2483: 4 windows
2484:
2485: * tests/: 410.html, results/410.processed: test for
2486: $CLASS-GETTER-PROTECTED(false) added
2487:
2488: 2021-01-04 moko
2489:
2490: * tests/: 409.html, results/409.processed, results/auto.p: test for
2491: $MAIN:LOCALS(true) added
2492:
1.154 moko 2493: 2021-01-03 moko
2494:
2495: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2496: types/pa_vclass.h, types/pa_vstateless_class.C,
2497: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2498: +LOCALS. $main -> $MAIN in exception texts (implements feature
2499: #1207)
2500:
2501: 2021-01-02 moko
2502:
2503: * etc/auto.p.in: minor
2504:
2505: * src/main/pa_request.C: sending headers only after opening file to
2506: allow error reporting if file was not opened (foreign group,
2507: etc).
2508:
2509: 2020-12-31 moko
2510:
2511: * src/: include/pa_request.h, main/pa_request.C,
2512: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2513:
2514: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2515: main/pa_request.C: get_class_ref added and used
2516:
2517: * etc/auto.p.in: @CLASS httpd added
2518:
2519: * etc/auto.p.in: @auto[] is now first
2520:
2521: 2020-12-30 moko
2522:
2523: * tests/: 408.html, results/408.processed: test for bug #1166
2524: (windows only) added
2525:
2526: * src/main/pa_common.C: create_dir_for_file should not create dir
2527: for trailing / (fixes bug #1166)
2528:
2529: * tests/: 341.html, results/341.processed: tests for
2530: ^nameless_table.hash[] added (related to feature #1138)
2531:
2532: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2533: (implements feature #1138), extra fields in named tables no
2534: longer ignored (implements feature #1138)
2535:
2536: * tests/results/390.processed: updated after exception text change
2537:
2538: 2020-12-29 moko
2539:
2540: * tests/: 407.html, results/407.processed: +$._default check
2541:
2542: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2543:
2544: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2545: and ^hash.reverse[] added (releated to feature #1172)
2546:
2547: * src/classes/hash.C:
2548: ^hash.select[key;value](bool-condition)[options hash] +
2549: ^hash.reverse[] added (implements feature #1172)
2550:
2551: * src/types/pa_vtable.h: warning war
2552:
2553: * src/include/pa_config_fixed.h: win32 fix
2554:
1.153 moko 2555: 2020-12-27 moko
2556:
2557: * tests/: 406.html, results/406.processed: test results updated
2558:
2559: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2560: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2561: spelling
2562:
2563: 2020-12-26 moko
2564:
2565: * tests/: 406.html, results/406.processed: tests for
2566: ^table.rename[] added (related to feature #1148)
2567:
2568: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2569: ^table.rename[column name from;column name to], ^table.rename[
2570: $.[column name from][column name to] ... ] added (implements
2571: feature #1148)
2572:
2573: 2020-12-25 moko
2574:
2575: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2576: request_info now on stack to avoid yet another THREAD_LOCAL
2577: memory deallocation issue (now with cookies), explained in #1203
2578:
2579: * src/types/pa_vcookie.C: fields should be inited
2580:
2581: 2020-12-24 moko
2582:
2583: * src/include/pa_stylesheet_connection.h: looks like
2584: xsltFreeStylesheet leads to memory double-free. If so, it's for
2585: sure libxml bug, but we have GC anyway, so we just remove this
2586: call and see...
2587:
2588: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2589: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2590: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2591: abort.c:65:8 frame #3: 0x00000000004da663
2592: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2593: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2594: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2595: malloc.c:617:9 frame #5: 0x0000000000577f0c
2596: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2597: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2598: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2599: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2600: frame #8: 0x000000000050d35c
2601: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2602: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2603: frame #10: 0x00000000004436e5
2604: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2605: [inlined]
2606: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2607: pa_stylesheet_connection.h:62:3
2608:
2609: 2020-12-23 moko
2610:
2611: * src/classes/image.C: ^image::measure[; $.video() ] option added
2612:
2613: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2614: ^image::measure[; $.video(true) ] added
2615:
2616: * src/main/pa_exec.C: not cleared automatically in multithreaded
2617: httpd mode for unknown reasons
2618:
2619: 2020-12-22 moko
2620:
2621: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2622: error_log uri of currently processed document", but never used
2623: and conflicts with how libgc stops threads on FreeBSD (#define
2624: SIG_SUSPEND SIGUSR1), thus removed.
2625:
2626: 2020-12-21 moko
2627:
2628: * src/main/pa_request.C: +comment
2629:
1.151 moko 2630: 2020-12-20 moko
2631:
1.152 moko 2632: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2633: it is more safe to have versions of pa_strdup with one and two
2634: arguments, as helper_length=0 not always mean that strlen()
2635: should be called, but means zero.
2636:
2637: * src/targets/isapi/parser3isapi.C: minor
2638:
2639: * src/main/pa_http.C: +valid_http_method
2640:
1.151 moko 2641: * src/: include/pa_http.h, main/pa_http.C,
2642: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2643:
2644: 2020-12-17 moko
2645:
2646: * tests/: 405.html, results/405.processed: test for split by regex
2647: added (related to feature #1160)
2648:
2649: * src/classes/string.C: split by regex implemented (feature #1160)
2650:
2651: * src/classes/string.C: minor
2652:
2653: * tests/: 404.html, results/404.processed: test for whitespace
2654: string is now OK for table argument (related to feature #1169)
2655:
2656: * src/: classes/image.C, classes/string.C, classes/table.C,
2657: types/pa_vmethod_frame.C: whitespace string is now OK for table
2658: argument (as with hash) (implements feature #1169)
2659:
2660: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2661: limit for comment (fixes bug #1102)
2662:
2663: * src/targets/cgi/parser3.C: +HAVE_TLS check
2664:
2665: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2666:
2667: * src/include/pa_config_includes.h: HAVE_TLS used
2668:
2669: * configure.ac: +TLS check
2670:
2671: * src/main/pa_http.C: content logging added
2672:
2673: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2674: clear_response_headers added
2675:
2676: 2020-12-16 moko
2677:
2678: * buildall: as we now use threads, libatomic_ops still required for
2679: some OS.
2680:
2681: * src/main/pa_request.C: whitespace
2682:
2683: * src/: include/pa_request.h, main/pa_request.C:
2684: Request::Exception_trace::table extracted and used
2685:
2686: * src/main/pa_request.C: moving output_result call outside of try
2687: as network exceptions should not be handled by parser code
2688:
2689: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2690: logging network exchange
2691:
2692: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2693: via network if it was network write error.
2694:
2695: * src/targets/cgi/parser3.C: log -> pa_log
2696:
2697: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2698:
2699: * src/main/pa_threads.C: getpid() if no gettid() found
2700:
2701: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2702: we need to ignore "void" connections from browsers (browsers open
2703: connections in advance and they will be empty if user does not
2704: request more pages)
2705:
2706: 2020-12-15 moko
2707:
2708: * src/targets/cgi/parser3.C: avoid previous uri in logs
2709:
2710: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2711: RequestController not needed in httpd mode
2712:
2713: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2714: classes/classes.h, classes/curl.C, classes/date.C,
2715: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2716: classes/hashfile.C, classes/image.C, classes/inet.C,
2717: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2718: classes/memcached.C, classes/memory.C, classes/op.C,
2719: classes/reflection.C, classes/regex.C, classes/response.C,
2720: classes/string.C, classes/table.C, classes/void.C,
2721: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2722: include/pa_array.h, include/pa_base64.h,
2723: include/pa_cache_managers.h, include/pa_charset.h,
2724: include/pa_charsets.h, include/pa_common.h,
2725: include/pa_config_fixed.h, include/pa_config_includes.h,
2726: include/pa_dictionary.h, include/pa_dir.h,
2727: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2728: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2729: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2730: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2731: include/pa_request_charsets.h, include/pa_request_info.h,
2732: include/pa_sapi.h, include/pa_socks.h,
2733: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2734: include/pa_stack.h, include/pa_string.h,
2735: include/pa_stylesheet_connection.h,
2736: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2737: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2738: include/pa_uue.h, include/pa_xml_exception.h,
2739: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2740: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2741: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2742: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2743: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2744: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2745: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2746: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2747: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2748: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2749: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2750: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2751: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2752: main/pa_sql_driver_manager.C, main/pa_string.C,
2753: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2754: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2755: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2756: main/untaint.C, sql/pa_sql_driver.h,
2757: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2758: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2759: targets/isapi/parser3isapi.C, types/pa_junction.h,
2760: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2761: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2762: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2763: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2764: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2765: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2766: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2767: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2768: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2769: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2770: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2771: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2772: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2773: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2774: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2775: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2776: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2777: types/pa_vstateless_object.h, types/pa_vstatus.C,
2778: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2779: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2780: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2781: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2782: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2783:
2784: * src/main/pa_request.C: old compilers support
2785:
2786: * tests/: 362.html, results/362.processed: test updated after
2787: changes after upgrade to libxml2-2.9.9 were made (related to bug
2788: #1108)
2789:
2790: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2791: removed, as xsltFreeStylesheet has side effects on original doc.
2792: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2793: not updated after xdoc modification (part 3 of test 362).
2794: (related to bug #1108)
2795:
2796: * src/targets/isapi/parser3isapi.C: +pa_strcat
2797:
2798: * src/: classes/memory.C, include/pa_memory.h,
2799: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2800: PA_GC_GCOLLECT used
2801:
2802: * src/include/pa_memory.h: +PA_GC_COLLECT
2803:
2804: * src/targets/cgi/parser3.C: msvs support fixes
2805:
2806: * src/lib/gc/include/gc.h: more cleanup
2807:
2808: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2809:
2810: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2811: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2812:
2813: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2814:
2815: * configure.ac: pthread.h added to checked headers
2816:
2817: * src/classes/table.C: string stream is back :)
2818:
2819: * src/classes/memory.C: GC_generate_random_backtrace no longer
2820: exists
2821:
2822: * src/main/pa_globals.C: GC_dont_gc replaced
2823:
2824: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2825: left to simplify adding new functions. depricated GC_dont_gc
2826: replaced with GC_disable and GC_enable calls.
2827:
2828: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2829: CORD_from_file* not used and thus removed
2830:
2831: * src/lib/gc/include/gc_allocator.h: minor cleanup
2832:
2833: 2020-12-14 moko
2834:
2835: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2836: referenced elsewhere, or GC will collect it.
2837:
2838: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2839: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2840: elsewhere, or GC will collect them (and we'll get GPF in
2841: multithreaded enviroment). May be it can be also fixed by some
2842: GC call, not sure. But this fix costs nothing (but hours of
2843: debugging to find the issue :).
2844:
1.150 moko 2845: 2020-12-11 moko
2846:
2847: * configure.ac: gettid() check added
2848:
2849: * src/main/pa_threads.C: HAVE_GETTID used
2850:
2851: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2852:
2853: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2854: version for isapi/cgi/apache
2855:
2856: * buildall: threads are now required.
2857:
2858: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2859: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2860: main/main.vcproj: pa_threads.C moved to main
2861:
2862: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2863: isapi/pa_threads.C: pa_threads.C moved to main
2864:
2865: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2866: targets/apache/Makefile.am: pa_threads.C moved to main
2867:
2868: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2869:
2870: * src/: include/pa_stylesheet_connection.h,
2871: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2872: and weird GPF in multithreaded httpd is gone
2873:
2874: * src/include/: pa_stylesheet_connection.h,
2875: pa_sql_driver_manager.h: whitespace
2876:
2877: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2878:
2879: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2880: main/pa_stylesheet_manager.C: whitespace, warning war
2881:
2882: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2883: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2884: parser_multithreaded never used
2885:
2886: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2887:
2888: 2020-12-10 moko
2889:
2890: * src/: include/pa_config_includes.h, include/pa_http.h,
2891: main/pa_http.C, targets/cgi/parser3.C: initial support for
2892: MULTITHREADED and PARALLEL httpd server modes
2893:
2894: * src/main/pa_globals.C: GC_java_finalization is depricated
2895:
2896: 2020-12-09 moko
2897:
2898: * etc/auto.p.in: + @httpd-main
2899:
2900: * src/: include/pa_common.h, main/pa_request.C,
2901: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2902: work
2903:
2904: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2905: slow file_read_binary no longer used, send_range added
2906:
2907: 2020-12-08 moko
2908:
2909: * src/main/pa_request.C: >4Gb support
2910:
2911: * src/targets/cgi/parser3.C: msvc warning war
2912:
2913: * src/: include/pa_config_includes.h, main/pa_http.C,
2914: main/pa_request.C: msvc warnings war
2915:
2916: * src/classes/image.C: warning war
2917:
2918: * src/classes/table.C: MSVC warning war
2919:
2920: * src/targets/cgi/parser3.C: msvc warnings war
2921:
2922: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2923: added
2924:
1.149 moko 2925: 2020-12-07 moko
2926:
1.150 moko 2927: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2928: avoid logging beside system-wide auto.p
2929:
2930: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2931:
2932: * configure, configure.ac, src/include/pa_config_auto.h.in:
2933: configure options added:
2934:
2935: --with-system-cfg=FILE to specify system-wide auto.p
2936: --with-system-log=FILE to specify system-wide parser3.log
2937:
2938: * Makefile.am: bin no longer exists
2939:
2940: * configure, configure.ac: auto.p moved to etc to simplify debian
2941: package
2942:
2943: * buildall: auto.p and parser3.charsets moved to their default
2944: location after install
2945:
2946: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2947:
2948: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2949:
1.149 moko 2950: * src/targets/cgi/parser3.C: locate_config call returned to
2951: original place as it requires pa_thread_request() under Windows
2952:
2953: * src/targets/cgi/parser3.C: renaming
2954:
2955: 2020-12-06 moko
2956:
2957: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2958: check added
2959:
2960: 2020-12-04 moko
2961:
2962: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2963: main/pa_request.C: unified uint64_t lseek implemented to support
2964: >4Gb files under x86, including Windows
2965:
2966: 2020-12-02 moko
2967:
2968: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2969: with max_file_size
2970:
2971: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2972: support for processing files sized >4Gb on 32 bit planforms
2973:
2974: * tests/399.html: file moved
2975:
2976: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2977:
2978: * src/targets/cgi/pa_sapi_info.h: warning war
2979:
2980: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2981: warning war
2982:
2983: 2020-12-01 moko
2984:
2985: * src/classes/image.C: mp4 extended size (>4Gb) support added
2986:
2987: * src/classes/image.C: for "size not found" exception to be shown
2988: if size not found until eof
2989:
2990: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2991: bit linux)
2992:
2993: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2994: #1188)
2995:
2996: 2020-11-30 moko
2997:
2998: * src/classes/image.C: definitions moved closer to code
2999:
3000: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
3001: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
3002: 395_dir/3_VP8X.webp, results/395.processed,
3003: results/396.processed: tests for ^image::measure[] .webp support
3004: added, all image files moved into one directory (related to
3005: feature #1188)
3006:
3007: * src/classes/image.C: ^image::measure[] now supports webp (feature
3008: #1188)
3009:
1.148 moko 3010: 2020-11-29 moko
3011:
3012: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
3013: processing, unnessesary defines removed
3014:
3015: 2020-11-24 moko
3016:
3017: * tests/results/: 099.processed, 100.processed, 205.processed,
3018: 309.processed, 310.processed: Content-Disposition: inline
3019: returned
3020:
3021: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
3022: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
3023: ] added (related to bug #1204)
3024:
3025: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
3026: ] supported to avoid Content-Disposition: inline;
3027: filename="<file>.ext" but still set Content-Type for ext (related
3028: to bug #1204)
3029:
1.147 moko 3030: 2020-11-22 moko
3031:
3032: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
3033: types/pa_vfile.C: pa_filename added to avoid useless rsplit
3034:
3035: * src/main/pa_request.C: content_disposition_inline returned.
3036:
3037: 2020-11-17 moko
3038:
3039: * src/main/pa_request.C: empty main method name support
3040:
3041: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
3042: config_handler added, stdout flush added.
3043:
3044: 2020-11-16 moko
3045:
3046: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
3047:
3048: * tests/results/: 099.processed, 205.processed, 237.processed,
3049: 309.processed, 310.processed: Content-Disposition: inline is not
3050: required and should not contain filename="<name>"
3051:
3052: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
3053: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3054: targets/isapi/parser3isapi.C: pa_strcat implemented and used
3055:
1.146 moko 3056: 2020-11-14 moko
3057:
3058: * src/targets/cgi/parser3.C: spelling
3059:
3060: * src/targets/cgi/parser3.C: renaming
3061:
3062: * src/targets/cgi/parser3.C: args_skip removed, locate_config
3063: relocated
3064:
3065: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
3066: before request processing, which is weired
3067:
3068: 2020-11-13 moko
3069:
3070: * src/main/pa_http.C: pa_recv added with timeout support, thus read
3071: copied in httpd.
3072:
3073: 2020-11-12 moko
3074:
3075: * src/main/pa_http.C: ALARM code unified to be used in httpd
3076:
3077: * src/: include/pa_request.h, main/pa_request.C,
3078: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
3079:
3080: * src/main/pa_http.C: URI validation added
3081:
3082: * src/targets/cgi/parser3.C: filespec_to_process now variable,
3083: can't be empty but can be null. httpd-main is now main method
3084: name for httpd mode
3085:
3086: 2020-11-11 moko
3087:
3088: * src/main/pa_request.C: path_translated can be null in httpd mode
3089:
3090: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
3091: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3092: classes/xdoc.C, include/pa_request.h, main/execute.C,
3093: main/pa_request.C: r.absolute -> r.full_disk_path
3094:
3095: * src/targets/cgi/parser3.C: if filename to process is not
3096: specified, auto.p should be present.
3097:
1.145 moko 3098: 2020-11-03 moko
3099:
3100: * src/: classes/op.C, include/pa_request.h: unused argument removed
3101:
3102: * src/main/pa_request.C: content_disposition_inline is the default,
3103: not required.
3104:
1.144 moko 3105: 2020-10-29 moko
3106:
3107: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
3108: ^use[file; $.main(true) ] implemented for auto.p processing and
3109: path_translated changing to correct relative files path
3110: calculation in httpd mode
3111:
3112: * src/: include/pa_request.h, main/pa_request.C:
3113: fail_on_read_problem removed, as it allways true, as if should
3114: be.
3115:
3116: * src/: include/pa_request.h, main/pa_request.C,
3117: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3118: targets/isapi/parser3isapi.C: clearing config_filespec when
3119: config was not found, thus flag not required and removed.
3120:
3121: 2020-10-28 moko
3122:
3123: * tests/: 402.html, results/402.processed: error reporting test
3124:
3125: * src/main/execute.C: better error reporting when
3126: $result[^hash::create[]] in @main.
3127:
3128: * src/main/: execute.C, pa_request.C: frame.result() should be used
3129: + minor optimization
3130:
3131: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3132: main/pa_xml_io.C: execute_*_method simplified and unified
3133:
3134: 2020-10-27 moko
3135:
3136: * tests/: 306.html, results/306.processed: a bit more testing. :)
3137:
3138: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
3139: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
3140: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
3141: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
3142: types/pa_vmethod_frame.h, types/pa_vobject.C,
3143: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
3144: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
3145: longer used in object-prototype mode
3146:
3147: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
3148: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
3149: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
3150: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
3151: $form:name[value] features
3152:
1.143 moko 3153: 2020-10-18 moko
3154:
3155: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
3156:
3157: 2020-10-15 moko
3158:
3159: * src/main/pa_http.C: url no longer needed as
3160: ALTER_EXCEPTION_SOURCE is used
3161:
3162: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
3163: main/pa_http.C: check_file_size filespec is now optional
3164:
3165: * src/: classes/curl.C, include/pa_exception.h,
3166: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
3167: ALTER_EXCEPTION_COMMENT added for better error reporting
3168:
3169: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
3170: results/346-curl.processed, results/379-curl.processed,
3171: results/379.processed: test results updated as load now provides
3172: better error reporting + curl responses updated
3173:
3174: 2020-10-14 moko
3175:
3176: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
3177: main/pa_string.C, targets/apache/mod_parser3_core.C,
3178: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
3179: checked. 10 is now default base, no hex autodetect by default
3180:
3181: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3182: connection socket closing in destructor + accept exception
3183: handling
3184:
3185: * src/targets/cgi/parser3.C: warning war
3186:
3187: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
3188: main/pa_request.C, targets/apache/mod_parser3_core.C,
3189: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
3190: exception handling unified
3191:
3192: 2020-10-13 moko
3193:
3194: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
3195: autodetection
3196:
3197: * src/targets/apache/mod_parser3_core.C: reverted to atoi
3198:
3199: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
3200:
3201: * src/main/pa_http.C: warning war
3202:
1.142 moko 3203: 2020-10-12 moko
3204:
1.143 moko 3205: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
3206: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
3207: unhandled exception code optimization
3208:
3209: * src/targets/cgi/parser3.C: request_info now global variable
3210:
3211: * src/main/pa_http.C: http_read_response moved to HTTP_response
3212: class
3213:
3214: * src/: include/pa_http.h, main/pa_http.C,
3215: targets/cgi/pa_sapi_info.h: read_post implemented
3216:
1.142 moko 3217: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3218: [host:]port syntax support in httpd mode
3219:
3220: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
3221: targets/cgi/parser3.C: populate_env added
3222:
3223: * src/include/pa_hash.h: to make get(char *) compiling in
3224: HashStringString
3225:
3226: 2020-10-10 moko
3227:
3228: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
3229: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
3230:
3231: * src/: include/pa_http.h, include/pa_request_info.h,
3232: main/pa_http.C, main/pa_string.C,
3233: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
3234: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
3235: types/pa_vrequest.C: initial httpd mode implementation
3236:
1.141 moko 3237: 2020-10-04 moko
3238:
3239: * src/targets/cgi/parser3.C: options together
3240:
3241: 2020-09-30 moko
3242:
3243: * src/main/pa_http.C: renamed
3244:
1.140 moko 3245: 2020-08-14 moko
3246:
3247: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
3248: src/targets/cgi/Makefile.am: no httpd as separate library
3249:
3250: 2020-08-13 moko
3251:
3252: * src/targets/cgi/parser3.C: SAPI::die used in exception in
3253: unhandled exception handler to report 500 instead of 200 it was
3254: before.
3255:
3256: * src/targets/apache/mod_parser3_core.C: minor cleanup
3257:
3258: * src/: include/pa_sapi.h, main/untaint.C,
3259: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3260: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
3261: thus replaced with SAPI::die and removed
3262:
3263: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
3264: cgi/parser3.C: whitespace
3265:
3266: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
3267:
3268: 2020-08-12 moko
3269:
3270: * src/targets/cgi/parser3.C: duplicate info in signal logging
3271: removed, whitespace was: SIGPIPE received while executing code.
3272: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
3273: cl=0]
3274:
3275: * parser3.sln: + httpd.vcproj
3276:
3277: 2020-08-11 moko
3278:
3279: * src/targets/cgi/Makefile.am: +libhttpd
3280:
3281: * configure.ac, src/lib/Makefile.am: +libhttpd
3282:
1.139 moko 3283: 2020-07-13 moko
3284:
3285: * tests/: 401.html, results/401.processed: test for hash key does
3286: not keep language, but tainted in foreach.
3287:
1.138 moko 3288: 2020-07-01 moko
3289:
3290: * tests/: 235.html, results/235.processed: test result updated as
3291: messages before attachments implemented (feature #1176)
3292:
1.137 moko 3293: 2020-06-27 moko
3294:
3295: * tests/: 400.html, results/400.processed: test updated to check
3296: ^return{code}
3297:
3298: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
3299: fixed
3300:
3301: 2020-06-26 moko
3302:
3303: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
3304: added (related to https://www.parser.ru/forum/?id=85319)
3305:
3306: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
3307: when $result assignment was last statement in the method
3308: (https://www.parser.ru/forum/?id=85319)
3309:
1.136 moko 3310: 2020-05-23 moko
3311:
3312: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
3313: whitespace, unused level removed
3314:
3315: 2020-05-19 moko
3316:
3317: * src/types/pa_vmail.C: whitespace
3318:
3319: * src/types/pa_vmail.C: files should be processed last (related to
3320: feature #1176)
3321:
1.135 moko 3322: 2020-05-12 moko
3323:
3324: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
3325: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
3326:
3327: * configure.ac: FreeBSD1X.X check added to avoid
3328: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
3329:
1.134 moko 3330: 2020-02-26 moko
3331:
3332: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
3333: compilation issue (related to bug #1201)
3334:
3335: * src/main/pa_common.C: entry_readable -> entry_exists,
3336: undocumented access(fname, R_OK) call removed (fixes bug #1201)
3337: -f and -d now works under Windows in UTF-8 with Russian
3338: filenames.
3339:
3340: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
3341: advice (related to feature #1199)
3342:
3343: 2020-02-25 moko
3344:
3345: * buildall: --silent removed
3346:
3347: * configure.ac: gmime-3.0 support
3348:
3349: * buildall: --with-system-mailreceive option added to build with
3350: system libgmime
3351:
3352: * src/types/pa_vmail.C: avoiding
3353: https://github.com/jstedfast/gmime/issues/83 "feature" (related
3354: to feature #1199)
3355:
1.133 moko 3356: 2020-02-18 moko
3357:
3358: * src/classes/op.C: windows x64 debug mode compile fix
3359:
3360: * src/main/pa_globals.C: no longer required due to -MD -> -MT
3361: change (releated to feature #1200)
3362:
3363: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3364: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
3365: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3366: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3367: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3368: targets/apache/ApacheModuleParser3.vcproj,
3369: targets/apache/ApacheModuleParser3Core.vcproj,
3370: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3371: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3372: dependency (related to feature #1200)
3373:
1.132 moko 3374: 2020-02-12 moko
3375:
3376: * src/types/pa_vmail.C: minimize diff
3377:
3378: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3379: #1199)
3380:
1.131 moko 3381: 2020-01-18 moko
3382:
3383: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3384:
1.130 moko 3385: 2019-12-28 moko
3386:
3387: * src/targets/cgi/parser3.C: avoid empty ?
3388:
3389: 2019-12-27 moko
3390:
3391: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3392: DOCUMENT_ROOT (related to feature #1164)
3393:
3394: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3395: fcgiwrap setup (implements feature #1164)
3396:
3397: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3398: but no issues found (related to feature #1164)
3399:
3400: * src/targets/cgi/parser3.C: actualized
3401:
3402: 2019-12-26 moko
3403:
3404: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3405: removed
3406:
3407: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3408: removed
3409:
3410: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3411: allocation errors, we don't want default gc warnings (without
3412: timestamp and URI).
3413:
3414: * src/: classes/memory.C, main/pa_globals.C,
3415: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3416: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3417: pa_globals_init
3418:
3419: * src/main/pa_globals.C: setup_hex_value() removed, static array
3420: initialization used (optimization)
3421:
3422: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3423: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3424: pa_socks_init/pa_socks_done moved inside pa_globals_init
3425: (optimization)
3426:
1.129 moko 3427: 2019-12-09 moko
3428:
3429: * src/include/pa_config_fixed.h: warning war
3430:
1.128 moko 3431: 2019-12-08 moko
3432:
3433: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3434: process grammar under Unix.
3435:
3436: 2019-12-07 moko
3437:
3438: * tests/389.html: For Windows XP. :)
3439:
3440: * tests/388-sql.html: Windows compatibility added
3441:
3442: 2019-12-06 moko
3443:
3444: * src/targets/cgi/parser3.C: warning war
3445:
3446: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3447: == sizeof(CORD)) to avoid aligning bugs in future
3448:
3449: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3450: XML_STATIC
3451:
3452: * src/include/pa_request.h: StackItem() not required
3453:
3454: * src/include/pa_stack.h: warning war
3455:
3456: * src/include/pa_config_includes.h: GCC warning silenced
3457:
3458: * src/include/pa_memory.h: warning war: the program should also
3459: define 'void operator delete [](void*, std::size_t)'
3460: [-Wsized-deallocation]
3461:
3462: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3463:
3464: * src/classes/string.C: not reqired cast removed
3465:
3466: * src/classes/string.C: not reqired cast removed
3467:
3468: 2019-12-05 moko
3469:
3470: * src/lib/sdbm/pa_file_io.C: warning war
3471:
3472: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3473: enum Language : size_t - required for VS2015+ to make
3474: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3475: without it (related to feature #1198)
3476:
3477: 2019-12-04 moko
3478:
3479: * src/main/pa_base64.C: unsigned char -> uchar
3480:
3481: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3482: as other libs
3483:
3484: * src/include/pa_version.h: +amd64
3485:
3486: 2019-12-03 moko
3487:
3488: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3489: release
3490:
3491: * src/include/pa_config_includes.h: warning war
3492:
3493: * src/classes/image.C: warning war
3494:
3495: * src/main/pa_globals.C: x64 libs support
3496:
3497: * src/include/pa_config_includes.h: warning war
3498:
3499: * src/types/pa_method.h: warning war
3500:
1.127 moko 3501: 2019-11-28 moko
3502:
3503: * src/classes/math.C: vs2003 compatibility + warning war
3504:
3505: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3506: libxml2-2.9.9 (related to feature #1136)
3507:
3508: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3509: typecast for more compatibility (related to feature #1136)
3510:
3511: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3512: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3513: feature #1136)
3514:
3515: 2019-11-26 moko
3516:
3517: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3518: removed (it was failing in $$var case), condition added
3519:
1.126 moko 3520: 2019-11-25 moko
3521:
3522: * tests/: 397.html, 399.html, results/141.processed,
3523: results/399.processed: base64 options tested
3524:
3525: * src/: classes/math.C, main/pa_http.C: base64 options used
3526:
3527: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3528: implemented (feature #986)
3529:
3530: * src/main/pa_cache_managers.C: whitespace
3531:
3532: * tests/: 397.html, 399.html, results/399.processed: tests for
3533: ^base64 encode options added (related to feature #986)
3534:
3535: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3536: pa_base64_encode(file) removed - more memory, but faster and less
3537: code (related fo feature #986)
3538:
3539: 2019-11-24 moko
3540:
3541: * tests/: 155.html, results/155.processed: limit and offset in
3542: ^table::load[] now supported, thus test added
3543:
3544: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3545: main/pa_common.C: optimization: offset and limit options parsing
3546: moved inside file_load.
3547:
3548: 2019-11-23 moko
3549:
3550: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3551: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3552: optimization: file_read replaced with simplified file_read_binary
3553:
3554: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3555: types/pa_vform.C: whitespace
3556:
3557: * src/: include/pa_common.h, main/pa_common.C: never used params
3558: removed
3559:
3560: 2019-11-21 moko
3561:
3562: * tests/: 193.html, results/193.processed, results/389.processed:
3563: test results updated as now base64 does not discard tail without
3564: padding (related to feature #986)
3565:
3566: 2019-11-20 moko
3567:
3568: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3569: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3570: pa_base64_decode (related to feature #986)
3571:
3572: * tests/398.html: tests for base64 decode added (related to feature
3573: #986)
3574:
3575: * src/main/pa_base64.C: base64_decode rewritten - padding option
3576: support, padding inside base 64 supported (related to feature
3577: #096)
3578:
3579: 2019-11-19 moko
3580:
3581: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3582: FreeBSD 12
3583:
1.125 moko 3584: 2019-11-16 moko
3585:
3586: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3587: support added, step support removed (related to #986)
3588:
3589: 2019-11-15 moko
3590:
3591: * src/classes/math.C: using log since log2 is not present on
3592: FreeBSD < 8.4 (related to feature #1177)
3593:
3594: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3595: pa_base64_size extracted and used for files as well (related to
3596: feature 986)
3597:
3598: 2019-11-14 moko
3599:
3600: * tests/: 397.html, results/397.processed: + content check
3601:
3602: * tests/: 141.html, results/141.processed: make test resuls more
3603: readable
3604:
3605: * tests/: 397.html, results/193.processed, results/397.processed:
3606: test results updated after \x00 character was disabled in
3607: math:convert string mode (related to feature #1177)
3608:
3609: * src/classes/: math.C, string.C: \\x00 character disabled while
3610: converting to string (as in base64, related to feature #1177)
3611:
3612: * src/classes/file.C: more correct arguments separation
3613:
3614: * src/: classes/file.C, classes/math.C, classes/string.C,
3615: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3616: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3617: options added, but not yet implemented (related to feature #986)
3618:
3619: * src/classes/math.C: whitespace
3620:
3621: 2019-11-13 moko
3622:
3623: * tests/: 397.html, results/397.processed: +tainting test (related
3624: to feature #1177)
3625:
3626: * src/classes/math.C: as we now produce not only digits, result
3627: should be tainted (related to feature #1177)
3628:
3629: * src/main/pa_base64.C: whitespace
3630:
3631: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3632: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3633: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3634: implementation moved from pa_common.h and pa_common.C
3635:
3636: 2019-11-12 moko
3637:
3638: * tests/: 275.html, results/275.processed: out of range test fixed,
3639: as ^math:convert now supports arbitrary precision
3640:
3641: 2019-11-11 moko
3642:
3643: * tests/results/389.processed: uctualized error message
3644:
3645: * tests/: 389.html, 397.html, results/397.processed: tests for
3646: ^math:convert added (related to feature #1177)
3647:
3648: * src/classes/math.C: ^math:convert now supports arbitrary
3649: precision, alphabet support added (implements feature #1177)
3650:
1.124 moko 3651: 2019-11-06 moko
3652:
3653: * tests/: 181.html, results/181.processed: entities usage added,
3654: more entites load tests (related to bug #842 discussion)
3655:
3656: 2019-11-05 moko
3657:
3658: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3659: call from xmlFileOpen if http://localhost/<file> was not found
3660: (related to bug #842)
3661:
3662: * src/main/pa_xml_io.C: rename
3663:
3664: * src/main/pa_xml_io.C: +MemoryStream constructor
3665:
3666: * src/main/pa_xml_io.C: whitespace
3667:
1.123 moko 3668: 2019-10-31 moko
3669:
3670: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3671: XML_PARSE_NOENT) added to fix entities load, (related to feature
3672: #1181)
3673:
1.122 moko 3674: 2019-10-25 moko
3675:
3676: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3677: queries tests
3678:
3679: 2019-10-24 moko
3680:
3681: * tests/: 388-sql.html, results/388-sql.processed: support for
3682: pgsql driver test
3683:
3684: * tests/: 388-sql.html, results/388-sql.processed:
3685: multi_statements=1 now tested, mysql test now supported
3686: (connection must be specified in [parser3] section in .my.cnf)
3687: related to issues #1195 and #1194
3688:
1.121 moko 3689: 2019-09-11 moko
3690:
3691: * src/classes/int.C: whitespace
3692:
3693: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3694: exception test
3695:
3696: * tests/results/388-sql.processed: sql queries now shown (related
3697: to feature #1196)
3698:
3699: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3700: with old parser versions.
3701:
3702: * src/: classes/file.C, classes/hash.C, classes/string.C,
3703: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3704: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3705: instead of connect string in query_event_handlers exceptions
3706: (implements feature #1196)
3707:
1.120 moko 3708: 2019-09-06 moko
3709:
3710: * tests/388-sql.html: mysql compat
3711:
3712: * src/: classes/hash.C, classes/string.C, classes/table.C,
3713: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3714: sql_ variables declaration moved to pa_common.h
3715:
1.116 moko 3716: 2019-01-15 moko
3717:
3718: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3719: logically sorted
3720:
3721: 2018-12-27 moko
3722:
3723: * src/include/pa_config_includes.h: warning war:
3724: -Wdeprecated-register added for C++ 17
3725:
3726: 2018-10-15 moko
3727:
3728: * configure.ac: FreeBSD 11.2 can be build with ./configure
3729: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3730: --with-xml=/usr/local/
3731:
3732: 2018-09-24 moko
3733:
3734: * tests/: 396.html, 396.tiff, results/396.processed: test for
3735: ^image::measure[] now supports tiff added (related to feature
3736: #1188)
3737:
3738: * src/classes/image.C: ^image::measure[] now supports tiff
3739: (implements feature #1188)
3740:
3741: 2018-09-20 moko
3742:
3743: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3744: files measure added (related to ticket #1188)
3745:
3746: * src/classes/image.C: measure of bmp files implemented (related to
3747: ticket #1188)
3748:
3749: 2018-09-18 moko
3750:
3751: * tests/: 394-curl.html, results/394-curl.processed,
3752: results/auto.p: test for bug #1187 (max_file_size check for head
3753: requests) added
3754:
3755: 2018-08-24 moko
3756:
3757: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3758: response content-length check is required (fixes bug #1187)
3759:
3760: 2018-05-11 moko
3761:
3762: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3763: $.append(bool) ] option added (related to feature #919)
3764:
3765: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3766: from misha@ patch (implements feature #919)
3767:
3768: 2018-03-22 moko
3769:
3770: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3771: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3772: with 128kb buffer. Now works at least 12 times faster. :) May be
3773: Windows-only problem.
3774:
3775: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3776: build fix)
3777:
3778: 2018-02-03 moko
3779:
3780: * src/main/execute.C: removes irrelevant lines from exception stack
3781: trace when exceptions occurs in assigment (fixes bug #1165)
3782:
3783: * tests/: 393.html, results/393.processed: test for behavour after
3784: "Property can not be created, already exists field with that
3785: name" exception removed (related to feature #1183)
3786:
3787: * src/types/pa_vclass.C: "Property can not be created, already
3788: exists field with that name" exception removed (implements
3789: feature #1183)
3790:
3791: 2018-01-19 moko
3792:
3793: * src/classes/string.C: whitespace
3794:
3795: * src/classes/string.C: whitespace
3796:
3797: * tests/: 392.html, results/392.processed: test for
3798: ^regex::create[$regex] added (related to feature #1135)
3799:
3800: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3801: ^regex::create[$regex] added (implements feature #1135)
3802:
3803: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3804: commented define added (related to feature #1157)
3805:
3806: 2018-01-17 moko
3807:
3808: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3809:
3810: 2018-01-15 moko
3811:
3812: * tests/: 390.html, results/390.processed: real path replaced by
3813: stub
3814:
3815: * tests/: 391.html, results/391.processed: test for feature #1181
3816: (XML_PARSE_HUGE exception) added
3817:
3818: 2018-01-11 moko
3819:
3820: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3821: XML_PARSE_HUGE option passed by default (implements feature
3822: #1181)
3823:
3824: * src/classes/string.C: whitespace
3825:
3826: 2017-12-10 moko
3827:
3828: * tests/: 389.html, 390.html, results/389.processed,
3829: results/390.processed: image code coverage tests added (related
3830: to feature #1125)
3831:
3832: 2017-12-08 moko
3833:
3834: * tests/: 346-curl.html, 388-sql.html, 389.html,
3835: results/346-curl.processed, results/388-sql.processed,
3836: results/389.processed: more code coverage tests
3837:
3838: * tests/: 264.html, results/264.processed: code coverage for
3839: ^file::exec[]
3840:
3841: 2017-12-07 moko
3842:
3843: * tests/: 174.html, 388-sql.html, 389.html,
3844: results/388-sql.processed, results/389.processed,
3845: results/174.processed: more coverage tests
3846:
3847: * src/classes/math.C: exception text actualized
3848:
3849: 2017-12-06 moko
3850:
3851: * tests/388-sql.html: $SQL can be here
3852:
3853: * tests/results/auto.p: $SQL not required here
3854:
3855: * tests/: 388-sql.html, 389.html, Makefile,
3856: results/388-sql.processed, results/389.processed, results/auto.p:
3857: code coverage tests for sql (using sqlite) and int/double/bool
3858: added (related to feature #1125)
3859:
3860: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3861: lib/json/json.vcproj, lib/md5/md5.vcproj,
3862: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3863: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3864: targets/apache/ApacheModuleParser3Core.vcproj,
3865: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3866: types/types.vcproj: gc\include no longer required
3867:
3868: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3869: required
3870:
3871: * src/: classes/Makefile.am, classes/table.C,
3872: include/pa_config_includes.h, include/pa_string.h,
3873: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3874: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3875: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3876: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3877: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3878: used, we now include it directly
3879:
3880: 2017-12-04 moko
3881:
3882: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3883: memcached/memcached.vcproj, punycode/punycode.vcproj,
3884: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3885: where required
3886:
3887: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3888: now can be used to trace memory allocations
3889:
3890: * src/: classes/table.C, include/pa_config_includes.h,
3891: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3892: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3893: method removes, libcord also can work without libgc
3894:
3895: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3896:
3897: 2017-11-29 moko
3898:
3899: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3900: are not present (related to feature #1173)
3901:
3902: * tests/346-curl.html: test updated to test curl content-length bug
3903: (related to feature #1173)
3904:
3905: * tests/results/346-curl.processed: more test for content-length
3906: curl bug (related to feature #1173)
3907:
3908: * tests/results/346-curl.processed: test results updated after
3909: #1173 implemented
3910:
3911: 2017-11-28 moko
3912:
3913: * src/classes/curl.C: another libcurl Content-length bug walkaround
3914: (related to feature #1173)
3915:
3916: 2017-11-27 moko
3917:
3918: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3919: $.http_version[version string] added (implements feature #1173),
3920: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3921: where $post(true) bug existed.
3922:
3923: 2017-11-18 moko
3924:
3925: * src/include/pa_memory.h: warning war (related to feature #1170)
3926:
3927: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3928: feature #1170)
3929:
3930: 2017-11-17 moko
3931:
3932: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3933: std::basic_stringstream used in ^table.csv-string[] is compatible
3934: with delete usage check only under Debian 9 (related to feature
3935: #1170)
3936:
3937: 2017-11-16 moko
3938:
3939: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3940: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3941: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3942: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3943: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3944: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3945: stubs defend from accidental use (implements feature #1170)
3946:
3947: 2017-06-24 moko
3948:
3949: * configure.ac: minor fix: thanks to alx@
3950:
1.115 moko 3951: 2017-05-29 moko
3952:
3953: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3954: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3955: added to avoid cutting of UTF-8 chars (fixed bug #123)
3956:
3957: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3958: ignored, =?UTF-8?Q?= should start in case of leading space
3959: (related to bug #123)
3960:
3961: * buildall: echo -n -> printf for OS X. :)
3962:
3963: 2017-05-25 moko
3964:
3965: * tests/: 288.html, results/288.processed: test updated afted
3966: setting $o.prop without setter exception removed (related to
3967: feature #1157)
3968:
3969: * src/types/pa_vclass.C: no more "this property has no setter
3970: method" when setting $o.prop without setter (implements feature
3971: #1157)
3972:
3973: * buildall: echo \c -> echo -n for FreeBSD
3974:
3975: * configure, configure.ac, src/include/pa_config_auto.h.in,
3976: src/types/pa_vdouble.h: isfinite now checked in configure
3977:
3978: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3979: upgraded to automake 1.15
3980:
3981: 2017-05-23 moko
3982:
3983: * src/types/pa_vdouble.h: finite returned where isfinite not
3984: defined
3985:
3986: 2017-05-22 moko
3987:
3988: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3989:
3990: * buildall: extern CFLAGS setting support
3991:
3992: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3993:
3994: * buildall: http -> https
3995:
3996: * buildall: gc-7.2f -> gc-7.6.0
3997:
3998: 2017-05-20 moko
3999:
4000: * buildall: https, pcre, xml, xslt updated to current versions
4001: (related to feature #1136)
4002:
4003: 2017-05-19 moko
4004:
4005: * tests/097.html: after parser.ru moved to https
4006:
4007: 2017-05-17 moko
4008:
4009: * tests/results/: 175.processed, 372.processed: tests resuls
4010: updated after lintian spelling typos fixed (related to bug #1156)
4011:
4012: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
4013: classes/string.C, classes/table.C, main/pa_charset.C,
4014: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
4015: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
4016: lintian reported by Sergey B Kirpichev (fixes bug #1156)
4017:
4018: * tests/results/096.processed: +XMP
4019:
4020: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
4021: $.xmp(true) options tested (test for feature #1154)
4022:
4023: * src/classes/image.C: ^image:measure[] options $.exif(false)
4024: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
4025: fetched by default! (implements feature #1154)
4026:
4027: 2017-05-16 moko
4028:
4029: * tests/: 256.html, results/256.processed: ^json:string[$image] now
4030: allowed (related to feature #1154)
4031:
4032: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
4033: initial XMP implementation - without options and transcode
4034: (related to feature #1154)
4035:
4036: 2017-05-12 moko
4037:
4038: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
4039: image: exif moved to ffields, skipped in ^image.html[] where
4040: iterators now used (preparation for feature #1154)
4041:
4042: 2017-05-05 moko
4043:
4044: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
4045: results/387.processed: test for circular class inheritance check
4046: added (related to bug #1150)
4047:
4048: * src/types/pa_vstateless_class.C: circular class inheritance check
4049: added (fixes endless add_derived bug #1150)
4050:
4051: 2017-05-04 moko
4052:
4053: * tests/: 386.html, results/386.processed: test for
4054: $table.value(number) added (related to feature #1152)
4055:
4056: * src/types/pa_vtable.C: table put_element: column value must be
4057: string - > column value must be string compatible to allow
4058: $t.value(1) (implements feature #1152)
4059:
4060: 2017-05-03 moko
4061:
4062: * src/main/pa_request.C: $use[$method] is not possible, reverting
4063: (related to feature #1151)
4064:
4065: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
4066: not possible, removing test (related to feature #1151)
4067:
4068: * src/: main/pa_request.C, types/pa_vstateless_class.h:
4069: get_element_method added and used to allow $use[$method] and
4070: $autouse[$method] (implements feature 1151)
4071:
4072: * tests/: 386.html, 386.p, results/386.processed: test for @use in
4073: variable added (related to feature #1151)
4074:
4075: * tests/results/226.processed: actualized after ^try-catch used
4076:
4077: * tests/: 226.html, 385.html, results/385.processed: test for
4078: @autouse in variable added
4079:
4080: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
4081:
1.114 moko 4082: 2017-02-27 moko
4083:
4084: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
4085:
1.113 moko 4086: 2017-02-20 moko
4087:
1.211 moko 4088: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 4089:
4090: 2017-02-16 moko
4091:
4092: * tests/: 384.html, results/384.processed: test for
4093: ^reflection:mixin[; $.name[] ] option added (related to feature
4094: #1089)
4095:
4096: * tests/: 384.html, results/384.processed: test for
4097: ^reflection:mixin[] added (related to feature #1089)
4098:
4099: * src/types/pa_value.h: warning war: virtual ~Value() added
4100:
1.112 moko 4101: 2017-02-15 moko
4102:
4103: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
4104: fixed
4105:
4106: * tests/: 320.html, results/320.processed: $.reverse(true/false)
4107: test added (related to feature #1069)
4108:
4109: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4110: compilation without HASH_ORDER fixed
4111:
4112: * src/: classes/reflection.C, include/pa_hash.h:
4113: $.reverse(true/false) added to ^reflection:methods[] (related to
4114: feature #1069)
4115:
4116: 2017-02-14 moko
4117:
4118: * tests/: 152.html, results/152.processed: test for $._default hash
4119: added (related to bug #1131)
4120:
4121: * tests/: 277.html, results/277.processed: test for hash with only
4122: $._default is now defined (related to bug #1131)
4123:
4124: * src/types/pa_vhash.h: hash with only $._default is now defined
4125: (fixed bug #1131)
4126:
4127: 2017-02-13 moko
4128:
4129: * tests/cat-windows.sh: cat-windows added (cygwin required)
4130:
4131: * tests/: 171.html, 264.html, 286.html, 370.html,
4132: results/320.processed, results/375.processed, results/auto.p:
4133: cat-windows.sh support added
4134:
4135: * tests/375.html: Windows support
4136:
4137: * tests/270.html: documented
4138:
4139: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
4140: (not backslashes) even under Windows (broke test 270)
4141:
4142: 2017-02-12 moko
4143:
4144: * tests/: descript.ion, todo.txt: cleanup
4145:
4146: 2017-02-09 moko
4147:
4148: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
4149: run_tests.cmd: Windows compatibility
4150:
4151: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
4152: incorrectly (GMT) if parser is called from cygwin
4153:
1.111 moko 4154: 2017-02-08 moko
4155:
1.211 moko 4156: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 4157:
1.211 moko 4158: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 4159:
4160: * NEWS, README: minor update
4161:
4162: * src/include/pa_config_includes.h: warning war continues
4163:
4164: * src/: include/pa_config_includes.h, include/pa_memory.h,
4165: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4166: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
4167: gcc 6.x issues fixed
4168:
1.111 moko 4169: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4170: classes/classes.h, classes/curl.C, classes/date.C,
4171: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4172: classes/hashfile.C, classes/image.C, classes/inet.C,
4173: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4174: classes/memcached.C, classes/memory.C, classes/op.C,
4175: classes/reflection.C, classes/regex.C, classes/response.C,
4176: classes/string.C, classes/table.C, classes/void.C,
4177: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4178: include/pa_array.h, include/pa_cache_managers.h,
4179: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4180: include/pa_config_fixed.h, include/pa_config_includes.h,
4181: include/pa_dictionary.h, include/pa_dir.h,
4182: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4183: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4184: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4185: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4186: include/pa_request_charsets.h, include/pa_request_info.h,
4187: include/pa_sapi.h, include/pa_socks.h,
4188: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4189: include/pa_stack.h, include/pa_string.h,
4190: include/pa_stylesheet_connection.h,
4191: include/pa_stylesheet_manager.h, include/pa_symbols.h,
4192: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
4193: include/pa_uue.h, include/pa_xml_exception.h,
4194: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
4195: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
4196: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4197: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
4198: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4199: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4200: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4201: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4202: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4203: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4204: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4205: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4206: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4207: main/pa_string.C, main/pa_stylesheet_connection.C,
4208: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
4209: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
4210: main/untaint.C, sql/pa_sql_driver.h,
4211: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4212: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4213: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4214: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4215: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4216: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4217: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
4218: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4219: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
4220: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
4221: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
4222: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
4223: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4224: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
4225: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
4226: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
4227: types/pa_vmemcached.h, types/pa_vmemory.h,
4228: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4229: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4230: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4231: types/pa_vresponse.C, types/pa_vresponse.h,
4232: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4233: types/pa_vstateless_object.h, types/pa_vstatus.C,
4234: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4235: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4236: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4237: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4238: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
4239: 2015->2017
4240:
1.110 moko 4241: 2017-02-07 moko
4242:
4243: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
4244:
4245: 2017-02-06 moko
4246:
4247: * src/main/pa_common.C: minor fixes, whitespace
4248:
4249: * src/: classes/curl.C, classes/file.C, classes/image.C,
4250: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
4251: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
4252: now used (implements feature #1081)
4253:
4254: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
4255:
4256: 2017-02-01 moko
4257:
4258: * src/include/pa_request.h: cleanup
4259:
4260: 2017-01-30 moko
4261:
4262: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
4263:
4264: 2017-01-29 moko
4265:
4266: * tests/: 383.html, results/383.processed: test for
4267: ^reflection:stack[] added (related to feature #1052)
4268:
4269: * src/classes/reflection.C: else added
4270:
4271: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
4272: $.max_file_lock_wait added (implements feature #1128)
4273:
4274: 2017-01-28 moko
4275:
4276: * tests/: 379-curl.html, results/379-curl.processed: curl empty
4277: body and other cases tests added (related to featue #1014)
4278:
4279: * src/classes/curl.C: bug if response is empty fixed (related to
4280: feature #1014)
4281:
4282: 2017-01-27 moko
4283:
4284: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
4285: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
4286: added (implements feature #1052)
4287:
4288: 2017-01-25 moko
4289:
4290: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
4291: method test added
4292:
4293: 2017-01-23 moko
4294:
4295: * src/classes/reflection.C: optimization: options->get replaced by
4296: hash iterator
4297:
4298: * tests/: 381.html, results/381.processed: now -> fixed date
4299:
4300: * src/main/pa_request.C: warning war
4301:
4302: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
4303: 5Mb (fixes bug #1058)
4304:
4305: * src/classes/curl.C: warning war
4306:
4307: * tests/: 381.html, results/381.processed: tests for ^json:string
4308: $.one-line(true) option added (related to feature #1124)
4309:
4310: * src/: classes/json.C, types/pa_value.h: $json-string
4311: $.one-line(true|false) options is now supported (implements
4312: feature #1124)
4313:
4314: * tests/: 380.html, results/380.processed: test for modified
4315: $.max_file_size added (related to bug #1014)
4316:
4317: * tests/: 379.html, results/auto.p: tests for rewritten http file
4318: load added (related to bug #1014)
4319:
4320: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4321: main/pa_common.C, main/pa_http.C: check_file_size added and used
4322: in curl / file load from disk and http, http file load rewritten
4323: (related to bug #1014)
4324:
4325: 2017-01-18 moko
4326:
4327: * tests/: 378.html, results/378.processed: tests for ^result[]
4328: added (related to feature #66)
4329:
4330: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
4331: Method::CO_WITHOUT_FRAME as frame still added in expression
4332: (related to feature #66)
4333:
4334: 2017-01-17 moko
4335:
4336: * tests/: 377.html, results/377.processed: test for different
4337: combinations of breaks in body and delimiter (related to bug
4338: #1077)
4339:
4340: * tests/: 376.html, results/376.processed: many ^break[] tests
4341: added (related to bug #1077)
4342:
4343: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
4344: passed to native method" exception added to avoid bugs due to
4345: WRITE_EXPR_RESULT skipped and native methods execution continues
4346: after ^break[] (related to bug #1077)
4347:
4348: 2017-01-14 moko
4349:
4350: * tests/: 330.html, results/330.processed: test results updated
4351: after ^break[] bugs where fixed (related to bug #1077)
4352:
4353: * tests/: 329.html, results/329.processed: test results updated
4354: after ^break[] bugs where fixed (related to bug #1077)
4355:
4356: * tests/results/320.processed: ^return[] added
4357:
4358: 2017-01-13 moko
4359:
4360: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4361: classes/table.C, include/pa_request.h, main/execute.C,
4362: main/pa_request.C, targets/cgi/parser3.C,
4363: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
4364: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
4365: checked after each possible process/execute call (fixes bug
4366: #1077)
4367:
4368: 2016-12-29 moko
4369:
4370: * src/main/pa_common.C: warning war
4371:
4372: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4373: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4374: pa_file_size_limit added, ^math:random fixed for upper limit and
4375: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4376: (related to feature #1014)
4377:
4378: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4379: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4380: (related to feature #1014)
4381:
4382: 2016-12-28 moko
4383:
4384: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4385: warning war
4386:
4387: 2016-12-26 moko
4388:
4389: * tests/: 341.html, results/341.processed: test for
4390: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4391:
4392: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4393: (related to feature #1057)
4394:
4395: * src/types/pa_vdate.C: warning war continues...
4396:
4397: * src/: classes/date.C, classes/image.C, classes/table.C,
4398: include/pa_config_includes.h, types/pa_vfile.C: warning war
4399:
4400: * src/lib/gd/gifio.C: warning war / cleanup
4401:
4402: * src/lib/json/pa_json.C: warning war
4403:
4404: * src/classes/hash.C: warning war
4405:
4406: * src/types/pa_vfile.C: warning war
4407:
4408: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4409: -Wall warning war continues
4410:
4411: * configure.ac: --with-build-warnings actualized
4412:
4413: 2016-12-25 moko
4414:
4415: * src/main/pa_exec.C: -wAll warning war
4416:
4417: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4418: -wAll warning war
4419:
4420: * src/: include/pa_common.h, include/pa_sapi.h,
4421: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4422: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4423: -wAll warning war
4424:
4425: 2016-12-23 moko
4426:
4427: * src/lib/ltdl/Makefile.am: extra dist added
4428:
4429: * tests/results/344.processed: test result updated after $file.text
4430: prefetched in ^hash::create[$file] (related to feature #1075)
4431:
4432: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4433: ^hash::create[$file] (related to feature #1075)
4434:
4435: 2016-12-22 moko
4436:
4437: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4438: main/pa_request.C, main/pa_stylesheet_connection.C,
4439: types/pa_vfile.C: file_stat now return 64-bit size (implements
4440: #1014 under 32-bit unix versions)
4441:
4442: 2016-12-21 moko
4443:
4444: * tests/: 375.html, results/375.processed: test for exec returning
4445: stated file added (related to feature #1119)
4446:
4447: * src/classes/file.C: load should not return file with null body
4448: (fixes bug #1119)
4449:
4450: 2016-12-14 moko
4451:
4452: * tests/: 374.html, results/374.processed: test for $method.name
4453: added (related to feature #1117) plus method returning junction
4454: test
4455:
4456: 2016-12-13 moko
4457:
4458: * src/: include/pa_symbols.h, main/pa_symbols.C,
4459: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4460: (implements feature #1117)
4461:
4462: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4463: HEAD and TRACE can't have body (implements feature #1116)
4464:
4465: 2016-12-09 moko
4466:
4467: * tests/: 373.html, results/373.processed: tests for
4468: ^reflection:tainting added (related to feature #1098)
4469:
4470: * src/classes/reflection.C: ^reflection:tainting arguments order
4471: change (related to feature #1098)
4472:
4473: 2016-12-06 moko
4474:
4475: * src/: classes/reflection.C, include/pa_string.h,
4476: main/pa_string.C: ^reflection:tainting[$string] added (implements
4477: feature #1098)
4478:
4479: 2016-12-05 moko
4480:
4481: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4482: (fixes bug #1114)
4483:
4484: 2016-12-04 moko
4485:
4486: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4487: check added
4488:
4489: 2016-12-03 moko
4490:
4491: * tests/: 346-curl.html, results/346-curl.processed: test modified
4492: to test value.as_hash() usage
4493:
4494: * src/classes/curl.C: value.as_hash() used for correct hash
4495: processing
4496:
4497: * src/classes/reflection.C: exceptions texts fixes
4498:
4499: 2016-12-02 moko
4500:
4501: * tests/: 372.html, results/372.processed: tests for
4502: ^reflection:create[ $.class[name] $.constructor[name]
4503: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4504: feature #1094)
4505:
4506: * src/types/pa_vmethod_frame.h: comment added: params should be
4507: declared outside of *_FRAME_ACTION as MethodParams destructor
4508: will be called in ~VNativeMethodFrame
4509:
4510: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4511: ] minor fix
4512:
4513: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4514: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4515: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4516: now supported (implements feature #1094) value::as_hash added
4517: (and should be used everywhere)
4518:
4519: * src/classes/reflection.C: cleanup
4520:
4521: 2016-12-01 moko
4522:
4523: * tests/: 356.html, results/356.processed: test for method
4524: junctions class name added to the resulting hash added (related
4525: to feature #1068)
4526:
4527: * src/classes/reflection.C: for method junctions class name added
4528: to the resulting hash (related to feature #1068)
4529:
4530: 2016-11-30 moko
4531:
4532: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4533: exception (related to bug #1113)
4534:
4535: * src/types/pa_vhashfile.C: whitespace
4536:
4537: * src/main/pa_os.C: errno now returned as it should (fixes bug
4538: #1113)
4539:
4540: * tests/results/: 175.processed, 192.processed, 224.processed,
4541: 229.processed, 239.processed, 244.processed, 246.processed,
4542: 314.processed, 352.processed: tests results updated after method
4543: call exceptions improved as method now keeps its name
4544:
4545: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4546: types/pa_vmethod_frame.h: method call exceptions improved as
4547: method now keeps its name
4548:
4549: * tests/: 224.html, 239.html, results/224.processed,
4550: results/239.processed: tests and tests results updated after
4551: Request::construct exception changed
4552:
4553: * src/: classes/reflection.C, main/execute.C: Request::construct
4554: exception optimized
4555:
4556: * tests/: 371.html, results/371.processed: test for
4557: WWrapper.get_element call in $.name.key[value] code added
4558: (related to feature #1091)
4559:
4560: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4561: in $.name.key[value] code (related to feature #1091)
4562:
4563: 2016-11-29 moko
4564:
4565: * src/classes/op.C: VS warning war
4566:
4567: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4568: C4239: nonstandard extension used : 'return' : conversion from
4569: 'Value' to 'Value &' (related to feature #1020)
4570:
4571: * src/: main/execute.C, types/pa_vmethod_frame.h,
4572: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4573: used : 'return' : conversion from 'Value' to 'Value &' (related
4574: to feature #1020)
4575:
4576: * src/main/execute.C: VS warning war
4577:
4578: * src/targets/cgi/parser3.C: VS compatibility fix
4579:
4580: * src/include/pa_request.h: VS warning war
4581:
4582: * tests/: 370.html, results/370.processed: test for ^file::exec[
4583: ... $.stdin[$binary_file] ] added (related to bug #1044)
4584:
4585: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4586: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4587: $.stdin[$binary_file] (fixes bug #1044)
4588:
4589: 2016-11-28 moko
4590:
4591: * src/main/pa_exec.C: whitespace
4592:
4593: * src/main/pa_request.C: whitespace
4594:
4595: * tests/: 369.html, results/369.processed: test for
4596: $response:status usage added (related to feature #1099)
4597:
4598: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4599: if < 100 (implements feature #1099)
4600:
4601: * src/targets/cgi/parser3.C: whitespace
4602:
4603: * src/targets/cgi/parser3.C: whitespace
4604:
4605: * tests/: 368.html, results/368.processed: test updated after
4606: ^reflection:filename[$method] added (related to feature #1053)
4607:
4608: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4609: main/compile.y, main/execute.C, main/pa_request.C,
4610: types/pa_vclass.h: filename -> filespec,
4611: ^reflection:filename[$method] added (related to feature #1053)
4612:
4613: 2016-11-27 moko
4614:
4615: * tests/: 368.html, results/368.processed: test for
4616: reflection:filename[$class or object] added (related to feature
4617: #1053)
4618:
4619: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4620: types/pa_vstateless_class.h: ^reflection:filename[$class or
4621: object] added (implements feature #1053)
4622:
4623: 2016-11-26 moko
4624:
4625: * src/: include/pa_request_info.h,
4626: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4627: remove_absolute_uri -> strip_absolute_uri
4628:
4629: 2016-11-25 moko
4630:
4631: * src/: include/pa_request_info.h,
4632: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4633: request_info.remove_absolute_uri added to remove possible
4634: http://site.name/ from $request:uri (implements feature #1112)
4635:
4636: 2016-11-24 moko
4637:
4638: * tests/: 367-curl.html, results/367-curl.processed: test for
4639: previous request headers clearing after redirect added (related
4640: to bug #1109)
4641:
4642: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4643: response headers from previous requests are now cleared, only
4644: last request headers are collected (fixes bug #1109)
4645:
4646: * tests/results/: 266.processed, 321.processed, 356.processed:
4647: tests results updated as method name now added to the resulting
4648: hash for new syntax only (Imp1 compatimility fixed, related to
4649: feature #1068)
4650:
4651: * src/classes/reflection.C: method name now added to the resulting
4652: hash for new syntax only (Imp1 compatimility fixed, related to
4653: feature #1068)
4654:
4655: * tests/results/366.processed: test for native and parser
4656: implementation of ^use[] logic (related to feature #1074)
4657:
4658: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4659: for native and parser implementation of ^use[] logic (related to
4660: feature #1074)
4661:
4662: 2016-11-23 moko
4663:
4664: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4665: main/pa_request.C: @USE file now implemented as ^use[file;
4666: $.origin[origin_file] ] (implements feature #1074)
4667:
1.109 moko 4668: 2016-11-21 moko
4669:
1.110 moko 4670: * tests/: 365.html, results/365.processed: test for $caller bugs in
4671: 3.4.4 and $caller.method now tested (related to feature #1110)
4672:
4673: * tests/: 364.html, results/364.processed: $caller usage in
4674: different contexts now tested (related to feature #1110)
4675:
4676: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4677:
4678: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4679:
1.109 moko 4680: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4681: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4682: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4683: used (implements feature #1110)
4684:
4685: 2016-11-20 moko
4686:
4687: * src/types/pa_vdouble.h: whitespace
4688:
4689: 2016-11-11 moko
4690:
4691: * tests/: 363.html, results/363.processed: more tests for feature
4692: #1091 (how parser methods work in expression context)
4693:
4694: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4695: expressions strings are now written as strings, not values by
4696: write_as_string (related to feature #1091)
4697:
4698: * src/classes/op.C: to make more correct behavour in expression
4699: context
4700:
4701: 2016-11-07 moko
4702:
4703: * tests/: 362.html, results/362.processed: test for
4704: xsltParseStylesheetDoc caching as xsl modification after it added
4705: (related to bug #1108)
4706:
4707: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4708: result now cached as xdoc is modified after it (fixes bug #1108)
4709:
4710: 2016-11-06 moko
4711:
4712: * src/types/pa_vxdoc.h: whitespace
4713:
4714: 2016-11-05 moko
4715:
4716: * src/types/pa_vmethod_frame.h: cleanup
4717:
4718: 2016-11-03 moko
4719:
4720: * tests/results/244.processed: more correct exception after method
4721: frames separation
4722:
4723: * src/types/pa_vmethod_frame.h: minor optimizaion
4724:
4725: * src/types/pa_method.h: optimization: params_count added
4726:
4727: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4728: include/pa_request.h, main/execute.C, main/pa_request.C,
4729: types/pa_value.C, types/pa_vmethod_frame.C,
4730: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4731: VMethodFrame now divided into VNativeMethodFrame,
4732: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4733: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4734: and used (related to feature #1104)
4735:
4736: 2016-11-02 moko
4737:
4738: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4739: classes/double.C, classes/file.C, classes/hash.C,
4740: classes/hashfile.C, classes/image.C, classes/inet.C,
4741: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4742: classes/memcached.C, classes/op.C, classes/reflection.C,
4743: classes/regex.C, classes/string.C, classes/table.C,
4744: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4745: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4746: r.write (implements feature #1091)
4747:
4748: * src/main/execute.C: cleanup (related to feature #1104)
4749:
4750: * src/: include/pa_request.h, main/execute.C,
4751: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4752: added, in_expression removed (implements feature #1104)
4753:
4754: 2016-10-31 moko
4755:
4756: * src/types/pa_value.C: whitespace
4757:
4758: 2016-10-28 moko
4759:
4760: * tests/results/244.processed: updated after error reporting fixed
4761: in pa_wcontext.C
4762:
4763: * src/types/pa_wcontext.C: error reporting fixed
4764:
4765: * src/types/pa_wcontext.h: whitespace
4766:
4767: * src/classes/image.C: not fully readed entries are no longer
4768: processed (fixes bug #1106)
4769:
4770: 2016-10-26 moko
4771:
4772: * src/classes/image.C: whitespace
4773:
4774: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4775: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4776: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4777: longer required (related to feature #1091)
4778:
4779: * tests/results/: 264.processed, 350.processed: test results update
4780: reverted (whitespace optimization) after write_no_lang removed :)
4781: (related to feature #1091)
4782:
4783: * src/: classes/file.C, classes/hash.C, classes/op.C,
4784: classes/string.C, classes/table.C, classes/void.C,
4785: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4786: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4787: equal write_pass_lang (related to feature #1091)
4788:
4789: * tests/results/: 264.processed, 350.processed: test results
4790: updated (whitespace optimization) after write_assign_lang removed
4791: (related to feature #1091)
4792:
4793: * tests/: 361.html, results/361.processed: test for non-string
4794: ^untaint added (related to feature #1091)
4795:
4796: * src/: classes/curl.C, classes/date.C, classes/file.C,
4797: classes/hash.C, classes/op.C, classes/string.C,
4798: include/pa_request.h, main/execute.C: optimization:
4799: write_assign_lang removed as not required (first part of feature
4800: #1091 implementation)
4801:
1.108 moko 4802: 2016-10-12 moko
4803:
4804: * tests/: 360.html, results/360.processed: more test code (related
4805: to feature #1104)
4806:
4807: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4808: include/pa_request.h, main/compile.y, main/execute.C: opcode
4809: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4810: WContext is next task (implements feature #1104)
4811:
4812: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4813: / CO_WITHOUT_WCONTEXT
4814:
4815: * tests/: 360.html, results/360.processed: test for in expression
4816: state (related to feature #1104)
4817:
4818: 2016-10-11 moko
4819:
4820: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4821:
4822: * src/classes/op.C: default value removed from initializer
4823:
4824: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4825:
4826: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4827:
4828: 2016-10-10 moko
4829:
4830: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4831: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4832: to feature #42)
4833:
4834: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4835: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4836:
4837: 2016-10-08 moko
4838:
4839: * src/classes/double.C: whitespace
4840:
4841: 2016-10-07 moko
4842:
4843: * src/types/pa_vmethod_frame.h: reorder
4844:
4845: 2016-10-06 moko
4846:
4847: * src/classes/date.C: typo
4848:
4849: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4850:
4851: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4852: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4853: types/pa_vmethod_frame.h: params.get now returns Value&, not
4854: Value*
4855:
4856: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4857:
4858: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4859: removed; first as_* code rewrite
4860:
4861: 2016-10-05 moko
4862:
4863: * src/include/pa_request.h: whitespace
4864:
4865: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4866: intercept_string added (related to feature #1097)
4867:
4868: * src/: classes/image.C, classes/op.C, classes/table.C,
4869: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4870: optimization: intercept_string removed (implements feature #1097)
4871:
4872: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4873:
4874: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4875: from VCodeFrame and WWrapper as not required
4876:
4877: 2016-10-04 moko
4878:
4879: * src/: classes/curl.C, classes/date.C, classes/double.C,
4880: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4881: classes/int.C, classes/json.C, classes/op.C,
4882: classes/reflection.C, classes/string.C, classes/table.C,
4883: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4884: proces_to_value -> process after StringOrValue removed (related
4885: to feature #1020)
4886:
4887: * src/classes/form.C: whitespace
4888:
4889: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4890:
4891: * tests/: 357.html, 358.html, results/357.processed,
4892: results/358.processed, results/auto.p: test for @conf
4893: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4894:
4895: 2016-10-03 moko
4896:
4897: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4898: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4899: supported (implements feature #42)
4900:
4901: * src/types/pa_vregex.h: no reason for VRegex to be
4902: is_evaluated_expr
4903:
4904: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4905: (implements feature #1095)
4906:
4907: 2016-10-01 moko
4908:
4909: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4910: false by default (related to feature #1089)
4911:
4912: 2016-09-30 moko
4913:
4914: * src/types/pa_wcontext.h: cleanup
4915:
4916: 2016-09-29 moko
4917:
4918: * src/main/execute.C: whitespace
4919:
4920: * src/include/pa_request.h: whitespace
4921:
4922: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4923: classes/op.C, classes/table.C, include/pa_request.h,
4924: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4925: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4926: StringOrValue removed as it just slows down and adds complexity
4927: (implements feature #1020)
4928:
4929: 2016-09-28 moko
4930:
4931: * tests/: 356.html, results/266.processed, results/321.processed,
4932: results/356.processed: tests updated after name was added to
4933: method_info hash, test for ^reflection:method_info[junction]
4934: added (related to feature #1068)
4935:
4936: * src/classes/reflection.C: ^reflection:method_info[junction] now
4937: supported, method name added to the resulting hash (implements
4938: feature #1068)
4939:
4940: * tests/: 276.html, results/276.processed: more tests for
4941: ^reflection:delete[]
4942:
4943: * src/classes/reflection.C: fixed bug then ^reflection:delete
4944: didn't work on class and could damage native objects (like file)
4945:
4946: 2016-09-26 moko
4947:
4948: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4949: results/345.processed, results/346-curl.processed,
4950: results/347-curl.processed, results/348.processed: numbers added
4951: to simplify diff analysis
4952:
4953: * tests/: 352.html, results/352.processed: test result updated as
4954: method name used
4955:
4956: * src/classes/reflection.C: method name used
4957:
4958: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4959: its name
4960:
4961: * src/types/pa_method.h: whitespace
4962:
4963: * src/classes/reflection.C: both method and field with one name can
4964: exist.
4965:
4966: * src/classes/reflection.C: ^reflection:mixin added (implements
4967: feature #1089)
4968:
4969: * tests/: 355.html, results/355.processed: property appears in
4970: derived class if added in base test added
4971:
4972: * src/types/pa_vstateless_class.h: get_method declaration +
4973: whitespace
4974:
4975: * tests/: 354.html, results/354.processed: nice test from method
4976: and property with one name in class added
4977:
4978: 2016-09-23 moko
4979:
4980: * src/classes/reflection.C: ^reflection:method usage documented
4981:
4982: 2016-09-22 moko
4983:
4984: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4985: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4986: compile warning and GPF occures on VS2003 (related to feature
4987: #1087)
4988:
4989: * tests/: 350.html, results/350.processed: test added for
4990: $.encloser[] support in ^table::create (related to feature #11)
4991:
4992: * src/classes/table.C: another minor fix (related to feature #11)
4993:
1.107 moko 4994: 2016-09-21 moko
4995:
4996: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4997:
4998: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4999: classes/json.C, classes/string.C, classes/table.C,
5000: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
5001: main/pa_common.C, main/pa_http.C, main/pa_request.C,
5002: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
5003: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
5004: pa_charsets, vs2015 warning war
5005:
5006: * src/classes/table.C: vs2015 warning war
5007:
5008: * src/types/pa_vdate.C: vs2015 warning war
5009:
5010: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
5011:
5012: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
5013: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
5014:
5015: * src/main/pa_common.C: vs2015 compilation fixes
5016:
5017: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
5018: vs2015 compilation fixes
5019:
5020: * src/main/pa_charset.C: vs2015 warning war
5021:
5022: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
5023:
5024: * src/main/pa_charset.C: vs2015 warning war
5025:
5026: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
5027:
5028: * src/types/pa_vdate.C: vs2015 compilation fix
5029:
5030: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
5031:
5032: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
5033: VS2015 compilation fixes
5034:
5035: * src/classes/table.C: minor fix (related to feature #11)
5036:
5037: * tests/results/282.processed: no longer skipping extra enclosers
5038: (related to feature #11)
5039:
5040: * src/classes/table.C: minor fix + no longer skipping extra
5041: enclosers (related to feature #11)
5042:
5043: * src/classes/table.C: minor optimization (related to feature #11)
5044:
5045: * src/classes/table.C: minor fix and optimization (related to
5046: feature #11)
5047:
5048: 2016-09-20 moko
5049:
5050: * tests/: 353.html, results/353.processed: test for
5051: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
5052: added (related to bug #1090)
5053:
5054: * src/main/compile.y: PC.cclass->is_vars_local() check added for
5055: one_big_piece (fixes bug #1090)
5056:
5057: * tests/: 229.html, results/229.processed: code coverage tests
5058:
5059: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
5060: body) was called
5061:
5062: * src/classes/op.C: whitespace
5063:
5064: * tests/: 323.html, results/323.processed: test for code junction
5065: should not be returned by ^reflection:class, ^reflection:base
5066:
5067: * src/classes/reflection.C: bugfix: code junction should not be
5068: returned by ^reflection:class, ^reflection:base
5069:
5070: * tests/: 323.html, 352.html, results/352.processed: no more
5071: exception for ^reflection:method[class;no-such-method] (related
5072: to feature #1087)
5073:
5074: * src/classes/reflection.C:
5075: ^reflection:method[class;no-such-method] : exception -> void
5076: (related to feature #1087)
5077:
5078: * src/include/pa_request.h: request::write_value added to allow
5079: write value without convertion (related to issue #1091)
5080:
5081: 2016-09-19 moko
5082:
5083: * src/main/pa_random.C: windows build fix
5084:
5085: * src/types/pa_vhash.h: warning war
5086:
5087: 2016-09-14 moko
5088:
5089: * tests/: 352.html, 552.html, results/352.processed,
5090: results/552.processed: test for ^reflection:method[] extension
5091: added (related to feature #1087)
5092:
5093: * tests/: 552.html, results/552.processed: test for
5094: ^reflection:method[] extension added (related to feature #1087)
5095:
5096: * src/classes/reflection.C: compatibility issue fixed, VClass
5097: dynamic_cast check added (related to feature #1087)
5098:
5099: * tests/: 351.html, results/351.processed: test for @auto[]
5100: inheritance bug diring ^process[] added (related to bug #1088)
5101:
5102: * src/: classes/op.C, main/pa_request.C,
5103: types/pa_vstateless_class.C: set_method now checks for @auto[] to
5104: disable it inheritance during ^process (fixes bug #1088)
5105:
5106: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
5107: added (implements feature #1087)
5108:
5109: 2016-09-13 moko
5110:
5111: * tests/: 349.html, results/auto.p: test for objects prototyping
5112: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
5113: to feature #1086)
5114:
5115: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
5116: types/pa_vobject.C: objects now are not class instances, but have
5117: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
5118: in @conf (implements feature #1086)
5119:
5120: 2016-09-08 moko
5121:
5122: * src/: classes/file.C, classes/mail.C, classes/string.C,
5123: classes/table.C, main/pa_http.C, main/pa_string.C,
5124: include/pa_string.h: cleanup: string::split limit argument
5125: removed as no longer required, pos_after no longer reference
5126: (related to feature #11)
5127:
5128: * src/classes/table.C, tests/results/348.processed: now exception
5129: is rised when invalid option is passed to ^table::create[]
5130:
5131: * tests/: 282.cfg, 282.html, results/282.processed: more code
5132: coverage tests
5133:
5134: * tests/: 348.html, results/348.processed: code coverage tests
5135: added
5136:
5137: * tests/: 348.html, results/348.processed: generic ^table::create[]
5138: tests
5139:
5140: * tests/: 035.html, results/035.processed, results/272.processed:
5141: tests updated after $.encloser[] support for ^table::create
5142: implementation (related to feature #11)
5143:
5144: * src/classes/table.C: $.encloser[] support for ^table::create
5145: finally added (implements feature #11)
5146:
5147: 2016-09-07 moko
5148:
5149: * src/include/pa_string.h: added StringSplitHelper as friend
5150: (related to feature #11)
5151:
5152: * src/include/pa_string.h: body and langs now protected, not
5153: private to allow inheritance (related to feature #11)
5154:
5155: * src/classes/table.C: lsplit optimized before cloning for
5156: ^table::create with $.encloser[] (related to feature #11)
5157:
5158: * src/classes/table.C: optimizaion: TableControlChars.separators
5159: added and used (related to feature #11)
5160:
5161: * src/classes/table.C: spelling:
5162:
5163: TableSeparators -> TableControlChars column -> separator
5164: separators -> control_chars
5165:
5166: 2016-09-06 moko
5167:
5168: * src/main/pa_string.C: whitespace
5169:
5170: * src/main/pa_string.C: whitespace
5171:
5172: 2016-09-01 moko
5173:
5174: * tests/: 347-curl.html, results/347-curl.processed: to make tests
5175: results OS-independent
5176:
5177: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
5178: compiler (related to feature #1042)
5179:
5180: 2016-08-15 moko
5181:
5182: * src/include/pa_string.h: whitespace
5183:
5184: * src/classes/table.C: whitespace
5185:
1.106 moko 5186: 2016-08-05 moko
5187:
5188: * tests/: 344.html, results/344.processed: test for
5189: ^hash::create[$file] added (related to feature #1075)
5190:
5191: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
5192: supported (implements feature #1075)
5193:
5194: 2016-08-04 moko
5195:
5196: * tests/: 341.html, results/341.processed: more code coverage tests
5197:
5198: * tests/: 346-curl.html, results/346-curl.processed: more code
5199: coverage tests for curl
5200:
5201: * tests/: 346-curl.html, results/346-curl.processed: more code
5202: coverage tests for curl
5203:
5204: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
5205: results/223.processed: code coverage tests: $.form[ $.table[] ]
5206: test added
5207:
5208: * tests/: 223-curl.html, results/223-curl.processed: more code
5209: coverage tests for curl
5210:
5211: 2016-08-03 moko
5212:
5213: * src/classes/curl.C: dlink(curl_library) now called not once, but
5214: until it will be loaded, allowing to find existing library.
5215:
5216: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
5217: results/347-curl.processed: more code coverage tests for curl
5218:
5219: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
5220: results/339-curl.processed, results/346-curl.processed: curl
5221: functionality tests
5222:
5223: 2016-08-02 moko
5224:
5225: * tests/: 339.html, results/339.processed: test for tables in
5226: ^file:load[] and ^curl:load[] (commented) added (related to
5227: feature #1042)
5228:
5229: * tests/: 345.html, results/345.processed: code coverage tests for
5230: file class
5231:
5232: * tests/: 344.html, results/344.processed: code coverage tests
5233:
5234: * tests/: 344.html, results/344.processed: mdate removed from
5235: output
5236:
5237: * src/classes/file.C: minor bugfix: is_text should be taked from
5238: fcontent.is_text_mode() if not set (related to feature #1061)
5239:
5240: * tests/: 344.html, results/344.processed: more tests
5241:
5242: * tests/: 343.html, 344.html, results/343.processed,
5243: results/344.processed: tests for ^file::create[ $.from-charset
5244: and $.to-charset ] (related to feature #1061)
5245:
5246: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5247: aset_text_mode argument optimized
5248:
5249: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5250: checkBOM now used in detect_binary_content (related to feature
5251: #1061)
5252:
5253: * src/main/pa_request.C: load_charset no longer required to_upper
5254:
5255: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
5256: preserves original file mode (if no $.mode specified)
5257:
5258: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5259: ^file::create now supports $.from-charset[] and $.to-charset
5260: options (implements feature #1061), automatic transcode is done
5261: if text file is created from binary file and charset is detected.
5262:
5263: 2016-07-30 moko
5264:
5265: * src/classes/table.C: ^t.hash[..;] now supported (related to
5266: feature #1057)
5267:
5268: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
5269: added (related to feature #1057)
5270:
5271: * tests/: 286.html, results/286.processed: code tests coverage
5272:
5273: 2016-07-29 moko
5274:
5275: * src/classes/table.C: table size should be checked inside menu and
5276: foreach (related to feature #858)
5277:
5278: * src/: classes/curl.C, classes/file.C, classes/string.C,
5279: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
5280: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
5281: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
5282: charsets.get now does str_upper inside (related to feature #1061)
5283:
5284: * tests/: 342.html, results/342.processed: more code coverage tests
5285:
5286: * tests/: 342.html, outputs/342.processed: table menu code coverage
5287: + foreach test added (related to feature #858)
5288:
5289: * tests/: 341.html, results/341.processed: tests for
5290: ^table.hash[]{code} added + code coverage tests (related to
5291: feature #1057)
5292:
5293: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
5294: value} support (implements feature #1057)
5295:
5296: * src/classes/table.C: whitespace
5297:
5298: 2016-07-28 moko
5299:
5300: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
5301: from URL, if not specified query string removed from url-based
5302: filenames in ^curl:load[] and ^file::load[] (related to feature
5303: #1042)
5304:
5305: 2016-07-27 moko
5306:
5307: * tests/: 340.html, results/340.processed: test for
5308: transcode_text_result=false added (related to issue #1042)
5309:
5310: 2016-07-26 moko
5311:
5312: * src/types/pa_vfile.C: file name should not be empty (if file path
5313: is folder and ends with /) (related to feature #1042)
5314:
5315: * src/main/pa_http.C: whitespace optimizaion
5316:
5317: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
5318: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
5319: multiple headers, ^file::load supports headers transcoding
5320: (implements feature #1042)
5321:
5322: 2016-07-25 moko
5323:
5324: * src/include/pa_common.h: PA_DEFAULT added
5325:
5326: 2016-07-22 moko
5327:
5328: * tests/: 338.html, results/338.processed: test for
5329: $date.field(value) added (related to feature #1066)
5330:
5331: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5332: $date.field(value) now supported for y/m/d/h/m/s (implements
5333: feature #1066)
5334:
1.105 moko 5335: 2016-07-21 moko
5336:
5337: * src/: classes/file.C, classes/image.C, include/pa_common.h,
5338: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
5339: arguments removed; image.C - absolute path shown in exception
5340: (implements feature #1071)
5341:
5342: * tests/: 235.html, results/235.processed: test and test result
5343: updated after static boundary in mail and Errors-To: mail header
5344: removed (related to feature #1047)
5345:
5346: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
5347: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
5348: used, static boundary in mail removed, Errors-To: mail header
5349: removed (implements feature #1047)
5350:
5351: 2016-07-20 moko
5352:
5353: * src/: classes/reflection.C, types/pa_vstateless_class.h:
5354: equest.classes(): Value -> VStateless_class, part 3 (related to
5355: issue #1051)
5356:
5357: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
5358: request.classes(): Value -> VStateless_class, part 2 (related to
5359: issue #1051)
5360:
5361: * tests/results/: 224.processed, 323.processed: classes without
5362: methods should not be methoded (related to issue #1051)
5363:
5364: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
5365: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5366: -> VStateless_class, part 1 (related to issue #1051)
5367:
5368: * tests/: 337.html, results/337.processed: test for
5369: ^reflection:fields_reference[] and VHashReference class added
5370: (related to feature #1072)
5371:
5372: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5373: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5374: and VHashReference added, allowing ^reflection:fields_reference[]
5375: implementation (closes feature #1072)
5376:
5377: 2016-07-19 moko
5378:
5379: * tests/: 323.html, results/323.processed: we want to see
5380: "methoded"
5381:
5382: * tests/: 336.html, results/336.processed: test for $BASE:property
5383: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5384: #1059)
5385:
5386: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5387: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5388: somebody_entered_some_class, $BASE:property works again,
5389: ^BASE:method[] bugs fixed (fixes bug #1059)
5390:
5391: 2016-07-14 moko
5392:
5393: * tests/: 335.html, results/335.processed: test for feature #1055
5394: added
5395:
5396: * src/classes/hash.C: bugfix: $._default was not copied if empty
5397: feature: ^hash.contains[_default] added (implements feature
5398: #1055)
5399:
5400: 2016-07-13 moko
5401:
5402: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5403: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5404:
5405: 2016-07-05 moko
5406:
5407: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5408: in ^hash.foreach (related to feature #1073)
5409:
5410: 2016-07-04 moko
5411:
5412: * tests/: 134.html, 281.html, results/134.processed,
5413: results/281.processed: tests updated after hash blocking removed
5414: (related to feature #1073)
5415:
5416: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5417: no longer blocks on change during foreach (implements feature
5418: #1073)
5419:
5420: 2016-06-17 moko
5421:
5422: * tests/: 330.html, results/330.processed: try exception source
5423: test added (related to bug in #1062)
5424:
5425: * tests/: 334.html, results/334.processed: Exception stack trace
5426: test added (related to bug in $1062)
5427:
5428: * src/classes/op.C: Exception trace now correctly restored and
5429: errors reported (related to bug #1062)
5430:
1.104 moko 5431: 2016-05-25 moko
5432:
5433: * src/main/compile.y: minor cleanup + beauty
5434:
5435: 2016-05-24 moko
5436:
5437: * tests/: 333.html, results/333.processed: more exceptions testing
5438:
5439: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5440: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5441: features #1056, #1026)
5442:
5443: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5444: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5445: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5446: (implements feature #1056)
5447:
5448: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5449: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5450: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5451: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5452: feature #1026)
5453:
5454: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5455: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5456: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5457: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5458: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5459: feature #1026)
5460:
5461: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5462: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5463: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5464: SYMBOLS_CACHING define implemented (related to feature #1026)
5465:
5466: * src/main/main.vcproj: + ps_symbols
5467:
5468: * src/: include/Makefile.am, include/pa_string.h,
5469: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5470: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5471: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5472: types/pa_vstateless_class.C: initial implementation for symbols
5473: cache (related to feature #1026)
5474:
5475: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5476:
5477: * src/main/pa_globals.C: minor cleanup
5478:
5479: 2016-05-19 moko
5480:
5481: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5482: (related to feature #1046)
5483:
5484: * tests/: 331.html, results/331.processed: test for
5485: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5486: (related to feature #1051)
5487:
5488: * src/main/compile.y:
5489: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5490: (implements feature #1054)
5491:
5492: 2016-05-18 moko
5493:
5494: * src/types/pa_vtable.C, tests/results/324.processed: no more
5495: "column not found" exception for ^table.no-such-method[] (related
5496: to feature #1046)
5497:
5498: * tests/: 261.html, results/261.processed: test added and updated
5499: after feature #1046 implementation
5500:
5501: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5502: types/pa_vvoid.h: $string.anything works for whitespace strings,
5503: ^string.contains added for hash compatibility, $string.method no
5504: longer returns stting method (implements feature #1046)
5505:
5506: 2016-05-12 moko
5507:
5508: * src/classes/curl.C: content-type response header no longer
5509: ignored (fixes issue #1045)
5510:
5511: * tests/: 330.html, results/330.processed: test for incomplete
5512: finally execution when break occures added (related to issue
5513: #1077)
5514:
5515: * src/classes/op.C: bugfix: Request::skip reset is called before
5516: executing catch and finally code (fixes issue #1062)
5517:
5518: 2016-05-11 moko
5519:
5520: * tests/: 329.html, results/329.processed: test for invalid
5521: ^break[] behavour added (bug #1077)
5522:
5523: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5524:
5525: 2016-04-24 moko
5526:
5527: * src/types/pa_vstateless_class.h: warning war
5528:
5529: 2016-04-17 moko
5530:
5531: * tests/: 328.html, results/328.processed: test for
5532: ^break(condition) and ^continue(condition) (related to feature
5533: #1063)
5534:
5535: * src/classes/op.C: ^break(condition) and ^continue(condition)
5536: implemented (feature #1063)
5537:
5538: 2016-04-12 moko
5539:
5540: * tests/results/280.processed: ordered hash now used for class
5541: methods and properties (test results updated for feature #1069)
5542:
5543: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5544: to xdoc.C as under FreeBSD it was inited after and inheritance
5545: failed (related to issue #1051)
5546:
5547: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5548: are printed to check inheritance (related to feature #1051)
5549:
1.103 moko 5550: 2016-04-09 moko
5551:
5552: * tests/results/320.processed: ordered hash now used for class
5553: methods and properties (test results updated for feature #1069)
5554:
5555: * src/types/pa_vstateless_class.h: ordered hash now used for class
5556: methods and properties (implements feature #1069)
5557:
5558: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5559: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5560: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5561: feature #1051)
5562:
5563: 2016-04-07 moko
5564:
5565: * src/main/execute.C: returned Value in .CLASS case for VJunction
5566: (related to feature #1051)
5567:
5568: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5569: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5570: string constants deduplication (related to feature #1051)
5571:
5572: * tests/results/224.processed: test result updated (related to
5573: feature #1051)
5574:
5575: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5576: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5577: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5578: types/pa_vstatus.h: classes hash now contains only
5579: VStateless_class derived objects, .CLASS is also allways
5580: VStateless_class derived object (related to feature #1051).
5581:
5582: 2016-04-06 moko
5583:
5584: * tests/results/323.processed: test result updated after feature
5585: #1051 implementation
5586:
5587: * src/: classes/classes.h, classes/op.C, classes/response.C,
5588: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5589: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5590: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5591: types/pa_vresponse.C, types/pa_vresponse.h,
5592: types/pa_vstateless_class.h: base -> methoded_donor for static
5593: classes, type() moved from VStateless_class to VClass and
5594: Methoded (implements feature #1051)
5595:
5596: 2016-04-04 moko
5597:
5598: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5599: beauty: put_class added (related to feature #1051)
5600:
5601: 2016-04-01 moko
5602:
5603: * tests/results/: 175.processed, 192.processed, 224.processed,
5604: 229.processed, 244.processed, 246.processed, 316.processed: test
5605: results updated as class.type() removed from error messages, only
5606: type() left (related to feature #1051)
5607:
5608: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5609: classes/op.C, classes/reflection.C, main/compile.y,
5610: main/compile_tools.h, main/execute.C, main/pa_request.C,
5611: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5612: types/pa_vmethod_frame.h, types/pa_vobject.h,
5613: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5614: from VStateless_class, type() is used instead (related to feature
5615: #1051)
5616:
5617: * src/classes/mail.C: old logic restored.
5618:
5619: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5620: classes/classes.h, classes/curl.C, classes/date.C,
5621: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5622: classes/hashfile.C, classes/image.C, classes/inet.C,
5623: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5624: classes/memcached.C, classes/memory.C, classes/reflection.C,
5625: classes/regex.C, classes/response.C, classes/string.C,
5626: classes/table.C, classes/xdoc.C, classes/xnode.C,
5627: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5628: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5629: feature #1051)
5630:
5631: 2016-03-30 moko
5632:
5633: * tests/: 327.html, results/224.processed, results/327.processed:
5634: test for TZ specification in ^date::create[], TZ is kept during
5635: ^date::create[$dt] (related to feature #1048)
5636:
5637: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5638: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5639: feature #1048)
5640:
5641: 2016-03-29 moko
5642:
5643: * tests/: 315.html, results/315.processed: test for timezone format
5644: +HHmm added (related to feature #1065)
5645:
5646: * src/classes/date.C: timezone format +HHmm now supported
5647: (implements feature #1065)
5648:
5649: 2016-03-28 moko
5650:
5651: * tests/: 202.html, results/131.processed, results/202.processed,
5652: results/224.processed, results/256.processed,
5653: results/315.processed: test results updated after %.2d now
5654: default for hours offset in iso-string (was %2d), test for
5655: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5656: added (related to feature #1065)
5657:
5658: 2016-03-27 moko
5659:
5660: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5661: feature #1065)
5662:
5663: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5664: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5665: added (implements feature #1065)
5666:
5667: 2016-03-24 moko
5668:
5669: * tests/: 202.html, results/202.processed: test $date.week added
5670: (related to bug #1067)
5671:
5672: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5673: date (fix for bug #1067)
5674:
5675: 2016-03-10 moko
5676:
5677: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5678:
1.102 moko 5679: 2015-12-07 moko
5680:
5681: * tests/: 326.html, results/326.processed: test for .CLASS &
5682: .CLASS_NAME optimization added (related to feature #844)
5683:
5684: 2015-11-17 moko
5685:
5686: * tests/: 323.html, results/323.processed: order added
5687:
5688: * tests/: 325.html, results/325.processed: double range test added
5689: (related to bug #1049)
5690:
5691: 2015-11-16 moko
5692:
5693: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5694: added to disallow NaN and Infinity (fixes bug #1049)
5695:
5696: 2015-11-11 moko
5697:
5698: * tests/324.html: parser 3.4.3 execution support added (related to
5699: feature #1017)
5700:
5701: * tests/: 324.html, results/324.processed: test for
5702: GET_ELEMENT4CALL feature added (feature #1017)
5703:
1.101 moko 5704: 2015-10-29 moko
5705:
1.211 moko 5706: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5707:
5708: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5709:
5710: * src/main/pa_exec.C: get_exit_status implemented for Windows
5711: (related to bug #1043)
5712:
5713: 2015-10-28 moko
5714:
5715: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5716: hangup during ^file::exec (fixes bug #1043)
5717:
1.100 moko 5718: 2015-10-27 moko
5719:
5720: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5721:
1.99 moko 5722: 2015-10-26 moko
5723:
1.100 moko 5724: * tests/322.html, src/classes/reflection.C: arguments reorder
5725: (related to issue #1041)
5726:
5727: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5728: Copyright year updated
5729:
1.99 moko 5730: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5731: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5732: classes/form.C, classes/hash.C, classes/hashfile.C,
5733: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5734: classes/mail.C, classes/math.C, classes/memcached.C,
5735: classes/memory.C, classes/op.C, classes/reflection.C,
5736: classes/regex.C, classes/response.C, classes/string.C,
5737: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5738: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5739: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5740: include/pa_config_fixed.h, include/pa_config_includes.h,
5741: include/pa_dictionary.h, include/pa_dir.h,
5742: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5743: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5744: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5745: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5746: include/pa_request_charsets.h, include/pa_request_info.h,
5747: include/pa_sapi.h, include/pa_socks.h,
5748: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5749: include/pa_stack.h, include/pa_string.h,
5750: include/pa_stylesheet_connection.h,
5751: include/pa_stylesheet_manager.h, include/pa_table.h,
5752: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5753: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5754: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5755: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5756: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5757: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5758: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5759: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5760: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5761: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5762: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5763: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5764: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5765: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5766: main/pa_string.C, main/pa_stylesheet_connection.C,
5767: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5768: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5769: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5770: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5771: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5772: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5773: targets/isapi/parser3isapi.C, types/pa_junction.h,
5774: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5775: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5776: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5777: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5778: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5779: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5780: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5781: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5782: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5783: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5784: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5785: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5786: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5787: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5788: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5789: types/pa_vresponse.C, types/pa_vresponse.h,
5790: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5791: types/pa_vstateless_object.h, types/pa_vstatus.C,
5792: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5793: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5794: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5795: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5796: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5797:
5798: * src/targets/cgi/parser3.C: year updated
5799:
5800: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5801: issue #1041)
5802:
5803: * tests/: 323.html, results/323.processed: test for base classes
5804: added
5805:
5806: * tests/: 261.html, results/261.processed: updated after better
5807: error reporting done for $string.key exception
5808:
5809: * src/types/pa_vstring.h: better error report for $string.key
5810: exception
5811:
5812: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5813: copied as VObject::get_element4call to remove extra virtual call
5814:
5815: * tests/: 322.html, results/322.processed: test for
5816: ^reflection:is[] added (related to feature #1041)
5817:
5818: * src/classes/reflection.C: ^reflection:is empty value is void
5819: (related to feature #1041)
5820:
5821: * src/classes/reflection.C:
5822: ^reflection:is[class_name|code|method;[context;]element_name]
5823: added (implements feature #1041)
5824:
5825: 2015-10-24 moko
5826:
5827: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5828:
1.98 moko 5829: 2015-10-22 moko
5830:
5831: * tests/: 321.html, results/321.processed: test for
5832: ^reflection:method_info[] file detection added
5833:
5834: * tests/: 320.html, results/320.processed: test for
5835: ^reflection:class_by_name[class_name] added (related to feature
5836: #993)
5837:
5838: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5839: added (implements feature #993)
5840:
5841: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5842: (related to feature #1017)
5843:
5844: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5845: added (related to issue #1039)
5846:
5847: * src/main/pa_request.C: ^throw origin fixed (related to feature
5848: #1039)
5849:
5850: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5851: for VDate
5852:
5853: * tests/results/182.processed: updated after feature #1038
5854: implemented
5855:
5856: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5857: compile-time exception origin added (test for feature #1039)
5858:
5859: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5860: main/pa_request.C: exception unification: compile-time exceptions
5861: now have origin, @USE origins also tracked (implements feature
5862: #1039)
5863:
5864: 2015-10-20 moko
5865:
5866: * src/main/pa_request.C: cleanup
5867:
5868: 2015-10-15 moko
5869:
5870: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5871:
5872: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5873: types/pa_vtable.C: new feature: no more $table.method and
5874: $hash.method, aliases for _at, _count, _key (related to feature
5875: #1017)
5876:
1.97 moko 5877: 2015-10-14 moko
5878:
1.98 moko 5879: * tests/: 317.html, results/317.processed: test for
5880: ^string.unescape[] added (related to feature #120)
5881:
1.97 moko 5882: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5883: defined" bug (described in issue #1036)
5884:
5885: * tests/: 247.html, results/247.processed: test for checkBOM added
5886: (test for bug #1037)
5887:
5888: * src/: include/pa_charsets.h, main/pa_charsets.C,
5889: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5890: it's not enforced, skips BOM signature if it complies charset
5891: (fixes bug #1037)
5892:
5893: 2015-10-13 moko
5894:
5895: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5896: linking
5897:
5898: * src/classes/inet.C: vs2003 compilation fix
5899:
5900: * src/classes/math.C: warning war
5901:
5902: * src/lib/punycode/pa_punycode.c: warning war
5903:
5904: 2015-10-12 moko
5905:
5906: * src/lib/punycode/pa_punycode.c: warning war
5907:
5908: * parser3.sln: moved parser3 first, to make it default startup
5909: project
5910:
5911: * buildall: parser "mirror" now used for external libs sources
5912: (implements feature #1036)
5913:
5914: * buildall: most external libs are updated to their current
5915: versions (related to feature #1036)
5916:
5917: * src/classes/image.C: more tags added
5918:
5919: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5920:
5921: 2015-10-11 moko
5922:
5923: * src/classes/curl.C: minor optimization (related to feature #1035)
5924:
5925: 2015-10-09 moko
5926:
5927: * src/classes/curl.C: pa_strdup added for strings from curl
5928: (related to feature #1035)
5929:
5930: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5931: ULLONG_MAX definition
5932:
5933: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5934: (implements feature #1035)
5935:
5936: * src/main/pa_charset.C: String::Body(String::C) used
5937:
5938: * src/main/pa_charset.C: exceptions unified
5939:
5940: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5941: unified
5942:
5943: * src/: classes/file.C, classes/image.C, classes/mail.C,
5944: classes/op.C, classes/xdoc.C, classes/xnode.C,
5945: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5946: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5947: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5948: String::Body(String::C) constructor added (related to bug #957)
5949:
5950: * src/classes/file.C: minor optimization
5951:
5952: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5953: Cord(char*) autocreation (related to bug #957)
5954:
5955: * src/: classes/string.C, main/untaint.C: minor optimizations
5956:
5957: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5958: String(char*, Lang, length) removed, String(C(), Lang) used
5959: instead (related to bug #957)
5960:
5961: 2015-10-08 moko
5962:
5963: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5964: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5965: main/untaint.C: Now char * is converted to CORD only using
5966: AS_CORD() to check for empty cord bug (fixes bug #957)
5967:
5968: * src/include/pa_hash.h: fixed compilation without
5969: HASH_CODE_CACHING
5970:
5971: * src/classes/string.C:
5972: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5973: feature #120)
5974:
5975: * src/main/pa_common.C: reduce js flags checks count (related to
5976: feature #120)
5977:
1.96 moko 5978: 2015-10-07 moko
5979:
5980: * tests/: 275.html, results/275.processed: test modified after
5981: unsigned long long int support implemented (feature #1034)
5982:
5983: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5984: pa_atoul added for unsigned long long int support
5985:
5986: 2015-10-06 moko
5987:
5988: * src/types/pa_vdate.C: INT_MAX used
5989:
5990: 2015-10-03 moko
5991:
5992: * tests/: 302.html, results/302.processed: test for bug #1023
5993: (\u2028, \u2029 escaping) added
5994:
5995: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5996: json:string[] (fixes bug #1023)
5997:
5998: 2015-09-29 moko
5999:
6000: * tests/305.html: try-catch added for OS without ipv6 support
6001:
6002: * src/lib/json/pa_json.C: more unique prefixes for Solaris
6003: compilation
6004:
6005: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
6006: main/execute.C, types/pa_value.h, types/pa_vhash.h,
6007: types/pa_vtable.C, types/pa_vtable.h: get_element4call
6008: implemented to distinguish ^hash.method from $hash.field
6009: (implements feature #1017)
6010:
6011: * src/lib/punycode/pa_punycode.c: warning war
6012:
6013: * src/include/pa_config_includes.h: warning war
6014:
6015: * src/include/pa_config_includes.h: pragma warning actualized a bit
6016:
6017: * src/include/pa_config_includes.h: warning war
6018:
6019: * src/include/pa_hash.h: clang compilation fix
6020:
6021: 2015-09-27 moko
6022:
6023: * src/main/compile.tab.C: Bison 3 is now default
6024:
6025: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
6026:
6027: 2015-09-25 moko
6028:
6029: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
6030: works with undefined HASH_ORDER (related to feature #196)
6031:
6032: 2015-09-24 moko
6033:
6034: * tests/: 027.html, results/027.processed: test modified to test
6035: ^hash.sort (feature #196)
6036:
6037: * src/: classes/hash.C, include/pa_hash.h:
6038: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
6039: added (implements feature #196)
6040:
6041: * tests/: 316.html, results/316.processed: Added test for bug #1025
6042: (exception handling in non-cached ^cache), plus for "it does not
6043: have logical value" and "$exception.handled value must be either
6044: boolean or string 'cache'" exceptions.
6045:
6046: * src/classes/op.C: ^cache: exceptions now handled in non-cached
6047: code (fixes bug #1025)
6048:
1.95 moko 6049: 2015-09-23 moko
6050:
6051: * src/classes/table.C: warning war
6052:
6053: * src/: classes/math.C, types/pa_vcookie.C: warning war
6054:
6055: * src/classes/file.C: warning war
6056:
6057: * src/: include/pa_table.h, main/pa_table.C: warning war
6058:
6059: * src/: main/pa_request.C, classes/date.C: warning war
6060:
6061: * src/: types/pa_vdate.C, classes/op.C: warning war
6062:
6063: * tests/: 122.html, results/122.processed: win sync: to remove
6064: differences with OS that doesn't keep timezone change history
6065:
6066: * src/types/pa_vdate.C: tzset() should be called in Windows after
6067: TZ change (related to feature #36)
6068:
6069: * tests/: 075.html, results/075.processed: win sync: to remove
6070: differences with OS that doesn't keep timezone change history
6071:
6072: * tests/: 315.html, results/315.processed: win sync: to remove
6073: differences with OS that doesn't keep timezone change history
6074:
6075: * tests/: 256.html, results/256.processed: win sync: to remove
6076: differences with OS that doesn't keep timezone change history
6077:
6078: * tests/: 124.html, results/124.processed: win results sync: to
6079: avoid hitting time change hole.
6080:
6081: * src/types/pa_vdate.C: static returned. :)
6082:
6083: 2015-09-22 moko
6084:
6085: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
6086:
6087: * tests/results/131.processed: more tests for feature #1032
6088:
6089: * src/classes/date.C: minor fix related to feature #1032
6090:
1.211 moko 6091: * operators.ru.txt, operators.txt: ISO date creation documented
6092: (related to feature #1032)
1.95 moko 6093:
1.211 moko 6094: * operators.ru.txt, operators.txt: iso-string documented (related
6095: to feature #1032)
1.95 moko 6096:
6097: * tests/: 315.html, results/315.processed: more tests added
6098: (related to feature #1032)
6099:
6100: * tests/: 131.html, results/131.processed: date range checks
6101: updated (related to feature #36)
6102:
6103: * tests/: 315.html, results/057.processed, results/315.processed:
6104: test added for ISO date support (related to issue #315)
6105:
6106: * src/classes/date.C: more readable exceptions in date creation
6107: (related to ticket #1032)
6108:
6109: 2015-09-18 moko
6110:
6111: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
6112: added (related to issue #1032)
6113:
6114: * tests/results/256.processed, src/classes/json.C: iso-string
6115: documented (related to issue #1032)
6116:
6117: * tests/: 256.html, results/256.processed: ISO date check added
6118: (related to issue #1032)
6119:
6120: * tests/: 057.html, results/057.processed, results/224.processed:
6121: tests results updated after ISO date support implemented (related
6122: to feature #1032)
6123:
6124: * src/: classes/date.C, classes/image.C, types/pa_value.h,
6125: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
6126: ^date::create[string] constructor formalized, ^date.iso-string[]
6127: added (implements feature #1032)
6128:
6129: 2015-09-05 moko
6130:
1.211 moko 6131: * operators.ru.txt, operators.txt: actualized
1.95 moko 6132:
1.211 moko 6133: * operators.ru.txt, operators.txt: date changes documented (related
6134: to ticket #36)
1.95 moko 6135:
6136: 2015-09-04 moko
6137:
6138: * src/types/pa_vdate.C: warning war
6139:
6140: * src/: classes/op.C, types/pa_vhashfile.C: warning war
6141:
6142: 2015-09-03 moko
6143:
6144: * tests/results/096.processed: test result updated for 0..9999 year
6145: date range support (related to feature #36)
6146:
6147: * tests/: 314.html, results/314.processed: test for
6148: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
6149: bug #1031)
6150:
6151: * src/classes/string.C: Static calls fixed for ^string:base64[],
6152: ^string:idna[], ^string:js-escape[] (closes bug #1031)
6153:
1.116 moko 6154: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
6155: configure.in -> configure.ac
1.95 moko 6156:
1.116 moko 6157: * configure, configure.in, src/include/pa_config_auto.h.in: more
6158: correct timezone check for FreeBSD Warning war: configure.in ->
6159: configure.ac
1.95 moko 6160:
6161: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 6162: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
6163: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
6164: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
6165: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
6166: src/main/Makefile.am, src/targets/apache/Makefile.am,
6167: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 6168: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
6169: check added
6170:
6171: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
6172:
6173: * tests/results/: 124.processed, 224.processed: test resuls updated
6174: for new date implementation (related to feature #36)
6175:
6176: * src/: classes/date.C, classes/image.C, include/pa_common.h,
6177: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
6178: types/pa_vdate.h: new double date implementation with internal
6179: support for extended 0..9999 year range, default timezone support
6180: (related to feature #36)
6181:
6182: 2015-08-28 moko
6183:
6184: * src/types/pa_vmail.C: fixed $mail:received.date calculations
6185: (fixes bug #1030)
6186:
6187: 2015-08-21 moko
6188:
6189: * src/classes/inet.C: snprintf size "bug" commented
6190:
6191: * src/main/pa_common.C: snprintf comments updated
6192:
6193: 2015-08-16 moko
6194:
6195: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
6196:
6197: 2015-08-11 moko
6198:
6199: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6200: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
6201: can be null (fixes bug #1029)
6202:
6203: 2015-08-06 moko
6204:
1.116 moko 6205: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
6206: pa_vdate.C added
1.95 moko 6207:
6208: 2015-08-05 moko
6209:
6210: * tests/: 313.html, results/313.processed: test for
6211: ^table.count[columns] and ^table.flip[] with nameless tables
6212: (feature #1003)
6213:
6214: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6215: max_cell added, now ^table.count[columns] and ^table.flip[] works
6216: correctly for nameless tables (implements feature #1003)
6217:
6218: 2015-08-03 moko
6219:
6220: * tests/312.html: test for ^table.append[$hash] and
6221: ^table.insert[$hash] added (related to feature #1028)
6222:
6223: * src/classes/table.C: ^table.append[$hash] and
6224: ^table.insert[$hash] now supported (implements feature #1028)
6225:
6226: * tests/: 312.html, results/312.processed: test row copy in
6227: ^table.hash[; $.type[table] ] added (related to feature #1016)
6228:
6229: * src/classes/table.C: row copy now created in ^table.hash[;
6230: $.type[table] ] (related to feature #1016)
6231:
6232: 2015-07-29 moko
6233:
6234: * tests/: 312.html, results/312.processed: test for ^table.delete[]
6235: added (related to feature #1016)
6236:
6237: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6238: ^table.delete[] added to delete current row (related to feature
6239: 1016)
6240:
6241: 2015-07-28 moko
6242:
6243: * tests/: 312.html, results/312.processed: test for
6244: $table.column[value] and ^table.insert{row} (related to feature
6245: #1016)
6246:
6247: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
6248: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
6249: ^table.insert{row} are now implemented (feature #1016)
6250:
6251: * src/include/pa_array.h: Optimization: bool reverse removed from
6252: append(), insert() added, memmove arguments order in remove()
6253: fixed (related to feature #1016)
6254:
6255: 2015-07-23 moko
6256:
6257: * src/classes/json.C: tainted json and empty json exception added
6258: (implements feature #1015)
6259:
6260: * tests/: 311.html, results/311.processed: empty json and tainted
6261: json exception test added (related to issue #1015)
6262:
6263: 2015-07-22 moko
6264:
6265: * tests/: 311.html, results/311.processed: test for UTF-8
6266: processing added
6267:
6268: * tests/: 311.html, results/311.processed: test for
6269: json_exception_with_source added (related to issue #394)
6270:
6271: * src/classes/json.C: json_exception_with_source added (implements
6272: feature #394)
6273:
6274: 2015-06-29 moko
6275:
6276: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
6277: directories are now correctly determined if _d_type == DT_UNKNOWN
6278: (closes bug #1027)
6279:
6280: 2015-06-10 moko
6281:
6282: * src/types/pa_vxnode.h: extern "C" not requred and causes build
6283: error if libxml has LIBXML_ICU_ENABLED.
6284:
6285: 2015-06-04 moko
6286:
6287: * tests/099.html: ups, reverting
6288:
6289: * tests/: 099.html, 309.html, 310.html, results/309.processed,
6290: results/310.processed: tests for $response:body[ $.file[] ] and
6291: $response:last-modified added
6292:
6293: * src/main/pa_request.C: last-modified check fixed
6294:
6295: 2015-06-03 moko
6296:
6297: * tests/: 204.html, 205.html, 293.html, results/204.processed,
6298: results/205.processed, results/293.processed: $response:headers
6299: logging added (tests for feature #1007)
6300:
6301: * src/: include/pa_common.h, include/pa_request.h,
6302: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
6303: $response:headers are now in uppercase (closes feature #1007)
6304:
6305: 2015-06-02 moko
6306:
6307: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
6308: build errors reverted for clang compatibility
6309:
6310: 2015-06-01 moko
6311:
6312: * src/include/pa_memory.h: -pedantic build errors fixed
6313:
6314: * src/classes/math.C: -pedantic build error fixed
6315:
6316: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
6317:
6318: 2015-05-31 moko
6319:
6320: * src/classes/table.C: USE_STRINGSTREAM optimized
6321:
6322: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
6323: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
6324: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
6325: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
6326: types/pa_vxnode.h: warning war (-pedantic flag)
6327:
6328: 2015-05-28 moko
6329:
6330: * tests/: 308.html, results/308.processed: test for
6331: ^table::create[$t;], etc work added (related to bug #975)
6332:
6333: * src/classes/table.C: check_option_param removed,
6334: ^table::create[$t;], etc now works (fixes bug #975)
6335:
6336: 2015-05-27 moko
6337:
6338: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
6339: (Debian jessie) fixed (closes issue #1024)
6340:
6341: * tests/Makefile: sort added as in Debian jessie list become
6342: unsorted
6343:
6344: 2015-05-18 moko
6345:
6346: * tests/: 201.html, results/201.processed: test for
6347: ^string.trim[what] feature #1022
6348:
6349: * src/classes/string.C: ^string.trim[what] now supported,
6350: implements feature #1022
6351:
6352: 2015-05-17 moko
6353:
6354: * tests/results/185.processed: test result updated as feature #1021
6355: implemented (left/right accept negative parameter)
6356:
6357: * src/classes/string.C: left/right now accept negative parameter
6358: (implements feature #1021)
6359:
6360: 2015-05-08 moko
6361:
6362: * src/classes/math.C: isalnum -> pa_isalnum
6363:
6364: * src/main/execute.C: optimization in getter-junction processing
6365: (related to issue #997)
6366:
6367: 2015-05-07 moko
6368:
6369: * tests/: 307.html, results/307.processed: test for issue #997
6370: added
6371:
6372: * src/main/execute.C: process_getter result now checked if junction
6373: returned (closes issue #997)
6374:
6375: * tests/: 305.html, results/305.processed: sort added to ignore
6376: different order
6377:
6378: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6379: assignment (closes issue #994)
6380:
6381: * tests/: 306.html, results/306.processed: test for issue #994
6382: added
6383:
6384: * tests/: 303.html, results/303.processed: two more errors tested
6385:
6386: 2015-05-06 moko
6387:
6388: * tests/: 305.html, results/305.processed: test for name2ip &
6389: ip2name added (related to feature #992)
6390:
6391: * tests/: 303.html, 304.html, results/303.processed,
6392: results/304.processed: tests for idna conversion added (related
6393: to issue #849)
6394:
6395: 2015-05-02 moko
6396:
6397: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6398: implemented
6399:
6400: 2015-04-30 moko
6401:
6402: * src/main/pa_http.C: idna_host added, related to issue #849
6403:
6404: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6405: (related to issue #849)
6406:
6407: 2015-04-24 moko
6408:
6409: * src/types/pa_vjunction.C: warning war
6410:
6411: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6412: unification
6413:
6414: * src/lib/punycode/pa_idna.c: warning war
6415:
6416: 2015-04-22 moko
6417:
6418: * src/main/main.vcproj: punycode include path added
6419:
6420: * src/lib/punycode/pa_idna.c: windows compile error fixed
6421:
6422: * src/lib/punycode/pa_idna.c: warning war
6423:
6424: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6425: project file added
6426:
6427: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6428:
6429: * src/include/pa_memory.h: warning war
6430:
6431: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6432: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6433: implemented (related to feature #849)
6434:
6435: * configure.in, src/main/Makefile.am,
6436: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6437: libpunycode added in Unix
6438:
6439: 2015-04-21 moko
6440:
6441: * configure.in: large files support
6442:
6443: 2015-04-15 moko
6444:
6445: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6446: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6447: pa_punycode.h: initial version for punycode/idna support library
6448: (ticket #849)
6449:
6450: 2015-04-08 moko
6451:
6452: * src/: classes/curl.C, classes/date.C, classes/file.C,
6453: classes/image.C, classes/mail.C, classes/reflection.C,
6454: classes/string.C, classes/xnode.C, include/pa_request.h,
6455: include/pa_string.h, include/pa_stylesheet_connection.h,
6456: main/compile.y, main/compile_tools.h, main/execute.C,
6457: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6458: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6459: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6460: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6461: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6462: clang compiler warnings (closes issue #1018)
6463:
6464: * src/include/pa_string.h: String::Body comparation operators with
6465: char * added (related to issue #958)
6466:
6467: 2015-04-07 moko
6468:
6469: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6470: pa_malloc/pa_free to remove system malloc/free usage (related to
6471: issue #1018)
6472:
6473: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6474: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6475: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6476: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6477: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6478: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6479: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6480: malloc/strdup/free replaced with pa_ version and checks for
6481: accidental use of non-pa_ version added (related to issue #1018)
6482:
6483: 2015-04-03 moko
6484:
6485: * buildall: pcre-8.33 -> pcre-8.36
6486:
6487: * src/: main/compile.y, classes/form.C, classes/mail.C,
6488: classes/op.C, classes/string.C, main/compile.tab.C,
6489: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6490: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6491: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6492: ticket #958)
6493:
6494: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6495: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6496: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6497: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6498: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6499: $request:headers, $request:method added (implements feature
6500: #1007)
6501:
6502: 2015-03-17 misha
6503:
6504: * tests/302.html: - test for
6505: ^json:string[...;$._default[method-name]]
6506:
6507: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6508: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6509: option $._default[method-name] is specified in ^json:string[], a
6510: method with specified name will be called for classes/objects
6511: serialization ( new feature: #982 )
6512:
6513: 2015-03-16 misha
6514:
6515: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6516: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6517: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6518: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6519: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6520: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6521: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6522: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6523: types/pa_vrequest.h, types/pa_vstateless_class.C,
6524: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6525: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6526: $var.CLASS_NAME now have special opcodes. This can be switched
6527: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6528: on pa_opcode.h ( new feature: #844 )
6529:
6530: 2015-03-15 misha
6531:
6532: * tests/075.html: - test for $response:header[]
6533:
6534: * src/types/pa_vresponse.C: - $response:header[] deletes header
6535: that was set earlie ( new feature: #1001 )
6536:
6537: 2015-03-12 misha
6538:
6539: * tests/246.html: - more tests for ^hash._at[]
6540:
6541: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6542: accepts second param [key|value|hash] ( new feature: #1012 )
6543:
6544: 2015-03-09 moko
6545:
6546: * src/types/pa_vmail.C: exception for everything but
6547: $mail:received, closes issue #1011
6548:
6549: 2015-02-20 moko
6550:
6551: * tests/: 275.html, results/275.processed: hex detection in
6552: pa_atoui fix test (closes issue #1010)
6553:
6554: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6555: issue #1010)
6556:
6557: 2015-02-17 moko
6558:
6559: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6560: tainted.
6561:
6562: 2015-02-03 misha
6563:
6564: * tests/301.html: - test for ^json:string($double) causes
6565: exception. bugfix: #1008
6566:
6567: * src/classes/json.C: - ^json:string($double) causes exception.
6568: bugfix: #1008
6569:
6570: * tests/014.html: - updated for work with ^hash.delete[]
6571:
6572: 2015-01-12 misha
6573:
6574: * src/: classes/form.C, include/pa_common.h,
6575: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6576: types/pa_vform.h: - supports body with PUT method as well ( new
6577: feature: #1006 )
6578:
6579: * src/classes/file.C: - warnings war
6580:
6581: 2015-01-11 misha
6582:
6583: * tests/300.html: - test for ^hash.delete[] is added
6584:
6585: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6586: feature: #989 ) - tiny optimization in intersects
6587:
6588: 2015-01-06 moko
6589:
6590: * src/types/pa_vmail.C: file names transcode added, to and cc added
6591: with transcode, attachments detection fixed
6592:
6593: * src/main/pa_request.C: filling mail received after cgi/auto.p
6594: load to allow charset switch (related to issue #996)
6595:
6596: 2014-12-31 moko
6597:
6598: * src/types/pa_vmail.C: from and subject now transcoded if not
6599: UTF-8 source charset (fixes issue 996)
6600:
6601: * src/main/pa_exception.C: fixed string from stack bug (closes
6602: issue #1000)
6603:
6604: 2014-12-11 misha
6605:
6606: * src/types/pa_vhashfile.C: - check if key is not empty before
6607: access ( bug fix: #1005 )
6608:
6609: 2014-11-13 misha
6610:
6611: * src/main/compile.y: - PC.append does not reset to false while
6612: creating a new class. bugfix: #990
6613:
6614: * tests/299.html: - test for creation class after working with
6615: partial class (create+append)
6616:
6617: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6618: #995
6619:
6620: * tests/232.html: - test for @get[def] added
6621:
6622: 2014-10-12 moko
6623:
6624: * src/lib/pcre/pcre_internal.vcproj: correct path
6625:
6626: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6627: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6628: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6629: targets/apache/ApacheModuleParser3.vcproj,
6630: targets/apache/ApacheModuleParser3Core.vcproj,
6631: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6632: types/types.vcproj: project GUID inserted in *.vcproj for correct
6633: conversion in newer VS versions
6634:
6635: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6636: pcre_internal.vcproj added
6637:
6638: 2014-08-28 moko
6639:
6640: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6641: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6642: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6643:
6644: 2014-06-30 misha
6645:
6646: * tests/298.html: - tests for ^reflection:def[class;className]
6647: added
6648:
6649: * src/classes/reflection.C: - ^reflection:def[class;className]
6650: added ( new feature: #918 )
6651:
6652: 2014-06-29 misha
6653:
6654: * src/classes/table.C: - ^table::create[unsupported data] -
6655: exception comment changed to "body must be table or code" ( bug
6656: fix: #951 )
6657:
6658: * tests/: 261.html, results/261.processed: - tests for
6659: ^json:string[...;$.void[null|string]] added
6660:
6661: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6662: option $.void[string|null] added to ^json:string[...] ( new
6663: feature: #952 )
6664:
6665: 2014-06-28 moko
6666:
6667: * src/classes/curl.C: $.charset now processed before other curl
6668: options (closes issue #980)
6669:
6670: 2014-05-23 misha
6671:
6672: * src/classes/json.C: - bug fix: #987
6673:
6674: 2014-05-04 misha
6675:
6676: * tests/: 253.html, 253_json.txt: - test for
6677: ^json:parse[$.int(false)] is added
6678:
6679: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6680: default true). The option is similar to $.double(bool) but for
6681: integers.
6682:
6683: 2014-05-01 moko
6684:
6685: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6686: #12 )
6687:
6688: 2014-04-16 moko
6689:
6690: * src/main/pa_http.C: response-charset option should finally work
6691: now (fix for issue #867)
6692:
6693: * src/main/pa_http.C: response-charset option should work now (fix
6694: for issue #867)
6695:
6696: 2014-03-07 moko
6697:
6698: * buildall: libgc moved
6699:
6700: * buildall: libgc moved
6701:
6702: 2013-12-29 moko
6703:
6704: * src/classes/string.C: ^string:js-unescape result now tainted,
6705: closes issue #966
6706:
6707: * tests/: 186.html, results/186.processed: ^string:js-unescape
6708: result now tainted, issue #966
6709:
6710: 2013-12-03 moko
6711:
6712: * src/: classes/memcached.C, types/pa_vmemcached.C,
6713: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6714: option was added for http://www.parser.ru/forum/?id=79343
6715:
6716: * src/classes/file.C: bugfix for
6717: http://www.parser.ru/forum/?id=79337
6718:
6719: 2013-11-05 moko
6720:
6721: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6722:
6723: * src/main/pa_globals.C: spelling fixed
6724:
6725: 2013-10-29 moko
6726:
6727: * src/lib/json/json.vcproj: json.c -> pa_json.C
6728:
6729: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6730: #892
6731:
6732: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6733: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6734: exceptions to be thrown thougth json library), related to issue
6735: #892
6736:
6737: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6738: related to issue #896
6739:
6740: 2013-10-24 moko
6741:
6742: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6743:
6744: 2013-10-23 moko
6745:
6746: * README: actualization
6747:
6748: 2013-10-22 moko
6749:
6750: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6751: compatibility patch from Sergey Kirpichev
6752:
6753: * tests/: 297.html, results/297.processed: non-working getter fix
6754: test for issue #948
6755:
6756: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6757: called when saving value of $match variable in ^string.match[] to
6758: increase compatibility (related to issue #948).
6759:
6760: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6761: usage optimization
6762:
6763: 2013-10-21 moko
6764:
6765: * tests/: 182.html, results/182.processed: local path removed for
6766: compatibility
6767:
6768: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6769: results/244.processed, results/253.processed,
6770: results/254.processed, results/275.processed,
6771: results/281.processed: try_catch -> try-catch
6772:
6773: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6774: results/294.processed, results/296.processed: try_catch ->
6775: try-catch
6776:
6777: 2013-10-20 moko
6778:
6779: * tests/: 296.html, results/296.processed: test for xsl exception
6780: for issue #938 added.
6781:
6782: * src/: include/pa_xml_exception.h,
6783: main/pa_stylesheet_connection.C: forgotten to be replaced
6784: XmlException is now replaced (once again closes issue #938)
6785:
6786: 2013-10-18 moko
6787:
6788: * buildall: disable clock_gettime detection to avoid librt linking
6789: (which in turn depends on libpthread), related to issue #943
6790:
6791: 2013-10-18 misha
6792:
6793: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6794: lib/smtp/smtp.vcproj, main/main.vcproj,
6795: targets/apache/ApacheModuleParser3Core.vcproj,
6796: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6797: types/types.vcproj: - new locations for libxml2 includes where
6798: added to vcproj files
6799:
6800: 2013-10-18 moko
6801:
6802: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6803: fix
6804:
6805: * tests/: 295.html, results/295.processed: test for issue #948
6806: updated
6807:
6808: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6809: :)
6810:
6811: * tests/: 295.html, results/295.processed: test for issue #948
6812: added
6813:
6814: * src/: classes/hash.C, classes/string.C, classes/table.C,
6815: include/pa_request.h, types/pa_method.h: for getters and setters
6816: to be executed request.put_element should be called, not
6817: context.put_element (fixes issue #948)
6818:
6819: 2013-10-17 moko
6820:
6821: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6822: LIBXML2_NEW_BUFFER check (closes issue #943)
6823:
6824: * buildall: libxml 2.9.1 build is broken --without-reader.
6825:
6826: 2013-10-16 moko
6827:
6828: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6829:
6830: * tests/: 294.html, results/294.processed: test for issue #938
6831:
6832: * src/: classes/xdoc.C, classes/xnode.C,
6833: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6834: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6835:
6836: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6837: libxslt-1.1.26 -> libxslt-1.1.28
6838:
6839: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6840: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6841: to '?', related to issue #938
6842:
6843: 2013-10-15 moko
6844:
6845: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6846: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6847: minor optimizations (closes issue #896)
6848:
6849: * tests/results/: 292.processed, 293.processed: results updated to
6850: comply with issue #896
6851:
6852: * tests/: 292.html, 293.html, results/292.processed,
6853: results/293.processed: tests for json escaping
6854:
6855: 2013-10-14 moko
6856:
6857: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6858: and cleanup, code moved from .h to .C, no changes in code
6859:
6860: 2013-10-12 moko
6861:
6862: * tests/results/119.processed: updated test result commited
6863:
6864: * tests/: 291.html, results/291.processed: test for issue #894
6865: added
6866:
6867: * src/types/pa_wcontext.h: base methods call support function
6868: get_somebody_entered_some_class should not be true forever, as
6869: wcontext can have many get_elements calls (fixes issue #894)
6870:
6871: 2013-10-11 moko
6872:
6873: * tests/: 290.html, results/290.processed: test for junction GPF
6874: issue #942 added
6875:
6876: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6877: to native method fixed (closes issue #942)
6878:
6879: * tests/: 158.html, results/158.processed: test for csv-string[]
6880: added
6881:
6882: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6883: feature #907)
6884:
6885: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6886: feature #907)
6887:
6888: 2013-10-09 moko
6889:
6890: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6891: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6892: types/pa_vstateless_class.C: GET_default, SET_default now works
6893: properly not only in objects, but in classes as well (closes
6894: issue #903)
6895:
6896: * tests/: 289.html, results/289.processed: GET/SET_default now
6897: works in classes, not only objects, test case added, related to
6898: issue #903
6899:
6900: * tests/: 288.html, results/288.processed: test for endless
6901: recursion bug added (related to issue #903)
6902:
6903: 2013-10-05 moko
6904:
6905: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6906: classes/table.C, main/execute.C, types/pa_method.h,
6907: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6908: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6909: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6910: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6911: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6912: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6913: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6914: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6915: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6916: optimization: put_element no longer has "bool areplace" argument,
6917: related to issue #903
6918:
6919: 2013-10-03 moko
6920:
6921: * tests/results/182.processed: result for $.replace(false) test
6922: commited
6923:
6924: * src/classes/date.C: ^date::create(number) processed correctly
6925: (fixes issue #901)
6926:
6927: * src/classes/image.C: as_no_junction removed, as param can be
6928: expression (closes issue #931)
6929:
6930: * tests/233.html: test for issue #931 added
6931:
6932: 2013-10-02 moko
6933:
6934: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6935: modified, test for $.replace(false) added
6936:
6937: * src/main/compile_tools.h: forgotten class replace returned. :)
6938:
6939: 2013-09-30 moko
6940:
6941: * tests/: 141.html, results/141.processed: md5 tainting test added
6942:
6943: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6944: main/compile_tools.h, main/pa_request.C: allow_class_replace
6945: implemented; $.replace option added to ^process and ^use
6946:
6947: 2013-08-27 moko
6948:
6949: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6950: cstr_to_string_body_untaint should be called with charsets for
6951: possible uri language and connection for possible sql language.
6952: related to issue #857
6953:
6954: * buildall: and -> or fixed
6955:
6956: 2013-08-26 moko
6957:
6958: * buildall: prepare_ functions logic changed to support
6959: gc-7.2d.tar.gz extracting to gc-7.2 directory
6960:
6961: 2013-08-23 moko
6962:
6963: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6964: statically
6965:
6966: 2013-08-22 moko
6967:
6968: * src/classes/string.C: String::Empty used (related to issue #912)
6969: append_know_length removed (related to old GPF bug)
6970:
6971: 2013-08-21 moko
6972:
6973: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6974:
6975: * src/classes/math.C: ^math:digest[...;$file] support added
6976: (related to ticket #857
6977:
6978: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6979: implemented
6980:
6981: * src/types/pa_vhashfile.h: warning war
6982:
6983: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6984: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6985: anti_endless_json_string_recoursion removed from request;
6986: json_string_recoursion added to json_options; $.indent[indent
6987: value] now supported and passed within recoursion closes feature
6988: #937
6989:
6990: * tests/: 287.html, results/287.processed: test for feature #937
6991:
6992: 2013-07-31 moko
6993:
6994: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6995: compilation having #define _S
6996:
6997: * src/main/pa_globals.C: cleanup
6998:
6999: 2013-07-30 moko
7000:
7001: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
7002: main/pa_common.C: vs2003 warning war
7003:
7004: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
7005:
7006: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
7007:
7008: * src/lib/md5/pa_sha2.c: warning war
7009:
7010: 2013-07-29 moko
7011:
7012: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
7013: patches from github
7014:
7015: * src/: classes/bool.C, classes/double.C, classes/int.C,
7016: classes/memcached.C, include/pa_config_includes.h,
7017: types/pa_vfile.C, types/pa_vfile.h: warning war
7018:
7019: * src/lib/json/json.vcproj: C++ -> C
7020:
7021: * src/lib/json/: json.c, pa_json.C: C++ warning revert
7022:
7023: * src/lib/json/: json.c, pa_json.C: windows compatibility
7024:
7025: * src/lib/json/: json.c, pa_json.C: windows compatibility
7026:
7027: * src/lib/json/: json.c, pa_json.C: warning war
7028:
7029: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
7030:
7031: * src/include/pa_config_fixed.h: uint16_t added
7032:
7033: * configure.in: uint16_t check added
7034:
7035: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 7036: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
7037: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
7038: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
7039: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 7040:
7041: 2013-07-25 moko
7042:
7043: * parser3.sln: dependencies added
7044:
7045: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
7046: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
7047: module support
7048:
7049: * src/targets/apache/mod_parser3_core.C: win32 cleanup
7050:
7051: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
7052:
7053: 2013-07-23 moko
7054:
7055: * src/: include/pa_memory.h, main/pa_memory.C: non-working
7056: PA_DEBUG_GC_MEMORY removed
7057:
7058: * src/: main/pa_globals.C, targets/cgi/parser3.C:
7059: PA_DEBUG_DISABLE_GC compilation fix
7060:
7061: * src/: classes/op.C, classes/table.C, include/pa_request.h,
7062: main/pa_request.C: outdated RESOURCES_DEBUG removed
7063:
7064: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
7065: garbage cleanup
7066:
7067: * src/main/pa_common.C: warning war
7068:
7069: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
7070:
7071: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
7072: minor cleanup
7073:
7074: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
7075: uses cygwin, not WIN32 implementation
7076:
7077: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
7078: able to exec shell scripts
7079:
7080: * src/classes/math.C: ifdef WIN32 cleanup
7081:
7082: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
7083:
7084: * src/classes/curl.C: LT_MODULE_EXT used
7085:
7086: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
7087:
7088: 2013-07-22 moko
7089:
7090: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
7091: includes fix
7092:
7093: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
7094:
7095: * configure.in, src/include/pa_config_includes.h,
7096: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
7097: src/main/pa_exec.C: includes cleanup
7098:
7099: * src/targets/cgi/parser3.C: 2012->2013
7100:
7101: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
7102:
7103: * configure.in, src/include/pa_config_includes.h,
7104: src/include/pa_http.h, src/lib/json/JSON_parser.h,
7105: src/main/pa_random.C, src/main/pa_socks.C,
7106: src/types/pa_vstatus.C: cygwin support cleanup
7107:
7108: * configure.in: dirent.h check added
7109:
7110: * src/: include/pa_config_includes.h, include/pa_dir.h,
7111: main/pa_dir.C: includes cleanup, dirent.h check added filePath
7112: not copied
7113:
7114: 2013-07-21 moko
7115:
7116: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
7117:
7118: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
7119: parser3.vcproj: unused getopt.h / getopt.c removed
7120:
1.211 moko 7121: * operators.ru.txt, operators.txt, src/classes/file.C,
7122: tests/022.html, tests/results/022.processed:
7123: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 7124:
7125: * configure.in, src/classes/file.C, src/include/pa_dir.h,
7126: src/main/pa_dir.C: ^file:list[] now has dir column and when
7127: $.stat(true) it has size/*date columns modified patch from misha@
7128: that closes issue #914.
7129:
7130: * src/: include/pa_config_includes.h, main/pa_globals.C:
7131: PA_RELEASE_ASSERTS removed
7132:
7133: * src/lib/md5/pa_md5c.c: minor cleanup
7134:
7135: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
7136: localeconv()->decimal_point usage remoed (related to issue #934)
7137:
7138: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
7139: cordprnt.c removed
7140:
7141: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
7142: pa-include/pa_errno.h, pa-include/pa_file_io.h,
7143: pa-include/pa_strings.h: includes cleanup
7144:
7145: * src/lib/md5/pa_md5c.c: headers cleanup
7146:
7147: 2013-07-20 moko
7148:
7149: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
7150: cleanup
7151:
7152: 2013-07-19 moko
7153:
7154: * src/classes/math.C: extern "C" added for crypt
7155:
7156: 2013-07-18 moko
7157:
7158: * src/classes/math.C: fix redhat7.2 build
7159:
7160: 2013-07-17 moko
7161:
7162: * configure.in, src/include/pa_config_includes.h,
7163: src/include/pa_config_fixed.h: headers actualized (inttypes.h
7164: added for uint8/32/64_t)
7165:
7166: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
7167: pa_config_includes.h used for uint32/64_t
7168:
7169: 2013-07-16 moko
7170:
7171: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
7172: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
7173: war
7174:
7175: * src/main/compile.tab.C: compile.y was updated
7176:
7177: * src/main/compile.y: warning war
7178:
7179: * src/: include/pa_exception.h, main/pa_exception.C,
7180: main/pa_xml_exception.C: warning war
7181:
7182: * src/: include/pa_common.h, main/pa_common.C: warning war
7183:
7184: * configure.in: beauty :)
7185:
7186: * tests/: 141.html, results/141.processed: sha256/512 added
7187:
7188: 2013-07-13 moko
7189:
7190: * src/lib/md5/md5.vcproj: sha2 added
7191:
7192: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
7193: classes/math.C: sha2 support (sha256/sha512 digest)
7194:
7195: 2013-07-08 moko
7196:
7197: * src/classes/image.C: directory read or other read problem message
7198: fixed (related to issue #933)
7199:
7200: 2013-07-07 moko
7201:
7202: * AUTHORS: + misha + moko. :)
7203:
7204: 2013-07-06 moko
7205:
7206: * src/: classes/curl.C, include/pa_globals.h,
7207: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
7208: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
7209: for lt_dlinit to be called once and lt_dlexit called at right
7210: place (related to issue #925)
7211:
7212: 2013-07-04 moko
7213:
7214: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
7215: VString::as_vfile now uses vfile.set_binary_string to avoid
7216: content-type to be set, as it brokes badly designed logic in
7217: response output. This hopefully finishes issue #928.
7218:
7219: * tests/results/: 256.processed, 286.processed: file now displayed
7220: as name, size, mode, content-type
7221:
7222: * src/main/pa_common.C: read error now reported cottectly (fixes
7223: issue #933
7224:
7225: 2013-06-28 moko
7226:
7227: * tests/: 286.html, results/286.processed: test extended
7228:
7229: * tests/: 286.html, results/286.processed: Test for issue #928
7230: added. it tests default content-type change.
7231:
7232: * src/types/pa_vfile.C: closes issue #928 - default content-type
7233: now updated
7234:
7235: 2013-06-25 moko
7236:
7237: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
7238: content-type for text/binary files without name added;
7239: ^file::create[$f;...] options now works properly and $f
7240: properties are default (fixes issue #928)
7241:
7242: 2013-05-16 misha
7243:
7244: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
7245: added
7246:
7247: * src/main/pa_table.C: - a tiny memory optimisation while creating
7248: table if specified limit is bigger than source rows count
7249:
7250: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
7251: added ( new feature: #858 )
7252:
7253: 2013-04-29 moko
7254:
7255: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
7256: $.ipresolve(0|1|2) added (closes issue #891)
7257:
7258: * src/lib/curl/curl.h: CURL_IPRESOLVE added
7259:
7260: 2013-04-24 moko
7261:
7262: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7263: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7264: types/pa_vmemcached.h: ^memcache.release[] added, calls
7265: memcached_quit (refs #893)
7266:
7267: 2013-04-22 moko
7268:
7269: * src/: include/pa_string.h, main/pa_common.C: no more double
7270: slashes in file path (fixes bug #872)
7271:
7272: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
7273: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
7274: #739)
7275:
7276: * tests/results/266.processed: $.max_params added (feature #915)
7277:
7278: * src/: include/pa_common.h, main/pa_http.C: response-charset
7279: option added to file::load (closes issue #867)
7280:
7281: 2013-04-20 misha
7282:
7283: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
7284: commited
7285:
7286: 2013-03-15 misha
7287:
7288: * src/classes/: hash.C, table.C: - Optimisation: do not create
7289: multiple empty strings while ::sql. uae String::Empty instead
7290:
7291: 2013-03-14 misha
7292:
7293: * src/classes/reflection.C: - for user classes
7294: ^reflection:method_info[] returns $.max_params and $.extra_param
7295: with $.call_type if they available ( new feature: #915 )
7296:
7297: * src/classes/file.C: - ^file:delete[] now supports an option
7298: $.exception(false) that suppress any exception while deleting
7299: file ( new feature: #916 )
7300:
7301: * src/classes/curl.C: - parsing cookies after curl:load now should
7302: work :)
7303:
7304: 2013-03-12 misha
7305:
7306: * src/types/pa_vfile.C: - if specified file_name is empty string
7307: set default name for the file
7308:
7309: 2013-03-11 misha
7310:
7311: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
7312: also available in $f.cookies
7313:
7314: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
7315: moved to a separate method
7316:
7317: 2013-03-10 moko
7318:
7319: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
7320: added
7321:
7322: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
7323: removed (declared by autoconf)
7324:
7325: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
7326: uint32_t define
7327:
7328: 2013-03-10 misha
7329:
7330: * src/classes/file.C: ^file:delete and ^file:move now support
7331: option $.keep-empty-dirs(true) ( new feature: #884 )
7332:
7333: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
7334: empty dirs is added
7335:
7336: 2013-03-10 moko
7337:
7338: * src/classes/: bool.C, double.C, int.C: default can be present,
7339: but default check removed from ^int/double/bool.int/double/bool
7340: for string.int/double/bool compatibility (related to issue #913)
7341:
7342: * src/classes/string.C: ^string.int/dobule/bool no longer
7343: internally throws exception if default is present (closes issue
7344: #913)
7345:
7346: 2013-03-09 misha
7347:
7348: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
7349: optimisations ( #845 )
7350:
7351: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
7352:
7353: 2013-03-08 moko
7354:
7355: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
7356: creates correct table (fixes issue #910)
7357:
7358: * src/classes/op.C: r.connection() -> r.connection(false) to allow
7359: use outside of 'connect' operator (fixes issue #911)
7360:
7361: * tests/results/: 096.processed, 122.processed: test results
7362: updated as doubles now printed with 15 significant digits, not 5
7363: (fixes issue #882)
7364:
7365: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7366: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7367:
7368: 2013-02-21 moko
7369:
7370: * src/classes/table.C: _locate_name_value does not check arguments
7371: count, so we check it in advance (fixes issue #905)
7372:
7373: 2012-10-23 moko
7374:
7375: * buildall: old shell for and echo compatibility (for six)
7376:
7377: 2012-10-19 moko
7378:
7379: * buildall: --strip added --disable-safe-mode listed in usage
7380:
7381: 2012-10-17 misha
7382:
7383: * src/classes/op.C: - apply-taint should not throw "outside
7384: connect" exception with sql lang now
7385:
7386: 2012-10-17 moko
7387:
7388: * src/main/pa_request.C: bugfix: safe mode should be inited for
7389: each request (for apache module)
7390:
7391: 2012-09-26 moko
7392:
7393: * src/doc/doxygen.cfg: png -> svg
7394:
7395: 2012-09-25 moko
7396:
7397: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7398: test added
7399:
7400: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7401: double use when key is long
7402:
7403: 2012-09-16 moko
7404:
7405: * src/classes/math.C: Format -> Method Encode -> Format
7406:
7407: * tests/: 141.html, results/141.processed: math:digest hmac test
7408: added
7409:
7410: 2012-09-14 moko
7411:
7412: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7413: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7414: implementation added
7415:
7416: 2012-09-12 moko
7417:
7418: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7419: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7420: targets.dox and string.dox slightly actualized
7421:
7422: 2012-08-31 moko
7423:
7424: * ChangeLog: now generated with patched cvs2cl.pl
7425:
7426: 2012-07-29 moko
7427:
7428: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7429: result should be pushed after VMethodFrame destructor is called,
7430: as it deletes junctions from stack params (fixes issue #868)
7431:
7432: 2012-07-23 moko
7433:
7434: * INSTALL, README: buildall script usage documented, other outdated
7435: info updated.
7436:
7437: * buildall-with-xml, buildall-without-xml: replaced by buildall
7438:
7439: 2012-07-21 moko
7440:
7441: * buildall: glib does not compile when threads are disabled...
7442:
7443: * src/types/pa_vmail.C: g_assertion fixes for empty input
7444:
7445: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7446: unref, can't unref nested objects)
7447:
7448: * src/types/pa_vmail.C: another check added
7449:
7450: 2012-07-19 moko
7451:
7452: * buildall: usage added
7453:
7454: * buildall: new buildall script that unites buildall-with-xml,
7455: buildall-without-xml, --with-apache and --with-mailreceive
7456:
7457: * configure.in: support for static gmime and dynamic glib linking.
7458: fixes for FreeBSD
7459:
7460: 2012-07-17 moko
7461:
7462: * configure.in: --with-mailreceive replaced
7463: --with-static-mailreceive and --with-shared-mailreceive pathlink
7464: removed
7465:
7466: 2012-07-16 moko
7467:
7468: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7469: capitalized, content now decoded and text content converted to
7470: $request:charset. all properties are accessed by functions, this
7471: ready for dynamic load.
7472:
7473: 2012-06-28 moko
7474:
1.116 moko 7475: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7476: 32 bit
1.95 moko 7477:
7478: 2012-06-27 moko
7479:
7480: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7481: passive ftp
7482:
7483: * src/lib/ltdl/ltdl.vcproj: release build fixed
7484:
7485: * configure.in: 3.4.2 RC -> 3.4.2
7486:
7487: 2012-06-22 moko
7488:
7489: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7490: #815)
7491:
7492: * tests/: 284.html, results/284.processed: output options test
7493: (feature #265)
7494:
7495: 2012-06-22 misha
7496:
7497: * tests/215.html: - little changes
7498:
7499: 2012-06-21 moko
7500:
7501: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7502: types/pa_vxdoc.h: output_options returned and used (bugfix for
7503: feature #265)
7504:
7505: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7506: breaks long .*, default 10M restored. (issue #216)
7507:
7508: * tests/: 283.html, results/283.processed: test for issue #815
7509: added
7510:
7511: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7512: again, cstrm not required.
7513:
7514: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7515: Win32 and broken FreeBSD (issue #45)
7516:
7517: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7518:
7519: * src/main/pa_string.C: warnings war
7520:
7521: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7522: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7523: main/pa_socks.C, targets/apache/pa_threads.C,
7524: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7525: types/pa_vstatus.C: compilation under cygwin fixed
7526:
7527: 2012-06-19 moko
7528:
7529: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7530: Windows fixed
7531:
7532: * parser3.sln: removed antique pcre_ctype
7533:
7534: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7535:
7536: * src/include/pa_config_fixed.h: undefined reference to
7537: __imp__pcre_* fix for Windows
7538:
7539: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7540: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7541: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7542: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7543: define fixed
1.95 moko 7544:
7545: 2012-06-18 moko
7546:
7547: * src/classes/memcached.C: flush -> clear
7548:
7549: * src/classes/memcached.C: memcached does not support quotes even
7550: in server name
7551:
7552: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7553: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7554: called on open to check servers existance. $.key(true) syntax
7555: now supported
7556:
7557: 2012-06-17 moko
7558:
7559: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7560: cleanup
7561:
7562: * src/classes/table.C, tests/282.cfg, tests/282.html,
7563: tests/results/282.processed: encloser at the EOF bug fixed,
7564: incorrectly enclosed data now processed more logicaly (fixes
7565: #339)
7566:
7567: 2012-06-15 moko
7568:
7569: * buildall-without-xml: sync with buildall-with-xml
7570:
7571: * buildall-with-xml: download auto-detected between fetch and curl
7572:
7573: * configure.in: --with-gc and --with-pcre now also processed
7574: correctly
7575:
1.116 moko 7576: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7577: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7578: should be run on rol1 using automake / aclocal (GNU automake)
7579: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7580:
7581: * configure.in: new PARSER_VERSION logic
7582:
7583: * src/include/pa_version.h: new pa_version.h logic
7584:
7585: * src/: classes/curl.C, classes/file.C, classes/image.C,
7586: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7587: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7588: feols_normalized -> fis_text_content set_binary added
7589:
7590: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7591:
7592: 2012-06-15 misha
7593:
7594: * src/: classes/curl.C, classes/file.C, classes/image.C,
7595: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7596: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7597: ^file::create[text;content] EOLs in content now is normalized. (
7598: new feature: #815 )
7599:
7600: 2012-06-15 moko
7601:
7602: * configure.in: --disable-version-update added to disable version
7603: update with host information (for debian package) whitespace
7604: optimized
7605:
7606: * configure.in: version changed to 3.4.2 RC no-pic added for
7607: libtool
7608:
7609: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7610: it.
7611:
7612: 2012-06-14 moko
7613:
7614: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7615: tests/results/281.processed: "hash flocked" error removed for
7616: safe operations like ^h._count[] ( new feature: #335 )
7617:
1.116 moko 7618: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7619:
7620: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7621:
7622: * configure.in: --with-static/shared xml replaced with --with-xml,
7623: xml compilation check added
7624:
7625: * configure.in: --with-static/shared-gc, --with-static-pcre are
7626: replaced with --with-gc and --with-pcre test for pcre linking
7627: added
7628:
7629: 2012-06-13 moko
7630:
7631: * configure.in: apxs2 check optimized
7632:
7633: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7634: .la, includes optimized
7635:
7636: * buildall-with-xml: --with-pic looks better for -fPIC
7637:
7638: * configure.in: switched to convenience library in static linking
7639:
7640: * src/targets/apache/Makefile.am: switched to convenience library
7641: usage to avoid libtool warnings
7642:
7643: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7644: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7645: smtp/Makefile.am: switched to convenience library usage
7646:
7647: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7648:
7649: * src/targets/apache/Makefile.am: updated for libtool usage
7650:
7651: * buildall-without-xml: --with-included-ltdl added
7652:
7653: * buildall-without-xml: sync with buildall-with-xml
7654:
7655: * buildall-with-xml: --with-included-ltdl added $cflags added for
7656: -fPIC for x64 $download added for wget success check added
7657:
7658: * buildall-without-xml: --with-dynamic-stdcpp removed
7659:
7660: * configure.in: disable-static returned
7661:
7662: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7663: LIBTOOLFLAGS
7664:
7665: 2012-06-12 moko
7666:
7667: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7668: compatible with LIBTOOLFLAGS for unknown reasons
7669:
7670: * buildall-with-xml: --with-dynamic-stdcpp removed
7671:
7672: * configure.in: static/dynamic -lstdc++ linking option removed
7673: apxs2 check added
7674:
7675: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7676: option removed
7677:
7678: 2012-06-10 moko
7679:
7680: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7681: added
7682:
7683: * src/targets/cgi/pp3.cmd: old PAF stuff
7684:
1.116 moko 7685: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7686: beauty
1.95 moko 7687:
7688: * depcomp: from libtool 2.4.2
7689:
7690: * configure.in: ltdl directory removed, it has correct Makefile.in
7691:
7692: 2012-06-09 moko
7693:
1.116 moko 7694: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7695: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7696: autogenerated files updated after libtool update
7697:
1.116 moko 7698: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7699: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7700: config_auto.h.in, config_fixed.h, configure, configure.ac,
7701: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7702: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7703: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7704: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7705: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7706: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7707: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7708: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7709: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7710: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7711:
7712: * configure.in: preparation for new libtool
7713:
7714: * configure.in: Some beauty added :)
7715:
7716: * src/targets/apache/Makefile.am: := -> =
7717:
7718: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7719: again. :)
7720:
7721: * src/include/pa_config_includes.h, configure.in: limits.h added,
7722: previously was taken from pcre_internal.h. :)
7723:
7724: * src/lib/pcre/Makefile.am: config.h returned
7725:
7726: * src/lib/pcre/config.h: still need this. :)
7727:
7728: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7729:
7730: * configure.in: --with-charsets removed; --with-mysql-client & co
7731: removed
7732:
7733: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7734: now in parser tree, no need to copy
7735:
7736: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7737: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7738: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7739: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7740: extracts now used old trash removed
7741:
7742: * etc/parser3.charsets/Makefile.am: charsets now in share
7743: (debian/patches/104_automake.patch) + all charsets are copied
7744:
7745: * buildall-with-xml, buildall-without-xml: curl option removed +
7746: extra arguments now supported
7747:
7748: 2012-06-08 misha
7749:
7750: * src/classes/table.C: - one params.as_hash usage was rolled back:
7751: the 2nd option in ^table.hash[] could be hash or table so
7752: .as_hash will throw an exception when table option is specified
7753:
7754: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7755: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7756: classes/table.C, classes/void.C, classes/xdoc.C,
7757: include/pa_exception.h, types/pa_vmethod_frame.C,
7758: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7759: and improved (whitespaces are allowed as empty options) -
7760: MethodParams::as_table is added - above methods are used for
7761: parsing methods' options ( new feature: #9 )
7762:
7763: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7764: to vclass. now class fields can be accessible as a hash:
7765: $h[^hash::create[$asd:CLASS]]
7766:
7767: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7768: have get_fields method so their fields can be accessed with
7769: ^reflection:fields[...] & ^reflection:field[...]
7770:
7771: 2012-06-06 misha
7772:
7773: * tests/280.html: - tests for
7774: ^reflection:method[obj-or-class;method],
7775: ^reflection:field[obj-or-class;field] and
7776: ^reflection:fields[obj-or-class] are added
7777:
7778: 2012-06-05 misha
7779:
7780: * src/classes/reflection.C: - ^reflection:method[class or
7781: object;method name] and ^reflection:field[class or object;field
7782: name] are added
7783:
7784: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7785: is used
7786:
7787: * src/types/pa_method.h: - Method::as_vjunction method is added
7788:
7789: 2012-06-05 moko
7790:
1.116 moko 7791: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7792:
7793: * src/classes/memcached.C: flish ttl fixed
7794:
7795: 2012-06-04 moko
7796:
7797: * src/classes/json.C, src/classes/op.C, tests/279.html,
7798: tests/results/279.processed: ^json:parse[] now supports $.taint
7799: option (new feature #833)
7800:
7801: 2012-06-04 misha
7802:
7803: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7804: - search_stop method was moved from pa_vcookie.C to pa_common.C
7805:
7806: 2012-06-03 misha
7807:
7808: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7809: cookies are parced and stored into $.cookies ( new feature: #31 )
7810:
7811: 2012-05-30 misha
7812:
7813: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7814: incomplete class into a scope while @USE is found
7815:
7816: * src/main/compile.y: - add incomplete class into a scope while
7817: @USE and @CLASS instructions are found ( bugfix: #838 )
7818:
7819: 2012-05-30 moko
7820:
7821: * src/types/pa_vclass.C, tests/278.html,
7822: tests/results/278.processed: removed "property has no getter
7823: method" exception when GET_DEFAULT present (fixes #269)
7824:
7825: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7826: $._default
7827:
7828: 2012-05-29 moko
7829:
7830: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7831: uninitialized values usage (new feature: #154)
7832:
7833: 2012-05-28 moko
7834:
7835: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7836: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7837: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7838: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7839: src/types/pa_vobject.C, src/types/pa_vobject.h,
7840: src/types/pa_vstring.h, src/types/pa_vtable.C,
7841: tests/results/277.processed, src/types/pa_vtable.h,
7842: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7843: ^json:string[$o; $.default[$method]] implemented for VObject (new
7844: feature #803)
7845:
7846: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7847: tests/results/277.processed: json numbers are now treated as
7848: double ( new feature: #834 )
7849:
7850: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7851: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7852: added for out of range checks, zero division in vint/vdouble
7853: check added ( fixes #832 )
7854:
7855: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7856: ( fixes #832 )
7857:
7858: 2012-05-28 misha
7859:
7860: * buildall-with-xml: - --without-lzma option is added to libxml2
7861: configure
7862:
7863: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7864: added - tests for unsupported values for options $.file, $.table
7865: and $.date are added
7866:
7867: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7868: accepts "stat" $.file[] option's value in addition to existed
7869: "text" and "base64" ( new feature: #835 )
7870:
7871: * tests/276.html: - test for
7872: ^reflection:delete[$object-or-class;field-name]
7873:
7874: * src/classes/reflection.C: -
7875: ^reflection:delete[$object-or-class;field-name] is added ( new
7876: feature: #268 )
7877:
7878: 2012-05-27 misha
7879:
7880: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7881:
7882: 2012-05-24 misha
7883:
7884: * src/include/pa_common.h: - method lastposafter was removed
7885:
7886: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7887: lastposafter - ^file:dirname[] & Co proper handle windows file
7888: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7889: work as *nix commands
7890:
7891: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7892:
7893: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7894: rskipchars were added
7895:
7896: * tests/270.html: - more tests for ^file:find[]
7897:
7898: * tests/065.html: - more tests for ^file:dirname[] & Co
7899:
7900: * src/include/pa_version.h: - must be "win32" here. it is
7901: auto-generated on *nix
7902:
7903: 2012-05-24 moko
7904:
7905: * src/classes/math.C: ^math:convert[] now supports uint32 and
7906: throws overflow exception ( new feature: #830 )
7907:
7908: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7909: uint32 support and overflow added ( new feature: #830 )
7910:
7911: 2012-05-23 moko
7912:
7913: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7914: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7915: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7916: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7917: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7918: types/pa_vregex.h, types/pa_vstateless_class.C,
7919: types/pa_vstateless_class.h, types/pa_vstring.h,
7920: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7921: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7922: "return string as-is" removed from as_expr_result. ( new feature:
7923: #831 )
7924:
7925: * tests/results/244.processed: test changed after bug #782 fix
7926: commited
7927:
7928: * tests/results/229.processed: test results for bug #782 commited
7929:
7930: * tests/: 254.html, results/254.processed: uid now just compared,
7931: not printed. :)
7932:
7933: 2012-05-20 moko
7934:
7935: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7936: feature: #341 )
7937:
7938: * tests/: 254.html, results/254.processed: test for
7939: ^reflection:uid[] added
7940:
7941: * tests/: 254.html, results/254.processed: test for
7942: ^reflection:uid[$obj] added
7943:
7944: 2012-05-17 misha
7945:
7946: * src/main/untaint.C: - do not replace ' char by _26 while
7947: exploding filespec-tainting ( new feature: #829 )
7948:
7949: 2012-05-12 moko
7950:
7951: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7952: not.
7953:
7954: 2012-05-08 moko
7955:
7956: * src/types/pa_vmethod_frame.h: bug #782 fixed
7957:
7958: * tests/229.html: test for bug #782
7959:
7960: * tests/results/259.processed, src/main/pa_request.C,
7961: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7962: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7963: src/types/pa_vvoid.h: feature #154 - first empty param now
7964: string; defined locals are empty strings; $STRICT-VARS(true)
7965: added
7966:
7967: 2012-04-27 moko
7968:
1.116 moko 7969: * src/targets/apache/Makefile.am:
1.95 moko 7970: ../../lib/memcached/libmemcached.a added
7971:
7972: 2012-04-27 misha
7973:
7974: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7975: ( #827 )
7976:
7977: 2012-04-25 moko
7978:
7979: * src/: classes/json.C, classes/memcached.C,
7980: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7981: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7982: implemented.
7983:
7984: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7985:
7986: 2012-04-23 moko
7987:
7988: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7989: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7990: types/pa_vmemcached.h: open allows options hash for new
7991: memcached(options) function
7992:
7993: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7994: not appended
7995:
7996: 2012-04-21 moko
7997:
7998: * src/classes/curl.C: '' added. :)
7999:
8000: * src/classes/classes.vcproj: new curl.h location
8001:
8002: * src/classes/curl.C: verbose output redirection from stderr to
8003: file curl option added
8004:
8005: 2012-04-20 moko
8006:
8007: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
8008: contains what we need from curl, #ifdef HAVE_CURL removed
8009:
1.116 moko 8010: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 8011: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 8012: src/lib/Makefile.am, src/lib/curl/Makefile.am,
8013: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 8014: configure option
8015:
8016: 2012-04-19 moko
8017:
8018: * src/: classes/double.C, classes/inet.C, classes/int.C,
8019: classes/string.C, lib/gc/include/gc_allocator.h,
8020: types/pa_vform.C: PVS-Studio detected errors fixes, unused
8021: options from sql_result_string removed. (closes issue #468)
8022:
8023: * src/types/pa_vmemcached.C: empty string fix
8024:
8025: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
8026: pa_vstring.C, pa_vstring.h: serialization helpers moved to
8027: pa_vmemcached.C
8028:
8029: 2012-04-18 moko
8030:
8031: * src/targets/apache/mod_parser3.c: "Parser3 module requires
8032: apache2-mpm-prefork" error displayed in threaded mpm.
8033:
8034: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8035: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
8036: installed (issue #354)
8037:
8038: 2012-04-16 moko
8039:
8040: * src/types/pa_vmemcached.C: call to memcached_result_create and
8041: memcached_result_free removed
8042:
8043: 2012-04-14 moko
8044:
8045: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
8046:
8047: * src/types/pa_vmemcached.C: check_key added and used
8048:
8049: 2012-04-13 moko
8050:
8051: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
8052: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
8053: Serialization_data now added and used, VString now serialized
8054: with languages into memcached.
8055:
8056: 2012-03-28 moko
8057:
8058: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
8059: lib/memcached/pa_memcached.h: result lengths added
8060:
8061: 2012-03-27 moko
8062:
8063: * src/types/pa_vmemcached.C: strdup added
8064:
8065: 2012-03-24 moko
8066:
8067: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
8068: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
8069: types/pa_vmemcached.h: memcached: mget, flush, fttl added
8070:
8071: 2012-03-20 moko
8072:
1.116 moko 8073: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 8074:
8075: * src/targets/cgi/Makefile.am: cleanup
8076:
8077: * src/: types/Makefile.am, types/pa_vmemcached.C,
8078: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
8079:
8080: * src/: classes/Makefile.am, classes/memcached.C,
8081: lib/memcached/Makefile.am, lib/memcached/constants.h,
8082: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
8083: lib/memcached/types.h, lib/Makefile.am: memcached initial
8084:
8085: 2012-03-16 moko
8086:
8087: * src/main/execute.C: ident now works under Linux + ident displays
8088: filenames (closes issue #818)
8089:
1.116 moko 8090: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 8091: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
8092: pa_vmethod_frame_local.h removed
8093:
8094: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
8095: classes/classes.h, classes/curl.C, classes/date.C,
8096: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8097: classes/hashfile.C, classes/image.C, classes/inet.C,
8098: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
8099: classes/memory.C, classes/op.C, classes/reflection.C,
8100: classes/regex.C, classes/response.C, classes/string.C,
8101: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8102: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
8103: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8104: include/pa_config_fixed.h, include/pa_config_includes.h,
8105: include/pa_dictionary.h, include/pa_dir.h,
8106: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8107: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
8108: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
8109: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
8110: include/pa_request_charsets.h, include/pa_request_info.h,
8111: include/pa_sapi.h, include/pa_socks.h,
8112: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8113: include/pa_stack.h, include/pa_string.h,
8114: include/pa_stylesheet_connection.h,
8115: include/pa_stylesheet_manager.h, include/pa_table.h,
8116: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8117: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8118: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8119: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
8120: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
8121: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
8122: main/compile.tab.C, main/compile.y, main/compile_tools.C,
8123: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8124: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8125: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8126: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
8127: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
8128: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
8129: main/pa_string.C, main/pa_stylesheet_connection.C,
8130: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
8131: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
8132: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
8133: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
8134: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
8135: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8136: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8137: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
8138: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
8139: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8140: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8141: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
8142: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8143: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
8144: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
8145: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8146: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
8147: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
8148: types/pa_vmemory.h, types/pa_vmethod_frame.C,
8149: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
8150: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
8151: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
8152: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8153: types/pa_vresponse.h, types/pa_vstateless_class.C,
8154: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
8155: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
8156: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
8157: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
8158: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8159: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
8160: ident now works under Linux + ident displays filenames (closes
8161: issue #818) Copyright updated
8162:
8163: 2012-03-13 moko
8164:
8165: * src/main/pa_string.C: compilation fix for feature #741
8166:
8167: 2012-03-09 misha
8168:
8169: * tests/193.html: - tests for ^string:base64[encoded] are updated
8170:
8171: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
8172: now detects invalid base64 chars in the middle of encoded stricg
8173: ( new feature: #55 )
8174:
8175: * src/include/pa_exception.h: - new exception type for base64
8176: decoding is added
8177:
8178: 2012-03-06 misha
8179:
8180: * tests/274.html: - tests for ^date::today[] and
8181: ^date.sql-string[datetime|date|time] are added
8182:
8183: * src/classes/date.C: - constructor ^date::today[] is added ( new
8184: feature: #811 ) - ^date.sql-string[] now can accept one param --
8185: strings "datetime", "date" or "time" - comments tidying up
8186:
8187: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
8188: date and time
8189:
8190: 2012-03-03 misha
8191:
8192: * tests/193.html: - tests for
8193: ^string:base64[encoded;$.strict(true)] are added
8194:
8195: * tests/results/auto.p: - try-catch operator is added
8196:
8197: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8198: main/pa_common.C: - $.strict(true|false) option is added to
8199: base64 decode methods ( new feature: #55 )
8200:
8201: * src/main/pa_common.C: - base64 decode memory usage was decreased
8202: ( new feature: #819 )
8203:
8204: 2012-02-28 moko
8205:
8206: * src/classes/hash.C: ident test
8207:
8208: 2012-02-27 misha
8209:
8210: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
8211:
8212: 2012-01-08 misha
8213:
8214: * tests/273.html: - tests for ^string.replace[from;to] are added
8215:
8216: * src/: classes/string.C, include/pa_dictionary.h,
8217: main/pa_dictionary.C, main/pa_string.C: -
8218: ^string.replace[from;to] is added ( new feature: #741 ) -
8219: ^string.replace[one subst here] is slightly optimized
8220:
8221: 2011-12-07 misha
8222:
8223: * src/classes/table.C: - $t[^table::create{$empty}] now creates
8224: named table with one empty column ( bugfix: #63 )
8225:
8226: 2011-11-30 misha
8227:
8228: * src/classes/json.C: - it's possible to set user's method for
8229: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
8230: #763 )
8231:
8232: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
8233:
8234: 2011-11-23 misha
8235:
8236: * src/: classes/curl.C, classes/file.C, classes/image.C,
8237: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
8238: types/pa_vfile.h, types/pa_vform.C: - constructor
8239: ^file::create[mode;filename;content[;options]] now accepts binary
8240: mode and file-content - new constructor's format:
8241: ^file::create[string-or-file-content[;$.name[filename]
8242: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
8243: feature: #65 )
8244:
8245: * src/: include/pa_request.h, main/pa_request.C: - new method
8246: mime_type_of(const String*) is added
8247:
8248: * src/include/pa_exception.h: - new exception constant
8249: FILE_NAME_MUST_BE_SPECIFIED is added
8250:
8251: * src/classes/table.C: - bug with negative offset transformed into
8252: a feature. it means pointing to a row from the end of the table (
8253: new feature: #810 )
8254:
8255: 2011-11-19 misha
8256:
8257: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
8258: â ìåòîäå _select ( new feature: #810 )
8259:
8260: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
8261: options were specified together is simplified
8262:
8263: 2011-11-12 misha
8264:
8265: * src/main/pa_request.C: - forgotten fix for escaping filename in
8266: HTTP content-disposition header (a part of bug #361 )
8267:
8268: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
8269: checks for ancestors' classes as well ( new feature: #456 )
8270:
8271: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
8272: "without cycle" now have types "parser.break" and
8273: "parser.continue" instead of "parser.runtime" ( new feature: #799
8274: )
8275:
8276: 2011-11-11 misha
8277:
8278: * tests/results/: 099.processed, 100.processed, 205.processed,
8279: 237.processed: - since bug #361 was fixed the content of filename
8280: in HTTP headers is quoted
8281:
8282: * tests/results/270.processed: - result for test 270
8283:
8284: * tests/: 065.html, results/065.processed: - more tests for
8285: ^file:basename[] & Co were added
8286:
8287: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
8288:
8289: * tests/270.html: - tests for ^file:find[] are added
8290:
8291: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
8292: using option $.charset. option $.engoding is still supported but
8293: these options can not be specified together
8294:
8295: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
8296: comparation charset name with string "UTF-8" ( bugfix: #759 )
8297:
8298: 2011-10-11 misha
8299:
8300: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
8301: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
8302: #622)
8303:
8304: 2011-09-30 misha
8305:
8306: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
8307: exception "saving stat-ed file" ( bugfix: #395 )
8308:
8309: 2011-05-30 misha
8310:
8311: * src/classes/string.C: - fixed bug which was added with
8312: params.as_hash into string:sql
8313:
8314: 2011-05-29 misha
8315:
8316: * src/types/pa_value.C: - filename in content-disposition header
8317: must be quoted ( bugfix: #361 )
8318:
8319: 2011-05-27 misha
8320:
8321: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
8322: created file
8323:
8324: * src/classes/: hash.C, mail.C: - little tunning with get_hash
8325: usage
8326:
8327: * src/include/pa_exception.h: - one more string for exception was
8328: added
8329:
8330: 2011-05-25 misha
8331:
8332: * tests/269.html: - tests for checking input params in some dom
8333: methods
8334:
8335: * src/classes/: xdoc.C, xnode.C: - validation of some input params
8336: was added. it isn't possible not wo create xdoc with invalid
8337: tagName. ( bugfix: #160 )
8338:
8339: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
8340: string "data must be string" was mover from pa_exception.h to
8341: pa_xml_exception.h
8342:
8343: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
8344: as_xmlncname, as_xmlname and as_xmlnsuri were added
8345:
8346: * src/main/pa_xml_exception.C: - XmlException accepts more options
8347:
8348: * src/include/pa_xml_exception.h: - XmlException accepts more
8349: options - XML-related exception's strings were added
8350:
8351: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
8352: output_options were removed)
8353:
8354: 2011-05-19 misha
8355:
8356: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8357: params.as_hash is used more while parsing methods hash-options
8358:
8359: 2011-05-18 misha
8360:
1.211 moko 8361: * operators.ru.txt, operators.txt: - info about json-serialization
8362: of xdoc was added
1.95 moko 8363:
8364: * tests/256.html: - tests for json-serialization xdoc were added
8365:
8366: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8367:
8368: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8369: classes/json.C, classes/xdoc.C: - now json:string can serialize
8370: xdoc-objects. options (the same as ^xdoc.string[]) could be
8371: specified in $.xdoc[] ( new feature: #265 )
8372:
8373: 2011-05-15 misha
8374:
8375: * tests/268.html: - tests for ^table.count[with options] were added
8376:
8377: * src/classes/table.C: - method ^table.count[] now can accept
8378: options ( new feature: #93 ): ^table.count[column] returns number
8379: of columns for named table; ^table.count[cells] returns number of
8380: cells in the current row; ^table.count[] & ^table.count[rows]
8381: return number of rows in a table.
8382:
8383: * tests/267.html: - test for checking switch/case in boolean mode
8384: was added
8385:
8386: * src/classes/op.C: - if switch's or case's value is bool, they are
8387: compared as bool values, not as double values: new feature: #351
8388:
8389: 2011-05-06 misha
8390:
8391: * tests/242.html: - EOL before EOF was added
8392:
8393: * tests/169.html: - tests for splitting empty string and void were
8394: added
8395:
8396: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8397: returned table with one empty cell)
8398:
8399: 2011-04-03 misha
8400:
8401: * src/include/pa_version.h, configure.in: - version in head was
8402: changed to 3.4.2b
8403:
8404: 2011-03-30 misha
8405:
8406: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8407: as well ( new feature #294 )
8408:
8409: 2011-03-29 misha
8410:
8411: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8412: limited to approx. 6 MB. previous limits were too big for real
8413: life. bugfix: #216
8414:
8415: 2011-03-04 moko
8416:
8417: * etc/parser3.charsets/cp866.cfg: Conforms to
8418: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8419:
8420: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8421: vlalek@
8422:
8423: 2011-02-22 misha
8424:
1.211 moko 8425: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8426: methods mustn't be under #ifdef XML or parser can't be compiled
8427: without xml support
1.95 moko 8428:
8429: 2011-02-21 misha
8430:
1.116 moko 8431: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8432: ApacheModuleParser3.vcproj was removed
8433:
8434: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8435: removed)
8436:
8437: 2011-02-20 misha
8438:
8439: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8440: $.overridden in ^reflection:method_info[...] were added
8441:
8442: * src/classes/reflection.C: - beautifying result of
8443: ^reflection:method_info[] ($.overridden/inherited)
8444:
8445: 2011-02-18 misha
8446:
8447: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8448: and pa_isalnum instead of isalpha and isalnum - bug with
8449: redundand quoting lowercased latin chars while building email
8450: body was fixed
8451:
8452: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8453: added (they check for latin chars only)
8454:
8455: 2011-02-16 misha
8456:
8457: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8458: string size for transcoding gave too small value (should ever
8459: look for availability char in dest charset inspite of the char
8460: size)
8461:
8462: 2011-02-04 moko
8463:
8464: * tests/223.html: header values now not url-encoded (issue #195)
8465:
8466: 2011-02-01 misha
8467:
8468: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8469:
8470: 2011-01-31 misha
8471:
8472: * src/main/pa_request.C: - throw exception if param file_name in
8473: use_file is empty
8474:
8475: 2011-01-08 moko
8476:
8477: * src/classes/curl.C: compilations errors fixed
8478:
8479: 2010-12-29 moko
8480:
8481: * tests/: 265.html, results/265.processed: test for issue #200
8482: added
8483:
8484: * src/main/pa_string.C: empty regex result check added (fixes issue
8485: #200)
8486:
8487: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8488:
8489: * tests/results/223.processed: header values now not url-encoded
8490: (issue #195)
8491:
8492: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8493: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8494: pa_http_safe_header_name added for headers names (fixes bug #195)
8495:
8496: 2010-12-18 misha
8497:
8498: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8499: => pa-include
8500:
8501: 2010-11-28 moko
8502:
8503: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8504:
8505: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8506: -> pa
8507:
8508: * configure.in: apr -> pa
8509:
8510: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8511:
8512: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8513: classes/Makefile.am, types/Makefile.am: apr -> pa
8514:
8515: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8516: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8517: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8518: pa-include/pa_apr.h, pa-include/pa_errno.h,
8519: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8520: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8521: module apr name conflict resolved)
8522:
8523: 2010-11-27 misha
8524:
8525: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8526: libbz2
8527:
8528: 2010-11-26 misha
8529:
8530: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8531: warnings removed
8532:
8533: 2010-11-25 moko
8534:
1.211 moko 8535: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8536:
1.211 moko 8537: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8538:
1.211 moko 8539: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8540:
8541: * buildall-with-xml: libxml2-2.7.8 + with-apache
8542:
8543: 2010-11-24 moko
8544:
1.116 moko 8545: * configure: apxs support
1.95 moko 8546:
8547: * configure.in: apxs support -Bstatic gc removed for OS X
8548:
8549: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8550:
8551: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8552: THREAD_LOCAL usage
8553:
8554: * src/: classes/curl.C, include/pa_config_includes.h,
8555: main/pa_globals.C: THREAD_LOCAL defined and used
8556:
8557: 2010-11-23 moko
8558:
8559: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8560: should be passed to pa_sleep, and only fractional part (bugfix:
8561: #188)
8562:
8563: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8564:
8565: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8566: GC_dont_gc=1, as in cgi version
8567:
8568: * src/targets/apache/mod_parser3.c: warning war
8569:
8570: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8571: pa_httpd.h: version removed, some trash removed
8572:
8573: * src/targets/apache/mod_parser3.c: version removed (we don't want
8574: to show it), warning war
8575:
8576: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8577: pa_httpd.h: parser_status_allowed removed + merge config
8578: functions removed (override is the default) + beauty
8579:
8580: * src/: include/pa_request.h, main/pa_request.C,
8581: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8582: hide $status used in apache module removed
8583:
8584: 2010-11-18 moko
8585:
1.211 moko 8586: * operators.ru.txt, operators.txt: $.table[compact] added for
8587: ^json:string[]
1.95 moko 8588:
8589: 2010-11-16 moko
8590:
8591: * src/targets/apache/mod_parser3.c: some cleanup done
8592:
8593: * src/main/untaint.C: bugfix: first, second String::Body argument
8594: is hashcode; second, info.fragment_begin is original, not
8595: resulting length
8596:
8597: * src/classes/file.C: new feature: $.stdin now untainted
8598:
8599: * tests/results/264.processed: new feature: $.stdin[] now untainted
8600:
8601: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8602:
8603: * src/classes/op.C: ^apply-taint[] method added
8604:
8605: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8606: added; $.stdin untaint test added
8607:
8608: 2010-11-15 moko
8609:
8610: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8611: removed
8612:
8613: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8614: pa_httpd.h: 2x2 calculated under apache2. :)
8615:
8616: 2010-11-13 moko
8617:
8618: * src/targets/apache/mod_parser3.c: initial changes to build module
8619: with apache 2.x includes
8620:
8621: * src/targets/apache/: Makefile.am, mod_parser3.c,
8622: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8623: united apache 1.3 / apache 2.x DSO module
8624:
8625: 2010-11-09 moko
8626:
8627: * src/types/pa_method.h: check added to dissallow @method[name;*]
8628: syntax
8629:
8630: * tests/: 263.html, results/263.processed: test from method[*args]
8631: added
8632:
8633: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8634: number of params can now be passed to a method declared with *arg
8635:
8636: 2010-11-06 moko
8637:
8638: * src/classes/table.C: formating fixed. :)
8639:
8640: * src/classes/table.C: closes #4: ^table.select now supports
8641: $.limit(), $.offset, $.reverse() options
8642:
8643: * tests/: 262.html, results/262.processed: test for ^table:select
8644: with options added (feature #4)
8645:
8646: * src/include/pa_array.h: remove function added
8647:
8648: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8649: object in get_element/put_element, using static one.
8650:
8651: 2010-11-04 moko
8652:
8653: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8654: options is passed
8655:
8656: * tests/: 256.html, results/256.processed: $.table[compact] feature
8657: now tested; k and p in handler now tested.
8658:
8659: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8660: $.table[compact] feature added
8661:
8662: * src/classes/json.C: key is now passed to handler in
8663: value_json_string; ^json:string result now process tainting
8664: inside and returns clean string, related to issue #153
8665:
8666: * src/main/untaint.C: bugfix: charset can be null (in
8667: ^string:save[] as example), thus check is added
8668:
8669: 2010-10-31 moko
8670:
8671: * src/classes/string.C: error message changed (fixes issue #149)
8672:
8673: 2010-10-29 moko
8674:
8675: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8676: port is not default (fixes issue #155); exception on invalid port
8677: added.
8678:
8679: * src/main/untaint.C: '*' is now not urlencoded to allow header
8680: "Accept: */*" to be passed
8681:
8682: 2010-10-28 moko
8683:
8684: * src/classes/curl.C: bugfix: detect_charset() was throwing
8685: exception on unknown charset even if response_charset was
8686: specified
8687:
8688: 2010-10-27 moko
8689:
8690: * src/classes/string.C: ^string.append removed for void
8691: compatibility
8692:
8693: 2010-10-26 moko
8694:
8695: * src/classes/json.C: libjson supports array at top level, we too
8696: (GPF fixed)
8697:
8698: 2010-10-25 moko
8699:
8700: * tests/: 253.html, results/253.processed: libjson supports array
8701: at top level, parser now supports it as well.
8702:
8703: * tests/261.html, tests/results/261.processed,
8704: src/types/pa_vstring.h: empty string is now void compatible
8705: (allows $empty.key)
8706:
8707: 2010-10-22 misha
8708:
8709: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8710: while adding additional expires checkout)
8711:
8712: * tests/030.html: - test for session cookie was added
8713:
8714: 2010-10-21 moko
8715:
8716: * src/: classes/string.C, classes/void.C, main/execute.C,
8717: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8718: string (feature #111)
8719:
8720: * tests/: 261.html, results/261.processed: checks void from string
8721: inheritance (feature #111)
8722:
8723: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8724: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8725: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8726: now true by default
8727:
8728: 2010-10-17 moko
8729:
8730: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8731: upload now uses binary blocks instead of L_FILE_POST tainting.
8732: (bugfix: #128)
8733:
8734: * tests/: 223.html, results/223.processed: binary file upload test
8735: added, GPF (issue #128) also checked in this test
8736:
8737: 2010-10-13 misha
8738:
8739: * tests/260.html: - test for math:convert
8740:
8741: * src/classes/math.C: - error in math:convert was fixed
8742:
1.211 moko 8743: * operators.ru.txt, operators.txt: - info about
1.95 moko 8744: ^math:convert[number](from-base;to-base) was added
8745:
8746: * src/classes/math.C: - method
8747: ^math:convert[number](from-base;to-base) for converting number
8748: represention from one base to another was added ( new feature:
8749: #23 )
8750:
8751: 2010-10-13 moko
8752:
8753: * src/main/compile.tab.C: [] now is empty string, not void
8754:
8755: * src/main/compile.y: [] now is empty string, not void
8756:
8757: * src/types/pa_vvoid.h: void now passed as parameter
8758:
8759: * tests/: 259.html, results/259.processed: to test difference
8760: between void and empty string (see ticket #111)
8761:
8762: * tests/results/152.processed: $sEmpty[] is now empty string, not
8763: void
8764:
8765: * tests/256.html: $s[$void] is no longer empty string
8766:
8767: * tests/254.html: empty string is no longer void
8768:
8769: 2010-10-12 misha
8770:
8771: * src/types/pa_vcookie.C: - check if $.expires value can be
8772: converted to date during cookies set up ( bugfix: #104 )
8773:
8774: * tests/041.html: - more tests for ^table.locate were added
8775:
8776: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8777: work ( bugfix: #129 ) - exception comment for incorrect options
8778: ^table.locate[field;value;options] was fixed
8779:
8780: 2010-10-10 moko
8781:
8782: * src/: classes/reflection.C, main/execute.C: constructor returning
8783: another object feature returned
8784:
8785: * tests/results/258.processed: test result updated as constructor
8786: returning another object feature returned
8787:
8788: * tests/: 258.html, results/258.processed: test for constructor
8789: returning another object
8790:
8791: 2010-10-08 misha
8792:
8793: * tests/257.html: - whitespaces after @METACOMMANDS and their
8794: options shouldn't cause exceptions any longer
8795:
8796: 2010-10-06 moko
8797:
8798: * src/classes/: hash.C, table.C: length from sql server is now
8799: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8800:
8801: 2010-10-02 misha
8802:
1.211 moko 8803: * operators.ru.txt, operators.txt: - the X mark was removed from
8804: ^cache[file]. it is usable to delete cache file.
1.95 moko 8805:
8806: 2010-10-02 moko
8807:
8808: * tests/: 253.html, results/253.processed: hook_key added for key
8809: checking
8810:
8811: * src/classes/json.C: null key bug fixed
8812:
8813: 2010-09-29 misha
8814:
8815: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8816:
8817: 2010-09-25 moko
8818:
8819: * src/classes/json.C: small fixed
8820:
8821: * tests/results/: 253.processed, 255.processed: just updated
8822:
8823: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8824: results/255.processed: charset transcode test added for
8825: json:parse
8826:
8827: 2010-09-24 moko
8828:
8829: * src/types/pa_value.h: warning war :)
8830:
8831: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8832: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8833: ^json:string
8834:
8835: 2010-09-22 moko
8836:
8837: * src/main/pa_charset.C: parser charset tables declare only
8838: white-space before 0x20, thus adding the missing chars
8839:
8840: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8841: to http://unicode.org/Public/MAPPINGS/VENDORS/
8842:
8843: 2010-09-21 misha
8844:
8845: * src/main/compile.y: - some semicolons were added (VS2010 don't
8846: want to compile grammar if they are absent)
8847:
8848: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8849:
8850: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8851:
8852: * src/main/main.vcproj: - path to bison is changed
8853:
8854: 2010-09-21 moko
8855:
1.116 moko 8856: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8857: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8858: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8859:
8860: 2010-09-20 misha
8861:
8862: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8863:
8864: * src/classes/json.C: - add EOL while json-serializing hash
8865:
8866: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8867: compilers don't like 'ES'.
8868:
8869: 2010-09-17 misha
8870:
1.211 moko 8871: * operators.ru.txt, operators.txt: - info about json class was
8872: added
1.95 moko 8873:
8874: * src/classes/json.C: - ^json:string[object]
8875:
8876: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8877: preventing infinite recursion while executing json:string was
8878: added
8879:
8880: * src/include/pa_string.h: - method append_quoted was added
8881:
8882: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8883: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8884: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8885: was added to Value & Co
8886:
8887: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8888: were used
8889:
8890: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8891: were added
8892:
8893: 2010-09-10 moko
8894:
8895: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8896: die_or_abort (backport from 3.4.1)
8897:
8898: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8899: die_or_abort (bugfix: #106)
8900:
8901: 2010-09-09 moko
8902:
8903: * src/classes/json.C: warning war. :)
8904:
8905: 2010-09-08 misha
8906:
8907: * src/lib/json/Makefile.am: - additional include directories were
8908: added (for pa_memory.h and gc.h)
8909:
8910: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8911: compile as C++ instead default - additional include directory was
8912: added (for gc.h)
8913:
8914: * src/types/pa_vform.C: - little code reformating
8915:
8916: * src/classes/file.C: - $.content-type option now can be specified
8917: in ^file::create ( new feature: #102 )
8918:
8919: 2010-09-08 moko
8920:
8921: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8922: pa_malloc/pa_free
8923:
8924: 2010-09-07 moko
8925:
8926: * tests/results/254.processed: VStateless_class:put_element
8927: exception was fixed
8928:
8929: * src/types/: pa_value.h, pa_vstateless_class.h: now
8930: VStateless_class:put_element barks self.type, not this.type
8931: (bugfix: #105)
8932:
8933: 2010-09-06 moko
8934:
8935: * src/classes/reflection.C: bugfix: new String() is required for
8936: exception handling
8937:
8938: * tests/: 254.html, results/254.processed: test modified
8939:
8940: 2010-09-05 moko
8941:
8942: * tests/: 254.html, results/254.processed: ^reflection:copy test
8943: added
8944:
8945: * src/: classes/reflection.C, include/pa_request.h:
8946: ^reflection:copy implemented (new feature: #100)
8947:
8948: 2010-09-03 moko
8949:
8950: * src/lib/json/JSON_parser.C: c++ compatiblity
8951:
8952: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8953: option testing added
8954:
8955: 2010-09-02 moko
8956:
8957: * src/classes/json.C: $.distinct[first|last|all] added
8958:
8959: 2010-09-01 moko
8960:
8961: * tests/results/253.processed: json test result
8962:
8963: * tests/: 253.html, 253_json.txt: json test added
8964:
8965: * src/classes/json.C: json.C update to actual version + hash key
8966: creation bugfix
8967:
8968: 2010-08-31 misha
8969:
8970: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8971: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8972: src/lib/Makefile.am, src/classes/Makefile.am,
8973: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8974: json library was added
8975:
8976: 2010-08-30 moko
8977:
8978: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8979: types/pa_vobject.C: cosmetic optimization in
8980: request:execute_method usage
8981:
8982: * src/: include/pa_charset.h, main/pa_charset.C: small
8983: optimization, just to decrease number of lines. :)
8984:
8985: 2010-08-27 misha
8986:
8987: * src/classes/op.C: - taint[json] was added
8988:
8989: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8990: were added
8991:
8992: * src/main/pa_exec.C: - warning fix was rolled back.
8993:
8994: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8995: include/pa_string.h: - taint[json] was added - escaping was
8996: slightly modified
8997:
8998: 2010-08-25 misha
8999:
9000: * src/classes/file.C: - typo in file:sql exception was fixed
9001:
9002: * src/main/pa_exec.C: - warning about declared and not used
9003: variable forced_allow was removed
9004:
9005: 2010-08-14 misha
9006:
9007: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
9008: were removed
9009:
9010: 2010-08-11 moko
9011:
9012: * tests/: 249.html, results/249.processed: default setter and
9013: anti-recursive default getter test added
9014:
9015: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
9016: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
9017: types/pa_vobject.h, types/pa_vstateless_class.C,
9018: types/pa_vstateless_class.h: default setter support +
9019: anti-recursive default getter support ( new feature: #13 )
9020:
9021: * src/include/pa_hash.h: optimization: threshold member removed
9022: from hash, reducing sizeof(hash)
9023:
9024: 2010-08-10 misha
9025:
9026: * tests/196.html: - junction-method was added to the test
9027:
9028: * tests/248.html: - ups. typo :)
9029:
9030: * tests/248.html: - test for checking .match with 4 params
9031:
9032: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
9033: 247_windows1251.txt: - test for "transcode file from utf-8 to
9034: $request:charset during loading if the BOM code is detected"
9035:
9036: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
9037: $request:charset during loading if the BOM code is detected ( new
9038: feature: #98 )
9039:
9040: 2010-08-05 misha
9041:
9042: * src/classes/image.C: - ^image.replace now can accept only 2
9043: params. in this case the whole image is affected ( new feature:
9044: #95 )
9045:
9046: 2010-08-04 misha
9047:
9048: * tests/246.html: - test tor ^hash._at[] was added
9049:
9050: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
9051: #53 )
9052:
9053: * src/include/pa_hash.h: - methods for accessing the first and the
9054: last values of ordered hash were added (first_value and
9055: last_value)
9056:
9057: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
9058: (similar to others file's methods):
9059: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
9060: #68 )
9061:
9062: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
9063:
9064: 2010-08-01 moko
9065:
9066: * src/classes/op.C: to correctly process $result[] in code, called
9067: from ^process
9068:
9069: * tests/245.html: $result in ^process[] test added
9070:
9071: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
9072: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
9073: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
9074: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
9075: caller, self) op_call(VMethodFrame &frame, bool constructing)
9076: removed, construct(class,method) added
9077:
9078: * tests/results/: 192.processed, 244.processed: request::construct
9079: added
9080:
9081: * tests/: 244.html, 245.html, results/244.processed,
9082: results/245.processed: object creation exceptions and ^process
9083: tests added
9084:
9085: 2010-07-28 misha
9086:
9087: * tests/make_tests.cmd: - win32 EOLs
9088:
9089: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
9090: tests on Win32 were added (The system timezone should be GMT+3)
9091:
9092: 2010-07-26 misha
9093:
9094: * tests/: 212.html, results/212.processed: - sizes were removed
9095: mecause they could be different on different OSs
9096:
9097: * tests/065.html: - make it "win32 friendly"
9098:
9099: 2010-07-25 misha
9100:
9101: * src/main/compile.y: - all EOLs between methods are removed during
9102: compilation ( new feature: #47 )
9103:
9104: * tests/results/149.processed: - prepare tests to trim trailing
9105: methods' EOLs
9106:
9107: * tests/149.html: - prepare tests to trim trailing methods' EOLs
9108:
9109: * tests/: results/006.processed, results/014.processed, 006.html,
9110: 014.html, 022.html: - prepare tests to trim trailing methods'
9111: EOLs
9112:
9113: * tests/: 059.html, 071.html, 149.html, results/059.processed,
9114: results/071.processed, results/022.processed: - prepare tests to
9115: trim trailing methods' EOLs
9116:
9117: * tests/: results/073.processed, results/109.processed,
9118: results/142.processed, results/144.processed,
9119: results/149.processed, 073.html, 096.html, 109.html, 142.html,
9120: 144.html: - prepare tests to trim trailing methods' EOLs
9121:
9122: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
9123: 149.html, 152.html, results/096.processed, results/107.processed,
9124: results/109.processed, results/142.processed,
9125: results/144.processed: - prepare tests to trim trailing methods'
9126: EOLs
9127:
9128: 2010-07-24 moko
9129:
9130: * tests/results/: 156.processed, 224.processed: fix for #54 changed
9131: the hash order in this test
9132:
9133: * tests/014.html: to check hash order, hash no is longer sorted
9134: before print
9135:
9136: * src/include/pa_hash.h: hash copy constructor now keeps order
9137: (bugfix: #54)
9138:
9139: 2010-07-23 moko
9140:
9141: * tests/results/224.processed: @auto[] is no longer inherited
9142:
9143: * src/types/pa_vstateless_class.C, tests/227.html,
9144: tests/results/227.processed: @auto[] is no longer inherited
9145: (bugfix: #57)
9146:
9147: 2010-07-22 misha
9148:
9149: * src/classes/table.C: - don't skip comment lines during
9150: table::load if encloser or separator is set as '#' ( new feature:
9151: #30 )
9152:
9153: * src/targets/cgi/parser3.C: - don't run as cgi if
9154: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
9155: #12 )
9156:
9157: * src/classes/file.C: - set PARSER_VARSION env before external
9158: script executing
9159:
9160: 2010-07-13 misha
9161:
9162: * tests/058.html: - test for suppressing @border was added - test
9163: for user attribute was added
9164:
9165: * tests/results/186.processed: unescaping from \uXXXX
9166:
9167: * tests/186.html: unescaping from \uXXXX
9168:
9169: * tests/: 239.html, results/239.processed: method call type
9170:
9171: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
9172: $junction_method.CLASS_NAME (+CLASS)
9173:
9174: 2010-07-07 misha
9175:
9176: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
9177: *nix
9178:
9179: 2010-07-05 misha
9180:
9181: * src/: classes/curl.C, classes/file.C, classes/hash.C,
9182: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
9183: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
9184: comment strings "options must be hash", "options must be hash,
9185: not code" and "called with invalid option" were replaced by
9186: constatns - exception comment string "invalid option passed" was
9187: replaced by "called with invalid option" (now in different
9188: methods are the same exception comment string)
9189:
9190: * src/include/pa_exception.h: - more exception strings were defined
9191:
9192: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9193: types/pa_vstateless_class.h: - now we can define possible
9194: method's call type ( new feature: #5 ) 1.
9195: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
9196: methods 2. @static:method[params] (only static keyword could be
9197: used here) -- for specified methods
9198:
9199: * src/main/pa_common.C: - junction points should not be deleted on
9200: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
9201: cleanup
9202:
9203: 2010-07-03 misha
9204:
9205: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
9206: results/158.processed, results/160.processed,
9207: results/161.processed, results/162.processed,
9208: results/163.processed: - prepare tests to trim trailing methods'
9209: EOLs
9210:
9211: * tests/results/169.processed: - prepare tests to trim trailing
9212: methods' EOLs
9213:
9214: * tests/results/: 168.processed, 169.processed: - prepare tests to
9215: trim trailing methods' EOLs
9216:
9217: * tests/: results/170.processed, results/167.processed,
9218: results/168.processed, results/169.processed, 167.html, 168.html,
9219: 169.html: - prepare tests to trim trailing methods' EOLs
9220:
9221: * tests/: results/170.processed, results/171.processed,
9222: results/172.processed, results/173.processed,
9223: results/174.processed, results/175.processed, 170.html, 171.html,
9224: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
9225: trailing methods' EOLs
9226:
9227: * tests/: results/176.processed, results/180.processed,
9228: results/184.processed, results/185.processed,
9229: results/191.processed, results/192.processed,
9230: results/196.processed, results/197.processed,
9231: results/198.processed, 176.html, 180.html, 184.html, 185.html,
9232: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
9233: to trim trailing methods' EOLs
9234:
9235: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
9236: results/199.processed, results/208.processed,
9237: results/209.processed, results/213.processed,
9238: results/214.processed: - prepare tests to trim trailing methods'
9239: EOLs
9240:
9241: 2010-06-29 misha
9242:
9243: * tests/: 220.html, 218.html, results/218.processed,
9244: results/215.processed, results/217.processed, 215.html, 217.html:
9245: - prepare tests to trim trailing methods' EOLs
9246:
9247: * tests/: results/224.processed, 224.html, 223.html,
9248: results/223.processed, results/220.processed: - prepare tests to
9249: trim trailing methods' EOLs
9250:
9251: * tests/results/: 226.processed, 230.processed: - prepare tests to
9252: trim trailing methods' EOLs
9253:
9254: * tests/: 229.html, results/229.processed: - prepare tests to trim
9255: trailing methods' EOLs
9256:
9257: * tests/: 232.html, 235.html, results/232.processed,
9258: results/235.processed, 226.html, 227.html, 228.html, 230.html,
9259: results/226.processed, results/227.processed,
9260: results/228.processed, results/230.processed: - prepare tests to
9261: trim trailing methods' EOLs
9262:
9263: 2010-06-16 moko
9264:
9265: * tests/: 229.html, results/229.processed: elseif now supported in
9266: ^if
9267:
9268: * src/classes/op.C: new feature: #56 elseif now supported in ^if
9269:
9270: 2010-06-03 misha
9271:
9272: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
9273: instead of memcopy for overlaped regions
9274:
9275: 2010-05-25 misha
9276:
9277: * src/main/pa_common.C: - wanring about unused vars was removed
9278:
9279: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
9280: get_method_filename was moved to execute.C
9281:
9282: 2010-05-23 misha
9283:
9284: * src/main/pa_request.C: - more accurate detection of method's file
9285:
9286: 2010-05-22 misha
9287:
9288: * src/classes/reflection.C: - bugfix: core during detection of
9289: .file if filespec isn't detected successfully
9290:
9291: 2010-05-20 misha
9292:
9293: * src/main/pa_request.C: - fix in get_method_filename
9294:
9295: * src/include/pa_request.h: - new feature: #24 -- searching
9296: included file in @USE/^use is changed. if its filespec doesn't
9297: start from '/' it will be searched in caller file directory
9298:
9299: * src/classes/reflection.C: - ^reflection:method_info returns file
9300: where the method is defined
9301:
9302: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
9303: classes/op.C: - new feature: #24 -- searching included file in
9304: @USE/^use is changed. if its filespec doesn't start from '/' it
9305: will be searched in caller file directory
9306:
9307: * src/: classes/file.C, include/pa_common.h: - method lastposafter
9308: is moved to pa_common.h
9309:
9310: 2010-05-18 misha
9311:
9312: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
9313: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
9314: cookie parser decode \uXXXX as well as %uXXXX
9315:
9316: 2010-05-17 misha
9317:
9318: * src/classes/curl.C: beauty: - unused param is removed in method
9319: _curl_version_action - some spaces were removed or replaced by
9320: tabs
9321:
9322: * src/classes/table.C: - bugfix: #72 core with empty value during
9323: ^table.hash[...;name_of_the_last_column][$.type[string]]
9324:
9325: 2010-05-16 misha
9326:
9327: * src/classes/curl.C: new: #61 more curl options were added
9328: (contributed by Sumo)
9329:
9330: 2010-04-29 pretender
9331:
9332: * src/main/pa_string.C: fixes #63 Split result from empty string
9333: now empty string.
9334:
9335: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
9336: string type.
9337:
9338: 2010-04-28 pretender
9339:
9340: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9341: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
9342: macrodefinition removed
9343:
9344: 2010-04-19 pretender
9345:
9346: * src/main/execute.C: fixes #60 Stacktrace now contains info for
9347: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
9348:
9349: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
9350: fixes #64 Now file.missing exception generates in unsafe mode to.
9351:
9352: * src/classes/file.C: fixes #48 Now not throw "not save environment
9353: variable" exception in grpunlim version.
9354:
9355: 2010-04-05 misha
9356:
9357: * src/classes/string.C: - new feature: 4th param was added to
9358: match. if specified its value is returned in case of nothing was
9359: found
9360:
9361: 2010-04-01 misha
9362:
9363: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
9364: multiple execution of /a/b/auto.p
9365:
9366: 2010-03-19 misha
9367:
9368: * src/main/execute.C: - core in $table1.$table2 was fixed
9369:
9370: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9371:
9372: 2010-01-27 misha
9373:
9374: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9375: trying to open file by path /existing-file/non-exixting-file
9376:
9377: 2010-01-26 misha
9378:
9379: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9380: was added (returns file)
9381:
9382: 2009-12-22 misha
9383:
9384: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9385: now parser doesn't have class curl if it was built without it
9386:
9387: 2009-12-15 misha
9388:
9389: * configure.in: - little cheat with curl include dir was added
9390:
9391: 2009-12-05 misha
9392:
9393: * src/classes/curl.C: - some fixes
9394:
9395: 2009-12-04 misha
9396:
9397: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9398: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9399: buildall-with-xml, buildall-without-xml, configure.in: - curl
9400: class was added
9401:
9402: * src/include/pa_hash.h: - hash-iterator was added
9403:
9404: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9405: was added to pcre
9406:
9407: 2009-11-27 misha
9408:
9409: * src/classes/image.C: - don't add @border attribute to output of
9410: ^image.html[] if it was specified by user with empty value
9411:
9412: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9413: root element and we are trying to access .documentElement
9414:
9415: 2009-11-11 misha
9416:
9417: * src/classes/table.C: - in ^table.flip[] look at number of columns
9418: instead of number of items in first row for named tables
9419:
9420: 2009-11-10 misha
9421:
1.211 moko 9422: * operators.ru.txt, operators.txt: - info about hash-options in
9423: ^file::create was added
1.95 moko 9424:
9425: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9426: added
9427:
9428: 2009-11-09 misha
9429:
9430: * buildall-with-xml: - moving to libxml 2.7.6
9431:
9432: * tests/236.html: - tests for comparations cords with functions
9433: were added
9434:
9435: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9436: added
9437:
9438: * src/main/pa_http.C: - little optimisation
9439:
9440: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9441: GPF mallocs + stringstream (table.save)
9442:
9443: * src/classes/file.C: - file::create now accepts 4th param: options
9444: with $.charset
9445:
9446: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9447: bug in cord (comparation cords with functions was buggy)
9448:
9449: 2009-11-06 misha
9450:
9451: * src/main/pa_string.C: - bugfix: calculation string.length
9452: sometimes was buggy
9453:
9454: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9455: destroyed if exception occured during match/replace
9456:
9457: * src/: main/pa_charset.C, include/pa_charset.h: - method
9458: lengthUTF8Char was added
9459:
9460: * src/classes/op.C: - clean tainting lang was added for user's
9461: usage
9462:
9463: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9464: fixed: checkouts are required after GC_MALLOC
9465:
9466: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9467:
1.211 moko 9468: * operators.ru.txt, operators.txt: - actually, there is no
9469: ^untaint[xml] in file::create
1.95 moko 9470:
9471: 2009-10-15 misha
9472:
9473: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9474: were added
9475:
9476: * tests/234.html: - more tests for checking ^taint[uri] escaping
9477: were added
9478:
9479: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9480: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9481: hacking: for dealing with transcoding+^taint[uri]
9482: transcode_and_untaint was replaced by untaint_and_transcode
9483:
9484: 2009-10-13 misha
9485:
9486: * tests/: 121.html, results/121.processed: - test transcoding +
9487: url-escaping now
9488:
9489: * tests/results/auto.p: - more helpers' methods were added
9490:
9491: * src/main/pa_globals.C: - die instead of abort
9492:
9493: 2009-10-06 misha
9494:
9495: * src/main/pa_common.C: - don't allocate memory during
9496: capitalization if input string is already capitalized
9497:
9498: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9499:
9500: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9501: use format function because it calls malloc
9502:
9503: * src/include/pa_common.h: - more capitalized headers were added
9504:
9505: * src/main/pa_common.C: - in safe mode clear executable bits during
9506: file writing
9507:
9508: 2009-10-05 misha
9509:
9510: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9511:
9512: 2009-10-03 misha
9513:
9514: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9515: ^img.text[] & ^img.length[] can work in utf-8 now
9516:
9517: * src/: include/pa_charset.h, main/pa_charset.C: - class
9518: UTF8_string_iterator was added
9519:
9520: * src/classes/image.C: - respect utf-8 when calculate alphabet
9521: length
9522:
9523: * src/classes/mail.C: - check from before get message.cstr
9524:
9525: 2009-10-02 misha
9526:
9527: * tests/233.html: - test for image.font, image.length, image.text
9528: with text in utf-8 were added
9529:
9530: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9531:
9532: * buildall-with-xml, buildall-without-xml: - comment about gc
9533: version for freebsd 4 was added
9534:
9535: 2009-10-01 misha
9536:
9537: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9538: terminator) - read_pipe were slightly optimized
9539:
9540: 2009-09-28 misha
9541:
9542: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9543: removed
9544:
9545: * src/types/pa_vmail.C: - forgot about space after ':'
9546:
9547: * src/types/pa_vmail.C: - escape filenames while preparing mail
9548: body - small simplifications
9549:
9550: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9551: inout params like pa_base64
9552:
9553: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9554: option $.debug-print(1) was added to mail:send - changes for
9555: using uue_encode which uses less memory
9556:
9557: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9558:
9559: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9560: memory now
9561:
9562: 2009-09-26 misha
9563:
9564: * src/types/pa_vmail.C: - default encoding now is base64
9565:
9566: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9567:
9568: 2009-09-25 misha
9569:
9570: * src/types/pa_vmail.C: - capitalization of headers was added to
9571: sending mail as well
9572:
9573: * buildall-with-xml: - catalog package was removed from libxml
9574:
9575: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9576: win32 absolute path
9577:
9578: * src/include/pa_common.h: - one more capitalized header was added
9579:
9580: 2009-09-22 misha
9581:
9582: * INSTALL: - comment about building just httpd binary while
9583: building apache module was added
9584:
9585: 2009-09-21 misha
9586:
9587: * buildall-with-xml: - moving to the latest versions of xml libs:
9588: libxml 2.7.4 and libxslt 1.1.25
9589:
9590: 2009-09-19 misha
9591:
9592: * tests/231.html: - test for encoding cookie in win-1251
9593:
9594: 2009-09-18 misha
9595:
9596: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9597: object] were added
9598:
1.211 moko 9599: * operators.ru.txt, operators.txt: - info about method
9600: ^reflection:fields[class or object] was added
1.95 moko 9601:
9602: * src/classes/reflection.C: - method ^reflection:fields[class or
9603: object] was added
9604:
9605: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9606: methods get_fields were added
9607:
9608: * tests/232.html: - tests for @GET[name]
9609:
9610: * src/classes/table.C: - some changes in handling hash-options for
9611: creare, join and locate
9612:
9613: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9614: defined with option: the type of requested value
9615:
9616: 2009-09-17 misha
9617:
9618: * tests/212.html: - tests for .pattern and .options were added
9619:
9620: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9621: $regex.options were added
9622:
9623: 2009-09-11 misha
9624:
9625: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9626: rewrited. it checks not just one case of sending cookies during
9627: file::load[http], but also sending headers and fields (including
9628: files)
9629:
9630: 2009-09-10 misha
9631:
9632: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9633: was removed => now parser can open files with Russian 'r' in
9634: filename
9635:
9636: * src/main/untaint.C: - bugfix: client charset whould be analized
9637: while escaping cookies but now source charset
9638:
9639: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9640: ^tainted[uri] so it was possible to make request with incorrect
9641: http header
9642:
9643: * src/main/pa_http.C: - capitalization of http headers during
9644: file::load[http was slightly changes - bugfix: all headers which
9645: parser sends during file::load[http should be transcoded and only
9646: then escaped
9647:
9648: * src/main/untaint.C: - a bit more comments were added
9649:
9650: * src/classes/: file.C, string.C: - types where changes (minus 2
9651: warnings)
9652:
9653: * src/include/pa_common.h: - 2 capitalized strings for making http
9654: headers during file::load[http were added
9655:
9656: 2009-09-08 misha
9657:
1.211 moko 9658: * operators.ru.txt, operators.txt: - changes in file.save and
9659: string.save were added
1.95 moko 9660:
9661: * tests/: 230.html, 230.txt: - tests for checking options in
9662: file.save and string.save were added
9663:
9664: * src/main/pa_request.C: - http headers names, which are passed to
9665: SAPI::add_header_attribute are lowercased now (it'll be
9666: capitalized in that method)
9667:
9668: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9669: classes/string.C: - file_write accepts Request_charsets and asked
9670: charset and cound transcode content before writing - string.save
9671: and file.save have option $.charset now
9672:
9673: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9674: classes/xdoc.C: - file_write accepts Request_charsets and asked
9675: charset and cound transcode content before writing
9676:
9677: * src/include/pa_exception.h: - new exception comment string was
9678: defined
9679:
9680: 2009-09-07 misha
9681:
9682: * src/main/compile.y: - grammar $name\ name stops now for regex
9683: sub-pattern\s
9684:
9685: 2009-09-04 misha
9686:
9687: * src/main/pa_http.C: - capitalization of http headers during
9688: file::load[http was implemented
9689:
9690: 2009-09-03 misha
9691:
9692: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9693: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9694: types/pa_vmail.C, targets/cgi/parser3.C,
9695: targets/isapi/parser3isapi.C: - back to storing response http
9696: headers in lowercase - capitalize them during output
9697:
9698: 2009-08-31 misha
9699:
9700: * src/classes/table.C: - allow call with any brackets (it could be
9701: useful in methods with explict result declaration)
9702:
9703: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9704: correctly if $request:charset==koi8-r
9705:
9706: 2009-08-30 misha
9707:
9708: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9709: changed: content-type => Content-type and so on
9710:
9711: * src/classes/file.C, src/include/pa_common.h,
9712: src/include/pa_request.h, src/main/pa_http.C,
9713: src/main/pa_request.C, src/types/pa_vcookie.C,
9714: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9715: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9716: tests/results/002.processed, tests/results/003.processed,
9717: tests/results/004.processed, tests/results/005.processed,
9718: tests/results/006.processed, tests/results/007.processed,
9719: tests/results/008.processed, tests/results/009.processed,
9720: tests/results/010.processed, tests/results/011.processed,
9721: tests/results/012.processed, tests/results/013.processed,
9722: tests/results/014.processed, tests/results/015.processed,
9723: tests/results/016.processed, tests/results/017.processed,
9724: tests/results/018.processed, tests/results/019.processed,
9725: tests/results/020.processed, tests/results/021.processed,
9726: tests/results/022.processed, tests/results/023.processed,
9727: tests/results/024.processed, tests/results/025.processed,
9728: tests/results/026.processed, tests/results/027.processed,
9729: tests/results/028.processed, tests/results/029.processed,
9730: tests/results/030.processed, tests/results/031.processed,
9731: tests/results/032.processed, tests/results/033.processed,
9732: tests/results/034.processed, tests/results/035.processed,
9733: tests/results/036.processed, tests/results/037.processed,
9734: tests/results/038.processed, tests/results/039.processed,
9735: tests/results/040.processed, tests/results/041.processed,
9736: tests/results/042.processed, tests/results/043.processed,
9737: tests/results/044.processed, tests/results/045.processed,
9738: tests/results/046.processed, tests/results/047.processed,
9739: tests/results/048.processed, tests/results/049.processed,
9740: tests/results/050.processed, tests/results/051.processed,
9741: tests/results/052.processed, tests/results/053.processed,
9742: tests/results/054.processed, tests/results/055.processed,
9743: tests/results/056.processed, tests/results/057.processed,
9744: tests/results/058.processed, tests/results/059.processed,
9745: tests/results/060.processed, tests/results/061.processed,
9746: tests/results/062.processed, tests/results/063.processed,
9747: tests/results/064.processed, tests/results/065.processed,
9748: tests/results/066.processed, tests/results/067.processed,
9749: tests/results/068.processed, tests/results/069.processed,
9750: tests/results/070.processed, tests/results/071.processed,
9751: tests/results/072.processed, tests/results/073.processed,
9752: tests/results/074.processed, tests/results/075.processed,
9753: tests/results/076.processed, tests/results/077.processed,
9754: tests/results/078.processed, tests/results/079.processed,
9755: tests/results/080.processed, tests/results/081.processed,
9756: tests/results/082.processed, tests/results/083.processed,
9757: tests/results/084.processed, tests/results/085.processed,
9758: tests/results/086.processed, tests/results/087.processed,
9759: tests/results/088.processed, tests/results/089.processed,
9760: tests/results/090.processed, tests/results/091.processed,
9761: tests/results/092.processed, tests/results/093.processed,
9762: tests/results/094.processed, tests/results/095.processed,
9763: tests/results/096.processed, tests/results/097.processed,
9764: tests/results/098.processed, tests/results/099.processed,
9765: tests/results/100.processed, tests/results/101.processed,
9766: tests/results/102.processed, tests/results/103.processed,
9767: tests/results/104.processed, tests/results/105.processed,
9768: tests/results/106.processed, tests/results/107.processed,
9769: tests/results/108.processed, tests/results/109.processed,
9770: tests/results/110.processed, tests/results/111.processed,
9771: tests/results/112.processed, tests/results/113.processed,
9772: tests/results/114.processed, tests/results/115.processed,
9773: tests/results/116.processed, tests/results/117.processed,
9774: tests/results/118.processed, tests/results/119.processed,
9775: tests/results/120.processed, tests/results/121.processed,
9776: tests/results/122.processed, tests/results/123.processed,
9777: tests/results/124.processed, tests/results/125.processed,
9778: tests/results/126.processed, tests/results/127.processed,
9779: tests/results/128.processed, tests/results/129.processed,
9780: tests/results/130.processed, tests/results/131.processed,
9781: tests/results/132.processed, tests/results/133.processed,
9782: tests/results/134.processed, tests/results/135.processed,
9783: tests/results/136.processed, tests/results/138.processed,
9784: tests/results/139.processed, tests/results/140.processed,
9785: tests/results/141.processed, tests/results/142.processed,
9786: tests/results/143.processed, tests/results/144.processed,
9787: tests/results/145.processed, tests/results/146.processed,
9788: tests/results/147.processed, tests/results/148.processed,
9789: tests/results/149.processed, tests/results/150.processed,
9790: tests/results/151.processed, tests/results/152.processed,
9791: tests/results/153.processed, tests/results/154.processed,
9792: tests/results/155.processed, tests/results/156.processed,
9793: tests/results/157.processed, tests/results/158.processed,
9794: tests/results/159.processed, tests/results/160.processed,
9795: tests/results/161.processed, tests/results/162.processed,
9796: tests/results/163.processed, tests/results/164.processed,
9797: tests/results/165.processed, tests/results/166.processed,
9798: tests/results/167.processed, tests/results/168.processed,
9799: tests/results/169.processed, tests/results/170.processed,
9800: tests/results/171.processed, tests/results/172.processed,
9801: tests/results/173.processed, tests/results/174.processed,
9802: tests/results/175.processed, tests/results/176.processed,
9803: tests/results/177.processed, tests/results/178.processed,
9804: tests/results/179.processed, tests/results/180.processed,
9805: tests/results/181.processed, tests/results/182.processed,
9806: tests/results/183.processed, tests/results/184.processed,
9807: tests/results/185.processed, tests/results/186.processed,
9808: tests/results/187.processed, tests/results/188.processed,
9809: tests/results/189.processed, tests/results/190.processed,
9810: tests/results/191.processed, tests/results/192.processed,
9811: tests/results/193.processed, tests/results/194.processed,
9812: tests/results/195.processed, tests/results/196.processed,
9813: tests/results/197.processed, tests/results/198.processed,
9814: tests/results/199.processed, tests/results/200.processed,
9815: tests/results/201.processed, tests/results/202.processed,
9816: tests/results/203.processed, tests/results/204.processed,
9817: tests/results/205.processed, tests/results/206.processed,
9818: tests/results/207.processed, tests/results/208.processed,
9819: tests/results/209.processed, tests/results/210.processed,
9820: tests/results/211.processed, tests/results/212.processed,
9821: tests/results/213.processed, tests/results/214.processed,
9822: tests/results/215.processed, tests/results/216.processed,
9823: tests/results/217.processed, tests/results/218.processed,
9824: tests/results/219.processed, tests/results/220.processed,
9825: tests/results/221.processed, tests/results/222.processed,
9826: tests/results/223.processed, tests/results/224.processed,
9827: tests/results/225.processed, tests/results/226.processed,
9828: tests/results/227.processed, tests/results/228.processed,
9829: tests/results/229.processed: - http headers were changed:
9830: content-type => Content-type and so on
9831:
9832: 2009-08-27 misha
9833:
9834: * src/: main/pa_random.C, include/pa_random.h,
9835: targets/cgi/parser3.C: - year was updated :)
9836:
9837: 2009-08-26 misha
9838:
9839: * tests/: 224.html, 224.p: - test for creating of parser object
9840: using constructor without params - little bugfix in test
9841:
9842: * src/main/compile_tools.h: - bugfix: should't call autouse while
9843: checking existed class while processing partial option
9844:
9845: * src/classes/reflection.C: - bugfix: core when creating object
9846: with reflection and constructor doesn't have params
9847:
9848: 2009-08-24 misha
9849:
9850: * tests/229.html: - tests for checking the number of parameters
9851: were added
9852:
9853: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9854: number of method's parameters wasn't checked correctly (the bug
9855: was introduced in 3.4.0)
9856:
9857: 2009-08-22 misha
9858:
9859: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9860: transcoded, but tainted pieces are escaped only when
9861: content-type==url-encoding
9862:
9863: * tests/228.html: - test for checking
9864: ^file::load[http://...;$.body[]]
9865:
9866: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9867: post charset was too early (charsets is empty at this moment)
9868:
9869: 2009-08-21 misha
9870:
9871: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9872: main/untaint.C: - some fixes with transcode+untaint
9873:
9874: 2009-08-15 misha
9875:
9876: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9877: was increaced to 100 (was 50)
9878:
9879: * tests/227.html: - test for checking overriding properties in
9880: static classes was added
9881:
9882: * tests/: 226.html, 226.p: - test for @autoload[] was added
9883:
9884: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9885: main/execute.C, main/pa_request.C, classes/reflection.C: -
9886: autouse was implemented
9887:
9888: 2009-08-14 misha
9889:
9890: * src/classes/reflection.C: - outdated checkout was removed
9891:
9892: * src/classes/reflection.C: - optimization - method ^dynamical was
9893: added.
9894:
9895: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9896: types/pa_vstateless_class.h, main/execute.C: - optimization
9897:
9898: * src/types/pa_vclass.C: - exception if base on sytem class
9899:
9900: 2009-08-12 misha
9901:
9902: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9903: pa_vstateless_class.h: - little optimisation
9904:
9905: 2009-08-11 misha
9906:
9907: * tests/224.html: - method_params => method_info - checking for
9908: $.inherited
9909:
1.211 moko 9910: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9911: method method_params was renamed to method_info and now it
9912: returns class name, if method was defined in ancestor
1.95 moko 9913:
9914: * tests/225.html: - tests for cheching properties in hierarhical
9915: classes were added
9916:
9917: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9918: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9919: main/compile.y, main/execute.C, classes/classes.C: - problems
9920: with properties in new classes implementation were fixed
9921:
9922: 2009-08-10 misha
9923:
9924: * src/main/execute.C: - now constructor shouldn't be defined in
9925: class. it could be defined in parent.
9926:
9927: 2009-08-09 misha
9928:
9929: * src/classes/reflection.C: - ^reflection:methods doesn't return
9930: base's methods
9931:
9932: 2009-08-08 misha
9933:
9934: * src/: classes/classes.h, classes/date.C, classes/file.C,
9935: classes/form.C, classes/hash.C, classes/hashfile.C,
9936: classes/image.C, classes/mail.C, classes/op.C,
9937: classes/reflection.C, classes/regex.C, classes/string.C,
9938: classes/table.C, classes/xdoc.C, classes/xnode.C,
9939: classes/xnode.h, include/pa_hash.h, main/execute.C,
9940: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9941: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9942: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9943: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9944: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9945: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9946: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9947: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9948: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9949: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9950: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9951: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9952: types/pa_vresponse.C, types/pa_vresponse.h,
9953: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9954: types/pa_vstateless_object.h, types/pa_vstatus.C,
9955: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9956: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9957: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9958: types/pa_wwrapper.h, types/types.vcproj: - new classes
9959: implementation
9960:
9961: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9962: USE_MUNMAP is used. so it is disabled as a workaround.
9963:
9964: 2009-08-05 misha
9965:
9966: * src/: main/pa_common.C, include/pa_common.h: - not needed
9967: parameter was removed
9968:
9969: * src/main/pa_http.C: - bugfix: error was during detecting
9970: content-type of file which was loaded by http
9971:
9972: 2009-08-01 misha
9973:
9974: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9975: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9976: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9977: can't be disabled with defines any longer
9978:
9979: 2009-07-29 misha
9980:
9981: * src/classes/reflection.C, tests/results/224.processed: - for
9982: native methods with any call type now returned empty call_type
9983: value
9984:
9985: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9986: classes/table.C, include/pa_hash.h, include/pa_request.h,
9987: main/pa_request.C: - break in cycles was optimized
9988:
9989: * INSTALL: - more defines were described
9990:
9991: 2009-07-28 misha
9992:
1.211 moko 9993: * operators.ru.txt, operators.txt: - some changes in information
9994: about reflection class
1.95 moko 9995:
9996: * tests/: 224.html, 224.p: - tests for reflection class
9997:
9998: * src/classes/reflection.C: - some bugs were fixed, method classes
9999: was added, refactoring
10000:
10001: 2009-07-26 misha
10002:
10003: * src/classes/classes.vcproj: - reflection class wass added to
10004: project
10005:
1.211 moko 10006: * operators.ru.txt, operators.txt: - information about reflection
10007: class was added
1.95 moko 10008:
10009: * src/classes/reflection.C: - class was redesigned
10010:
10011: 2009-07-24 misha
10012:
10013: * src/classes/: Makefile.am, reflection.C: - class reflection was
10014: added
10015:
10016: * src/types/pa_vstateless_class.h: - method for reflection method's
10017: in classes was added
10018:
10019: 2009-07-22 misha
10020:
10021: * src/main/compile_tools.h: - bugfix: $object.$var was
10022: over-optimized. it failed if $object1.$object2.field
10023:
10024: 2009-07-16 misha
10025:
10026: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10027: lib/cord/cordxtra.c, lib/cord/include/cord.h,
10028: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
10029: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
10030: one more arg: length of cord
10031:
10032: 2009-07-15 misha
10033:
10034: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
10035: tainted in ^file::load[http://...;$.cookies[]]
10036:
10037: * src/classes/: op.C, regex.C, string.C: - new string with
10038: exception was used
10039:
10040: * src/include/pa_exception.h: - new string with exception was added
10041:
10042: * tests/223.html: - test for checking cookie-encoding during
10043: ^file::load[http was added
10044:
10045: * tests/: 221.html, 222.html: - tests for checking type of
10046: $table.fields.field were added
10047:
10048: * src/types/pa_vtable.C: - not used var decl was removed
10049:
10050: * src/include/pa_string.h: - use cached string length in Body::mid.
10051: it improves speed of match with brackets in pattern
10052:
10053: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
10054: outside
10055:
10056: 2009-07-14 misha
10057:
10058: * src/types/pa_vtable.C: - $table.fields.a return string even if
10059: column is empty (sometime returned void) - $table.fields was
10060: added for nameless tables
10061:
10062: * src/targets/cgi/getopt.c: - one warning resolved
10063:
10064: * src/main/pa_string.C: - potentian bug fixed
10065:
10066: * src/classes/op.C: - small optimization in taint/untaint
10067:
10068: 2009-07-13 misha
10069:
10070: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
10071: added
10072:
10073: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
10074: souldn't add the attribut to output
10075:
10076: 2009-07-11 misha
10077:
10078: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10079: stack size was increaced to 2MB (default=1MB)
10080:
10081: 2009-07-08 misha
10082:
10083: * src/main/pa_string.C: - link to UTF-8 description was added
10084:
10085: * src/include/pa_hash.h: - hash keeps element's order in more
10086: places (ex: ._keys[])
10087:
10088: * tests/220.html: - test for checking order of elements in hash in
10089: foreach was added
10090:
10091: * tests/172.html: - small changes in printing hash
10092:
10093: * tests/129.html: - small changes in printing hash
10094:
10095: * src/: include/pa_common.h, include/pa_hash.h,
10096: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
10097: types/pa_vmethod_frame.h: - hash now keeps order of elements
10098:
10099: * tests/014.html: - small changes in printing hash
10100:
10101: 2009-07-07 misha
10102:
10103: * src/classes/op.C: - new taint language "parser-code" was added
10104:
10105: * tests/219.html: - test for auto untaint parser code in process
10106: was added
10107:
10108: * src/classes/op.C: - tainted pieces in body of process are
10109: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
10110:
10111: * src/: include/pa_string.h, main/untaint.C: - new language
10112: L_PARSER_CODE for auto-untaint in process was added
10113:
10114: * src/: classes/file.C, classes/hash.C, classes/image.C,
10115: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
10116: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
10117: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
10118: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
10119: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
10120: code cleanup
10121:
10122: 2009-07-06 misha
10123:
10124: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
10125: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
10126: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10127:
10128: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
10129: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
10130: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
10131: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
10132: should be used
10133:
10134: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
10135: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
10136: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
10137: untaint_cstr[m] should be used
10138:
10139: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
10140: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10141:
10142: * tests/218.html: - test for checking automatic file-spec-taint was
10143: added
10144:
10145: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
10146: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
10147: classes/file.C, classes/hash.C, classes/image.C,
10148: classes/string.C, classes/table.C, classes/void.C,
10149: classes/xdoc.C: - optimizations and simplification of
10150: string.cstr(...)
10151:
10152: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
10153: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
10154: - optimizations and simplification of string.cstr(...)
10155:
10156: 2009-07-04 misha
10157:
10158: * tests/217.html: - test for recursion detection was added
10159:
10160: * src/: types/types.vcproj, main/main.vcproj,
10161: classes/classes.vcproj, targets/cgi/parser3.vcproj,
10162: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
10163: from .vcproj
10164:
10165: * src/types/pa_wwrapper.h: - dynamic_cast was removed
10166:
10167: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
10168: uploading files and case-insensitive http-method were added
10169:
10170: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
10171: tainted pattern in ^file:list[] was added
10172:
10173: 2009-07-03 misha
10174:
10175: * src/: classes/classes.vcproj, main/main.vcproj,
10176: types/types.vcproj, targets/cgi/parser3.vcproj,
10177: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
10178: for dynamic_cast) - little options changes
10179:
10180: * src/main/pa_http.C: - file::load[http works now with uploading
10181: files _and_ changing $.charset
10182:
10183: 2009-06-29 misha
10184:
10185: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
10186: while creating pattern
10187:
10188: 2009-06-25 misha
10189:
1.211 moko 10190: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
10191: names for ^image.font were changed to $.space, $.width and
10192: $spacing - default space width now == gif's width
1.95 moko 10193:
10194: 2009-06-24 misha
10195:
10196: * tests/215.html: - tests for $file.mode were added
10197:
1.211 moko 10198: * operators.ru.txt, operators.txt: - added info about $file.mode
10199: and changes in ^image.font[
1.95 moko 10200:
10201: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
10202: param now could be omited - third param now could be hash (with
10203: all widths options: $.space-width, $.letter-width) - it's
10204: possible to specify tracking ($.letter-space)
10205:
10206: * src/classes/file.C: - file objects now could have mode field
10207: (text|binary)
10208:
10209: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
10210:
10211: 2009-06-23 misha
10212:
10213: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10214: trim can work with utf-8 chars now
10215:
10216: 2009-06-20 misha
10217:
10218: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
10219: was implemented
10220:
10221: * src/classes/table.C: - string length cacheing was implemented
10222:
10223: * src/include/pa_string.h: - string length cacheing was implemented
10224:
10225: 2009-06-17 misha
10226:
10227: * src/main/execute.C: - value param was removed from
10228: WContext::WContext
10229:
10230: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
10231: pa_wwrapper.h: - value param was removed from WContext::WContext
10232: - field wcontext was removed from VCodeFrame (using fparent
10233: instead)
10234:
10235: * tests/214.html: - test with hash copying
10236:
10237: 2009-06-16 misha
10238:
10239: * tests/: 062.html, results/062.processed: - evaluation hardcoded
10240: strings doesn't work in expression anymore
10241:
10242: * src/main/execute.C: - less calls for get_constructing() - little
10243: refactoring
10244:
10245: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
10246: include/pa_request.h: - less calls for get_constructing()
10247:
10248: * src/classes/: hash.C, hashfile.C: - fixed bug which was
10249: introduced with OPTIMIZE_SINGLE_STRING optimization
10250:
10251: 2009-06-14 misha
10252:
10253: * src/: classes/date.C, classes/file.C, classes/hash.C,
10254: classes/hashfile.C, classes/image.C, classes/regex.C,
10255: classes/table.C, classes/xdoc.C, classes/xnode.h,
10256: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10257: types/pa_vstateless_class.h, main/execute.C: - create object for
10258: storing object's fields only for parser objects
10259:
10260: 2009-06-13 misha
10261:
10262: * buildall-with-xml, buildall-without-xml: - new option was added
10263: for building GC (it slightly reduces memory usage)
10264:
10265: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
10266: single string write
10267:
10268: * src/main/execute.C: - bytecode optimization of ^class:constructor
10269: - optimization of single string write
10270:
10271: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
10272: - bytecode optimization of ^class:constructor
10273:
10274: 2009-06-09 misha
10275:
10276: * src/targets/cgi/parser3.C: - type size_t was changed to int in
10277: main (better compatibility)
10278:
10279: 2009-06-08 misha
10280:
10281: * src/main/compile.y: - I've forgot to commit it :(
10282:
10283: 2009-06-07 misha
10284:
10285: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
10286: WITH_READ and WITH_ROOT
10287:
10288: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10289: execute.C: - more optimizations for WITH_SELF, WITH_READ and
10290: WITH_ROOT - little refactoring
10291:
10292: 2009-06-06 misha
10293:
10294: * tests/213.html: - tests for 3rd match string-param were added
10295:
10296: * src/classes/string.C: - 3rd match param could be string now
10297:
10298: * src/main/: compile.y, compile_tools.h: - much more bytecode's
10299: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
10300: GET_OBJECT_ELEMENT
10301:
10302: 2009-06-05 misha
10303:
10304: * src/main/pa_http.C: - bugfix: content-length was not calculated
10305: if $.body was specified
10306:
10307: 2009-06-04 misha
10308:
10309: * src/classes/op.C: - optimizing write_assign_lang in connect
10310:
10311: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
10312:
10313: * src/main/execute.C: - little refactoring - optimizing
10314: write_assign_lang in taint/untaint
10315:
10316: * src/include/pa_opcode.h: - little refactoring
10317:
10318: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
10319: main/compile_tools.h, main/execute.C: - optimizations for
10320: $self.field, ^self.method, $self.field[...] and $self.field(...)
10321: were added
10322:
10323: 2009-06-03 misha
10324:
10325: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
10326:
10327: 2009-06-02 misha
10328:
10329: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
10330: include/pa_opcode.h: - refactoring in last optimizations
10331: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
10332: now but code is much easy and it is ready for further
10333: improvements.
10334:
10335: 2009-05-27 misha
10336:
10337: * src/: types/pa_junction.h, types/pa_vjunction.C,
10338: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
10339: changed in destructing junctions
10340:
10341: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
10342: String:Body
10343:
10344: 2009-05-26 misha
10345:
10346: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
10347: one method detect_charset was deleted - bug was fixed in this
10348: method (error while detecting charset in content_type withot last
10349: ';')
10350:
10351: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
10352: once
10353:
10354: 2009-05-25 misha
10355:
10356: * src/classes/file.C: - bugfix: file::exec didn't work after
10357: optimizing of helper_length
10358:
10359: 2009-05-24 misha
10360:
10361: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
10362: were added - little refactoring
10363:
10364: * src/main/execute.C: - core while printing in debug log
10365: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10366: optimisations were added
10367:
10368: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10369: were added
10370:
10371: 2009-05-23 misha
10372:
10373: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10374: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10375: CORD_cat optimization
10376:
10377: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10378: - call constr optimisation under separate define now
10379:
10380: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10381: in $b should be string, not void
10382:
10383: * src/main/compile.y: - little fix for rem-cut optimisation
10384:
10385: * src/: include/pa_opcode.h, main/compile_tools.C,
10386: main/compile_tools.h, main/execute.C: - optimisations for
10387: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10388:
10389: * INSTALL: - description of some #defined were added
10390:
10391: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10392: before 1st access (memory usage is reduced if don't access to
10393: .text field)
10394:
10395: * src/include/pa_array.h: - array grows step now not static (it
10396: reduces numbers of reallocs)
10397:
10398: 2009-05-20 misha
10399:
10400: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10401: $.b(2), $c[d] and $.e[f] was added
10402:
10403: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10404: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10405: $.e[f] was added
10406:
10407: * src/main/execute.C: - debug printing moved in defines
10408:
10409: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10410: and little refactoring for OP_GET_OBJECT_ELEMENT +
10411: OP_GET_OBJECT_VAR_ELEMENT optimisation
10412:
10413: 2009-05-19 misha
10414:
10415: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10416: execute.C: - $a.$b & ^a.$b bytecode optimisation
10417:
10418: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10419: ^a.$b optimisation)
10420:
10421: * src/main/compile.y: - compiler now generate new opcodes:
10422: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10423: ^a.b - compiler now cut off ^rem{ with all content ; any number
10424: of params }
10425:
10426: * src/main/execute.C: - code for handle new opcodes
10427: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10428:
10429: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10430: added for LA2V and LA2S
10431:
10432: * src/include/pa_opcode.h: - new defines which can be used for
10433: disable some bytecode optimisation and new opcodes were added
10434:
10435: 2009-05-17 misha
10436:
10437: * src/lib/cord/cordxtra.c: - bugfix.
10438:
10439: * tests/212.html: - .size[] and .study_size[] were added to tests
10440:
1.211 moko 10441: * operators.ru.txt, operators.txt: - info about regex class was
10442: added
1.95 moko 10443:
10444: * tests/212.html: - tests for regex class were added
10445:
10446: 2009-05-16 misha
10447:
10448: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10449: gc7.1
10450:
10451: * tests/022.html: - test for ^file:list[path;] (empty second param)
10452: was added
10453:
10454: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10455: param) should work
10456:
10457: 2009-05-15 misha
10458:
10459: * src/classes/table.C: - automatically disable stringstream usage
10460: on freebsd4
10461:
10462: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10463: scope
10464:
10465: * tests/211.html: - test with different types of access to hash was
10466: added
10467:
10468: * tests/210.html: - test which checks for loosing tainting in
10469: hash's keys was added
10470:
10471: * tests/208.html: - some parser work added. or stime == 0 %-)
10472:
10473: * src/lib/cord/cordbscs.c: - little hack was added to cord
10474:
10475: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10476:
10477: * src/include/pa_version.h, configure.in: - moko have made a lot of
10478: optimisations for increacing version number more dramatically :)
10479:
10480: * src/classes/date.C: - little refactoring: use constructor which
10481: accepts formated string
10482:
10483: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10484: which can print formatted string was added
10485:
10486: 2009-05-14 misha
10487:
10488: * src/include/pa_string.h: - type was fixed
10489:
10490: * src/: classes/hashfile.C, classes/op.C,
10491: include/pa_cache_managers.h, include/pa_charset.h,
10492: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10493: include/pa_request.h, include/pa_sql_driver_manager.h,
10494: include/pa_string.h, include/pa_stylesheet_manager.h,
10495: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10496: main/pa_charsets.C, main/pa_string.C,
10497: main/pa_stylesheet_connection.C, types/pa_value.h,
10498: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10499: types/pa_vobject.C, types/pa_vstateless_class.C,
10500: types/pa_vstateless_class.h: - hash_code caching was implemented
10501: (seaches should be faster now)
10502:
10503: * src/: classes/file.C, classes/hash.C, classes/image.C,
10504: classes/string.C, classes/table.C, include/pa_string.h,
10505: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10506: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10507: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10508: types/pa_vrequest.C: - String constructors don't have that stupid
10509: true/false param which means 'tainted'. they accept lang instead.
10510:
10511: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10512: with OPTIMIZE_RESULT
10513:
10514: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10515: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10516:
10517: 2009-05-13 misha
10518:
10519: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10520: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10521: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10522: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10523: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10524: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10525: include/pa_string.h, classes/date.C, classes/file.C,
10526: classes/hash.C, classes/image.C, classes/string.C,
10527: classes/table.C, classes/xdoc.C: - result optimisation -
10528: helper_length parameter removed from string constructors
10529:
10530: 2009-05-11 misha
10531:
10532: * tests/209.html: - tests for ^hash::create[hash] were added
10533:
10534: * tests/208.html: - tests for $status:rusage, $status:memory,
10535: ^memory:compact[] were added
10536:
10537: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10538: log10 were added
10539:
10540: * tests/206.html: - test for try with finally was added
10541:
10542: 2009-05-10 misha
10543:
10544: * tests/205.html: - test for ^file::create[...] was added
10545:
10546: * tests/204.html: - test for ^response:clear[] was added
10547:
10548: * tests/038.html: - tests for trigonometric functions were added
10549:
10550: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10551: added - more tests for .add, .sub, .union, .intersects and
10552: .intersections
10553:
10554: * tests/065.html: - test for ^file:dirname was added
10555:
10556: * tests/030.html: - test for $cookie:fields was added
10557:
10558: * tests/203.html: - test for ^h._keys[column name] was added
10559:
10560: * tests/201.html: - tests for .trim were added
10561:
10562: * tests/202.html: - tests for last-day,
10563: date:calendar[type](YYYY;MM;DD) were added
10564:
10565: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10566: .offset[type](N) were added
10567:
10568: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10569: and .pos[c](N) were added
10570:
10571: * tests/141.html: - test for math:sha1 was added
10572:
10573: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10574:
10575: 2009-05-09 misha
10576:
10577: * src/main/compile.y: - rollback
10578:
10579: 2009-05-05 misha
10580:
10581: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10582: replaced by is_empty()
10583:
10584: * src/: include/pa_string.h, main/pa_charset.C: - little
10585: optimisation: somewhere length() was replaced by is_empty()
10586:
10587: * src/classes/table.C: - little optimisation: somewhere length()
10588: was replaced by is_empty()
10589:
10590: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10591: classes/op.C, classes/table.C, main/pa_exception.C: - little
10592: optimisation: somewhere length() was replaced by is_empty()
10593:
10594: 2009-05-04 misha
10595:
10596: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10597: types/pa_vstateless_class.h, main/execute.C,
10598: include/pa_request.h, classes/hash.C, classes/op.C,
10599: classes/table.C: - more optimisations were added: some operators
10600: don't switch write context anylonger
10601:
10602: 2009-05-01 misha
10603:
10604: * src/main/compile.y: - slightly more opcode optimisations for
10605: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10606:
10607: * src/main/execute.C: - simplifying process for getters
10608:
10609: 2009-04-30 misha
10610:
10611: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10612:
10613: * tests/results/199.processed: - test for checking $result into
10614: ^rem was added
10615:
10616: * tests/199.html: - test for checking $result into ^rem was added
10617:
10618: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10619: some OS it returns list in different order)
10620:
10621: * src/: include/pa_array.h, include/pa_request.h,
10622: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10623: changes in stack impl - get_element() optimisation: 3rd param
10624: removed - bugfix: problems with reading empty input param -
10625: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10626:
10627: * tests/results/198.processed: - test for reading empty local var
10628: was added
10629:
10630: * tests/198.html: - test for reading empty local var was added
10631:
10632: 2009-04-29 misha
10633:
10634: * src/main/compile.y: - bugfix: couldn't compile because
10635: OP_VALUE__GET_ELEMENT should be unde #ifdef
10636:
10637: * src/: include/pa_array.h, include/pa_opcode.h,
10638: include/pa_request.h, main/compile.y, main/execute.C,
10639: main/pa_request.C, types/pa_vmethod_frame.C,
10640: types/pa_vmethod_frame.h: - we can work without opcode
10641: OP_STORE_PARAM, so it was removed
10642:
10643: 2009-04-28 misha
10644:
10645: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10646: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10647: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10648: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10649: 4.
10650: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10651:
10652: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10653:
10654: * src/: main/pa_string.C, classes/string.C: - !length() =>
10655: is_empty()
10656:
10657: 2009-04-27 misha
10658:
10659: * src/types/pa_vregex.h: - back explicit vars initialisation
10660:
10661: 2009-04-24 misha
10662:
10663: * src/classes/string.C: - ups. typo fixed
10664:
10665: * src/main/execute.C: - more replacements '*new VBool' to
10666: 'VBool::get' - checks for ^break[], ^continue[] and
10667: parser.interrupted were optimised
10668:
10669: * src/classes/string.C: - number of params.count() calls was
10670: slightly reduced
10671:
10672: 2009-04-23 misha
10673:
10674: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10675: make it x64 friendly
10676:
10677: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10678: parser is x64 friendly now
10679:
10680: 2009-04-22 misha
10681:
10682: * src/types/pa_vhashfile.C: - coder friendly exception about
10683: exceeding record size was added
10684:
10685: * src/classes/file.C: - use vregex object instead of direct calls
10686: methods from pcre lib
10687:
10688: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10689: classes/string.C: - use vregex object instead of direct calls
10690: methods from pcre lib
10691:
10692: * src/: include/pa_common.h, main/pa_common.C: - method
10693: print_pcre_exec_error_text was moved to class vregex
10694:
10695: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10696: was added
10697:
10698: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10699: - class vregex was added
10700:
10701: 2009-04-21 misha
10702:
10703: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10704:
10705: * src/: types/pa_junction.h, types/pa_value.C,
10706: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10707: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10708: junction-optimisation (destructors)
10709:
10710: * src/include/pa_array.h: - free under if now
10711:
10712: 2009-04-19 misha
10713:
10714: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10715:
10716: 2009-04-18 misha
10717:
10718: * src/include/pa_version.h:
10719: :q :
10720:
10721: CV:
10722: ----------------------------------------------------------------------
10723:
10724: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10725: refactoring
10726:
10727: * src/: include/pa_array.h, include/pa_hash.h,
10728: types/pa_vmethod_frame.h: - destructors under #ifdef now
10729:
10730: * src/include/pa_memory.h: - define for using destructors was added
10731:
10732: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10733: main/execute.C: - some junctions will be cached now
10734:
10735: * src/include/pa_hash.h: - hash destructor frees pairs now
10736:
10737: * src/include/pa_array.h: - inline was added to destructor
10738:
10739: * src/types/pa_method.h: - comment was changed
10740:
10741: 2009-04-17 misha
10742:
10743: * src/: include/pa_array.h, include/pa_hash.h,
10744: types/pa_vmethod_frame.h: - destructors were added
10745:
10746: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10747: renamed to always_use_result
10748:
10749: * src/main/: compile.y, compile_tools.h: - rollback changes in
10750: compiler: full backward compatibility is better
10751:
10752: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10753: result in var's hash
10754:
10755: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10756: optimisation in method_frame
10757:
10758: * src/include/pa_array.h: - optimisation in array (allocate
10759: elements only when needed)
10760:
10761: * src/types/pa_vresponse.C: - check for $response:headers field
10762: before looking at custom fields
10763:
10764: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10765: not needed to check existance var with name 'result' in var's
10766: hash
10767:
10768: * src/main/compile.y: - compiler was changed: now it detects
10769: writings to $result and set flag writo_to_result in method
10770:
10771: * src/classes/string.C: - little optimisation: no needed to write
10772: number with lang
10773:
10774: * src/main/pa_charset.C: - methods readChar and skipChar which is
10775: used for read utf8-strings were renamed - is_escaped was renamed
10776: to isEscaped (to the same name convention)
10777:
10778: * src/: types/pa_method.h, main/compile_tools.h: - flag
10779: write_to_result added. compiler get this info from code.
10780:
10781: 2009-04-16 misha
10782:
10783: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10784: String only before 1st write
10785:
10786: * src/include/pa_string.h: - not needed template removed
10787:
10788: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10789: types/pa_vjunction.C, types/pa_vproperty.C,
10790: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10791: main/pa_request.C, classes/bool.C, classes/double.C,
10792: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10793: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10794: bool objects)
10795:
10796: 2009-04-15 misha
10797:
10798: * src/lib/cord/cordxtra.c: - more optimisation
10799:
10800: * src/: include/pa_string.h, main/untaint.C: - String::append
10801: optimisation
10802:
10803: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10804: then get and can sometime be used)
10805:
10806: * src/main/pa_string.C: - String::length optimisation
10807:
10808: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10809: these methods read different strings
10810:
10811: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10812: fresult_initial_void removed + some optimisation - if $result
10813: defined we don't write to context anymore
10814:
10815: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10816: need just skip char)
10817:
10818: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10819: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10820: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10821:
10822: * src/types/pa_vvoid.h: - added get() method for retreave one
10823: instance
10824:
10825: 2009-04-11 misha
10826:
10827: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10828:
10829: * tests/197.html: - test for parser://test in xml was added
10830:
10831: * src/classes/string.C: - small optimisation
10832:
10833: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10834: optimisation
10835:
10836: 2009-04-10 misha
10837:
10838: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10839: to pcre-7.8
10840:
10841: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10842:
10843: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10844: added
10845:
10846: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10847: $request:CLASS_NAME were added
10848:
10849: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10850: were added
10851:
10852: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10853: $env:CLASS_NAME were added
10854:
10855: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10856: '@todo' now
10857:
10858: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10859: compirer
10860:
10861: * src/main/pa_string.C: - little code cleanup
10862:
10863: * src/main/pa_common.C: - describe one more UTF-8 related error
10864: during PCRE compile/execute
10865:
10866: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10867: normalizing todo-comments: '@todo' now
10868:
10869: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10870:
10871: * src/main/pa_charset.C: - type changed for making compiler happy
10872:
10873: 2009-03-10 misha
10874:
10875: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10876: in main()
10877:
10878: 2009-02-01 misha
10879:
10880: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10881: boundary
10882:
10883: 2009-01-25 misha
10884:
10885: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10886:
10887: * src/classes/file.C: - more changes for parsing different number
10888: of params for file::load
10889:
10890: * tests/193.html: - tests for exception while base64-decode binary
10891: to string was added
10892:
10893: * tests/192.html: - tests for file::load with different number of
10894: options
10895:
10896: * src/classes/math.C: - ups. forgot '+1'
10897:
10898: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10899: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10900: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10901: (new option $.encode[multipart-form/data] should be specified) -
10902: $.method[] option for file::load now is not case-sensitive
10903:
10904: * src/: include/pa_string.h, main/untaint.C: - for file post the
10905: new taint language L_FILE_POST was added
10906:
10907: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10908: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10909: stuff was moved to separate files
10910:
10911: 2009-01-23 misha
10912:
10913: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10914: spaces to tabs were converted
10915:
10916: 2009-01-12 misha
10917:
10918: * src/main/pa_http.C: - value of $.method[] option force uppercased
10919: now
10920:
10921: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10922: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10923: their names
10924:
10925: * src/main/pa_common.C: - changes in formating
10926:
10927: * src/: classes/file.C, main/pa_http.C: - some constants changed
10928: their names
10929:
10930: * src/include/pa_http.h: - some spaces were converted to tabs
10931:
10932: * src/include/pa_common.h: - some constants changed their names
10933:
10934: * src/classes/file.C: - fixed 4-th paramether for file::load -
10935: little code rewriting
10936:
10937: * src/types/pa_vfile.C: - little code rewriting
10938:
10939: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10940: types/pa_value.h: - some formating changes
10941:
10942: * src/include/pa_common.h: - some formating spaces transformed to
10943: tabs
10944:
10945: * src/classes/string.C: - exception while base64-decode binary to a
10946: string
10947:
10948: 2009-01-11 misha
10949:
10950: * configure.in: - version changed to 3.3.1b
10951:
10952: 2008-09-05 misha
10953:
10954: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10955: release_3_3_0 on 2008-09-05 10:59:35 +0000
10956:
10957: 2008-09-04 misha
10958:
10959: * tests/: 130.html, 131.html: - these exceptions not typeless
10960: anymore
10961:
10962: * src/classes/op.C: - exception with 'invalid taint language' not
10963: typeless anylonger
10964:
10965: * src/classes/image.C: - some exceptions while operations with
10966: image not typeless anymore
10967:
10968: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10969: main/pa_exec.C, main/pa_http.C: - some exceptions while
10970: operations with files not typeless anymore
10971:
10972: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10973: types/pa_vdate.h: - exceptions while checking date range not
10974: typeless anymore
10975:
10976: * src/include/pa_exception.h: - exception type string for invalid
10977: date range was added
10978:
10979: 2008-09-03 misha
10980:
10981: * src/: classes/file.C, main/pa_string.C: - exception while pce
10982: operations not typeless anymore
10983:
10984: * src/include/pa_exception.h: - exception type for pce operations
10985: was added
10986:
10987: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10988: and .CLASS_NAME insite classes
10989:
10990: * src/classes/table.C: - don't save table header whiile
10991: ^table.save[append;filename] if file exists
10992:
10993: 2008-09-02 misha
10994:
10995: * src/main/compile.y, src/main/compile_tools.h,
10996: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10997: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10998: renamed to partial and it login changed: we must mark class as
10999: partial for allow their modifications in future.
11000:
11001: 2008-08-29 misha
11002:
11003: * tests/results/022.processed: - testing taint[regex] in mask for
11004: file:list
11005:
11006: * tests/022.html: - testing taint[regex] in mask for file:list
11007:
11008: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
11009: for file:list was added
11010:
11011: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
11012: file:list
11013:
11014: 2008-08-26 misha
11015:
11016: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
11017: last derived object
11018:
11019: * src/classes/image.C: - many strings "image.format" replaced by
11020: IMAGE_FORMAT constant string - handle GPS info while parse exif -
11021: understand some more exif tags
11022:
11023: * src/include/pa_exception.h: - string "image.format" was added
11024:
11025: 2008-08-21 misha
11026:
11027: * src/: main/pa_string.C, classes/file.C: - use method for print
11028: pcre_exec text error
11029:
11030: * src/main/pa_common.C: - method for print pcre_exec text error was
11031: added
11032:
11033: * src/include/pa_common.h: - method declaration for print pcre_exec
11034: text error was added
11035:
11036: 2008-08-19 misha
11037:
11038: * src/main/execute.C: - bugfix: opcodes must be in separate
11039: namespace while debug execution as well
11040:
11041: * tests/: 015.html, results/015.processed: - test for escaping some
11042: parser chars was added
11043:
11044: 2008-08-18 misha
11045:
11046: * tests/: 190.html, 190.p, results/190.processed: - test for
11047: $caller.self.field + default getter in one class was added
11048:
11049: * tests/: 189.html, results/189.processed: - test for
11050: ^date::create[date object]
11051:
11052: * tests/: 188.html, results/188.processed: - tests for match with
11053: UTF-8 strings
11054:
11055: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
11056: ^string.match[]
11057:
11058: * ChangeLog: - parser 3.3.0 beta13
11059:
11060: 2008-08-15 misha
11061:
1.116 moko 11062: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
11063: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
11064: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
11065: dftables.c: - old PCRE files removed
1.95 moko 11066:
11067: * src/lib/pcre/config.h: - configuration for PCRE library
11068:
11069: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
11070: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
11071:
11072: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
11073: library and set flag UTF8 if $request:charset is UTF-8
11074:
11075: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
11076: include/pa_config_fixed.h: - moved to new PCRE library
11077:
11078: * src/: main/main.vcproj, types/types.vcproj,
11079: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
11080: win32\pcre instead of parser3\src\lib\pcre
11081:
11082: * src/: include/pa_opcode.h, include/pa_operation.h,
11083: main/compile.C, main/compile.y, main/compile_tools.C,
11084: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
11085: opcodes were moved to separate namespace
11086:
11087: 2008-08-14 misha
11088:
11089: * src/types/pa_vstateless_class.C: - newline at the end missed
11090:
11091: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
11092: tainting
11093:
11094: 2008-08-11 misha
11095:
11096: * tests/: 187.html, 187.p, results/187.processed: - tests for
11097: $caller.self, $caller.self.field and $caller.self.field[value]
11098: were added
11099:
11100: * src/types/pa_vmethod_frame.h: - still need to check 'self'
11101: runtime as well (for $caller.self)
11102:
11103: 2008-07-25 misha
11104:
11105: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
11106: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
11107: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
11108: tests with international characters
11109:
11110: 2008-07-23 misha
11111:
11112: * src/main/pa_http.C: - escape $cookies as %uXXXX while
11113: file::load[...;http://
11114:
11115: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
11116: now everywhere in separate namespace
11117:
11118: * src/types/pa_vmethod_frame.h: - looking for caller before looking
11119: for vars
11120:
11121: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
11122: can be escaped by '^'
11123:
11124: 2008-07-22 misha
11125:
11126: * src/classes/string.C, tests/186.html: - names changes:
11127: escape=>js-escape, unescape=>js-unescape
11128:
11129: 2008-07-21 misha
11130:
11131: * tests/results/186.processed: - test for string escape/unescape
11132:
11133: * tests/186.html: - test for string escape/unescape
11134:
11135: * src/classes/string.C: - string has escape and unescape methods
11136: now
11137:
11138: * src/: include/pa_string.h, main/pa_string.C: - escape method was
11139: added
11140:
11141: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
11142: method-layers added (with different params)
11143:
11144: 2008-07-18 misha
11145:
11146: * tests/results/185.processed: - test for ^str.pos[substr](offset)
11147: was added
11148:
11149: * tests/185.html: - test for ^str.pos[sub](offset) added
11150:
1.211 moko 11151: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
11152: operators.txt: - ^string.pos[substr](offset) -- 2nd param
11153: accepted now
1.95 moko 11154:
11155: * src/main/pa_string.C: - .pos works fine with offset for utf-8
11156: strings
11157:
11158: 2008-07-17 misha
11159:
11160: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
11161: helper length added for mid for small optimisation
11162:
11163: 2008-07-16 misha
11164:
11165: * tests/: 185.html, results/185.processed: - tests for
11166: length/left/right/mid/pos with utf-8 strings
11167:
11168: * src/classes/string.C: - left/right/mid/length/pos works fine for
11169: utf-8 strings
11170:
11171: * src/main/untaint.C: - comments removed
11172:
11173: * src/: include/pa_string.h, main/pa_string.C,
11174: include/pa_charset.h, main/pa_charset.C: - methods for working
11175: with pos/mid for strings in utf-8 were added
11176:
11177: 2008-07-15 misha
11178:
11179: * tests/: 184.html, results/184.processed: - test for case body as
11180: expression: $var(^switch(1){^case(1)(true)..})
11181:
11182: * src/classes/op.C: - case body can be expression now:
11183: $var(^switch(1){^case(1)(true)..})
11184:
11185: * tests/: results/183.processed, 183.html: - added test for testing
11186: new cookie encoding (%uXXXX)
11187:
11188: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
11189: decoding for backward compatibility they decoded from %XX in
11190: request:charset too
11191:
11192: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
11193: - cookie class now decode cookies before first access after last
11194: request:charset changing (as form class).
11195:
11196: * src/main/pa_charset.C: - added method escape for escaping cookies
11197: as %uXXXX - before transcode calculate required space for dest
11198: string. it reduce mem usage for transcode
11199:
11200: * src/include/pa_charset.h: - added method escape for escaping
11201: cookies as %uXXXX
11202:
11203: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
11204: was added. will used for escaping cookies as %uXXXX
11205:
11206: * src/include/pa_common.h: - escape method has new option for skip
11207: converting '+' to a space char
11208:
11209: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
11210: transcode - escape method has new option for skip converting '+'
11211: to a space char
11212:
11213: 2008-07-08 misha
11214:
11215: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
11216: (no UE if more then 1 case matches anylonger) - optimization:
11217: doing searching.as_string() || searching.as_double() only once
11218:
11219: 2008-07-04 misha
11220:
11221: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
11222: now ^date::create[date object] works
11223:
11224: * src/classes/string.C: - left and right added as aliases for start
11225: and end in ^string.trim[]
11226:
11227: 2008-07-03 misha
11228:
11229: * src/classes/file.C: - allow $.limit for file::sql as well
11230:
11231: * src/classes/file.C: - allow $.offset option for file::sql - force
11232: send limit=1 to query for use sql specifics authomatically
11233:
11234: * src/classes/: hash.C, string.C, table.C: - don't throw exception
11235: if $.limit value if empty. autoconvert it as everywere
11236:
11237: 2008-07-02 misha
11238:
11239: * configure.in: - time to change version number to 3.3.0 %-)
11240:
11241: * src/include/pa_version.h: - time to change version number to
11242: 3.3.0 %-)
11243:
11244: 2008-06-26 misha
11245:
11246: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
11247: $.limit(0) fixes
11248:
11249: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
11250: - $.limit(0) fixes
11251:
11252: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
11253: new API)
11254:
11255: * src/: include/pa_sql_driver_manager.h,
11256: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
11257: classes/op.C: - document_root added
11258:
11259: * src/main/compile.tab.C: - error message was changed
11260:
11261: 2008-06-25 misha
11262:
11263: * src/main/compile.y: - error message was changed
11264:
11265: 2008-06-24 misha
11266:
11267: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
11268:
11269: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
11270: tests for @OPTIONS\nappend
11271:
11272: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
11273:
11274: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
11275:
11276: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
11277:
11278: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
11279: compile.y
11280:
11281: 2008-06-17 misha
11282:
11283: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
11284: compilation: ^if(default){true. it's incorrect. must be
11285: exception}
11286:
11287: 2008-06-16 misha
11288:
11289: * tests/: 181.ent, 181.html, results/181.processed: - test for
11290: checking external reference loading with 'http://localhost'
11291: prefix while creating xdoc
11292:
11293: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
11294: ^math:long2ip[] and ^math:ip2long[]
11295:
11296: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
11297: added which use scalar stateless class method when user object
11298: used in scalar context - use get_scalar_value when user object
11299: requested in scalar context
11300:
11301: * src/main/pa_common.C: - size must be int but not size_t or we
11302: can't compare with 0 sprintf result
11303:
11304: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11305: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
11306: with internal switch between local/global vars
11307:
11308: * src/types/pa_vclass.C: - register scalar if method @GET[] was
11309: specified
11310:
11311: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
11312: pa_vstateless_object.h: - stateless class and object now has
11313: private scalar field and getter/setter for working with it
11314:
11315: * src/classes/math.C: - methods math:long2ip & math:ip2long were
11316: moved to inet static class
11317:
11318: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
11319: class added (^inet:aton[IP], ^inet:ntoa(number))
11320:
11321: * tests/: 180.html, results/180.processed: - tests for
11322: ^math:long2ip(long) and ^math:ip2long[IP]
11323:
11324: * src/classes/math.C: - ^math:ip2long[IP] added
11325:
11326: 2008-06-11 misha
11327:
11328: * src/main/pa_xml_io.C: - use file_read_text again because of we
11329: need cut BOM code and remove DOS newline chars. but don't
11330: transcode it anyway.
11331:
11332: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
11333: main/pa_http.C: - option for disable transcoding while file_read
11334: and file_read_text added
11335:
11336: 2008-06-10 misha
11337:
11338: * tests/: 179.html, 179.p, results/179.processed: - test for many
11339: classes in 1 file
11340:
11341: * src/main/: compile.C, compile_tools.h: - compile return list of
11342: classes now.
11343:
11344: * src/main/: compile.y, compile.tab.C: - compile return list of
11345: classes now. internals.
11346:
11347: * src/main/pa_request.C: - compile return list of classes now. try
11348: call @conf and @auto for each returned class
11349:
11350: * src/include/pa_request.h: - compile return list of classes now
11351:
11352: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
11353: return list of classes when compile buf)
11354:
11355: 2008-06-07 misha
11356:
11357: * src/main/pa_request.C: - constructing VRequest object with 3rd
11358: param -- form
11359:
11360: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
11361: 3rd param: form. needed for get post_charset
11362:
11363: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
11364: added
11365:
11366: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11367: types/pa_vform.C, types/pa_vform.h: - some polish
11368:
11369: 2008-06-06 misha
11370:
11371: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11372: charset and decode chars from it but not from response:charset
11373:
11374: * src/main/pa_http.C: - detect_charset moved out of here
11375:
11376: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11377: methods moved here - unescape_chars accepn one charset now
11378:
11379: * src/main/pa_http.C: - new constants used - don't allow
11380: $.content-type in ^file::load[;http://;$.method[POST]] - add
11381: charset info while ^file::load[;http://;$.method[POST]] - option
11382: $.omit-post-charset(true) added to ^file::load[;http://] for
11383: disabling charset during post
11384:
11385: * src/types/pa_vform.C: - new constants used
11386:
11387: * src/include/pa_common.h: - some constants were added
11388:
11389: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11390: instead of StrEqNc
11391:
11392: * src/main/pa_common.C: - new method for caseless search
11393: c-substring in c-string - use isxdigit instead of is_hex_digit
11394:
11395: * src/include/pa_common.h: - new method for caseless search
11396: c-substring in c-string
11397:
11398: 2008-06-05 misha
11399:
11400: * tests/results/178.processed: - test for testing default getter
11401:
11402: * tests/178.html: - test for testing default getter
11403:
11404: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11405: for test for testing default getter
11406:
11407: * src/main/execute.C: - default getter soul
11408:
11409: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11410: requested objects' field not found
11411:
11412: * src/types/pa_vclass.C: - register default getter if defined - get
11413: default getter if requested field not found
11414:
11415: * src/types/pa_vstateless_object.h: - method get_default_getter was
11416: added
11417:
11418: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11419: pointer to default getter and methods for get/set it were added
11420:
11421: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11422: auto_name field (for default getter)
11423:
11424: 2008-06-04 misha
11425:
11426: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11427: transcoding, no cutting BOM code, no fixing line breaks) and get
11428: it to libxml "as is"
11429:
11430: 2008-06-03 misha
11431:
11432: * src/main/pa_common.C: - use store_Char instead of
11433: transcodeCharFromUTF8
11434:
11435: * src/: include/pa_charset.h, main/pa_charset.C: - method
11436: store_Char added, transcodeCharFromUTF8 -- removed
11437:
11438: 2008-06-02 misha
11439:
11440: * tests/: results/177.processed, 177.html: - test for checking
11441: .[acm]date after local ^file::load[] was added
11442:
11443: * tests/: results/176.processed, 176.html: - test for checking
11444: @OPTION\locals + @method[vars][locals] added
11445:
11446: * tests/results/auto.p: - CLASS_PATH specified for checking use
11447:
11448: 2008-05-30 misha
11449:
11450: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11451: @OPTION\nlocals + @method[vars][;locals;] were added
11452:
11453: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11454: moved to separate method op_code - switch from VMethodFrame to
11455: VMethodFrameGlobal + VMethodFrameLocal
11456:
11457: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11458: was moved to separate method op_code
11459:
11460: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11461: VMethodFrame now
11462:
11463: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11464: all_vars_local as well
11465:
11466: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11467: pa_vmethod_frame_local.h, Makefile.am: - who children for
11468: VMethodFrame were added: one (global) works as VMethodFrame
11469: before and second (local) write all vars in self vars scope
11470:
11471: * src/types/pa_method.h: - method has bool flag all_vars_local now
11472:
11473: 2008-05-29 misha
11474:
11475: * tests/: 129.html, results/129.processed: - more tests for
11476: ^table.hash[]
11477:
11478: * src/classes/hash.C: - ^hash::sql has a new option:
11479: $.type[hash|string|table] as ^table.hash[] one.
11480:
11481: * src/classes/op.C: - ^try has 3rd param now: finally code which
11482: executed anyway after try or catch section
11483:
11484: 2008-05-27 misha
11485:
11486: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11487: must not fail if $.distinct(1) wasn't specified
11488:
11489: 2008-05-26 misha
11490:
11491: * src/classes/op.C: - allow ^throw[my type]
11492:
11493: 2008-05-22 misha
11494:
11495: * configure.in, configure: - version number updated to 3.2.4b
11496:
11497: * src/classes/: op.C, string.C: - trim format string before
11498: eval/format
11499:
11500: * tests/: results/175.processed, 175.html: - more tests for
11501: different format strings in .format[]
11502:
11503: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11504: as well (not only %XX)
11505:
11506: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11507: charset specified - checks for format before print number
11508: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11509: (instead of tabs) removed
11510:
11511: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11512: charset specified
11513:
11514: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11515: char in requested charset from utf code was added
11516:
11517: 2008-05-19 misha
11518:
11519: * tests/: 174.html, results/174.processed: - test for
11520: ^hashfile.cleanup[] added
11521:
11522: * src/classes/hashfile.C: - optimization: don't create any key or
11523: value variable if it's name weren't specified
11524: (^hf.foreach[;v]{...})
11525:
11526: 2008-05-16 misha
11527:
11528: * src/classes/hash.C: - optimization: don't create any key variable
11529: if variable name wasn't specified (^h.foreach[;v]{...})
11530:
11531: 2008-05-15 misha
11532:
11533: * src/classes/op.C: - small changes
11534:
11535: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11536:
11537: * src/classes/hash.C: - calculate var_context once before foreach
11538:
11539: 2008-05-14 misha
11540:
11541: * src/classes/hashfile.C: - incorrect vars context calculation for
11542: ^hashfile.foreach[;]{} fixed
11543:
11544: * src/classes/: hash.C, table.C: - little optimisation
11545:
11546: * src/classes/file.C: - bugfix: double absolute path while loading
11547: file
11548:
11549: * tests/: 174.html, results/174.processed: - tests for hashfile
11550: were added
11551:
11552: * buildall-with-xml: - moving to libxslt 1.1.24
11553:
11554: 2008-04-30 misha
11555:
11556: * src/classes/file.C: - stat file while loading (local only) so
11557: .adate, .mdate and .cdate available without additional ::stat
11558:
11559: 2008-04-28 misha
11560:
11561: * src/classes/file.C: - $.name and $.content-type available for
11562: stated file
11563:
11564: 2008-04-14 misha
11565:
11566: * src/targets/cgi/parser3.C: - new year in copyright %-)
11567:
11568: * src/include/pa_version.h: - new version number in head
11569:
11570: 2008-04-10 misha
11571:
11572: * tests/: 080.html, results/080.processed: - cut '0' from
11573: exponential part because of on diff OS it differ (20 or 020 for
11574: ex)
11575:
11576: * tests/: 119.html, results/119.processed: - check for encoding
11577: while creating xdoc
11578:
11579: 2008-04-09 misha
11580:
11581: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11582:
11583: * src/main/pa_common.C: - comment added
11584:
11585: * src/classes/date.C: - little refactoring
11586:
11587: 2008-04-07 misha
11588:
11589: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11590: style of ^table.save[]: prepare one big string and sabe it at
11591: once. it's safe on freebsd 4.x but use much more memory.
11592:
11593: * buildall-with-xml, buildall-without-xml: - option
11594: --disable-stringstream added (under comment. use it on freebsd
11595: 4.x)
11596:
11597: 2008-02-22 misha
11598:
11599: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11600: specified together in file::load[;http] - get back transcoding
11601: $.body[] in file::load[;http]
11602:
11603: 2008-02-21 misha
11604:
11605: * src/classes/date.C: - ^date.gmt-string[] was added
11606:
11607: * src/types/pa_value.C: - method for output date in RFC 822 format
11608: moved to pa_common.h
11609:
11610: * src/include/pa_common.h: - method for output date in RFC 822
11611: format moved here from pa_value.C
11612:
11613: * src/types/pa_vmail.C: - fixed core in sending mail with
11614: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11615:
11616: 2008-02-20 misha
11617:
11618: * src/main/pa_http.C: - transcode $.headers before escaping into
11619: specified charset while ^file::load[...;http://...] (L_URI
11620: instead of L_HTTP_HEADER) - $.cookies param available in
11621: ^file::load[;http://...] now (but we don't parse set-cookies from
11622: response yet) (cookies not transcoded as common $cookies)
11623:
11624: 2008-02-19 misha
11625:
11626: * src/main/pa_request.C: - rollback: we mustn't force taint
11627: $response:field values because in this case
11628: $response:locateion[http://...] don't works.
11629:
11630: 2008-02-15 misha
11631:
11632: * src/classes/op.C: - little refactoring
11633:
11634: * src/main/pa_http.C: - taint names of $.headers for load[;http
11635:
11636: * src/main/pa_request.C: - force taint values of $response:field
11637:
11638: 2008-02-14 misha
11639:
11640: * src/main/pa_request.C: - $response:field transcoded to
11641: $response:charset before escaping now
11642:
11643: * src/main/pa_http.C: - some outdated comments removed
11644:
11645: * src/classes/date.C: - lastdat -> last-day
11646:
11647: * src/classes/date.C: - ^date:lastday(year;month) and
11648: ^date.lastday[] were added - little code refactoring - comments
11649: changes
11650:
11651: * tests/: 159.html, results/159.processed: - test for number of
11652: days in February
11653:
11654: * src/types/pa_value.C: - fixes in code formatting
11655:
11656: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11657: and comments
11658:
11659: 2008-02-13 misha
11660:
11661: * src/main/pa_common.C: - bugfix for february at leap year
11662:
11663: 2008-01-28 misha
11664:
11665: * tests/: 160.html, results/160.processed: - more test for cache
11666: added
11667:
11668: * src/classes/op.C: - bugfix: cache body executed twice if contains
11669: unhandled exception
11670:
11671: 2008-01-25 misha
11672:
11673: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11674: bug when hashfile became inavailable after memory:compact)
11675:
11676: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11677:
11678: 2008-01-22 misha
11679:
11680: * src/classes/table.C: - little refactiring and exception texts
11681: changes in method ^table.hash[]
11682:
11683: * src/types/pa_vcookie.C: - link to cookie specification changed
11684:
11685: 2008-01-21 misha
11686:
11687: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11688: file::exec/cgi
11689:
11690: * src/classes/file.C: - bugfix: core while processing headers if
11691: executed cgi script don't return content
11692:
11693: 2008-01-18 misha
11694:
11695: * buildall-with-xml: - move to libxml2 version 2.6.31
11696:
11697: * src/include/pa_version.h, configure.in: - version number updated
11698: to '3.2.3b'
11699:
11700: 2007-12-28 misha
11701:
11702: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11703: hash.contains
11704:
11705: 2007-12-27 misha
11706:
11707: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11708: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11709: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11710: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11711: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11712: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11713: src/targets/cgi/parser3.vcproj,
11714: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11715: back to VS2003 because of Apache 1.3 module can't work if it was
11716: built in VS 2005. with cgi all file so VS2003 project files can
11717: be easy converted to the new format.
11718:
11719: 2007-12-04 misha
11720:
11721: * src/types/pa_vcode_frame.h: - changes in comment
11722:
11723: 2007-11-29 misha
11724:
11725: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11726: intercept strings any longer
11727:
11728: * tests/: 173.html, results/173.processed: - tests for
11729: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11730: but not in main code frame
11731:
11732: * tests/: 172.html, results/172.processed: - more tests for pass
11733: objects from code frames
11734:
11735: 2007-11-27 misha
11736:
11737: * tests/: 152.html, results/152.processed: - tests for converting
11738: strings 'true'/'false' to bool were added
11739:
11740: * tests/152.html: - added checks for converting strings
11741: 'true'/'false' to bool
11742:
11743: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11744: not only strings with numbers but with values 'true'/'false' as
11745: well
11746:
11747: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11748: for parser3.log increased
11749:
11750: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11751:
11752: * src/include/pa_common.h: - remove_crlf return cstring size now
11753:
11754: * src/include/pa_types.h: - constant with buffer size for
11755: parser3.log added
11756:
11757: 2007-11-16 misha
11758:
11759: * tests/cat.sh: - script for tests for file::exec/cgi
11760:
11761: * tests/171.html: - tests for file::exec/cgi
11762:
11763: * tests/results/171.processed: - tests results for file::exec/cgi
11764:
11765: 2007-11-15 misha
11766:
11767: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11768:
11769: * src/classes/file.C: - .body must be set before analyzing cgi
11770: headers
11771:
11772: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11773: only if exec/cgi return anything.
11774:
11775: 2007-11-14 misha
11776:
1.211 moko 11777: * operators.ru.txt, operators.txt: - info about new text|binary
11778: option for file::exec/cgi was added
1.95 moko 11779:
11780: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11781: ^file:exec[[text|binary];script;...]
11782:
11783: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11784: classes/string.C, classes/table.C: - more text strings moved to
11785: the one place
11786:
11787: 2007-11-09 misha
11788:
11789: * src/types/pa_vrequest.C: - $request:argv must be taint
11790:
11791: * ChangeLog: - $request:argv [patch from Sumo]
11792:
1.211 moko 11793: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11794:
11795: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11796: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11797:
11798: 2007-10-25 misha
11799:
11800: * buildall-with-xml, buildall-without-xml: - options preparations
11801: for ./configure rewrited
11802:
11803: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11804: error occure in unhandled_exception finally fixed
11805:
11806: 2007-10-23 misha
11807:
11808: * tests/: 170.html, results/170.processed: - test for
11809: @method[][result]
11810:
1.211 moko 11811: * operators.ru.txt, operators.txt: - added info about node.prefix
11812: and node.namespaceURI
1.95 moko 11813:
11814: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11815:
11816: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11817: added for node and attribute
11818:
11819: 2007-10-22 misha
11820:
11821: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11822:
11823: * src/main/pa_request.C: - added const content-transfer-encoding
11824:
11825: * src/include/pa_request.h: - added const content-transfer-encoding
11826: - ups. constants must be in lowercase (for search)
11827:
11828: * src/types/pa_vmail.C: - more constants used -
11829: content-transfer-encoding: 8bit added
11830:
11831: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11832:
11833: * src/include/pa_request.h: - more constants
11834:
11835: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11836: ommit anymore if $.content-disposition was specified - little
11837: refactoring
11838:
11839: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11840:
11841: 2007-10-17 misha
11842:
1.211 moko 11843: * operators.ru.txt, operators.txt: - info about
1.95 moko 11844: table::create[nameless]{data}[>options<] was added
11845:
11846: * src/main/: compile.tab.C, compile.y: - if error occure while
11847: compile method don't put this method in methods table anymore.
11848: in other case the parser coredumped if @unhandled_exception
11849: method can't be compiled because of parser.compile error.
11850:
11851: * src/main/execute.C: - little code reformating
11852:
11853: * src/main/pa_request.C: - little code reformating - comment
11854: changed
11855:
11856: 2007-10-16 misha
11857:
11858: * tests/: 035.html, results/035.processed: - tests
11859: table::create[]{}[options] added
11860:
11861: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11862: options (only $.seperator[] yet)
11863:
11864: 2007-10-10 misha
11865:
11866: * src/classes/table.C: - some contstants moved to pa_common.h -
11867: some code changes
11868:
11869: 2007-10-02 misha
11870:
11871: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11872: then three time as much. but base64 encoding method still use
11873: less memory anyway.
11874:
11875: 2007-09-17 misha
11876:
1.211 moko 11877: * operators.ru.txt, operators.txt: - added info about
11878: $cookie:fields
1.95 moko 11879:
11880: * src/types/pa_vcookie.C: - $cookie:fields available now
11881:
11882: * src/classes/hash.C: - some stuff for use with .for_each moved to
11883: common
11884:
11885: * src/include/pa_common.h: - some stuff for use with .for_each
11886: moved here
11887:
11888: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11889:
11890: 2007-09-14 misha
11891:
11892: * buildall-with-xml: - new xml libs again =)
11893:
11894: 2007-08-28 misha
11895:
1.211 moko 11896: * operators.ru.txt, operators.txt: - texts about
11897: ^table.columns[[column name]] and ^string.split[...][v][column
11898: name] were added
1.95 moko 11899:
11900: * tests/: 168.html, 169.html, results/168.processed,
11901: results/169.processed: - tests for ^table.columns[[column name]]
11902: and ^string.split[...][v][column name] were added
11903:
11904: * src/classes/table.C: - new option ^table.columns[[column name]]
11905: was added
11906:
11907: * src/classes/string.C: - new option ^string.split[...;v;[column
11908: name]]
11909:
11910: * src/include/pa_exception.h: - error text message for
11911: ^hash._keys[], ^table.columns[] and ^string.split[]
11912:
11913: 2007-08-27 misha
11914:
11915: * src/main/untaint.C: - try to fix coredump on unix if print to
11916: body ^taint[sql][something] outside of connect
11917:
11918: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11919: outside of connect
11920:
11921: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11922: added (commented by default)
11923:
11924: 2007-08-20 misha
11925:
1.211 moko 11926: * operators.ru.txt, operators.txt: - comment about new method
11927: ^node.hasAttributes[] was added
1.95 moko 11928:
11929: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11930: duplicated exception text strings were removed
11931:
11932: * src/include/pa_exception.h: - more exception text strings moved
11933: here
11934:
11935: * src/classes/table.C: - some duplicate exceptions' text strings
11936: removed
11937:
11938: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11939: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11940: removed
11941:
11942: * src/include/pa_exception.h: - some exception text strings movet
11943: to pa_exception
11944:
11945: * tests/: 149.html, results/149.processed: - test for
11946: ^xnode.hasAttributes[] was added - some code changes
11947:
11948: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11949: added
11950:
11951: 2007-08-17 misha
11952:
11953: * tests/: results/006.processed, results/059.processed, 006.html,
11954: 059.html: - more tests for match
11955:
11956: * tests/: 129.html, results/129.processed: - tests for
11957: ^table.hash[...][$.type[string|hash|table]] added
11958:
11959: * src/targets/cgi/parser3.C: - little syntax changes
11960:
11961: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11962: syntax changes
11963:
1.211 moko 11964: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11965: annoying 'SIGPIPE' messages in parser3.log switched off by
11966: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11967:
11968: 2007-08-08 misha
11969:
11970: * buildall-with-xml, buildall-without-xml: - remove libs source
11971: files by default since now
11972:
11973: 2007-08-07 misha
11974:
11975: * buildall-without-xml: - some option syntax changes
11976:
11977: * buildall-with-xml: - compile libxml2 without http support - some
11978: option syntax changes
11979:
11980: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11981:
11982: 2007-08-06 misha
11983:
11984: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11985:
11986: * tests/: 160.html, results/160.processed: - cache test was
11987: rewrited
11988:
11989: 2007-07-06 misha
11990:
11991: * tests/: 153.html, results/153.processed: - added test for
11992: ^math:sha1[string]
11993:
11994: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11995: transcoded
11996:
11997: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11998: were added
11999:
12000: 2007-06-28 misha
12001:
12002: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
12003: some incorrect chars
12004:
12005: 2007-06-19 misha
12006:
12007: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
12008: were moved on top because of gcc 4 had a problems during
12009: building.
12010:
12011: 2007-06-18 misha
12012:
12013: * tests/results/019.processed: - new image commited
12014:
12015: 2007-06-09 misha
12016:
12017: * src/classes/: op.C, table.C: - in while and table.select method
12018: as_expression used now
12019:
12020: * src/types/pa_vmethod_frame.h: - method as_expression was added
12021:
12022: 2007-06-08 misha
12023:
12024: * tests/: 166.html, results/166.processed: - test for
12025: ^match[...][n]
12026:
12027: * tests/: 165.html, results/165.processed: - tests for loops
12028:
12029: * src/lib/cord/include/private/cord_pos.h: - back to origin value
12030: because of no speed/memory optimisation but some proglems with
12031: long cycles occure
12032:
12033: 2007-06-06 misha
12034:
12035: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
12036: ^table.select(true) and ^table.select(1) didn't works because of
12037: awaiting junction-param only. fixed.
12038:
12039: 2007-05-24 misha
12040:
12041: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
12042: with 0.5 secs interval
12043:
12044: * src/classes/op.C: - cache was rewrited. I hope it works with
12045: locking system now on unix
12046:
12047: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
12048: system locks which wait till other threads release it but try get
12049: lock, if fail wait 1 sec and make 10 attempts.
12050:
12051: * src/include/pa_os.h: - consts for blocking locks + some comments
12052: were added
12053:
12054: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
12055: opening files
12056:
12057: * src/classes/table.C: - changes in includes. if unclude <sstream>
12058: after our classes on unix it can't be build
12059:
12060: * src/types/pa_vhashfile.C: - not needed code removed
12061:
12062: 2007-05-23 misha
12063:
12064: * src/: classes/file.C, classes/op.C, main/pa_common.C,
12065: include/pa_common.h: - cosmetic changes
12066:
12067: 2007-05-18 misha
12068:
12069: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
12070: often. it's give some speed increasing
12071:
12072: * tests/results/160.processed: - returned time corrected
12073:
12074: * tests/160.html: - time increased because on unix 1 mean nothing
12075: :(
12076:
1.211 moko 12077: * operators.ru.txt, operators.txt: - added info about
12078: ^hash.contain[key]
1.95 moko 12079:
12080: * src/classes/hash.C: - added ^hash.contain[key]
12081:
12082: * src/include/pa_hash.h: - added method for checking key exists in
12083: hash
12084:
12085: 2007-05-07 misha
12086:
12087: * src/include/pa_string.h: - was compilation error during build on
12088: freebsd4
12089:
12090: 2007-05-03 misha
12091:
12092: * src/classes/table.C: - option $.type[hash|string|table] was added
12093: for ^table.hash[]
12094:
12095: * src/classes/file.C: - comment removed
12096:
12097: 2007-04-26 misha
12098:
12099: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
12100: real files doesn't opened in place anymore
12101:
12102: 2007-04-24 misha
12103:
12104: * src/classes/math.C: - I thought one more time and remove lg(N) :)
12105:
12106: * src/include/pa_exception.h: "static" removed
12107:
12108: 2007-04-23 misha
12109:
12110: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
12111:
12112: * src/classes/math.C: added: - ^math:ln(N) (the same as
12113: ^math:log(N)) - ^math:lg(N)
12114:
12115: * tests/: 097.html, results/097.processed: - charsets converstion
12116: during ^file::load[text;http://...] added
12117:
12118: * tests/: 164.html, results/164.processed: - check for set expires
12119: as a date
12120:
12121: * tests/: 164.html, results/164.processed: - test for hashfile
12122:
12123: * src/classes/hashfile.C: - little comment changes
12124:
12125: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
12126: access
12127:
12128: * src/: classes/date.C, classes/double.C, classes/file.C,
12129: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12130: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
12131: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12132: classes/xnode.h, include/pa_request.h, main/execute.C,
12133: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12134: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
12135: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
12136: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12137: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
12138: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
12139: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12140: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
12141: "parser.runtime" strings were removed
12142:
12143: * src/classes/hashfile.C: - with .clear[] called files_delete()
12144: now.
12145:
12146: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
12147:
12148: * src/include/pa_exception.h: - string constant with
12149: "parser.runtime" text was added
12150:
12151: 2007-04-20 misha
12152:
1.211 moko 12153: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 12154:
1.211 moko 12155: * operators.ru.txt, operators.txt: - added info about
12156: .^hashfile.release[], ^hashfile.clenaup[] and new
12157: ^string.match[][>N-option<]
1.95 moko 12158:
12159: * configure: =cheching for unsetenv
12160:
12161: * src/classes/hashfile.C: - ^hashfile.cleanup[],
12162: ^hashfile.release[] were added
12163:
12164: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
12165: ^string.match[][] understand new option now: return number of
12166: matches but not table wit results
12167:
12168: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
12169: reopen now
12170:
12171: * src/classes/op.C: - bug. must be false
12172:
12173: * configure.in: - checking for unsetenv was added
12174:
12175: * src/types/pa_vform.C: - some comments
12176:
12177: 2007-04-18 misha
12178:
12179: * buildall-with-xml: moving to libxml2-2.6.28
12180:
12181: * buildall-with-xml, buildall-without-xml: added commented lines
12182: with --disable-safe-mode option
12183:
1.211 moko 12184: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 12185:
12186: 2007-04-17 misha
12187:
12188: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
12189: $form:files was added
12190:
12191: * tests/: 163.html, results/163.processed: removing auto format
12192:
12193: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
12194:
12195: 2007-04-16 misha
12196:
12197: * tests/: 163.html, results/163.processed: - test for .int[],
12198: floor, round, ceiling and .format[]
12199:
12200: * src/classes/file.C: - little optimization for getting args in
12201: exec/cgi
12202:
12203: 2007-04-13 misha
12204:
12205: * src/classes/file.C: - arguments for file::exec/cgi can be
12206: specified now as s table with one column
12207:
12208: 2007-03-27 misha
12209:
12210: * tests/: 162.html, results/162.processed: - test for
12211: ^table.select(^condition[$t])
12212:
12213: * tests/results/auto.p: - load windows-1251 charset for some tests
12214:
12215: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
12216:
12217: * tests/: results/161.processed, 161.html, 161_utf8.txt,
12218: 161_windows1251.txt: - added test for
12219: ^file::load[text;/local/file.txt;$.charset[...]]
12220:
12221: * tests/: results/013.processed, 013.html: - added test for
12222: checking $._default value while hash modifications
12223:
12224: * tests/: 160.html, results/160.processed: - add test for
12225: ^cache[key](secs){code}, ^cache[] and ^cache(0)
12226:
12227: 2007-03-22 misha
12228:
12229: * src/include/pa_common.h: - "charset" string defined for
12230: ^file::load[text;/local.txt] and ^table::load[/table.txt]
12231:
12232: * src/main/: pa_common.C, pa_http.C: - $.charset option for
12233: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
12234: added - not needed transcodes were removed from
12235: ^file::load[...;http://...]
12236:
12237: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
12238: added
12239:
12240: * src/classes/date.C: - date.week was fixed
12241:
1.211 moko 12242: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 12243:
12244: * tests/: 159.html, results/159.processed: - tests for date.week
12245: and date.weekyear added
12246:
12247: 2007-03-15 misha
12248:
12249: * src/classes/table.C: - enclose column numbers for nameless tables
12250: as well
12251:
12252: 2007-03-14 misha
12253:
12254: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
12255:
12256: * src/classes/table.C: - table.save optimization: now required much
12257: less memory
12258:
12259: 2007-03-13 misha
12260:
12261: * tests/results/: 158.processed, 158.processes: - tests for
12262: table.save/table.load
12263:
12264: * tests/: 158.html, results/158.processes: - tests for
12265: table.save/table.load
12266:
12267: * buildall-with-xml: libxml2: --without-ftp --without-docbook
12268:
12269: * buildall-with-xml: - pattern needed now for building
12270:
12271: * tests/results/097.processed: - added test results for xdoc::load
12272: & xdoc::load[http://...]
12273:
12274: * tests/097.html: - added test for xdoc::load
12275:
12276: 2007-03-12 misha
12277:
12278: * tests/: 107.html, results/107.processed: - added test for xpath
12279: '//man'
12280:
12281: 2007-03-01 misha
12282:
12283: * tests/: 097.html, results/097.processed: - added test for
12284: creating xdoc from file
12285:
12286: * tests/: results/157.processed, 157.html: - added test for
12287: file:move
12288:
12289: 2007-02-28 misha
12290:
12291: * src/classes/xdoc.C: - another attempt
12292:
12293: * src/classes/xdoc.C: - roll back last changes for a while
12294:
1.211 moko 12295: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
12296: ^xdoc::create[$file] added.
1.95 moko 12297:
12298: * src/classes/file.C: - under lock we create non-exist dir anyway
12299:
12300: * tests/results/099.processed: - ever send content-disposition to
12301: client with file
12302:
12303: * tests/157.html: + test for file:copy
12304:
12305: 2007-02-26 misha
12306:
12307: * src/classes/file.C: - some similar strings moved to #define
12308: instead of to be copy/pasted many times
12309:
12310: * src/types/pa_vfile.h: - class name string ("file") moved to
12311: #define
12312:
12313: 2007-02-20 misha
12314:
12315: * configure.in: - added some strings for sqlite detection
12316:
12317: 2007-02-19 misha
12318:
1.211 moko 12319: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 12320:
12321: * buildall-with-xml, buildall-without-xml: - some modifications
12322:
12323: 2007-02-17 misha
12324:
12325: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
12326:
12327: * src/main/pa_request.C: - damn, i forgot to commit it while I
12328: change console behaviour
12329:
12330: 2007-02-12 misha
12331:
12332: * src/targets/cgi/parser3.C: - don't print headers if
12333: $console:line[data] was used during cgi execution.
12334:
12335: * src/types/pa_vconsole.h: - console class have bool flag now which
12336: marked as 'true' if class was used.
12337:
12338: * tests/: 152.html, results/152.processed: - more types was added
12339: to test 152
12340:
12341: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
12342: adding 'bool' (^if($image){} caused exception)
12343:
12344: 2007-02-09 misha
12345:
12346: * tests/: 152.html, results/152.processed: - test alightly updated
12347:
12348: * tests/: 152.html, results/152.processed: - test rewrited
12349:
12350: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
12351: bugfix. I broke xdoc & xnode in expression
12352:
12353: 2007-02-08 misha
12354:
12355: * tests/: 152.html, results/152.processed: - add test for checking
12356: 'def' for void, string, bool, int & double
12357:
12358: 2007-02-07 misha
12359:
1.211 moko 12360: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
12361: added
1.95 moko 12362:
12363: * tests/results/153.processed: - result test for
12364: ^file:base64[filespec] was updated
12365:
12366: * tests/153.html: - test for ^file:base64[filespec] was added
12367:
12368: * src/types/pa_vconsole.h: - little optimization
12369:
12370: * src/classes/file.C: - ^file:base64[filespec]
12371:
12372: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12373:
12374: * src/include/pa_common.h: - declarations for
12375: ^file:base64[filespec]
12376:
12377: * src/types/pa_vcookie.C: - little optimization
12378:
12379: 2007-02-06 misha
12380:
12381: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12382: were temporary commented
12383:
12384: * src/types/pa_vbool.h: - bugfix
12385:
12386: * tests/156.html: - added test for bool cookie
12387:
12388: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12389:
12390: * tests/: 155.html, results/155.processed: - added test for check
12391: $.encloser[] option for table save/load
12392:
12393: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12394:
12395: 2007-02-05 misha
12396:
12397: * tests/results/152.processed: - newline at the end was missed
12398:
12399: * tests/results/141.processed: - math:md5 must be lowercased
12400:
12401: * src/targets/cgi/parser3.C: - 2007 in help ;)
12402:
12403: 2007-02-03 misha
12404:
12405: * tests/results/: 150.processed, 151.processed, 152.processed: -
12406: test for bool added and some content length fixes
12407:
12408: * tests/152.html: - test for bool added
12409:
12410: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12411:
1.211 moko 12412: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12413:
1.116 moko 12414: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12415: classes/classes.vcproj, classes/double.C, classes/int.C,
12416: classes/string.C, classes/void.C, classes/xnode.C,
12417: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12418: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12419: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12420: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12421: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12422: types/types.vcproj: - bool class was added
12423:
12424: * src/main/pa_request.C: - fix
12425:
12426: 2007-01-18 misha
12427:
12428: * src/: main/pa_string.C, classes/string.C: - return table during
12429: ^string.match[][] even if no matched found.
12430:
12431: 2006-12-20 misha
12432:
12433: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12434: http://www.parser.ru/forum/?id=55598 ]
12435:
12436: 2006-12-19 misha
12437:
12438: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12439: details: http://www.parser.ru/forum/?id=52359
12440:
12441: * src/main/pa_request.C: - always set content-disposition for
12442: $response:body[hash here]. more details:
12443: http://www.parser.ru/forum/?id=52130
12444:
12445: 2006-12-07 misha
12446:
1.211 moko 12447: * operators.ru.txt, operators.txt: - added info about bool params
12448: in cookie set
1.95 moko 12449:
12450: * src/types/pa_vcookie.C: - bool param in cookies available now
12451: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12452: ]
12453:
12454: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12455: was added
12456:
12457: 2006-12-02 misha
12458:
12459: * src/classes/file.C: - file_block_read used instead of native read
12460:
12461: * src/main/pa_common.C: - added file_block_read with read error
12462: detection - file_block_read used instead of native read
12463:
12464: * src/include/pa_common.h: - added file_block_read declaration
12465:
12466: 2006-12-01 misha
12467:
1.211 moko 12468: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12469: added
1.95 moko 12470:
12471: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12472: $var.CLASS_NAME added
12473:
1.211 moko 12474: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12475:
12476: * src/classes/file.C: - ^file:copy[from;fo] was added
12477:
12478: 2006-11-20 misha
12479:
12480: * src/classes/date.C: - bug fix :)
12481:
12482: 2006-11-17 misha
12483:
12484: * src/include/pa_common.h: - array in crc32 calculation was changed
12485: to static
12486:
12487: * src/main/pa_common.C: - little optimization in getMonthDays -
12488: small changes in crc32 calculation
12489:
12490: * src/classes/date.C: - not needed code was removed
12491:
12492: 2006-11-16 misha
12493:
12494: * src/types/pa_vmail.C: - fix missed brakes
12495:
12496: * src/types/pa_vmail.C: - mail:send now set content-type:
12497: multipart/related instead of multipart/mixed if file have
12498: $.content-id[]
12499:
12500: 2006-11-15 misha
12501:
12502: * src/types/pa_vdouble.h: abs -> fabs
12503:
12504: 2006-11-14 misha
12505:
1.211 moko 12506: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12507: and ^file:md5[file-name]
1.95 moko 12508:
12509: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12510: added
12511:
12512: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12513: FILE_BUFFER_SIZE
12514:
12515: * src/classes/math.C: - hex_string was moved to pa_common.h
12516:
12517: * src/include/pa_common.h: - hex_string was moved from math.C -
12518: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12519:
12520: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12521: values was fixed
12522:
12523: 2006-11-13 misha
12524:
1.211 moko 12525: * operators.ru.txt, operators.txt: - added info about
12526: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12527:
12528: * src/classes/math.C: - added ^math:crc32[string]
12529:
12530: * src/classes/file.C: - some comments were changed - added
12531: ^file:crc32[file-name] and ^file.crc32[]
12532:
12533: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12534: crc32 calculation added
12535:
12536: 2006-11-03 misha
12537:
12538: * src/include/pa_array.h: - not needed variable removed
12539:
12540: * tests/: 150.html, 151.html, results/150.processed,
12541: results/151.processed: - 2 tests were added
12542:
12543: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12544: with $.reverse(1) were fixed
12545:
12546: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12547: query converted to $.charset during ^file::load[http://...]
12548:
12549: 2006-11-02 misha
12550:
12551: * src/include/pa_table.h: ups. forget '=' char
12552:
12553: * src/include/pa_table.h: - one more fix in
12554: .locate[...][$.reverse(1)]
12555:
12556: 2006-11-01 misha
12557:
12558: * src/classes/math.C: - bug fix, details:
12559: http://www.parser.ru/forum/?id=53360
12560:
12561: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12562: false for all records )[$.reverse(1)]
12563:
12564: * src/main/pa_http.C: - second param for this mid method is length
12565: but not end_index so this method has error and can't detect
12566: charsets in next content-types: Content-type: text/html;
12567: charset="windows-1251" Content-type: text/html;
12568: charset="windows-1251"; Content-type: text/html;
12569: charset=windows-1251;
12570:
12571: only Content-type: text/html; charset=windows-1251 was fine
12572:
12573: 2006-10-31 misha
12574:
12575: * src/classes/file.C: - empty args in file::exec removed now
12576:
12577: 2006-09-03 paf
12578:
12579: * src/classes/file.C: proper tainting of
12580: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12581:
12582: 2006-06-09 paf
12583:
12584: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12585:
12586: * src/classes/table.C: formatting
12587:
12588: * src/classes/table.C: incorporated patch from misha: Sent:
12589: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12590: ignoring string options for ^table.save[]
12591:
12592: * src/classes/hash.C: incorporated patch from misha Sent:
12593: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12594: $hash._default disappear while
12595:
1.211 moko 12596: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12597: $.value[file] $.format[!uue|!base64] << new base64 option.
12598: default uue ] ]
1.95 moko 12599:
12600: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12601: PM Subject: patch for base64 in ^mail:send[] %-)
12602:
12603: 2006-04-09 paf
12604:
12605: * src/main/compile.tab.C: ` change compiled
12606:
1.211 moko 12607: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12608: src/classes/classes.vcproj, src/classes/file.C,
12609: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12610: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12611: src/classes/xnode.C, src/include/pa_array.h,
12612: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12613: src/include/pa_memory.h, src/include/pa_request.h,
12614: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12615: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12616: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12617: src/lib/pcre/pcre_dftables.vcproj,
12618: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12619: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12620: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12621: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12622: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12623: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12624: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12625: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12626: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12627: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12628: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12629: src/types/pa_value.h, src/types/pa_vcookie.C,
12630: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12631: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12632: src/types/pa_vstatus.C, src/types/types.vcproj,
12633: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12634: ^menu, ^hash/hashfile.foreach
12635:
12636: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12637: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12638: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12639: src/classes/xnode.C, src/include/pa_array.h,
12640: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12641: src/include/pa_memory.h, src/include/pa_request.h,
12642: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12643: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12644: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12645: src/lib/pcre/pcre_dftables.vcproj,
12646: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12647: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12648: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12649: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12650: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12651: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12652: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12653: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12654: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12655: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12656: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12657: src/types/pa_value.h, src/types/pa_vcookie.C,
12658: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12659: src/types/pa_vstatus.C, src/types/types.vcproj,
12660: tests/descript.ion: ! switched to VS2005 (projects and
12661: object<info explicitly typed>.for_each(, info)) +
12662: $response:field[] setting void means removing + grammar $name`
12663: name stops now, for mysql `$field` + started ^break[]
12664: ^continue[], in ^for. TODO: to other iterators (while, menu,
12665: foreach) + all log messages += [uri=, method=, cl=]
12666:
12667: * buildall-with-xml: merged . ftp paths update
12668:
12669: * buildall-with-xml: . ftp paths update
12670:
12671: 2006-03-04 paf
12672:
12673: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12674: checks++ [thanks to Igor Zinkovsky for detailed report]
12675:
12676: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12677: Igor Zinkovsky for detailed report]
12678:
12679: 2006-03-01 paf
12680:
12681: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12682: \n to ' ' in
12683:
12684: 2006-02-18 paf
12685:
12686: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12687: \n to ' ' in
12688:
12689: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12690:
12691: 2006-02-03 paf
12692:
12693: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12694: base64
12695:
12696: * src/main/pa_common.C: ! bugfix: decoding from base64
12697:
12698: 2006-01-20 paf
12699:
12700: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12701: economy fix
12702:
12703: * src/classes/: table.C: merged from HEAD ! bugfix
12704: ^table.save[$.encloser-s now handled properly
12705:
12706: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12707: handled properly
12708:
12709: 2006-01-19 paf
12710:
12711: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12712: libgc:USE_MUNMAP activates merging of free memory blocks which
12713: helps a lot in our case: after transform we want
12714: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12715:
12716: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12717: economy fix
12718:
12719: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12720: activates merging of free memory blocks which helps a lot in our
12721: case: after transform we want CORD(main.result)->cstr[big
12722: malloc]->transcode[big malloc]
12723:
12724: 2006-01-17 paf
12725:
12726: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12727: before reading them. got rid of reallocs = became quicker and
12728: less fragmentated
12729:
12730: 2005-12-29 paf
12731:
1.116 moko 12732: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12733: configure, configure.in, src/include/pa_version.h,
12734: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12735: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12736: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12737: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12738: src/lib/ltdl/missing: . merged from 3.2.1
12739:
1.116 moko 12740: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12741: packaged when 'make dist', so do configure companion files in
12742: src/lib/ltdl
12743:
12744: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12745: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12746: missing: . now config_auto.h is created with configure [were
12747: constant]
1.95 moko 12748:
12749: * INSTALL: . references to documentation and some clarification
12750:
12751: * buildall-with-xml, buildall-without-xml: . farawell doc
12752: indication
12753:
1.116 moko 12754: * Makefile.am: . dist+=buildall*
1.95 moko 12755:
12756: 2005-12-28 paf
12757:
12758: * configure: . 3.2.1
12759:
12760: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12761: simplify build process, see INSTALL
12762:
12763: 2005-12-26 paf
12764:
12765: * configure: ver
12766:
12767: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12768: version
12769:
12770: 2005-12-21 paf
12771:
12772: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12773: compiled with bison 1.875b, it reports unexpected token names
12774:
12775: 2005-12-19 paf
12776:
12777: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12778: holds a link to xmlNode to prevent premature gc(xmlNode)
12779:
12780: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12781: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12782: src/main/main.vcproj, src/main/pa_globals.C,
12783: src/targets/cgi/parser3.vcproj,
12784: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12785: configure, configure.in, src/include/pa_version.h: . killing
12786: gdome [what a relief]
12787:
12788: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12789: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12790: run_parser.sh, results/001.processed, results/002.processed,
12791: results/003.processed, results/004.processed,
12792: results/005.processed, results/006.processed,
12793: results/008.processed, results/009.processed,
12794: results/010.processed, results/011.processed,
12795: results/012.processed, results/013.processed,
12796: results/014.processed, results/015.processed,
12797: results/016.processed, results/017.processed,
12798: results/018.processed, results/020.processed,
12799: results/021.processed, results/022.processed,
12800: results/023.processed, results/024.processed,
12801: results/025.processed, results/026.processed,
12802: results/027.processed, results/028.processed,
12803: results/029.processed, results/030.processed,
12804: results/031.processed, results/032.processed,
12805: results/033.processed, results/034.processed,
12806: results/035.processed, results/036.processed,
12807: results/037.processed, results/038.processed,
12808: results/039.processed, results/040.processed,
12809: results/041.processed, results/042.processed,
12810: results/043.processed, results/044.processed,
12811: results/045.processed, results/046.processed,
12812: results/047.processed, results/048.processed,
12813: results/049.processed, results/050.processed,
12814: results/051.processed, results/052.processed,
12815: results/053.processed, results/054.processed,
12816: results/055.processed, results/056.processed,
12817: results/057.processed, results/058.processed,
12818: results/059.processed, results/060.processed,
12819: results/061.processed, results/062.processed,
12820: results/063.processed, results/064.processed,
12821: results/065.processed, results/066.processed,
12822: results/067.processed, results/068.processed,
12823: results/069.processed, results/070.processed,
12824: results/071.processed, results/072.processed,
12825: results/073.processed, results/074.processed,
12826: results/075.processed, results/076.processed,
12827: results/077.processed, results/078.processed,
12828: results/079.processed, results/080.processed,
12829: results/081.processed, results/082.processed,
12830: results/083.processed, results/084.processed,
12831: results/085.processed, results/086.processed,
12832: results/087.processed, results/088.processed,
12833: results/089.processed, results/090.processed,
12834: results/091.processed, results/092.processed,
12835: results/093.processed, results/094.processed,
12836: results/095.processed, results/096.processed,
12837: results/097.processed, results/099.processed,
12838: results/100.processed, results/101.processed,
12839: results/102.processed, results/104.processed,
12840: results/105.processed, results/106.processed,
12841: results/107.processed, results/108.processed,
12842: results/109.processed, results/110.processed,
12843: results/111.processed, results/112.processed,
12844: results/113.processed, results/114.processed,
12845: results/115.processed, results/117.processed,
12846: results/119.processed, results/120.processed,
12847: results/121.processed, results/122.processed,
12848: results/123.processed, results/124.processed,
12849: results/125.processed, results/126.processed,
12850: results/127.processed, results/128.processed,
12851: results/129.processed, results/130.processed,
12852: results/131.processed, results/132.processed,
12853: results/133.processed, results/134.processed,
12854: results/135.processed, results/136.processed,
12855: results/138.processed, results/139.processed,
12856: results/140.processed, results/141.processed,
12857: results/142.processed, results/143.processed,
12858: results/144.processed, results/145.processed,
12859: results/146.processed, results/147.processed,
12860: results/148.processed, results/149.processed, results/auto.p: .
12861: now works if we turn off default auto.p
12862:
1.116 moko 12863: * configure: . makes
1.95 moko 12864:
12865: * src/types/pa_vxnode.C: . less warnings
12866:
12867: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12868: tests/145.html, tests/149.html, tests/descript.ion,
12869: tests/outputs/d.cmd, tests/results/142.processed,
12870: tests/results/143.processed, tests/results/144.processed,
12871: tests/results/145.processed, tests/results/146.processed,
12872: tests/results/147.processed, tests/results/148.processed,
12873: tests/results/149.processed: . removed .nodeValue from all node
12874: types other than 5 (grabbed piece from gdome)
12875:
12876: * tests/: 137.html, results/137.processed: . not handled this case
12877: yet. code does not hang from inserting parent into child,
12878: considering thing minor issue -- nodes are removed from source
12879: anyway, don't know why shold that be an error after all
12880:
12881: * src/targets/cgi/parser3.C: . style
12882:
12883: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12884: xdoc too [were barking "not element"]
12885:
12886: 2005-12-16 paf
12887:
12888: * tests/: 146.html, 147.html, 148.html: . more tests
12889:
12890: * src/classes/xnode.C: . also bark on possible errors
12891:
12892: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12893: props
12894:
12895: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12896: main/compile.y: merged from HEAD ! fixed overoptimized
12897: ^call(false) case. (confused it with ^call[] case)
12898:
12899: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12900: ^call(false) case. (confused it with ^call[] case)
12901:
12902: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12903:
12904: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12905: results/001.processed, results/002.processed,
12906: results/003.processed, results/004.processed,
12907: results/005.processed, results/006.processed,
12908: results/008.processed, results/009.processed,
12909: results/010.processed, results/011.processed,
12910: results/012.processed, results/013.processed,
12911: results/014.processed, results/015.processed,
12912: results/016.processed, results/017.processed,
12913: results/018.processed, results/019.processed,
12914: results/020.processed, results/021.processed,
12915: results/022.processed, results/023.processed,
12916: results/024.processed, results/025.processed,
12917: results/026.processed, results/027.processed,
12918: results/028.processed, results/029.processed,
12919: results/030.processed, results/031.processed,
12920: results/032.processed, results/033.processed,
12921: results/034.processed, results/035.processed,
12922: results/036.processed, results/037.processed,
12923: results/038.processed, results/039.processed,
12924: results/040.processed, results/041.processed,
12925: results/042.processed, results/043.processed,
12926: results/044.processed, results/045.processed,
12927: results/046.processed, results/047.processed,
12928: results/048.processed, results/049.processed,
12929: results/050.processed, results/051.processed,
12930: results/052.processed, results/053.processed,
12931: results/054.processed, results/055.processed,
12932: results/056.processed, results/057.processed,
12933: results/058.processed, results/059.processed,
12934: results/060.processed, results/061.processed,
12935: results/062.processed, results/063.processed,
12936: results/064.processed, results/065.processed,
12937: results/066.processed, results/067.processed,
12938: results/068.processed, results/069.processed,
12939: results/070.processed, results/071.processed,
12940: results/072.processed, results/073.processed,
12941: results/074.processed, results/075.processed,
12942: results/076.processed, results/077.processed,
12943: results/078.processed, results/079.processed,
12944: results/080.processed, results/081.processed,
12945: results/082.processed, results/083.processed,
12946: results/084.processed, results/085.processed,
12947: results/086.processed, results/087.processed,
12948: results/088.processed, results/089.processed,
12949: results/090.processed, results/091.processed,
12950: results/092.processed, results/093.processed,
12951: results/094.processed, results/095.processed,
12952: results/096.processed, results/097.processed,
12953: results/099.processed, results/101.processed,
12954: results/102.processed, results/104.processed,
12955: results/105.processed, results/106.processed,
12956: results/107.processed, results/108.processed,
12957: results/109.processed, results/110.processed,
12958: results/111.processed, results/112.processed,
12959: results/113.processed, results/114.processed,
12960: results/115.processed, results/116.processed,
12961: results/117.processed, results/118.processed,
12962: results/119.processed, results/120.processed,
12963: results/121.processed, results/122.processed,
12964: results/123.processed, results/124.processed,
12965: results/125.processed, results/126.processed,
12966: results/127.processed, results/128.processed,
12967: results/129.processed, results/130.processed,
12968: results/131.processed, results/132.processed,
12969: results/133.processed, results/134.processed,
12970: results/135.processed, results/136.processed,
12971: results/137.processed, results/138.processed,
12972: results/139.processed, results/140.processed,
12973: results/141.processed: . refreshed old tests, made them work
12974: without auto.p (in utf8) . things noted: . gif got encoded
12975: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12976: some strange year)
12977:
12978: * INSTALL: . revived linux libgc fix
12979:
12980: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12981: glib/gdome in INSTALL and patches]
12982:
12983: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12984: include/pa_charset.h, include/pa_config_includes.h,
12985: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12986: include/pa_xml_exception.h, lib/cord/Makefile.am,
12987: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12988: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12989: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12990: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12991: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12992: types/pa_vxnode.h: . started killing gdome
12993:
12994: 2005-12-13 paf
12995:
12996: * src/main/: pa_request.C: merged from HEAD ! when code in
12997: @unhandled_exception thrown another exception, print correct
12998: origin (earlier code in catch of exception inside of
12999: @unhandled_exception grabbed parent_frame(original_exception)
13000: origin and printed it, instead of true origin)
13001:
13002: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
13003: another exception, print correct origin (earlier code in catch of
13004: exception inside of @unhandled_exception grabbed
13005: parent_frame(original_exception) origin and printed it, instead
13006: of true origin)
13007:
13008: 2005-12-09 paf
13009:
13010: * INSTALL: . updated INSTALL doc to work around linux stack base
13011: detection problem, due to change in gc6.4 code
13012:
13013: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
13014: ignored in ^string.matched :(
13015:
13016: * src/main/pa_string.C: ! regex tainting were ignored in
13017: ^string.matched :(
13018:
13019: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
13020: src/include/pa_config_fixed.h, src/include/pa_version.h,
13021: src/main/compile.y, src/main/compile_tools.h,
13022: src/main/pa_charset.C, src/main/pa_common.C,
13023: src/main/pa_globals.C, src/main/pa_string.C,
13024: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
13025: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
13026:
13027: 2005-12-08 paf
13028:
13029: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
13030: 500 chars now handled OK [were wrapped on 500th char according to
13031: rfc, but sendmail failed to unwrap it properly]
13032:
13033: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
13034: handled OK [were wrapped on 500th char according to rfc, but
13035: sendmail failed to unwrap it properly]
13036:
13037: * src/targets/isapi/parser3isapi.C: . less warnings
13038:
13039: * src/targets/isapi/parser3isapi.C: . undone some strange change
13040: since 3.1.5
13041:
13042: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
13043: link fixes
13044:
13045: * src/: classes/date.C, include/pa_config_fixed.h,
13046: main/compile.tab.C, main/compile.y, main/compile_tools.h,
13047: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
13048: main/pa_string.C, targets/cgi/getopt.c: . less warnings
13049:
13050: * src/include/pa_config_fixed.h: . removed outdated string origins
13051: [in current storage scheme there's no place for them. someday we
13052: can add third CORD to store origins and special version of parser
13053: which stores origins there [separate binary]]
13054:
13055: 2005-12-07 paf
13056:
13057: * src/targets/isapi/parser3isapi.C: . now links in release mode
13058:
13059: * src/include/pa_version.h: makefiles
13060:
13061: * src/include/pa_version.h: . not beta
13062:
13063: * configure, configure.in, src/include/pa_version.h: not beta
13064:
13065: 2005-12-06 paf
13066:
13067: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
13068: [some details here http://i2/tasks/edit/?id=4869912143891354460]
13069: decided to undo the change ^call[$void] passes void. now it will
13070: pass empty string again.
13071:
13072: * src/main/: compile.tab.C, compile.y: . version readded
13073:
13074: * src/classes/op.C: . in this version there is no ^switch[$nothing]
13075: = ^switch[void] problem
13076:
13077: 2005-12-01 paf
13078:
13079: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
13080: caused ^case[string] to be coerced to double since searching
13081: value were not string (it was vvoid)
13082:
13083: * src/classes/op.C: . bugfix ^switch[$void_value] caused
13084: ^case[string] to be coerced to double since searching value were
13085: not string (it was vvoid)
13086:
13087: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
13088: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
13089:
13090: 2005-11-30 paf
13091:
13092: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
13093: win32 must putenv("TZ="), on unix works only putenv("TZ")
13094:
13095: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
13096: putenv("TZ="), on unix works only putenv("TZ")
13097:
13098: * INSTALL: . xml libs versions updated
13099:
13100: * src/main/pa_globals.C: //20051130 trying to remove this, author
13101: claims that fixed a lot there // 20040920 for now both
13102: workarounds needed. wait for new libxml/xsl versions
13103:
13104: 2005-11-28 paf
13105:
13106: * src/classes/table.C: merged from HEAD: ! nameless table has
13107: columns==0
13108:
13109: * src/classes/table.C: ! nameless table has columns==0
13110:
13111: * src/main/pa_http.C: merged from HEAD: ! status line check made
13112: earlier [was totally wrong]
13113:
13114: * src/main/pa_http.C: ! status line check made earlier [was totally
13115: wrong]
13116:
13117: 2005-11-25 paf
13118:
13119: * src/include/pa_array.h: -this reduces speed(table::load) strange.
13120: undoing for now...
13121:
13122: * src/include/pa_version.h: -this reduces speed(table::load),
13123: strange. undoing
13124:
13125: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
13126:
13127: * src/classes/op.C: + ^while(){}[SEPARATOR]
13128:
13129: * src/include/pa_array.h: + optimistics added: all arrays (table
13130: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
13131: this speeds things up and saves memory a LOT! (not noticed
13132: negative effect on syntetic tests, future will tell...)
13133:
13134: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
13135: changed gc_malloc implementation, which obscured profiling
13136:
13137: * src/classes/table.C: merged from HEAD: + optimized
13138: table::load/sql, now row ArrayString-s allocated with
13139: columns.count() elements and don't always grow from
13140: count=3[realloc,realloc]
13141:
13142: * src/classes/table.C: + optimized table::load/sql, now row
13143: ArrayString-s allocated with columns.count() elements and don't
13144: always grow from count=3[realloc,realloc]
13145:
13146: * src/classes/table.C: merged from HEAD: . ^table.save unused
13147: buffer after save
13148:
13149: * src/classes/table.C: . ^table.save unused buffer after save
13150:
13151: 2005-11-24 paf
13152:
13153: * configure.in: . merged glib2-config patch
13154:
13155: * configure.in: + trying to find glib2-config
13156:
13157: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13158: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
13159: file/dir_readable to simple file/dir_exist, this would help in
13160: situations "class not found because .p file has bad rights" << in
13161: that case error would be explicit "access denied to 'this' file"
13162:
1.116 moko 13163: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 13164:
13165: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13166: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
13167: to simple file/dir_exist, this would help in situations "class
13168: not found because .p file has bad rights" << in that case error
13169: would be explicit "access denied to 'this' file"
13170:
13171: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
13172: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13173: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
13174: ^file::exec/cgi[script;$.charset[changed]
13175: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13176: encoded in $.charset charset
13177:
13178: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
13179: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13180: encoded in $.charset charset
13181:
13182: * src/: include/Makefile.am, include/pa_common.h,
13183: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13184: main/pa_common.C, main/pa_http.C: . extracted http:// into
13185: separate file [preparation for
13186: ^file::cgi[script;$.form[$.field1[]
13187:
13188: 2005-11-22 paf
13189:
13190: * src/: include/pa_version.h, main/compile.tab.C: makefiles
13191:
13192: * acinclude.m4, configure.in: . merged underquting fixes
13193:
1.116 moko 13194: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 13195:
13196: * src/classes/op.C: . overmerged a little
13197:
13198: * src/main/compile.tab.C: Makefile
13199:
13200: * src/main/: pa_common.C: . less gcc warnings
13201:
13202: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
13203: now reports original exception if we have no old cache
13204:
13205: * src/classes/op.C: + $exception.handled[cache] now reports
13206: original exception if we have no old cache
13207:
13208: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
13209: from HEAD: + ^taint/untaint[regex] << escapes these:
13210: \^$.[]|()?*+{}
13211:
13212: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
13213: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
13214:
13215: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13216: getenv-ed variable, which does not work both on win32&unix.
13217: copied old TZ value now
13218:
13219: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
13220: stored pointer to getenv-ed variable, which does not work both on
13221: win32&unix. copied old TZ value now
13222:
13223: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13224: getenv-ed variable, which does not work both on win32&unix.
13225: copied old TZ value now
13226:
13227: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
13228: access to internal hash
13229:
13230: * src/types/pa_vresponse.C: + $response:headers access to internal
13231: hash
13232:
13233: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
13234: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13235: isapi] this reduces number of "GC Warning: Repeated allocation of
13236: very large block" messages to only important onces
13237:
13238: * src/targets/isapi/parser3isapi.C: +
13239: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13240: isapi] this reduces number of "GC Warning: Repeated allocation of
13241: very large block" messages to only important onces
13242:
13243: * src/classes/string.C: merged from HEAD: + removed limitation on
13244: ^string/int/double:sql{}[$.default[({param style})] ]
13245:
13246: * src/classes/string.C: + removed limitation on
13247: ^string/int/double:sql{}[$.default[({param style})] ]
13248:
13249: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
13250: with ?params or $.form option" limitation
13251:
13252: * src/main/pa_common.C: + removed "use either uri with ?params or
13253: $.form option" limitation
13254:
13255: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13256: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
13257: ^file::base64[encoded] decode
13258:
13259: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13260: main/pa_common.C: + ^file.base64[] encode +
13261: ^file::base64[encoded] decode
13262:
13263: * src/classes/: file.C, string.C: + ^string.base64[] encode +
13264: ^string:base64[encoded] decode
13265:
13266: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
13267: ^string:base64[in] encode + ^string.base64[] decode
13268:
13269: 2005-11-21 paf
13270:
13271: * src/classes/file.C: + merged from HEAD:
13272: ^file::create[text;file.xml;^untaint[xml]{data}]
13273:
13274: * src/classes/file.C: +
13275: ^file::create[text;file.xml;^untaint[xml]{data}]
13276:
13277: * src/main/pa_request.C: ! merged: $response:body[file] now
13278: differes from :download, it does not return content-disposition
13279: at all now [previusely it returned valueless content-disposition]
13280:
13281: * src/main/pa_request.C: ! $response:body[file] now differes from
13282: :download, it does not return content-disposition at all now
13283: [previusely it returned valueless content-disposition]
13284:
13285: * src/main/: compile.tab.C, compile.y: ! overoptimized void
13286: literals, reverted to just vvod, recreating empty array with each
13287: void_value token. that's absolutely needed, since that array
13288: grows
13289:
13290: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13291: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13292: types/pa_vmethod_frame.h: + merged: expression literals:
13293: true/false. ^format[$.indent(true)]
13294:
13295: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13296: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13297: types/pa_vmethod_frame.h: + expression literals: true/false.
13298: ^format[$.indent(true)]
13299:
13300: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13301: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13302: i386-pc-win32)"
13303:
13304: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13305: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13306: i386-pc-win32)"
13307:
13308: 2005-11-18 paf
13309:
13310: * src/classes/: double.C, int.C: ! ^int/double:sql{select
13311: null}[$.default(123)] will now return default value
13312:
13313: * src/classes/op.C: + merged ^cache[] << returns current cache
13314: expiration time
13315:
13316: * src/classes/op.C: + ^cache[] << returns current cache expiration
13317: time
13318:
13319: * src/classes/table.C: ! merged ^table::create[not'nameless';
13320: failed << Exception.problem_source pointed to local var!
13321:
13322: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
13323: Exception.problem_source pointed to local var!
13324:
13325: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
13326: now loads VFile.ptr!=0, so such files can be saved now
13327:
13328: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
13329: loads VFile.ptr!=0, so such files can be saved now
13330:
13331: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
13332: only . and .. now removed from list [were removed all .*]
13333:
13334: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
13335: .. now removed from list [were removed all .*]
13336:
13337: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
13338: open error now checked, were not :( [stole that piece from apache
13339: 1.3 sources]
13340:
13341: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
13342: checked, were not :( [stole that piece from apache 1.3 sources]
13343:
13344: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
13345: untainting of @main result if returned by $result or
13346: $response:body
13347:
13348: * src/main/pa_request.C: ! ensured proper untainting of @main
13349: result if returned by $result or $response:body
13350:
13351: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
13352: issue: now tries to guess content-length and allocates one big
13353: piece if possible [regretfully gc_realloc works as malloc+free,
13354: leaving lots of holes behind]
13355:
13356: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
13357: fixed file load memory issue: now tries to guess content-length
13358: and allocates one big piece if possible [regretfully gc_realloc
13359: works as malloc+free, leaving lots of holes behind]
13360:
13361: 2005-11-16 paf
13362:
13363: * src/: include/pa_common.h, classes/file.C, classes/table.C,
13364: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
13365: table::save with enclosers now doubles them: "->"" !
13366: table::save/load do not remove elements from options hash
13367:
13368: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13369: [were overoptimized ^if(double_literal), compiler confused
13370: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13371:
13372: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13373: [were overoptimized ^if(double_literal), compiler confused
13374: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13375:
13376: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13377: main/pa_common.C: ! table::save with enclosers now doubles them:
13378: "->"" ! table::save/load do not remove elements from options hash
13379:
13380: 2005-11-03 paf
13381:
1.116 moko 13382: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13383: compilation, not all makefiles liked that
1.95 moko 13384:
13385: 2005-08-30 paf
13386:
13387: * src/classes/op.C: merge . speedup check of [DEFAULT]
13388:
13389: * src/classes/op.C: . speedup check of [DEFAULT]
13390:
13391: 2005-08-26 paf
13392:
13393: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13394:
13395: * src/: classes/date.C, types/pa_vdate.h: + date.week
13396:
13397: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13398: complains about bad!=nameless
13399:
13400: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13401: about bad!=nameless
13402:
13403: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13404: optional options were allowed to be empty. were checked
13405: if(is_string), changed to !defined||is_string to allow void
13406:
13407: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13408: classes/string.C, classes/table.C, classes/void.C: ! optional
13409: options were allowed to be empty. were checked if(is_string),
13410: changed to !defined||is_string to allow void
13411:
13412: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13413: as_junction where they needed as_int/double, so failed with
13414: recent "(const) now no junction" optimization
13415:
13416: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13417: merged ! many classes/* used as_junction where they needed
13418: as_int/double, so failed with recent "(const) now no junction"
13419: optimization
13420:
13421: * src/: classes/double.C, classes/int.C, classes/math.C,
13422: classes/op.C, classes/string.C, classes/table.C,
13423: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13424: used as_junction where they needed as_int/double, so failed with
13425: recent "(const) now no junction" optimization
13426:
13427: 2005-08-24 paf
13428:
13429: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13430: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13431: stripped it
13432:
13433: 2005-08-09 paf
13434:
13435: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13436: not cleared
13437:
13438: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13439: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13440: classes/hashfile.C, classes/image.C, classes/int.C,
13441: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13442: classes/response.C, classes/string.C, classes/table.C,
13443: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13444: include/pa_array.h, include/pa_cache_managers.h,
13445: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13446: include/pa_config_fixed.h, include/pa_config_includes.h,
13447: include/pa_dictionary.h, include/pa_dir.h,
13448: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13449: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13450: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13451: include/pa_request_charsets.h, include/pa_request_info.h,
13452: include/pa_sapi.h, include/pa_socks.h,
13453: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13454: include/pa_stack.h, include/pa_string.h,
13455: include/pa_stylesheet_connection.h,
13456: include/pa_stylesheet_manager.h, include/pa_table.h,
13457: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13458: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13459: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13460: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13461: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13462: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13463: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13464: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13465: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13466: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13467: main/pa_sql_driver_manager.C, main/pa_string.C,
13468: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13469: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13470: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13471: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13472: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13473: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13474: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13475: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13476: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13477: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13478: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13479: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13480: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13481: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13482: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13483: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13484: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13485: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13486: types/pa_vresponse.C, types/pa_vresponse.h,
13487: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13488: types/pa_vstateless_object.h, types/pa_vstatus.C,
13489: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13490: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13491: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13492: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13493: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13494:
13495: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13496: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13497: speedup consequent checks in vmethod_frame
13498:
13499: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13500: not cleared
13501:
13502: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13503: params: 50 max (were 10)
13504:
13505: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13506: params: 50 max (were 10)
13507:
13508: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13509: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13510: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13511: empty string) ! simplified (double) speedup consequent checks in
13512: vmethod_frame
13513:
13514: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13515: optimized constants in expressions vstring->vdouble + optimized
13516: ^call(vdouble), no junction creation, no calls later
13517:
13518: 2005-08-08 paf
13519:
13520: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13521: compile_tools.h: merged + optimized constants in expressions
13522: vstring->vdouble + optimized ^call(vdouble), no junction
13523: creation, no calls later
13524:
13525: * src/types/pa_vdouble.h: merged . double values without fractional
13526: part now default printed as %.0f instead of %g
13527:
13528: * src/types/pa_vdouble.h: . double values without fractional part
13529: now default printed as %.0f instead of %g
13530:
13531: * src/classes/hashfile.C: . merged ! second hashfile::open would
13532: cause an exception
13533:
13534: * src/classes/hashfile.C: ! second hashfile::open would cause an
13535: exception
13536:
13537: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13538: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13539: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13540: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13541: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13542: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13543: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13544: types/pa_vresponse.h, types/pa_vstateless_class.C,
13545: types/pa_vstateless_object.h, types/pa_vvoid.h,
13546: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13547: merged VJunction(new Junction) optimization from 3.1.4
13548:
13549: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13550: types/pa_vstateless_class.C: + optimized new VJunction(new
13551: Junction(params)) to new VJunction(params), thousands of mallocs
13552: removed
13553:
13554: 2005-08-05 paf
13555:
13556: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13557: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13558: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13559: creation, no calls later
13560:
13561: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13562: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13563: classes/hashfile.C, classes/image.C, classes/int.C,
13564: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13565: classes/response.C, classes/string.C, classes/table.C,
13566: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13567: include/pa_array.h, include/pa_cache_managers.h,
13568: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13569: include/pa_config_fixed.h, include/pa_config_includes.h,
13570: include/pa_dictionary.h, include/pa_dir.h,
13571: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13572: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13573: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13574: include/pa_request_charsets.h, include/pa_request_info.h,
13575: include/pa_sapi.h, include/pa_socks.h,
13576: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13577: include/pa_stack.h, include/pa_string.h,
13578: include/pa_stylesheet_connection.h,
13579: include/pa_stylesheet_manager.h, include/pa_table.h,
13580: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13581: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13582: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13583: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13584: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13585: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13586: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13587: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13588: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13589: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13590: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13591: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13592: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13593: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13594: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13595: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13596: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13597: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13598: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13599: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13600: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13601: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13602: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13603: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13604: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13605: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13606: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13607: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13608: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13609: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13610: types/pa_vstateless_object.h, types/pa_vstatus.C,
13611: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13612: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13613: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13614: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13615: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13616:
13617: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13618: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13619: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13620: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13621: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13622: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13623: optimized constants in expressions vstring->vdouble
13624:
13625: 2005-07-29 paf
13626:
13627: * src/types/pa_vclass.C: . shaped up error messages a bit
13628:
13629: * src/types/pa_vclass.C: + property getter can now be overridden
13630:
13631: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13632: bug fix: static parent fields were not replaced in case
13633: $derived:field[put] + property setter can now be overridden
13634:
13635: 2005-07-28 paf
13636:
13637: * configure, configure.in, src/classes/classes.h,
13638: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13639: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13640: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13641: src/classes/xnode.h, src/include/pa_hash.h,
13642: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13643: src/types/Makefile.am, src/types/pa_method.h,
13644: src/types/pa_value.h, src/types/pa_vclass.C,
13645: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13646: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13647: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13648: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13649: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13650: src/types/pa_vobject.C, src/types/pa_vobject.h,
13651: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13652: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13653: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13654: src/types/pa_vstateless_class.h,
1.95 moko 13655: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13656: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13657: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13658: dynamic_fields_join
13659:
13660: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13661: classes/xnode.C, include/pa_hash.h, main/execute.C,
13662: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13663: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13664: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13665: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13666: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13667: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13668: types/pa_vresponse.h, types/pa_vstateless_object.h,
13669: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13670: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13671: restored its checks in vobject.put_element->static fields |
13672: dynamic properties
13673:
13674: 2005-07-27 paf
13675:
13676: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13677: is some old code containing @set_name $name
13678:
13679: * src/types/pa_vobject.h: . fixed warning
13680:
13681: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13682: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13683:
13684: * src/: classes/xnode.C, include/pa_hash.h,
13685: types/pa_vstateless_class.C: ! new asserts were all false.
13686: regretfully reverted them all to checks
13687:
13688: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13689: classes/op.C, main/execute.C, types/pa_method.h,
13690: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13691: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13692: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13693: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13694: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13695: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13696: types/pa_vstateless_object.h, types/pa_vvoid.h,
13697: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13698: joined_dynamic_fields: removed unused param from put_method
13699: (returned to 3 params)
13700:
13701: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13702: joined_dynamic_fields: dynamic get/set works with overriding
13703: props [alpha2]
13704:
13705: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13706: works [alfa]
13707:
13708: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13709: classes/op.C, include/pa_hash.h, main/execute.C,
13710: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13711: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13712: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13713: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13714: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13715: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13716: types/pa_vresponse.h, types/pa_vstateless_class.C,
13717: types/pa_vstateless_object.h, types/pa_vvoid.h,
13718: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13719: joined_dynamic_fields: just compiled
13720:
13721: * src/: classes/date.C, classes/file.C, classes/hash.C,
13722: classes/hashfile.C, classes/image.C, classes/table.C,
13723: classes/xdoc.C, classes/xnode.h, main/execute.C,
13724: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13725: types/pa_vstateless_class.h: joined_dynamic_fields: started
13726:
13727: * src/types/pa_vobject.C: . object setters [only started, does not
13728: work yet]
13729:
13730: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13731: object setters [only started, does not work yet]
13732:
13733: 2005-07-26 paf
13734:
13735: * src/: include/pa_request.h, main/execute.C: . properties: set
13736: works [alpha2]. for classes. todo: for objects
13737:
13738: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13739: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13740: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13741: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13742: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13743: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13744: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13745: types/pa_vstateless_object.h, types/pa_vvoid.h,
13746: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13747: properties: set works [alpha1]
13748:
13749: 2005-07-25 paf
13750:
13751: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13752: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13753: properties: started, get works [alpha1, other approach]
13754:
13755: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13756: properties: started, get works [alpha2]
13757:
13758: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13759: pa_vstateless_class.h: . properties: started, get works [alpha]
13760:
13761: 2005-07-15 paf
13762:
13763: * src/: classes/classes.h, classes/op.C, main/execute.C,
13764: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13765: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13766: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13767: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13768: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13769: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13770: types/pa_vresponse.C, types/pa_vresponse.h,
13771: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13772: types/pa_vstateless_object.h, types/pa_vvoid.h,
13773: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13774: types/pa_wwrapper.h, types/types.vcproj: + started property
13775: [getters work but think of changing them too to precaching]
13776:
13777: 2005-07-08 paf
13778:
13779: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13780: gpf
13781:
13782: 2005-06-28 paf
13783:
13784: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13785: in passing empty strings to file::exec/cgi environment
13786:
13787: 2005-06-06 paf
13788:
13789: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13790: ^table:sql ^hash:sql now DO process $.bind option
13791:
13792: 2005-05-24 paf
13793:
13794: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13795: $.limit] now work again [support was broken in 3.1.4]
13796:
13797: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13798: ALL_INTERIOR_POINTERS
13799:
13800: 2005-05-12 paf
13801:
13802: * configure: 3.1.5beta
13803:
13804: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13805:
13806: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13807: $.limit] now work again [support was broken in 3.1.4]
13808:
13809: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13810: line-width [was refusing to fill if line-width >1, thanks to
13811: Seras <seras@pinxit.lt> for repro case
13812:
13813: 2005-04-25 paf
13814:
13815: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13816: correctly
13817:
13818: 2005-04-19 paf
13819:
13820: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13821: in VString violating invariant!!
13822:
13823: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13824: getenv("TZ")==null
13825:
13826: 2005-04-08 paf
13827:
13828: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13829: bugfix: when there is no char in charset one byte produces 6
13830: (ÿ <<max). increased buffer size!
13831:
13832: 2005-03-23 paf
13833:
13834: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13835: ^date.sql-string now takes TZ into account
13836:
13837: 2005-03-16 paf
13838:
13839: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13840: gcc 3.4
13841:
13842: * src/types/pa_vhash.C: . warning about eof eol
13843:
13844: 2005-02-17 paf
13845:
1.211 moko 13846: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13847: ^sleep(double seconds)
1.95 moko 13848:
13849: 2005-02-02 paf
13850:
13851: * src/classes/xnode.C: beauty: removed needless includes
13852:
13853: 2005-01-31 paf
13854:
13855: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13856: $.partNoNumber now alias to $.part1
13857:
13858: * src/types/pa_vmail.C: change: incoming letter part contains
13859: "content-disposition" header with any value? now considering that
13860: part to be "file#" [for text/plain text/html were $.text#
13861: $.html#]
13862:
13863: * INSTALL: updatet to latest working versions available
13864:
13865: 2005-01-20 paf
13866:
13867: * configure.in, src/include/pa_version.h: version
13868:
13869: 2005-01-19 paf
13870:
1.116 moko 13871: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13872: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13873: couple warnings in parser3.C
1.95 moko 13874:
13875: 2004-12-23 paf
13876:
13877: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13878:
13879: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13880: dir to directory of script (when shbang used), not to directory
13881: of its interpreter
13882:
13883: * src/include/pa_version.h: compiled on win32...
13884:
13885: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13886: we need more hspace
13887:
13888: * configure, configure.in, src/include/pa_version.h: configured
13889: host to pa_version. will be displayed everywhere
13890:
13891: * src/main/pa_request.C: new: @unhandled_exception can prevent
13892: exception from being logged by setting $exception.handled(1)
13893:
1.211 moko 13894: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13895: ^file::sql{query}[[options]] options: $.name[file name]
13896: $.content-type[application/what]
13897:
13898: * src/: include/pa_common.h, main/pa_common.C,
13899: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13900: new file
13901:
13902: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13903: bugfix: table->hash now regards _default
13904:
13905: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13906: created by accessing $name_of_method it acquired bad self=closest
13907: methodframe; instead of proper self (current class)
13908:
13909: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13910: hashfile produced bad cord
13911:
13912: 2004-12-10 paf
13913:
13914: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13915: subsequent failures though defined in .h
13916:
13917: * src/main/pa_common.C: comment on volatile
13918:
13919: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13920: alarm function were not used since the beginning due to stupid
13921: error [setsigjmp were not checked in configure.in]
13922:
13923: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13924: unix too
13925:
13926: * src/main/pa_common.C: http: exception status of send/recv errors
13927: change to most probable http.timeout
13928:
13929: * src/main/pa_common.C: win32: http connection $.timeout option now
13930: works [setsockopt on send/receive]
13931:
13932: 2004-12-08 paf
13933:
13934: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13935: cstr-ed knowing mail charset, and untainting uri lang now knows
13936: proper charset
13937:
13938: 2004-11-24 paf
13939:
13940: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13941:
13942: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13943: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13944:
13945: 2004-11-12 paf
13946:
13947: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13948: [since 3.0.4]
13949:
13950: 2004-11-09 paf
13951:
13952: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13953: writes basics to c:\parser3.log
13954:
13955: 2004-10-21 paf
13956:
13957: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13958: tainted strings [were returning clean onces]
13959:
13960: 2004-10-15 paf
13961:
13962: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13963: cycles(i=1; i=2), which was wrong, now does ONE
13964:
13965: 2004-10-12 paf
13966:
13967: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13968:
13969: 2004-10-07 paf
13970:
13971: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13972: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13973: release asserts
13974:
13975: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13976: String.dump() to stdout in detailed form [were String.v() in
13977: short form]
13978:
13979: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13980: \t\r\n as @#| and truncates long char sequences less
13981:
13982: 2004-10-06 paf
13983:
13984: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13985: win32 beauty: socket errors properly decoded
13986:
13987: 2004-10-05 paf
13988:
13989: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13990: request::configure_user/admin done always, even if no
13991: file-to-process useful in @unhandled_exception [say, if they
13992: would want to mail by SMTP something]
13993:
13994: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13995: now performed prior to file loading [and @auto executing] thus
13996: making $cookie:value available in @auto and in
13997: @unhandled_exception when IIS is configured to run interpreter
13998: even if no file exist
13999:
14000: 2004-09-20 paf
14001:
14002: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
14003: somewhere where it should have called xmlMalloc and it calls
14004: xmlFree when it should have not called it. inserted two
14005: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
14006: xmlFree just ignored. put away a testcase, maybe someday libxml
14007: author would fix all that. until that day: we have SLOW garbage
14008: collecting when many xml objects are alive hint: do
14009: ^memory:compact[] before xdoc::create
14010:
14011: 2004-09-17 paf
14012:
14013: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
14014: error from 3.0.8 version]
14015:
14016: 2004-09-14 paf
14017:
14018: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
14019: part bugfix: hashfile.foreach iterated only part if hashfile were
14020: modified inside
14021:
14022: 2004-09-13 paf
14023:
14024: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
14025: [were as octal]
14026:
14027: * src/types/pa_vhashfile.C: beauty: not reproduced
14028: $hashfile.key[$novalue] bug [reported by motorin], inserted
14029: safety-check
14030:
14031: * src/types/pa_vhashfile.C: change: empty keys now error in parser
14032: [not something obscure from sdbm lib]
14033:
14034: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
14035: = strerror now returnes something and we can properly report that
14036: to client
14037:
14038: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
14039: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
14040:
14041: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
14042: [tainted as-is] this helps //[space][newline] to remain as-is and
14043: not be unnecessary optimized away [ruining javascript]
14044:
14045: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
14046: [tainted as-is]
14047:
14048: * src/classes/mail.C: bugfix: typo error
14049:
14050: 2004-09-09 paf
14051:
14052: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
14053: separators bugfix: loads header with endings \r\n\r\n and \n\n
14054: (bloody yandex.server)
14055:
14056: 2004-09-06 paf
14057:
14058: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
14059: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
14060: encoded
14061:
14062: 2004-09-01 paf
14063:
14064: * src/types/pa_vmail.C: change: multipart/mixed changed to
14065: multipart/related outlook express have no problems showing
14066: unrelated attachments. todo: someday figure out a way of
14067: multipart/mixed multipart/related text/html
14068: image/xxx application/octet-stream << true attachments
14069:
14070: * src/types/pa_vmail.C: new:
14071: ^mail:send[$.file[$.content-disposition can be overriden new:
14072: empty mail header fields removed from letter
14073:
14074: * src/: classes/mail.C, include/pa_config_fixed.h,
14075: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
14076: ^mail:send[ $.file[ $.any[header]
14077:
14078: 2004-08-30 paf
14079:
14080: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
14081: warnings
14082:
14083: * src/main/pa_common.C: beauty: do not bother with charset
14084: detection when ^file::load[binary
14085:
14086: 2004-08-27 paf
14087:
14088: * src/main/pa_common.C: hack: for yandex.server http server
14089:
14090: 2004-08-18 paf
14091:
14092: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
14093: possibly-chunked response
14094:
14095: 2004-08-17 paf
14096:
14097: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14098: $f.content-type now = that of http response
14099:
14100: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14101: $f.content-type now = that of http response
14102:
14103: 2004-07-30 paf
14104:
14105: * src/: include/pa_request.h, main/pa_request.C,
14106: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
14107: win32: system&parser exceptions in release mode reported properly
14108: parser exception in exception handler WERE mistakenly reported as
14109: system exception, without details [in apache & isapi] +some
14110: beauty in exception text
14111:
14112: * src/: include/pa_exception.h, main/pa_request.C,
14113: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
14114: release mode reported properly parser exception in exception
14115: handler WERE mistakenly reported as system exception, without
14116: details
14117:
14118: * src/main/execute.C: beauty: simplified system exception handling
14119:
14120: 2004-07-29 paf
14121:
14122: * src/classes/table.C: bugfix:
14123: ^table.save[export.csv;$.separator[^;]] now works fine [separator
14124: were ignored, and \t used unconditionally]
14125:
14126: * src/types/Makefile.am: added vhash.c
14127:
14128: 2004-07-28 paf
14129:
14130: * src/: classes/date.C, classes/image.C, classes/math.C,
14131: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
14132: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
14133: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
14134: failed on russian letters
14135:
14136: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
14137: bugfix: isspace((unsigned char)c) everywhere. failed on russian
14138: letters
14139:
14140: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
14141: as 'currentDirectory' parameter to CreateProcess
14142:
14143: 2004-07-27 paf
14144:
14145: * src/targets/cgi/parser3.vcproj: beauty: win32:
14146: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
14147: from release somewhere [to help searching for unhandled system
14148: exceptions]
14149:
14150: * src/types/pa_vdate.h: check: for invalid datetime after temporary
14151: TZ shift
14152:
14153: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
14154: but also in ctor
14155:
14156: 2004-07-26 paf
14157:
1.211 moko 14158: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14159: src/main/pa_common.C, src/main/pa_request.C,
14160: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 14161: src/types/types.vcproj: new: $response:body/download[
14162: $.file[name on disk] $.name[of file for user]
14163: $.mdate[date of last-modified. default from directory] ]
14164:
14165: * src/classes/file.C: moving file:send somewhere else..
14166:
14167: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
14168: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
14169: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
14170: $response:download[ $.filename[filename] $.option[] ,, ]
14171:
14172: * src/classes/file.C: beauty: invalid mode thoroughly reported
14173:
14174: 2004-07-21 paf
14175:
14176: * src/types/pa_vmail.C: bugfix: too long header values now splitted
14177: to several lines
14178:
14179: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
14180:
14181: note: ms outlook[!express] shows only first 255 characters of
14182: subject
14183:
14184: 2004-07-15 paf
14185:
14186: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
14187: off]
14188:
14189: 2004-07-14 paf
14190:
14191: * src/classes/table.C: bugfix: $.bind values now got untainted
14192: according to lang [were: as-is]
14193:
14194: 2004-07-07 paf
14195:
14196: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
14197: checked that
14198:
14199: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
14200: now untainted according to their languages. were: as-is.
14201: EVERYWHERE
14202:
14203: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
14204: environment string now untainted according to their languages.
14205: were: as-is. EVERYWHERE
14206:
14207: * src/main/pa_exec.C: bufix: on unix environment string now
14208: untainted according to their languages. were: as-is. on win32:
14209: ok
14210:
14211: * parser3.vssscc: ...would not go unnoticed
14212:
14213: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
14214: fails. in case on input appears nonutf, those bytes will be
14215: printed in %HH form. that can be easily decoded/recovered.
14216:
14217: this form is quite noticable, and hopefully would not go noticed
14218:
14219: 2004-07-06 paf
14220:
14221: * src/main/pa_exec.C: bufix: on unix environment string now
14222: untainted according to their languages. were: as-is. on win32:
14223: ok
14224:
14225: 2004-07-01 paf
14226:
14227: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
14228: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
14229: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14230: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
14231: main/main.vcproj, targets/cgi/parser3.vcproj,
14232: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
14233: option: global optimization ON
14234:
14235: * src/main/untaint.C: workaround kinda bug in libxml: life requires
14236: to do xdoc::create{invalid chars} standard disables chars less
14237: then \x20, except tab, cr, lf.
14238:
14239: changed tainting so that those become '!'
14240:
14241: 2004-06-25 paf
14242:
14243: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14244: int on odd address [prev bugfix failed due to superwize
14245: optimizer, which turned memcpy into same 'ld' asm command]
14246:
14247: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14248: int on odd address
14249:
14250: 2004-06-22 paf
14251:
14252: * src/sql/pa_sql_driver.h: note: about possible optimization
14253:
1.211 moko 14254: * operators.ru.txt, operators.txt, src/classes/hash.C,
14255: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
14256: src/classes/void.C, src/include/pa_config_includes.h: new:
14257: ^void:sql{call paf(:a)}[ $.bind[
14258: $.a[2] ] ] output variables work. todo:
14259: check in out variables
1.95 moko 14260:
14261: 2004-06-18 paf
14262:
14263: * src/: classes/file.C, classes/hash.C, classes/string.C,
14264: classes/table.C, classes/void.C, include/pa_globals.h,
14265: include/pa_sql_connection.h, main/compile.tab.C,
14266: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
14267: $.bind[ $.a[2] ]
14268: ] input variables work. todo:output
14269:
14270: * src/targets/cgi/parser3.C: bugfix: iis specific
14271: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
14272: /_bug.html?404;http://hpsv/test/
14273: --------------------------------------------------------------------------------
14274: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
14275: --------------------------------------------------------------------------------
14276: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
14277:
14278: 2004-06-16 paf
14279:
14280: * src/targets/cgi/parser3.C: new: iis specific
14281: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
14282: $request:query
14283: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
14284: $form:fields IIS-STATUS="404"
14285: IIS-DOCUMENT="http://server/_bug.html" f="v"
14286:
14287: todo: isapi too
14288:
14289: 2004-05-26 paf
14290:
14291: * src/include/pa_version.h: 3.1.3
14292:
1.211 moko 14293: * operators.ru.txt, operators.txt: beauty: removed outdated level
14294: 'table'
1.95 moko 14295:
14296: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
14297:
14298: * src/main/pa_string.C: beauty: removed 3 warnings
14299:
14300: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
14301: classes/op.C: beauty: removed outdated level 'table'
14302:
14303: 2004-05-25 paf
14304:
14305: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
14306: implementation. mistery: how anything worked
14307:
14308: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
14309: changed, it is now safe to use url if pointers to it are stored
14310: to gc mem
14311:
14312: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
14313: unknown errors reported and not cause SIGSEGV now
14314:
14315: 2004-05-24 paf
14316:
14317: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14318: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
14319: less memory: CORD_chars_block originally intended to ... it was
14320: good that CORD_chars_block were not used: it consumes more memory
14321: [and, might be slow too] undoing that. [and removed that func so
14322: that it would not confuse parser developer in future]
14323:
14324: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
14325: less memory: CORD_chars_block originally intended to
14326: speedup/reduce mem usage were forgotten, and were used stupid
14327: CORD_chars
14328:
14329: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
14330:
14331: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
14332: BIGENDIAN processors space-conserving mech failed, causing
14333: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
14334: (1|2|3));
14335:
14336: 2004-05-14 paf
14337:
14338: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
14339: bugfix: void now has vfile value, and $response:body[] works OK
14340:
14341: 2004-05-12 paf
14342:
14343: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
14344: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
14345: sources to use is_defined() {return as_bool();} along VBool
14346:
14347: 2004-05-11 paf
14348:
14349: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
14350: referencing to local objects
14351:
14352: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
14353: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
14354: left intact
14355:
14356: 2004-04-15 paf
14357:
14358: * src/classes/date.C: merged: beauty: unused var removed
14359:
14360: * src/classes/date.C: beauty: unused var removed
14361:
14362: * src/include/: pa_exec.h: bugfix: interface without pointer
14363: provoked bug
14364:
14365: 2004-04-09 paf
14366:
14367: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14368:
14369: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14370:
14371: 2004-04-08 paf
14372:
14373: * src/classes/date.C: new: ^date::create[y-m-d
14374: h-M-s>>.milliseconds<<] now allowed, ignored so far
14375:
14376: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14377:
14378: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14379: to consult default catalog [usually, that file belongs to other
14380: user/group]
14381:
14382: 2004-04-06 paf
14383:
14384: * src/main/pa_common.C: beauty: gcc warning removed
14385:
14386: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14387: accept that trick, trying other
14388:
14389: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14390: explicit result problem
14391:
14392: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14393: explicit result problem
14394:
14395: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14396: explicit result problem
14397:
1.211 moko 14398: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14399: ^string.append[string]
1.95 moko 14400:
14401: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14402: main/execute.C: attempt_check_call_in_explicit_result_mode:
14403: failed
14404:
14405: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14406: http://i.p.a.ddress gethostbyaddr added [on some platforms
14407: gethostbyname failed with such 'domains'] now checked properly,
14408: were: needless reverse/forward dns lookup
14409:
14410: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14411: http://i.p.a.ddress gethostbyaddr added [on some platforms
14412: gethostbyname failed with such 'domains'] now checked properly,
14413: were: needless reverse/forward dns lookup
14414:
14415: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14416: @method[][result] means "no string output here" moved to lexical
14417: level [on grammar level it were too difficult]
14418:
1.211 moko 14419: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14420: src/main/compile.tab.C, src/main/compile.y,
14421: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14422: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14423: string output here", implemented part of that idea: compiler
14424: throws away string literal generation code. and barks
14425: nonwhitespace chars
1.95 moko 14426:
1.211 moko 14427: * operators.ru.txt, operators.txt: truth: removed comment about
14428: $ORIGIN
1.95 moko 14429:
14430: 2004-04-05 paf
14431:
14432: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14433: src/include/pa_version.h, src/main/pa_common.C,
14434: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14435:
14436: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14437: Konstantin Tomashevitch [mailto:konst@design.ru]
14438:
14439: * src/doc/html2chm.cmd: beauty: no need in bg here
14440:
14441: * src/doc/sources2html.cmd: beauty: same window, in bg it
14442: interfered with FAR console
14443:
14444: * configure, configure.in: 3.1.3
14445:
14446: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14447:
14448: * src/main/pa_common.C: removed warning
14449:
14450: * src/include/pa_version.h: 3.1.3
14451:
14452: 2004-04-02 paf
14453:
14454: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14455:
14456: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14457: allows to specify where to put parser log file
14458:
14459: 2004-04-01 paf
14460:
14461: * src/classes/table.C: bugfix: bugfix: table::load last line
14462: without tab and enter were ignored
14463:
14464: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14465: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14466: main/pa_socks.C, targets/cgi/parser3.C,
14467: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14468: bugfix: sql connections now are disconnected
14469:
14470: 2004-03-30 paf
14471:
14472: * src/classes/table.C: bugfix: table::load last line without tab
14473: and enter were ignored
14474:
14475: * src/classes/table.C: bufix: if last table lines were commented,
14476: gpfed
14477:
14478: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14479: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14480: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14481: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14482: doc/methoded.dox, doc/object.dox, doc/string.dox,
14483: doc/targets.dox, doc/value.dox, include/pa_version.h,
14484: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14485: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14486: bugfixes from 3.1.2, changed version to 3.1.3beta
14487:
14488: 2004-03-29 paf
14489:
14490: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14491: causes gpf
14492:
14493: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14494: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14495: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14496: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14497: value.dox: translated to english
14498:
14499: 2004-03-25 paf
14500:
14501: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14502: parser3project dependency removed
14503:
14504: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14505: bugfix: refused to compile without xml
14506:
14507: * src/types/pa_vform.C: beauty: removed warning
14508:
14509: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14510: any folder [removed last ;) folder dependency]
14511:
14512: * src/classes/classes.vcproj: bugfix: now all compiles in any
14513: folder [removed last ;) folder dependency]
14514:
14515: * src/include/pa_version.h: release
14516:
14517: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14518:
14519: * src/classes/table.C: beauty: comment& more meaningful error
14520: message
14521:
14522: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14523: $.hash[$.column_value1(true) ... ] [were producing some strang
14524: thing]
14525:
14526: 2004-03-23 paf
14527:
14528: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14529: and http status line parsing checked number of columns in table
14530: [user reported an assert]
14531:
1.211 moko 14532: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14533:
14534: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14535: bugfix: junction reattach now actually reattaches a junction to
14536: new wcontext [were only assigning it to junction, which caused
14537: junction tracking to loose junction, and it's context were not
14538: killed, and it tried to process in invalid context, gpf]
14539:
14540: * src/targets/cgi/parser3.C: debug helper added
14541:
14542: 2004-03-19 paf
14543:
14544: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14545: "type(type)" in braces
14546:
14547: 2004-03-10 paf
14548:
1.211 moko 14549: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14550: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14551: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14552: src/types/pa_vxnode.h: new: refined solution to
14553: search-in-namespaces problem:
1.95 moko 14554: $xdoc.search-namespaces.x[http://pif.design.ru/]
14555: $nodes[^xdoc.select[//x:second]]
14556:
1.211 moko 14557: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14558: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14559: search for info in namespaces
1.95 moko 14560:
14561: $nodes[^xdoc.select[//x:second][
14562: $.x[http://pif.design.ru/] ]]
14563:
14564: 2004-03-09 paf
14565:
1.211 moko 14566: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14567: ^file::load[...][options] $.form[
14568: !$.field1[string]
14569: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14570: ] !$.body[string]
14571:
14572: GET ?here notGET(POST, HEAD, others) in content-type:
14573: application/x-www-form-urlencoded
14574:
14575: todo: upload files ability
14576:
14577: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14578: properly, done
14579:
14580: 2004-03-05 paf
14581:
1.211 moko 14582: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14583: file::load[;http:// GET/POST $.form[$.fields started, not tested
14584: yet todo:$.field[table] for multiple values
1.95 moko 14585:
1.211 moko 14586: * operators.ru.txt, operators.txt: new: http:// options $.user
14587: $.password basic authorization
1.95 moko 14588:
14589: * src/main/pa_common.C: beauty: link to rtf added
14590:
1.211 moko 14591: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14592: src/main/pa_common.C: new: http:// options $.user $.password
14593: basic authorization
1.95 moko 14594:
14595: * src/main/pa_common.C: beauty: removed needless vars
14596:
1.211 moko 14597: * operators.ru.txt, operators.txt: new: pgsql option [like that
14598: recently added to oracle driver]
14599: ClientCharset=parser-charset << charset in which parser thinks
14600: client works
14601:
14602: * operators.ru.txt, operators.txt: new: odbc option [like that
14603: recently added to oracle driver]
14604: ClientCharset=parser-charset << charset in which parser thinks
14605: client works
1.95 moko 14606:
14607: * src/sql/pa_sql_driver.h: beauty: important warning added
14608:
14609: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14610: char!
14611:
14612: * etc/parser3.charsets/windows-1251.cfg: typo
14613:
14614: 2004-03-04 paf
14615:
14616: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14617: cached, sql transcoding now goes faster
14618:
1.211 moko 14619: * operators.ru.txt, operators.txt: new: mysql option [like that
14620: recently added to oracle driver]
14621: ClientCharset=parser-charset << charset in which parser thinks
14622: client works
1.95 moko 14623:
14624: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14625: typo error
14626:
14627: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14628: chars commented
14629:
14630: 2004-03-03 paf
14631:
14632: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14633: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14634:
14635: 2004-03-02 paf
14636:
1.211 moko 14637: * operators.ru.txt, operators.txt: new[update typo]:
14638: !^void.left(n) nothing !^void.right(n) nothing
14639: !^void.mid(p[;n]) nothing
14640:
14641: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14642: !^void.left(n) nothing !^void.right(n) nothing
14643: !^void.pos(p[;n]) nothing
1.95 moko 14644:
1.211 moko 14645: * operators.ru.txt, operators.txt, src/classes/file.C,
14646: src/include/pa_string.h: new:
1.95 moko 14647: ^file::sql[[name_to_become_$.name]]{} query result must be one
14648: row with columns: first: data second: file name third:
14649: content-type
14650:
1.211 moko 14651: * operators.ru.txt, operators.txt, src/classes/file.C:
14652: ^file.sql-string[] inside ^connect gets properly escaped string,
14653: which can be passed to request now this for mysql only. it's up
14654: to parser sql driver to fix zeros properly
1.95 moko 14655:
14656: * INSTALL: note: added on building apache with this option:
14657: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14658:
14659: 2004-03-01 paf
14660:
14661: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14662: extension memory:compact befor processingrequest
14663:
1.211 moko 14664: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14665: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14666:
1.211 moko 14667: * operators.ru.txt, operators.txt, src/classes/image.C,
14668: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14669: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14670:
14671: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14672: beauty: image -- less checks [were ugly impl]
14673:
14674: * src/classes/string.C: bugfix: ^string.left/right/mid with
14675: negative values now considered bad
14676:
14677: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14678:
14679: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14680: options now have unified defaults [after transform
14681: indent/omit-xml-declaration/standalone 'default' erroreously
14682: meant 'true']
14683:
14684: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14685: added [on some platforms gethostbyname failed with such
14686: 'domains']
14687:
14688: * src/include/pa_config_auto.h.in: no select check, no define
14689:
14690: * src/classes/string.C: feature: ^string.trim both parameters may
14691: be empty-strings, meaning kind=both chars=whitespaces
14692:
14693: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14694: exist
14695:
14696: * src/classes/string.C: check: trim 'chars' must not be empty,
14697: exception if it is
14698:
14699: * src/classes/string.C: changed: ^string.trim [] << both,
14700: whitespaces [start|both|end] << kind, whitespaces
14701: [start|both|end;chars] full
14702:
14703: 2004-02-27 paf
14704:
1.211 moko 14705: * operators.ru.txt, operators.txt, src/classes/string.C,
14706: src/main/pa_string.C: new method:
14707: ^string.trim[start|both|end[;chars]] default 'chars' --
14708: whitespace chars finished
1.95 moko 14709:
1.211 moko 14710: * operators.ru.txt, operators.txt, src/classes/string.C,
14711: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14712: ^string.trim[start|both|end[;chars]] default 'chars' --
14713: whitespace chars started, only start works
14714:
14715: * src/main/compile.C: bugfix: line numbers after
14716: ^process{}[$.line(-10]] can be negative, allowed to print they as
14717: signed
14718:
14719: * src/main/untaint.C: speed: there's no \n chars in output
14720: [normally], so no need to optimize them they could be retrived
14721: from databases, though. but 1. should be replaced 2. if not
14722: optimized, no harm done
14723:
14724: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14725: ^file::exec/cgi could return invalid status & zombie child can
14726: remain for short period until process exists [very bad in
14727: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14728:
14729: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14730: malicious SMTP server to attack as by returning too long status
14731: responses http://i2/tasks/edit/?id=4629448401140924947
14732:
14733: 2004-02-26 paf
14734:
1.211 moko 14735: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14736: has options] which are $.main[to what to rename @main]
1.95 moko 14737: $.file[file, from which (user says) goes that CODE]
14738: $.lineno(line number in that file, where CODE starts. may be
14739: negative)
14740:
1.211 moko 14741: * operators.ru.txt, operators.txt, src/classes/op.C,
14742: src/include/pa_request.h, src/main/compile.C,
14743: src/main/compile_tools.h, src/main/pa_request.C: feature:
14744: ^process...{CODE}[now has options] which are $.main[to
14745: what to rename @main] $.file[file, from which (user says)
14746: goes that CODE] $.lineno(line number in that file, where
14747: CODE starts. may be negative)
14748:
1.95 moko 14749: 2004-02-25 paf
14750:
1.116 moko 14751: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14752: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14753:
14754: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14755: produces hash of column=>1
14756:
14757: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14758: with incomplete errno constants set
14759:
14760: 2004-02-24 paf
14761:
14762: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14763: "man select"
14764:
14765: * src/main/pa_os.C: beauty: <0 better then ==-1
14766:
14767: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14768:
14769: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14770:
1.116 moko 14771: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14772:
14773: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14774: unix: steps to work on unix [extracted 'to']
14775:
14776: * src/classes/mail.C: smtp on unix: steps to work on unix
14777:
14778: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14779:
1.116 moko 14780: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14781: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14782: unix [testing on solaris]
1.95 moko 14783:
14784: 2004-02-20 paf
14785:
14786: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14787: pointing that out
14788:
14789: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14790: fixed again [same solution, mistanenly removed one line]
14791:
14792: 2004-02-19 paf
14793:
14794: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14795: date::create from bad datetime in spring daylightsaving hole now
14796: OK for all platforms [on some platforms it failed]
14797:
14798: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14799: in daylightsaving hole] now throws error
14800:
14801: * src/classes/date.C: comment: mistake fixed
14802:
14803: 2004-02-18 paf
14804:
14805: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14806: now renderes in $request:charset, but in header puts
14807: $response:charset todo: make that default only so that coder
14808: could override that
14809:
14810: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14811: turns off omit-xml-declaration
14812:
14813: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14814: /.xsl for sample
14815:
14816: 2004-02-17 paf
14817:
14818: * src/classes/xdoc.C: beauty: needless helper class removed
14819:
14820: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14821: copied extra time
14822:
14823: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14824: part of libxml
14825:
14826: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14827: libxml to do the work] <xsl:output method="html"
14828: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14829: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14830: />
14831:
14832: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14833:
14834: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14835: caused assertion
14836:
14837: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14838: could hang. now such add does nothing, sub clears $hash
14839:
14840: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14841: not made quoted-printable
14842:
14843: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14844: string invariant
14845:
14846: 2004-02-16 paf
14847:
14848: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14849: cleared [were not cleared properly]
14850:
14851: 2004-02-13 paf
14852:
1.116 moko 14853: * src/include/pa_version.h: prerelease
1.95 moko 14854:
14855: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14856: used, introducing dependencies timestamp check
14857:
14858: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14859: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14860: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14861: .xsl.stamp now not used, introducing dependencies timestamp check
14862:
1.150 moko 14863: * configure.in: auto.p: @conf made relative
1.95 moko 14864:
14865: 2004-02-12 paf
14866:
14867: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14868: ruined empty <input type=file> submits. parser thought there were
14869: nameless empty file and $form:field got value of type 'file'
14870:
14871: * INSTALL: --without-threads
14872:
14873: * src/include/pa_sapi.h: 2004
14874:
14875: 2004-02-11 paf
14876:
14877: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14878: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14879: classes/hashfile.C, classes/image.C, classes/int.C,
14880: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14881: classes/response.C, classes/string.C, classes/table.C,
14882: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14883: include/pa_array.h, include/pa_cache_managers.h,
14884: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14885: include/pa_config_fixed.h, include/pa_config_includes.h,
14886: include/pa_dictionary.h, include/pa_dir.h,
14887: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14888: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14889: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14890: include/pa_request_charsets.h, include/pa_request_info.h,
14891: include/pa_socks.h, include/pa_sql_connection.h,
14892: include/pa_sql_driver_manager.h, include/pa_stack.h,
14893: include/pa_string.h, include/pa_stylesheet_connection.h,
14894: include/pa_stylesheet_manager.h, include/pa_table.h,
14895: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14896: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14897: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14898: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14899: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14900: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14901: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14902: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14903: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14904: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14905: main/pa_sql_driver_manager.C, main/pa_string.C,
14906: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14907: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14908: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14909: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14910: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14911: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14912: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14913: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14914: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14915: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14916: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14917: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14918: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14919: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14920: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14921: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14922: types/pa_vresponse.h, types/pa_vstateless_class.C,
14923: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14924: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14925: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14926: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14927: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14928: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14929:
14930: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14931: debug version of gc.dll
14932:
14933: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14934: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14935: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14936: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14937: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14938: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14939: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14940: processes
14941:
14942: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14943: main/pa_globals.C, targets/cgi/parser3.vcproj,
14944: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14945: changes to reflect libxml xsl new folders
14946:
14947: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14948: lib/smtp/smtp.vcproj, main/main.vcproj,
14949: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14950: to reflect libxml xsl new folders
14951:
14952: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14953: lib/smtp/smtp.vcproj, main/main.vcproj,
14954: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14955: types/types.vcproj: started changes to reflect libxml xsl new
14956: folders
14957:
14958: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14959: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14960: src/main/compile.tab.C, src/main/main.vcproj,
14961: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14962: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14963: started changes to reflect libxml xsl new folders
14964:
14965: 2004-02-10 paf
14966:
14967: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14968: compile. recommened latest libxml up to date
14969:
14970: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14971: pattern compilation errors", on which spent 4 hours worktime. use
14972: versions higher than that. recommended now latest up to date
14973:
14974: 2004-02-06 paf
14975:
14976: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14977: beauty: unified destructing style
14978:
14979: * src/main/untaint.C: beauty: removed old def/ifdef
14980:
14981: * src/main/untaint.C: beauty: coredump @unknown untaint language
14982: now
14983:
14984: 2004-02-03 paf
14985:
14986: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14987: targets/isapi/parser3isapi.C, types/pa_value.C,
14988: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14989: then %ld/%lu
14990:
14991: * src/main/pa_common.C: typo: %l -> %u
14992:
14993: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14994: in attributes or documents-results of transform now not xx;
14995:
14996: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14997:
14998: * src/main/pa_charset.C: bugfix: forgot to undo some
14999:
15000: * src/main/pa_charset.C: beauty: uncomment
15001: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
15002: libraries
15003:
15004: 2004-02-02 paf
15005:
15006: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
15007: $cookie:example[ $.value[value] $.path[/there/] ]
15008:
15009: $cookie:example[ $.value[] $.expires[session]
15010: $.path[/there/] $.domain[test.com] ]
15011:
15012: * src/types/pa_vform.C: bugfix: empty values with
15013: enctype=multipart/form-data now produce entries in $form:tables
15014: <form method=post enctype=multipart/form-data> <input type=hidden
15015: name=a> <input type=hidden name=b>
15016:
15017: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
15018: <hr> <pre>$request:body
15019:
15020: 2004-01-30 paf
15021:
15022: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
15023: or documents-results of transform now not xx;
15024:
15025: * src/classes/date.C: bugfix: ^date::create[invalid fields now
15026: produce exception.
15027:
15028: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
15029: bugfix: ^date::create[invalid fields now produce exception.
15030:
15031: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
15032: year] now produces exception. todo: check other fields
15033:
15034: 2004-01-29 paf
15035:
15036: * src/include/pa_memory.h: typo error
15037:
15038: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
15039: more byte then specified, then zeroed it << useless and
15040: potentially harmful(could gpf)
15041:
15042: 2004-01-22 paf
15043:
15044: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
15045:
15046: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
15047: optimization
15048:
15049: * src/main/untaint.C: bugfix: whitespace now optimized properly
15050: [were bug: ^taint[1 & 2]="1 &2"
15051:
15052: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
15053: errors
15054:
15055: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
15056: overflow
15057:
15058: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
15059: error-reporting code * in parser-error reporting code [when no
15060: @unhandled_exception defined]
15061:
15062: fixed in one place: my *snprintf override
15063:
15064: 2004-01-13 paf
15065:
1.211 moko 15066: * operators.ru.txt, operators.txt: typo erro
1.95 moko 15067:
15068: 2003-12-25 paf
15069:
15070: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
15071: garbled [pieces after zero bytes were removed]
15072:
15073: 2003-12-22 paf
15074:
1.116 moko 15075: * src/include/Makefile.am: bugfix: removed from dist:
15076: src/include/pa_config_auto.h which were configured for
1.95 moko 15077: make-dist-platform and badly updated proper config file in target
15078: [when .tar used for updating existing source tree]
15079:
1.211 moko 15080: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 15081: src/include/pa_sql_connection.h,
15082: src/include/pa_sql_driver_manager.h,
15083: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
15084: feature: sql introducing ability to transcode charsets
15085:
15086: 2003-12-19 paf
15087:
15088: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
15089: error message
15090:
15091: * src/main/pa_charset.C: bugfix: memory for charsethandler
15092: structure for libxml now allocated properly
15093:
15094: 2003-12-17 paf
15095:
15096: * src/types/pa_vfile.C: beauty: removed outdated cast
15097:
15098: * src/main/pa_common.C: bugfix: empty http response caused gpf
15099:
15100: * src/include/pa_string.h: bugfix: removed too strong a assert
15101:
15102: * src/main/pa_globals.C: bugfix: removed false warning [warning:
15103: unreported xmlGenericErrors]
15104:
15105: 2003-12-15 paf
15106:
15107: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
15108: works}
15109:
15110: 2003-12-11 paf
15111:
1.211 moko 15112: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
15113: !$status:pid process id
1.95 moko 15114: !$status:tid thread id
15115:
15116: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15117: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
15118: bugfix(solaris): removed dependency on object initialization
15119: order [one more place]
15120:
15121: * src/: classes/file.C, classes/mail.C, classes/op.C,
15122: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
15123: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
15124: understand that
15125:
15126: * src/: classes/file.C, classes/mail.C, classes/op.C,
15127: classes/xdoc.C, include/pa_cache_managers.h,
15128: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15129: include/pa_stylesheet_manager.h, main/pa_request.C,
15130: main/pa_stylesheet_manager.C, types/pa_vimage.C,
15131: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
15132: ctor call [relying on implicit String::Body(cstr) call]
15133:
15134: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
15135: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
15136: object initialization order [two places]
15137:
15138: 2003-12-10 paf
15139:
15140: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
15141: << time now ok
15142:
1.211 moko 15143: * operators.ru.txt, operators.txt,
15144: src/main/pa_sql_driver_manager.C,
1.95 moko 15145: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
15146: operational
15147:
1.211 moko 15148: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 15149: src/include/pa_charset.h, src/include/pa_sql_connection.h,
15150: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
15151: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
15152: back operational
15153:
15154: 2003-12-02 paf
15155:
15156: * src/types/pa_vmail.C: bugfix:
15157: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
15158: as-is forced]
15159:
15160: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
15161: exceptions out of libxml callbacks: reimplemented error handling
15162: of http://localhost, parser://method and safemode check callbacks
15163:
15164: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
15165: [merged from HEAD]
15166:
15167: * src/classes/image.C: nothing: comment removed
15168:
15169: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
15170: addresses to int
15171:
15172: 2003-12-01 paf
15173:
15174: * src/main/pa_xml_io.C: bugfix: typo
15175:
15176: * src/main/pa_globals.C: bugfix: win32: compile prob
15177:
15178: * src/classes/xdoc.C: bugfix: typo
15179:
15180: * src/main/pa_xml_io.C: todo: safe mode check not to throw
15181: exception
15182:
15183: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
15184:
15185: 2003-11-28 paf
15186:
15187: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
15188: all xml documents read
15189:
15190: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
15191:
15192: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
15193: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15194: replaced original open mech of xdoc::create & co to use libxml
15195: open, so that this would work for root document todo: safe mode
15196: checks to libxml: ideally to some 1 point
15197:
15198: * src/main/pa_xml_io.C: comment
15199:
1.211 moko 15200: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
15201: in http://parser[abscent params]
1.95 moko 15202:
1.211 moko 15203: * operators.ru.txt, operators.txt, src/include/pa_request.h,
15204: src/main/pa_xml_io.C: works. todo: maybe replace original open
15205: mech of xdoc::create & co to use libxml open, so that this would
15206: work for root document
1.95 moko 15207:
15208: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
15209: "parser://method/params/here"> <test> &test^; </test> }]
15210:
15211: ^taint[^xdoc.string[]]
15212:
15213: @method[param] <!ENTITY test
15214: "test-entity-value+$form:user+$param!">
15215:
15216: 2003-11-27 paf
15217:
15218: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
15219:
15220: * src/classes/date.C: bugfix: typo error
15221:
15222: 2003-11-26 paf
15223:
1.211 moko 15224: * operators.ru.txt, operators.txt, src/include/Makefile.am,
15225: src/include/pa_globals.h, src/main/Makefile.am,
15226: src/main/main.vcproj, src/main/pa_globals.C,
15227: src/main/pa_request.C, src/include/pa_xml_io.h,
15228: src/main/pa_xml_io.C: simplification: xml errors to
15229: hash<thread_id,error> reorganization: xml io moved to
15230: pa_xml_io.C/h
1.95 moko 15231:
15232: * src/types/pa_value.h: warnings: --
15233:
15234: 2003-11-25 paf
15235:
15236: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
15237: whatever)
15238:
15239: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
15240: a, (c?x:y, z)
15241:
15242: * src/main/untaint.C: bugfix: consequences of not reading this
15243: comment: CORD_pos_chars_left /* Number of characters in cache.
15244: <= 0 ==> none */
15245:
15246: * src/include/pa_array.h: removed needless checks
15247:
15248: 2003-11-24 paf
15249:
15250: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
15251: removed limit: now $form:xxx can be accessed anytime, even in
15252: @auto/conf [and request/response:charset still can be changed
15253: anytime]
15254:
15255: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
15256: now not transcodes response body
15257:
1.211 moko 15258: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
15259: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
15260: $tn[^xdoc.createTextNode[text node value]]
15261: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 15262: $xdoc.firstChild.firstChild.nodeValue[different]
15263: ^taint[^xdoc.string[]]
15264:
15265: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
15266: workaround: static Hash::allocates -> static Hash_allocates
15267:
15268: 2003-11-21 paf
15269:
1.116 moko 15270: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
15271: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
15272: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 15273:
15274: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
15275:
15276: * src/classes/mail.C: bugfix: typo
15277:
15278: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 15279: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
15280: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
15281: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
15282: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 15283: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
15284:
15285: * src/main/pa_exec.C: bug in safe mode
15286:
15287: * src/include/Makefile.am: pa_xml_exception.h
15288:
15289: * src/targets/isapi/parser3isapi.C: more warnings --
15290:
15291: 2003-11-20 paf
15292:
15293: * src/: classes/math.C, classes/op.C, classes/string.C,
15294: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
15295: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
15296: --
15297:
15298: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
15299: more warnings --
15300:
15301: * src/classes/xdoc.C: more warnings --
15302:
15303: * src/classes/: date.C, image.C, xdoc.C: more warnings --
15304:
15305: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
15306: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
15307:
15308: * src/: classes/date.C, classes/file.C, classes/hash.C,
15309: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
15310: classes/table.C, include/pa_cache_managers.h,
15311: include/pa_stylesheet_connection.h, main/pa_request.C,
15312: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
15313: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
15314: --
15315:
15316: * src/main/: execute.C, pa_request.C: old forgotten todo: when
15317: can't report problem (undefined @unhandled_exception) problem
15318: source string were not reported
15319:
15320: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15321: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15322: classes/hashfile.C, classes/image.C, classes/int.C,
15323: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
15324: classes/response.C, classes/string.C, classes/table.C,
15325: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15326: include/pa_array.h, include/pa_cache_managers.h,
15327: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15328: include/pa_config_fixed.h, include/pa_dictionary.h,
15329: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
15330: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
15331: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
15332: include/pa_request.h, include/pa_request_charsets.h,
15333: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
15334: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15335: include/pa_stack.h, include/pa_string.h,
15336: include/pa_stylesheet_connection.h,
15337: include/pa_stylesheet_manager.h, include/pa_table.h,
15338: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15339: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15340: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
15341: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15342: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
15343: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
15344: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15345: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
15346: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15347: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15348: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
15349: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
15350: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
15351: targets/isapi/parser3isapi.C, types/pa_junction.h,
15352: types/pa_method.h, types/pa_value.C, types/pa_value.h,
15353: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
15354: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
15355: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15356: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15357: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15358: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15359: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15360: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
15361: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
15362: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15363: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15364: types/pa_vresponse.h, types/pa_vstateless_class.C,
15365: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15366: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15367: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15368: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15369: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15370: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15371: const IDENT
15372:
15373: * src/: include/pa_array.h, include/pa_pool.h,
15374: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15375: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15376: types/pa_wcontext.h: more warnings --
15377:
15378: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15379: classes/file.C, classes/hash.C, classes/hashfile.C,
15380: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15381: classes/memory.C, classes/op.C, classes/string.C,
15382: classes/table.C, classes/xdoc.C, classes/xnode.C,
15383: include/pa_config_includes.h, include/pa_operation.h,
15384: include/pa_sql_connection.h, include/pa_table.h,
15385: include/pa_types.h, lib/ltdl/config_fixed.h,
15386: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15387: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15388: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15389: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15390: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15391: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15392: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15393: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15394: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15395: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15396: types/pa_vmail.C, types/pa_vobject.C,
15397: types/pa_vstateless_class.h, types/pa_vtable.C,
15398: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15399: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15400: on all projects (except libltdl=off & libsdbm=level3) found
15401: several unitialized vars
15402:
15403: 2003-11-19 paf
15404:
15405: * src/classes/op.C: more ansi C++ comp
15406:
1.211 moko 15407: * operators.ru.txt, operators.txt, src/classes/op.C,
15408: src/include/pa_request.h, src/main/pa_request.C:
15409: ^cache[...]{body}{catch block with $exception.handled[cache]
15410: meaning "get expired cache, if any. else error"}
1.95 moko 15411:
15412: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15413: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15414: ^cache[...]{body}{catch code with $exception.cache field}
15415:
15416: 2003-11-12 paf
15417:
15418: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15419: [copy/paste bug]
15420:
15421: 2003-11-11 paf
15422:
15423: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15424: failed]
15425:
15426: 2003-11-10 paf
15427:
15428: * src/types/pa_vconsole.h: flush
15429:
1.211 moko 15430: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15431: src/types/Makefile.am, src/types/types.vcproj,
15432: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15433:
1.211 moko 15434: * operators.ru.txt, operators.txt: mysql: transaction support:
15435: ?autocommit=0
1.95 moko 15436:
1.211 moko 15437: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15438:
15439: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15440: serialize version and exipire now removes entries
15441:
1.211 moko 15442: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15443: altogether [and dir, if could]
1.95 moko 15444:
15445: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15446: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15447: removes files altogether [and dir, if could]
15448:
15449: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15450: nonexistent pair. .c coded that that was error. fixed
15451:
15452: * src/types/pa_vhashfile.C: sdbm: exception type change to
15453: file.access [regretfull can't split it to different exceptions
15454: without modifying sdbm source wich would prefer not to]
15455:
15456: 2003-11-07 paf
15457:
15458: * src/: classes/date.C, classes/file.C, classes/hash.C,
15459: classes/hashfile.C, classes/image.C, classes/table.C,
15460: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15461: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15462: main/execute.C, main/main.vcproj, main/pa_pool.C,
15463: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15464: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15465: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15466: destructing objects at request processing end
15467:
15468: 2003-11-06 paf
15469:
15470: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15471: updates
15472:
15473: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15474: to include sdbm
15475:
1.116 moko 15476: * src/include/: pa_config_includes.h, pa_version.h: our
15477: replacements of max& co only for cpp
1.95 moko 15478:
15479: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15480: upper dir, .am updated
15481:
15482: * tests/todo.txt: hashfile: done
15483:
1.211 moko 15484: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15485: hashfile: clear & expiration [time in value. todo: move time to
15486: key]
1.95 moko 15487:
15488: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15489:
15490: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15491: to do that in foreach, no errors, but surely wrong]
15492:
1.211 moko 15493: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15494: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15495:
1.211 moko 15496: * operators.ru.txt, operators.txt, src/classes/hash.C,
15497: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15498: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15499:
15500: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15501: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15502: hashfile: hash
1.95 moko 15503:
1.211 moko 15504: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15505: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15506: tests/todo.txt: hashfile: delete
1.95 moko 15507:
15508: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15509: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15510: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15511: get/put [raw]
15512:
15513: * src/: classes/op.C, main/pa_os.C: just linked
15514:
15515: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15516: XmlException changes
15517:
15518: * src/: include/pa_charset.h, include/pa_globals.h,
15519: include/pa_stylesheet_connection.h, main/pa_exception.C:
15520: XmlException changes
15521:
15522: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15523:
15524: * src/: include/pa_common.h, include/pa_exception.h,
15525: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15526: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15527: main/pa_xml_exception.C: locking move to pa_os [along with
15528: pa_sleep] apr-impl locking done
15529:
1.211 moko 15530: * configure, configure.in, operators.ru.txt, operators.txt,
15531: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15532: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15533: src/include/pa_exception.h, src/include/pa_globals.h,
15534: src/include/pa_memory.h, src/include/pa_version.h,
15535: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15536: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15537: src/main/compile.tab.C, src/main/main.vcproj,
15538: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15539: src/types/Makefile.am, src/types/pa_vhash.C,
15540: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15541: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15542: again with sdbm from apache
15543:
15544: 2003-11-05 paf
15545:
15546: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15547: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15548: \parser3project dir anymore
15549:
15550: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15551: thoughtlessly from xalan]
15552:
15553: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15554: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15555: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15556:
15557: * src/main/helpers/CaseFolding.txt:
15558: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15559:
15560: 2003-11-04 paf
15561:
1.211 moko 15562: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15563:
15564: * src/classes/table.C: compiled on unix
15565:
1.116 moko 15566: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15567:
15568: * src/classes/mail.C: compiled on unix
15569:
1.211 moko 15570: * operators.ru.txt, operators.txt, src/classes/mail.C,
15571: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15572: $.options[unix: string to append to sendmail command
15573: line]
15574:
1.211 moko 15575: * operators.ru.txt, operators.txt, src/classes/table.C,
15576: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15577: $.separator[^#09] $.encloser["] <nothing> by default
15578:
15579: * operators.ru.txt, operators.txt, src/classes/table.C,
15580: tests/todo.txt: ^table::load !$.separator[^#09]
15581: !$.encloser["] <nothing> by default
1.95 moko 15582:
15583: 2003-11-03 paf
15584:
1.211 moko 15585: * operators.ru.txt, operators.txt, src/classes/table.C,
15586: src/main/pa_common.C: ^table::load[; options:
15587: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15588:
1.211 moko 15589: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15590: src/types/pa_vrequest.C: $request:document-root
15591:
15592: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15593: [already included into uri=xxx]
15594:
1.211 moko 15595: * operators.ru.txt, operators.txt, src/classes/image.C,
15596: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15597:
15598: * src/classes/date.C: minor precaution
15599:
1.211 moko 15600: * operators.ru.txt, operators.txt, src/classes/date.C:
15601: !^date::unix-timestamp()
1.95 moko 15602: !^date.unix-timestamp[]
15603:
15604: 2003-10-30 paf
15605:
1.211 moko 15606: * operators.ru.txt, operators.txt, src/classes/date.C,
15607: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15608: $date.hour
1.95 moko 15609:
15610: * src/classes/: date.C, image.C: improvement diagnostics:
15611: $now[^date::create[$undefined]] now is error
15612:
15613: * src/main/pa_common.C: read errors would now be reported 'actually
15614: read -1 bytes'
15615:
15616: 2003-10-24 paf
15617:
15618: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15619: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15620: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15621: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15622:
15623: 2003-10-22 paf
15624:
15625: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15626:
15627: 2003-10-21 paf
15628:
1.211 moko 15629: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15630: src/main/pa_string.C: fixed: string.match[g] without <'> option
15631: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15632:
15633: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15634: recoursion' message with intensive throw-catches fixed: incorrect
15635: name and line (one name upper then needed) in error message about
15636: problems inside try block
15637:
15638: 2003-10-10 paf
15639:
15640: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15641: check offset argument for validity did that in String::Body::pos
15642: myself http://i2/tasks/edit/?id=4577425257580789777
15643:
15644: 2003-10-07 paf
15645:
15646: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15647: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15648:
15649: 2003-10-03 paf
15650:
15651: * parser3.sln, src/include/pa_dictionary.h,
15652: src/main/pa_dictionary.C, src/main/pa_string.C,
15653: src/targets/cgi/parser3.vcproj: dictionary optimized by
15654: precalculating cstr&length
15655:
15656: 2003-10-02 paf
15657:
15658: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15659: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15660: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15661: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15662:
15663: 2003-09-30 paf
15664:
15665: * src/main/pa_string.C: string::replace bug fix [were ignoring
15666: occurrances after lang-mismatched
15667:
15668: 2003-09-29 paf
15669:
15670: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15671: helper
15672:
15673: * src/main/pa_string.C: string::serialize bug fix with
15674: zero-terminator
15675:
15676: * src/classes/table.C: ^nameless_table.save column row now has no
15677: \t at the end
15678:
15679: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15680: @postprocess now takes $response:body/download
15681:
15682: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15683: error message
15684:
15685: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15686:
15687: * src/classes/table.C: bugfix: flip: must produce nameless
15688: http://i2/tasks/edit/?id=4573405524674081244
15689:
15690: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15691: main/helpers/simple_folding.pl: utf-8 upper/lower
15692:
15693: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15694: to typo error http://i2/tasks/edit/?id=4573354650786434584
15695:
15696: 2003-09-26 paf
15697:
15698: * src/main/untaint.C: removed needless field
15699:
15700: * src/main/untaint.C: removed needless const
15701:
15702: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15703: String.for_each bug fixed [omited one-char cases]
15704:
15705: * src/include/pa_stack.h: bugfix: before collecting garbage,
15706: runtime-executor stack were cleared... BADLY
15707:
15708: * src/main/pa_string.C: ^stirng.replace code used old
15709: param-convention on langs.append, fixed that search fo the like,
15710: found none
15711:
15712: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15713: string::serialize/deserialize implemented Language enum assigned
15714: meaningful letters [more convinient for debugging. read warning
15715: before adding/changing anything]
15716:
15717: 2003-09-25 paf
15718:
15719: * src/: include/pa_string.h, include/pa_version.h,
15720: main/pa_string.C, main/untaint.C: templates and anonymous unions
15721: differences on unix
15722:
15723: * parser3.sln, src/classes/file.C, src/classes/image.C,
15724: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15725: src/classes/xdoc.C, src/classes/xnode.C,
15726: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15727: src/include/pa_charsets.h, src/include/pa_common.h,
15728: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15729: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15730: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15731: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15732: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15733: src/main/compile_tools.h, src/main/pa_charset.C,
15734: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15735: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15736: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15737: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15738: src/types/pa_vmail.C, src/types/pa_vmath.C,
15739: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15740: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15741:
15742: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15743: functions aligned to that of eeparser3 look
15744:
15745: * src/lib/cord/cordprnt.c: removed warnings
15746:
15747: 2003-09-24 paf
15748:
15749: * src/: classes/file.C, classes/image.C, classes/mail.C,
15750: classes/op.C, classes/xdoc.C, classes/xnode.C,
15751: include/pa_cache_managers.h, include/pa_charset.h,
15752: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15753: include/pa_sql_driver_manager.h, include/pa_string.h,
15754: include/pa_stylesheet_manager.h, include/pa_table.h,
15755: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15756: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15757: main/pa_sql_driver_manager.C, main/pa_string.C,
15758: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15759: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15760: types/pa_vstateless_class.h, types/pa_vstatus.C,
15761: types/pa_vxnode.C: v() functions of String::Body,
15762: String::Languages and String itself StringBody->String::Body
15763:
15764: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15765: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15766: never optimized anything. todo: somehow speed up harder cases:
15767: concatenationA+concatenationB when last block of A and first of B
15768: contain same letters
15769:
15770: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15771: lib/cord/include/cord.h: langs: speed up by joining adjucent
15772: blocks of same char [CORD_append_block]
15773:
15774: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15775: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15776: save space by extending blocks when appending block with c ==
15777: lastblock.c
15778:
15779: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15780: working yet :( but more working &understood :)
15781:
15782: * src/: classes/table.C, include/pa_string.h,
15783: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15784:
15785: 2003-09-23 paf
15786:
15787: * src/main/untaint.C: $a[ok!] $a works!
15788:
15789: * src/main/untaint.C: something even more works :)
15790:
15791: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15792: something more works :)
15793:
15794: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15795: lib/cord/cordxtra.c: something already works :)
15796:
15797: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15798: serialize&deserialize
15799:
15800: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15801: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15802: main/untaint.C: main idea implemented, details left
15803:
15804: 2003-09-22 paf
15805:
15806: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15807:
15808: * src/classes/xnode.C: copy/paste comment bugfix
15809:
15810: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15811: allocator returns 0, just die.
15812: http://i2/tasks/edit/?id=4570798492410259445
15813:
15814: * src/classes/xdoc.C: copy/paste comment bugfix
15815:
15816: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15817: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15818: xnode: getAttributeNS setAttributeNS removeAttributeNS
15819: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15820:
15821: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15822: chars due to bitwise operation signed-char error]
15823:
15824: 2003-09-19 paf
15825:
15826: * src/types/pa_wcontext.C: output message: more practical
15827: suggestion
15828:
1.211 moko 15829: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15830: $f[^file::load[binary;http://...]] $f.tables
15831:
15832: 2003-09-02 paf
15833:
15834: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15835: flush stdout without referencing 'stdout' symbol. to hell with
15836: non-ansi libraries without 'stdout' symbol
15837:
15838: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15839: unix (users reported problems with some old libc)
15840:
15841: * src/types/pa_vdate.h: forgot initializer
15842:
15843: 2003-09-01 paf
15844:
15845: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15846: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15847: zone]
15848:
15849: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15850:
15851: 2003-08-19 paf
15852:
15853: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15854: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15855: simplified a little
15856:
15857: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15858: [lost fix from 3.0.8]
15859:
15860: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15861: visible here }
15862:
15863: bug fix
15864:
15865: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15866:
15867: * src/main/compile.tab.C: initialized couple of variables about
15868: which user reported runtime problems when parser were compiled
15869: with VC7, warning level4. study shows that later in bison
15870: they've fixed that. would migrate to latest bison someday
15871:
15872: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15873: recoding headers)
15874:
15875: * src/types/pa_vmail.C: works as before, same charset problems:
15876: gmime recodes to UTF-8 only headers, not body. so not recoding
15877: anything for now
15878:
15879: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15880: problems with body
15881:
15882: * src/types/pa_vmail.C: mail_receive just compiled
15883:
15884: 2003-08-18 paf
15885:
15886: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15887: main/main.vcproj, types/types.vcproj: win32: continued process
15888: detaching from \parser3project directory
15889:
15890: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15891: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15892: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15893: src/lib/pcre/pcre_dftables.dsp,
15894: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15895: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15896: src/types/types.dsp: moved to MSVC 7
15897:
15898: * gnu.vcproj.vspscc, parser3.vssscc,
15899: src/classes/classes.vcproj.vspscc,
15900: src/lib/cord/cord.vcproj.vspscc,
15901: src/lib/ltdl/libltdl.vcproj.vspscc,
15902: src/lib/md5/md5.vcproj.vspscc,
15903: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15904: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15905: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15906: src/targets/isapi/parser3isapi.vcproj.vspscc,
15907: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15908: moved to MSVC 7
15909:
15910: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15911: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15912: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15913: src/lib/pcre/pcre_dftables.vcproj,
15914: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15915: src/targets/cgi/parser3.vcproj,
15916: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15917: new VS project files
15918:
15919: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15920: .NET to detect Jalindi Igloo capabilities.
15921:
15922: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15923: src/classes/classes.awk, src/doc/footer.htm,
15924: src/include/pa_config_fixed.h, src/include/pa_version.h,
15925: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15926: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15927: src/types/pa_vmail.C: merged 3.1.0 latest changes
15928:
15929: 2003-08-15 paf
15930:
15931: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15932: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15933:
15934: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15935: non-ascii <yyy> now encoded correctly
15936:
15937: 2003-07-29 paf
15938:
1.116 moko 15939: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15940: dist
1.95 moko 15941:
15942: * src/types/pa_vmail.C: just started --with-mail-receive
15943:
15944: 2003-07-28 paf
15945:
1.116 moko 15946: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15947: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15948:
15949: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15950:
15951: 2003-07-25 paf
15952:
15953: * src/doc/footer.htm: year
15954:
15955: 2003-07-24 paf
15956:
15957: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15958: fix
15959:
15960: * src/include/pa_version.h: release
15961:
1.116 moko 15962: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15963:
15964: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15965: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15966: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15967: getting rid of win32xml pseudo project
15968:
15969: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15970:
1.116 moko 15971: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15972: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15973: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15974: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15975: src/classes/classes.C, src/classes/classes.awk,
15976: src/classes/classes.dsp, src/classes/classes.h,
15977: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15978: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15979: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15980: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15981: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15982: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15983: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15984: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15985: src/include/pa_array.h, src/include/pa_cache_managers.h,
15986: src/include/pa_charset.h, src/include/pa_charsets.h,
15987: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15988: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15989: src/include/pa_dictionary.h, src/include/pa_dir.h,
15990: src/include/pa_exception.h, src/include/pa_exec.h,
15991: src/include/pa_globals.h, src/include/pa_hash.h,
15992: src/include/pa_memory.h, src/include/pa_opcode.h,
15993: src/include/pa_operation.h, src/include/pa_pool.h,
15994: src/include/pa_pragma_pack_begin.h,
1.95 moko 15995: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15996: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15997: src/include/pa_sapi.h, src/include/pa_socks.h,
15998: src/include/pa_sql_connection.h,
15999: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
16000: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
16001: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
16002: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 16003: src/include/pa_uue.h, src/lib/Makefile.am,
16004: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
16005: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
16006: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
16007: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 16008: src/lib/cord/include/ec.h,
16009: src/lib/cord/include/private/Makefile.am,
16010: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 16011: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
16012: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 16013: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 16014: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
16015: src/main/compile_tools.C, src/main/compile_tools.h,
16016: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
16017: src/main/pa_cache_managers.C, src/main/pa_charset.C,
16018: src/main/pa_charsets.C, src/main/pa_common.C,
16019: src/main/pa_dictionary.C, src/main/pa_dir.C,
16020: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 16021: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
16022: src/main/pa_request.C, src/main/pa_socks.C,
16023: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16024: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 16025: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
16026: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
16027: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
16028: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
16029: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
16030: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
16031: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 16032: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
16033: src/targets/isapi/parser3isapi.dsp,
16034: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 16035: src/types/pa_junction.h, src/types/pa_method.h,
16036: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 16037: src/types/pa_vclass.C, src/types/pa_vclass.h,
16038: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16039: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16040: src/types/pa_vdouble.h, src/types/pa_venv.h,
16041: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16042: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16043: src/types/pa_vimage.C, src/types/pa_vimage.h,
16044: src/types/pa_vint.h, src/types/pa_vjunction.h,
16045: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
16046: src/types/pa_vmath.h, src/types/pa_vmemory.h,
16047: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16048: src/types/pa_vobject.C, src/types/pa_vobject.h,
16049: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16050: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16051: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16052: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16053: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16054: src/types/pa_vstring.h, src/types/pa_vtable.C,
16055: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16056: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16057: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16058: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16059: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
16060: HEAD
16061:
16062: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
16063: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
16064: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
16065: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
16066: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
16067: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
16068: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
16069: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
16070: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
16071: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
16072: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
16073: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
16074: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
16075: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
16076: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
16077: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
16078: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
16079: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
16080: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
16081: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
16082: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16083: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
16084: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
16085: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
16086: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
16087: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
16088: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
16089: outputs/create-dir, results/001.processed, results/002.processed,
16090: results/003.processed, results/004.processed,
16091: results/005.processed, results/006.processed,
16092: results/007.processed, results/008.processed,
16093: results/009.processed, results/010.processed,
16094: results/011.processed, results/012.processed,
16095: results/013.processed, results/014.processed,
16096: results/015.processed, results/016.processed,
16097: results/017.processed, results/018.processed,
16098: results/019.processed, results/020.processed,
16099: results/021.processed, results/022.processed,
16100: results/023.processed, results/024.processed,
16101: results/025.processed, results/026.processed,
16102: results/027.processed, results/028.processed,
16103: results/029.processed, results/030.processed,
16104: results/031.processed, results/032.processed,
16105: results/033.processed, results/034.processed,
16106: results/035.processed, results/036.processed,
16107: results/037.processed, results/038.processed,
16108: results/039.processed, results/040.processed,
16109: results/041.processed, results/042.processed,
16110: results/043.processed, results/044.processed,
16111: results/045.processed, results/046.processed,
16112: results/047.processed, results/048.processed,
16113: results/049.processed, results/050.processed,
16114: results/051.processed, results/052.processed,
16115: results/053.processed, results/054.processed,
16116: results/055.processed, results/056.processed,
16117: results/057.processed, results/058.processed,
16118: results/059.processed, results/060.processed,
16119: results/061.processed, results/062.processed,
16120: results/063.processed, results/064.processed,
16121: results/065.processed, results/066.processed,
16122: results/067.processed, results/068.processed,
16123: results/069.processed, results/070.processed,
16124: results/071.processed, results/072.processed,
16125: results/073.processed, results/074.processed,
16126: results/075.processed, results/076.processed,
16127: results/077.processed, results/078.processed,
16128: results/079.processed, results/080.processed,
16129: results/081.processed, results/082.processed,
16130: results/083.processed, results/084.processed,
16131: results/085.processed, results/086.processed,
16132: results/087.processed, results/088.processed,
16133: results/089.processed, results/090.processed,
16134: results/091.processed, results/092.processed,
16135: results/093.processed, results/094.processed,
16136: results/095.processed, results/096.processed,
16137: results/097.processed, results/098.processed,
16138: results/099.processed, results/100.processed,
16139: results/101.processed, results/102.processed,
16140: results/103.processed, results/104.processed,
16141: results/105.processed, results/106.processed,
16142: results/107.processed, results/108.processed,
16143: results/109.processed, results/110.processed,
16144: results/111.processed, results/112.processed,
16145: results/113.processed, results/114.processed,
16146: results/115.processed, results/116.processed,
16147: results/117.processed, results/118.processed,
16148: results/119.processed, results/120.processed,
16149: results/121.processed, results/122.processed,
16150: results/123.processed, results/124.processed,
16151: results/125.processed, results/126.processed,
16152: results/127.processed, results/128.processed,
16153: results/129.processed, results/130.processed,
16154: results/131.processed, results/132.processed,
16155: results/133.processed, results/134.processed,
16156: results/135.processed, results/136.processed,
16157: results/137.processed, results/138.processed,
16158: results/139.processed, results/140.processed,
16159: results/141.processed: merged(copied) to HEAD from template_gc
16160:
16161: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
16162: towards \parser3project not having to be in root
16163:
16164: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
16165: module compiled [were minor unnecessary changes in lib/md5
16166: interface]
16167:
16168: * src/include/pa_version.h: release
16169:
16170: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
16171:
16172: * src/classes/math.C: merged uuid bugfix
16173:
16174: * tests/: 141.html, results/141.processed: fixed bug with
16175: too-small-a-buffer
16176:
16177: * src/classes/math.C: uuid bugfix
16178:
16179: * tests/: 141.html, Makefile, results/005.processed,
16180: results/030.processed, results/075.processed,
16181: results/078.processed: to reflect date format change (were -
16182: become ' ')
16183:
16184: * src/classes/math.C: uuid bugfix
16185:
16186: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
16187: debug/release changes
16188:
16189: * src/lib/md5/pa_md5c.c: PA_ -> pa_
16190:
16191: 2003-07-23 paf
16192:
16193: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16194: renamed a little [to move to comman naming conv]
16195:
1.116 moko 16196: * src/targets/Makefile.am: apache13 splitted to simplify apache
16197: build
1.95 moko 16198:
16199: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
16200: main/pa_request.C, main/pa_sql_driver_manager.C,
16201: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
16202: stack top_index() fixed
16203:
16204: * src/main/pa_globals.C: minor style changes
16205:
16206: * src/: classes/op.C, include/pa_sql_connection.h: connection
16207: closing/caching fixed [connections were not closed/put to cache]
16208:
16209: 2003-07-22 paf
16210:
16211: * INSTALL: gc part updated stightly
16212:
16213: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
16214: new sapi interface
16215:
16216: * src/classes/file.C: comment on OS
16217:
16218: * src/main/pa_string.C: removed reduntant invariant check [there is
16219: one deeper in cord lib]
16220:
16221: * src/main/pa_exec.C: on win32 bugfix in handling shbang
16222:
16223: * src/main/pa_memory.C: out of memory is no longer coredump
16224:
16225: * INSTALL: disable-threads adviced
16226:
16227: 2003-07-21 paf
16228:
1.116 moko 16229: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 16230:
16231: * src/classes/file.C: file::exec/cgi environment variables now must
16232: be UPPERCASE and A-Z 0-9 _-
16233:
16234: * src/classes/file.C: env passing fixed
16235:
16236: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
16237:
16238: * src/main/pa_common.C: http:// CRLF now
16239:
16240: 2003-07-02 paf
16241:
1.211 moko 16242: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
16243: $memory:status fields to reflect their real meaning
1.95 moko 16244:
16245: 2003-06-27 paf
16246:
16247: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
16248: include/pa_hash.h, main/pa_charset.C: merged from HEAD
16249: file::exec/cgi .charset
16250:
16251: 2003-06-26 paf
16252:
16253: * ChangeLog, src/classes/file.C, src/classes/hash.C,
16254: src/classes/image.C, src/classes/op.C, src/classes/string.C,
16255: src/classes/table.C: fixed several uninitialized local
16256: structures. notably ^hash.foreach now inserts delimiters
16257: properly [were inserting it before first body]
16258:
16259: 2003-06-24 paf
16260:
16261: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
16262:
16263: 2003-06-20 paf
16264:
1.211 moko 16265: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
16266: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 16267: $f[^file::load[binary;http://...]] $f.tables
16268:
16269: 2003-06-06 paf
16270:
16271: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
16272: table. [were method lookup: inconsistent]
16273:
16274: 2003-06-02 paf
16275:
16276: * src/include/pa_memory.h: empty string clone fixed to return
16277: writable memory
16278:
16279: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
16280: were not appended] which violated string invariant
16281:
16282: 2003-05-30 paf
16283:
16284: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
16285: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
16286:
16287: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
16288: GMT ; RFC 822, updated by RFC 1123
16289:
16290: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
16291: targets/isapi/parser3isapi.C: initialized request_info properly
16292:
16293: * src/classes/xnode.C: found minor bug, commended for future
16294:
16295: 2003-05-28 paf
16296:
16297: * src/classes/form.C: request_info.content_length can't be <0,
16298: size_t for some time
16299:
16300: 2003-05-26 paf
16301:
16302: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
16303: forgotten <0 changed to !=STRING_NOT_FOUND
16304:
16305: * src/classes/math.C: merged ffffu from HEAD
16306:
16307: 2003-05-11 paf
16308:
16309: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
16310:
16311: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
16312: premature doc free. transformed document had xmlDoc reference
16313: stored to non-gc-memory (libgdome) added holding-reference
16314:
16315: 2003-04-29 paf
16316:
16317: * src/main/pa_globals.C: started digging on double free. on win32
16318: found that that's perfectly normal.
16319:
16320: 2003-04-25 paf
16321:
16322: * src/classes/table.C: table.join bug fix [bad limit check]
16323:
16324: * src/classes/math.C: merged from HEAD: simpiler hash_string
16325:
16326: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
16327: print anything. changed to quicker and simplier code
16328:
16329: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
16330: strict a check]
16331:
16332: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
16333:
16334: 2003-04-24 paf
16335:
16336: * src/include/pa_table.h: too strict assert loosened
16337:
16338: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
16339: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
16340: report
16341:
16342: 2003-04-21 paf
16343:
1.116 moko 16344: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 16345:
16346: * src/main/pa_globals.C: pcre memory management changed to use GC
16347: memory
16348:
16349: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
16350: xmlMallocAtomic [author agreed to my suggestion], used that
16351:
16352: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
16353:
16354: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
16355: types/pa_vmail.C: attributed_meaning_to_string added
16356: L_UNSPECIFIED piece which was sortof OK, but violated string
16357: invariant [assertion barked on that] changed to L_PASS_APPEND,
16358: made that param obligatory
16359:
16360: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
16361: fixed [assert helped]
16362:
16363: * src/include/pa_string.h: assert added [looking for bug]
16364:
16365: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16366: names on Win32 considered disk-global
16367:
16368: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16369: considered disk-global
16370:
16371: 2003-04-18 paf
16372:
16373: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16374: filenames
16375:
16376: * src/main/untaint.C: enabled '~' letter in filenames
16377:
16378: 2003-04-16 paf
16379:
16380: * src/classes/file.C: small bug introduced in autoptr times fixed
16381:
16382: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16383: HEAD
16384:
1.116 moko 16385: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16386:
16387: 2003-04-15 paf
16388:
1.211 moko 16389: * operators.ru.txt, operators.txt, src/classes/math.C,
16390: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16391: tests/results/141.processed: merged from head ^math:uuid[]
16392: ^math:uid64[] ^math:md5[string]
16393:
16394: test added: 141.html
16395:
1.211 moko 16396: * operators.ru.txt, operators.txt, src/classes/math.C:
16397: ^math:uid64[]
1.95 moko 16398:
16399: * src/classes/math.C: ^math:uuid[]
16400:
1.211 moko 16401: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16402:
1.211 moko 16403: * operators.ru.txt, operators.txt, src/classes/math.C,
16404: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16405: 16-byte digest
16406:
16407: * operators.ru.txt, operators.txt, src/classes/file.C,
16408: src/include/pa_common.h, src/include/pa_config_fixed.h,
16409: src/main/pa_common.C: ^file::load[mode;name; $.offset
16410: $.limit
1.95 moko 16411:
16412: 2003-04-14 paf
16413:
16414: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16415: started ^math:md5
16416:
16417: * src/classes/table.C, src/include/pa_array.h,
16418: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16419: tests/results/140.processed: table $.reverse option works in
16420: create&co table $.distinct[tables] bug fix merged
16421:
16422: * src/: classes/table.C, include/pa_table.h: table
16423: $.distinct[tables] bug fixed
16424:
16425: * src/classes/table.C: more warnings
16426:
16427: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16428: removed checks in table::set_current, moved them back to
16429: table::locate implemented table::create/join ñ $.reverse
16430:
16431: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16432: removed checks in table::set_current, moved them back to
16433: table::locate
16434:
16435: 2003-04-11 paf
16436:
1.211 moko 16437: * operators.ru.txt, operators.txt, src/classes/date.C,
16438: src/classes/table.C, src/include/pa_array.h,
16439: src/include/pa_common.h, src/include/pa_config_includes.h,
16440: src/include/pa_string.h, src/include/pa_table.h,
16441: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16442: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16443: before_append_array_limit_sense_change to
16444: after_append_array_limit_sense_change
16445:
16446: * src/classes/table.C: typo
16447:
1.211 moko 16448: * operators.ru.txt, operators.txt, src/classes/date.C,
16449: src/classes/table.C, src/include/pa_array.h,
16450: src/include/pa_common.h, src/include/pa_config_includes.h,
16451: src/include/pa_globals.h, src/include/pa_table.h,
16452: src/main/pa_array.C, src/main/pa_globals.C,
16453: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16454: src/main/pa_string.C, src/main/pa_table.C:
16455: append_array_limit_sense_change locate accepts options same as
16456: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16457:
16458: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16459: (stat xxx,
16460:
16461: * src/classes/: table.C: typo
16462:
16463: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16464: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16465: results/130.processed, results/131.processed,
16466: results/132.processed, results/133.processed,
16467: results/134.processed, results/135.processed,
16468: results/136.processed, results/137.processed,
16469: results/138.processed, results/139.processed: added few mustfail
16470: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16471: date/time 132.html mustfail: access to junction outside of
16472: context 133.html mustfail: access to junction outside of context,
16473: case version 134.html mustfail: hash: adding a key inside of
16474: foreach 135.html mustfail: modifying system class 136.html
16475: mustfail: $.name outside of $hash[here] 137.html mustfail:
16476: appendChild without import 138.html mustfail: invalid encoding
16477: inside of xml 139.html mustfail: bad XPath
16478:
1.211 moko 16479: * operators.ru.txt, operators.txt, src/classes/table.C,
16480: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16481: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16482: tests/results/126.processed, tests/results/127.processed,
16483: tests/results/128.processed, tests/results/129.processed: merged
16484: from HEAD ^table.hash[key][$.distinct[tables]]
16485:
16486: maked appropriate tests [changed one old nonconforming]
16487:
1.211 moko 16488: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16489: ^table.hash[key][$.distinct[tables]]
16490:
16491: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16492: merged fix for found very old xml (dom) bug: were passing
16493: domString objects and later ERROREOUSLY freed them
16494:
16495: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16496: src/main/pa_charset.C: re-added libgdome patch. regretfully
16497: libgdome bug can not be worked around
16498:
16499: 2003-04-10 paf
16500:
16501: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16502: found very old xml (dom) bug: were passing domString objects and
16503: later ERROREOUSLY freed them
16504:
16505: * src/doc/string.dox, src/include/pa_memory.h,
16506: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16507: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16508: tests/123.html, tests/124.html, tests/results/001.processed,
16509: tests/results/002.processed, tests/results/003.processed,
16510: tests/results/004.processed, tests/results/005.processed,
16511: tests/results/006.processed, tests/results/008.processed,
16512: tests/results/009.processed, tests/results/010.processed,
16513: tests/results/011.processed, tests/results/012.processed,
16514: tests/results/013.processed, tests/results/014.processed,
16515: tests/results/015.processed, tests/results/016.processed,
16516: tests/results/017.processed, tests/results/018.processed,
16517: tests/results/020.processed, tests/results/021.processed,
16518: tests/results/022.processed, tests/results/023.processed,
16519: tests/results/024.processed, tests/results/025.processed,
16520: tests/results/026.processed, tests/results/027.processed,
16521: tests/results/028.processed, tests/results/029.processed,
16522: tests/results/030.processed, tests/results/031.processed,
16523: tests/results/032.processed, tests/results/033.processed,
16524: tests/results/034.processed, tests/results/035.processed,
16525: tests/results/036.processed, tests/results/037.processed,
16526: tests/results/038.processed, tests/results/039.processed,
16527: tests/results/040.processed, tests/results/041.processed,
16528: tests/results/042.processed, tests/results/043.processed,
16529: tests/results/044.processed, tests/results/045.processed,
16530: tests/results/046.processed, tests/results/047.processed,
16531: tests/results/048.processed, tests/results/049.processed,
16532: tests/results/050.processed, tests/results/051.processed,
16533: tests/results/052.processed, tests/results/053.processed,
16534: tests/results/054.processed, tests/results/055.processed,
16535: tests/results/056.processed, tests/results/057.processed,
16536: tests/results/058.processed, tests/results/059.processed,
16537: tests/results/060.processed, tests/results/061.processed,
16538: tests/results/062.processed, tests/results/063.processed,
16539: tests/results/064.processed, tests/results/065.processed,
16540: tests/results/066.processed, tests/results/067.processed,
16541: tests/results/068.processed, tests/results/069.processed,
16542: tests/results/070.processed, tests/results/071.processed,
16543: tests/results/072.processed, tests/results/073.processed,
16544: tests/results/074.processed, tests/results/075.processed,
16545: tests/results/076.processed, tests/results/077.processed,
16546: tests/results/078.processed, tests/results/079.processed,
16547: tests/results/080.processed, tests/results/081.processed,
16548: tests/results/082.processed, tests/results/083.processed,
16549: tests/results/084.processed, tests/results/085.processed,
16550: tests/results/086.processed, tests/results/087.processed,
16551: tests/results/088.processed, tests/results/089.processed,
16552: tests/results/090.processed, tests/results/091.processed,
16553: tests/results/092.processed, tests/results/093.processed,
16554: tests/results/094.processed, tests/results/095.processed,
16555: tests/results/096.processed, tests/results/097.processed,
16556: tests/results/101.processed, tests/results/102.processed,
16557: tests/results/104.processed, tests/results/105.processed,
16558: tests/results/106.processed, tests/results/107.processed,
16559: tests/results/108.processed, tests/results/109.processed,
16560: tests/results/110.processed, tests/results/111.processed,
16561: tests/results/112.processed, tests/results/113.processed,
16562: tests/results/114.processed, tests/results/115.processed,
16563: tests/results/116.processed, tests/results/117.processed,
16564: tests/results/118.processed, tests/results/119.processed,
16565: tests/results/120.processed, tests/results/121.processed,
16566: tests/results/122.processed, tests/results/123.processed,
16567: tests/results/124.processed: new convention: char* never 0.
16568: assert in cord on that
16569:
16570: * src/main/pa_charset.C: couple more asserts
16571:
16572: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16573: speedup
16574:
16575: * src/main/pa_charset.C: couple assertions on fantastic situations
16576: added [may be those is the case now?]
16577:
16578: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16579: that's memory from gc_malloc, not from g_malloc :(, but would
16580: hope]
16581:
16582: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16583: that's memory from gc_malloc, not from g_malloc :(, but would
16584: hope]
16585:
16586: * src/main/pa_charset.C: checked custom malloc for returning 0
16587:
16588: 2003-04-09 paf
16589:
16590: * src/classes/date.C: merged ^date.roll changes
16591:
16592: * src/classes/date.C: ^date.roll bug fix
16593:
16594: * src/classes/date.C: ^date.roll now throws less errors: month
16595: shifts handles end of month situation by reducing day number
16596: hour-hole shift reduces hour to recover
16597:
16598: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16599: Sort by function time
16600:
1.211 moko 16601: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16602: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16603:
16604: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16605: added [after volatile fix. passes on win&intel-solaris]
16606:
16607: 2003-04-08 paf
16608:
16609: * src/: classes/file.C, classes/op.C, classes/table.C,
16610: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16611: include/pa_common.h, include/pa_request_charsets.h,
16612: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16613: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16614: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16615: types/pa_vresponse.C: started http:// $.charset[] param and
16616: http response charset detection just compiled. todo:test
16617:
16618: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16619:
16620: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16621: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16622: types/pa_vmail.C: changed transcode param converntion along with
16623: string creating convention -- all strings are zero-terminated,
16624: this allowed to fix one remaining String("123", 2) case
16625:
16626: * src/: classes/date.C, classes/file.C, classes/hash.C,
16627: classes/op.C, classes/string.C, classes/table.C,
16628: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16629: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16630: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16631: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16632: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16633: violated String::invariant. started fixing [not compiled now]
16634:
16635: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16636: main/compile.tab.C, main/compile.y, main/pa_string.C,
16637: main/untaint.C, targets/cgi/parser3.C: number of string style
16638: improvements & optimizations
16639:
16640: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16641: :(]
16642:
16643: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16644: [for it's a pointer really]
16645:
16646: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16647: 'n' param. worked that around
16648:
16649: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16650: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16651: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16652: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16653: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16654:
16655: Thanks for the bug report and patch.
16656:
16657: I hadn't looked at this code in a while. Reading it now, it
16658: seems to me that the tests should also be ">= MAX_DEPTH" to
16659: comply with the invariant, though that may not matter a lot. I
16660: changed that, too.
16661:
16662: Hans
16663:
16664: 2003-04-07 paf
16665:
16666: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16667: merged from head:safe mode error message now includes numbers
16668:
16669: * src/main/execute.C: n-th attempt to make a=a work with double.
16670: problem: as_double returns it's result in fp-register compiler
16671: optimizes access to that register after b->as_double, and just
16672: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16673: from memory. _SAME_ double values do not match here. when
16674: forced to REload fp-register, values do match.
16675:
16676: tried to make them volatile.
16677:
16678: * src/main/execute.C: n-th attempt to make a=a work with double.
16679: problem: as_double returns it's result in fp-register compiler
16680: optimizes access to that register after b->as_double, and just
16681: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16682: from memory. _SAME_ double values do not match here. when
16683: forced to REload fp-register, values do match.
16684:
16685: tried to make them volatile.
16686:
16687: * src/types/pa_vobject.h: small style change
16688:
16689: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16690:
16691: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16692: mode error message now includes numbers
16693:
16694: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16695: now causes death
16696:
16697: 2003-04-04 paf
16698:
16699: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16700: incorportated pa_exec patch by From: "Victor Fedoseev"
16701: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16702: Sent: Thursday, January 23, 2003 9:14 AM
16703:
16704: huge speedup on ^file::cgi with big result
16705:
16706: * src/classes/table.C: sort table with 0 rows bug fixed
16707:
16708: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16709: fix http://i2/tasks/edit/?id=4493701604654042676
16710:
16711: @main[] $with_default[ $.a[1] $._default[default from
16712: with_default] ] ^show[$with_default]
16713:
16714: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16715: =$to_add_to.xxx=<br>
16716:
16717: ^show[$to_add_to]
16718:
16719: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16720: ^show[$cloned]
16721:
16722: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16723:
16724: } <hr>
16725:
16726: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16727: http://i2/tasks/edit/?id=4493701604654042676
16728:
16729: @main[] $with_default[ $.a[1] $._default[default from
16730: with_default] ] ^show[$with_default]
16731:
16732: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16733: =$to_add_to.xxx=<br>
16734:
16735: ^show[$to_add_to]
16736:
16737: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16738: ^show[$cloned]
16739:
16740: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16741:
16742: } <hr>
16743:
16744: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16745: http://i2/tasks/edit/?id=4507350336410850921
16746:
16747: * src/classes/xdoc.C: memory allocation func bugfix
16748: http://i2/tasks/edit/?id=4499303470368629745
16749:
16750: * src/classes/math.C: allowed random 1...
16751:
16752: * src/classes/math.C: allowed random 0..
16753:
16754: * src/main/pa_globals.C: exif mem leak
16755: http://i2/tasks/edit/?id=4480590323629807263
16756:
16757: * src/: classes/classes.dsp, main/main.dsp,
16758: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16759: fix http://i2/tasks/edit/?id=4493946731322521294
16760: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16761:
16762: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16763: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16764: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16765: links to xml libs made relative, no need to unpack parser3project
16766: to /parser3project.
16767:
16768: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16769: column more precise - tab handling bug fixed
16770:
16771: * src/main/: compile.tab.C, compile.y: more understandable error
16772: message in case @CLASS with more then one line inside
16773:
16774: * src/targets/cgi/parser3.C: more understandable error message in
16775: case of errors in @unhandled_exception
16776:
16777: 2003-04-03 paf
16778:
16779: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16780: src/main/compile.tab.C, src/main/compile.y,
16781: src/main/compile_tools.C, src/main/compile_tools.h,
16782: src/main/execute.C, src/main/pa_request.C: debug info format
16783: simplified, now it's: OP_VALUE Operation::Origin << here value*
16784:
16785: higher limits: file number (max: 255) line number (max:
16786: 64535) column number (max: 255)
16787:
16788: * src/classes/math.C: top limit
16789:
16790: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16791: precise parse error position in case of
16792:
16793: ^bug ]
16794:
16795: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16796: changed to realities, and passed [bug fixed]
16797:
16798: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16799: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16800: main/compile_tools.h, main/pa_request.C: introducing
16801: ^process...[main-method-alias]
16802:
16803: * src/: classes/date.C, classes/image.C, classes/op.C,
16804: classes/string.C, classes/table.C, classes/xdoc.C,
16805: types/pa_vmethod_frame.h: MethodParams& now [methods without
16806: params receive zero reference, but they are expected not to look
16807: there]
16808:
1.211 moko 16809: * operators.ru.txt, operators.txt, src/classes/date.C,
16810: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16811: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16812: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16813: src/classes/response.C, src/classes/string.C,
16814: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16815: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16816: src/types/pa_method.h: MethodParams& now [methods without params
16817: receive zero reference, but they are expected not to look there]
16818:
16819: * operators.ru.txt, operators.txt, src/classes/op.C,
16820: src/include/pa_request.h, src/main/pa_request.C,
16821: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16822: better error reporting [file/line/col]
1.95 moko 16823:
16824: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16825: types/pa_vstring.h: slightly improved error messages text: 1. is
16826: '%s', it 2. method undefined in case of ^void[]
16827:
16828: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16829: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16830: handling done. now we have error columns todo: test it
16831:
16832: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16833: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16834:
16835: this makes life easier: were: bad stack order -- were in
16836: exception catch unwind order, which didn't match execution order
16837:
16838: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16839:
16840: @first[] ^throw[a;1]
16841:
16842: showed throw a first throw b try
16843:
16844: which is no good
16845:
16846: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16847: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16848: trace reset after handled exception [old bug fixed]
16849:
16850: * src/main/: compile.tab.C, compile.y: parse position old bug
16851: fixed. position reporting made precise [both, in parse erros and
16852: runtime errors]
16853:
16854: 2003-04-02 paf
16855:
16856: * src/: include/pa_operation.h, include/pa_request.h,
16857: main/compile.C, main/compile.tab.C, main/compile.y,
16858: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16859: main/pa_exception.C, main/pa_request.C: debug info: started
16860: using. todo:complete
16861:
16862: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16863: main/compile.C, main/compile.tab.C, main/compile.y,
16864: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16865: main/pa_request.C: prepared debug info todo:use it
16866:
16867: * src/include/pa_operation.h: strange mistake fixed: forgot to
16868: return Operation class->union after switching from autoptrs.
16869:
16870: * tests/: Makefile, results/108.processed, results/117.processed:
16871: meta considered OK [it's up to coder now to remove it not needed]
16872:
16873: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16874: Dictionary constructor when moved to gc]
16875:
16876: * src/main/pa_common.C: uncommented http:// file loading
16877:
16878: * src/include/pa_array.h, src/main/execute.C,
16879: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16880: fix [gdGrowingBuf]
16881:
16882: * configure.in, src/lib/Makefile.am: removed patches
16883:
16884: * configure, src/include/pa_config_auto.h.in,
16885: src/main/pa_charset.C: --enable-assertions autoconf-ed
16886:
16887: * src/main/pa_common.C: uncommented http:// file loading
16888:
16889: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16890: xdoc::create/load
16891:
16892: * src/: classes/form.C, classes/hash.C, classes/image.C,
16893: classes/string.C, classes/table.C, classes/void.C,
16894: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16895: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16896: String::String(str,helper_length) are checked. found/fixed one
16897: place: $request:body now zero-terminated,
16898:
16899: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16900: main/compile_tools.C, main/execute.C, types/pa_value.h,
16901: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16902: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16903: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16904: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16905: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16906: types/pa_vxnode.h: more locally scoped vars in execute (more
16907: easily optimizable)
16908:
16909: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16910: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16911:
16912: * src/: include/pa_array.h, include/pa_stack.h,
16913: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16914: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16915: become assertion iterator in methodframe filler
16916:
16917: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16918: targets/cgi/parser3.C: array::get/put inlined
16919:
16920: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16921: gc_substitute_memory_management_functions +installed CORD_oom
16922: function
16923:
16924: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16925: src/include/pa_config_includes.h, src/include/pa_string.h,
16926: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16927: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16928: assertions started configure.in --enable-assertions
16929:
16930: 2003-04-01 paf
16931:
16932: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16933: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16934: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16935: gdome uses glib memory, and stores last pointer to xmlDoc there,
16936: gc misses that and collects valid memory fixed by remembering
16937: xmlDoc from dom object in xdoc. todo: do something with
16938: premature free of xdoc with xnodes/node values referring into it
16939:
16940: * src/classes/: mail.C: typo fix
16941:
16942: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16943: changes
16944:
16945: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16946: main/pa_memory.C: moved memory debugging to global level: to
16947: pa_gc_malloc
16948:
16949: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16950: debugging showed no errors. todo: debug parser memory
16951:
16952: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16953: configurations
16954:
16955: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16956: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16957: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16958: types/types.dsp: prepared xml-static configuration
16959:
16960: 2003-03-31 paf
16961:
16962: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16963: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16964: xml lib memory debugging, simple checks failed: it seems that
16965: library does realloc(bad ptr), and recording those ptrs in heap
16966: [for debugging] was bad: heap situation changes = everything
16967: works fine
16968:
16969: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16970: xmlRegisterCharEncodingHandler limitation [currently imposed
16971: limit of 10 user-defined charsets]
16972:
16973: 2003-03-28 paf
16974:
16975: * src/main/execute.C: execution stack copied to local register
16976: variable, removed lots [~2e7) of memory accesses
16977:
16978: 2003-03-27 paf
16979:
16980: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16981: works in debug, but fails in release todo: fix that
16982:
16983: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16984: targets/cgi/parser3.C: forgot to merge XML memory funcs
16985: replacement from gc branch
16986:
16987: * src/main/pa_exec.C: introducing append_help_length [radical
16988: improvement here]
16989:
16990: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16991: 'not recommened' in gc.h, on win32 noticed no difference]
16992:
16993: * src/include/pa_array.h: returned checked array get [were disabled
16994: for debugging] result:not slower [don't understand that, it were
16995: INLINED] todo: find out a way of inlining it!
16996:
16997: * src/: include/pa_string.h, lib/gc/include/gc.h,
16998: lib/gc/include/gc_fake.h, main/compile.tab.C,
16999: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
17000: convention changed: all resulting strings are zero-terminated
17001:
17002: * src/: classes/date.C, classes/file.C, classes/hash.C,
17003: classes/string.C, classes/table.C, classes/void.C,
17004: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
17005: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
17006: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
17007: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
17008: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
17009: types/pa_vfile.C, types/pa_vmail.C: introducing
17010: append_help_length [radical improvement here]
17011:
17012: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
17013: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
17014: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
17015: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
17016: even slower
17017:
17018: * src/: classes/string.C, classes/table.C, include/pa_array.h,
17019: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
17020: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
17021: clients of &get(): most to use non-ref version, some[in tight
17022: places] to get_unchecked_ref
17023:
17024: * src/doc/memory.dox: forgot to add
17025:
17026: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
17027: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
17028: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
17029: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
17030: main/compile.y, main/compile_tools.C, main/compile_tools.h,
17031: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
17032: targets/cgi/parser3.dsp, types/pa_vmail.C,
17033: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
17034: T>>&<< removed after Stack::pop wiping removed [moved to separate
17035: func] other Array & removed
17036:
17037: 2003-03-26 paf
17038:
17039: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
17040: classes/table.C, include/pa_array.h, include/pa_charset.h,
17041: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
17042: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
17043: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
17044: main/main.dsp, main/pa_charset.C, main/pa_common.C,
17045: main/pa_exec.C, main/pa_sql_driver_manager.C,
17046: main/pa_stylesheet_manager.C, main/pa_table.C,
17047: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17048: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
17049: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
17050: pre-evaluated .count() in some places
17051:
17052: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
17053: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
17054: types/types.dsp: .dsp profiling updated
17055:
17056: * src/: classes/classes.dsp, lib/cord/cord.dsp,
17057: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
17058: targets/cgi/parser3.dsp, types/types.dsp: started profiling
17059:
17060: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
17061: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
17062: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
17063: use lib/gc,lib/cord
17064:
1.116 moko 17065: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
17066: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 17067: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
17068: src/include/pa_config_includes.h, src/include/pa_request.h,
17069: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17070: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 17071: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 17072: src/lib/cord/include/Makefile.am,
1.116 moko 17073: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
17074: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
17075: src/targets/cgi/Makefile.am, src/types/Makefile.am,
17076: src/types/pa_vclass.h, src/types/pa_vcookie.h,
17077: src/types/pa_vform.h, src/types/pa_vhash.h,
17078: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
17079: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
17080: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
17081: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
17082: funcs ported pa_exec
1.95 moko 17083:
17084: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
17085:
17086: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
17087: bundled gc includes
17088:
17089: * src/: classes/op.C, include/pa_array.h,
17090: include/pa_sql_connection.h, include/pa_string.h,
17091: include/pa_version.h, main/compile.tab.C, main/compile.y,
17092: main/execute.C, main/pa_common.C, main/pa_exception.C,
17093: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
17094: targets/cgi/parser3.dsp: a number of bugfixes [while testing
17095: first real site (aval)]
17096:
17097: 2003-03-25 paf
17098:
1.211 moko 17099: * operators.ru.txt, operators.txt,
17100: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
17101: $status.memory used free since_compact process
1.95 moko 17102:
17103: * src/: include/pa_sql_connection.h, main/pa_globals.C,
17104: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
17105:
17106: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
17107:
17108: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
17109: src/types/pa_value.h, src/types/pa_vfile.h,
17110: src/types/pa_vobject.C, src/types/pa_vobject.h,
17111: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
17112: tests/results/121.processed: untaint.C L_URI
17113:
1.211 moko 17114: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
17115: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
17116: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
17117: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 17118:
17119: * tests/results/109.processed: it was a bug in parser. updated 109
17120: test result
17121:
17122: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
17123:
17124: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
17125: tests/results/107.processed: fixed dom language [values are now
17126: considered tainted. it was a bug in parser. updated 107 test
17127: result
17128:
17129: * src/classes/xdoc.C: fixed transform params
17130:
17131: * src/: include/pa_stylesheet_manager.h,
17132: main/pa_stylesheet_manager.C: fixed stylesheet caching
17133:
17134: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
17135: overloads for structure handling
17136:
17137: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
17138: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
17139: StringBody(0) ambiguilty, introducting static
17140: StringBody::Format(int)
17141:
17142: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
17143: linked
17144:
17145: * src/types/pa_vxdoc.C: vxdoc compiled
17146:
17147: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
17148: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
17149: finalizers isntalled
17150:
17151: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
17152: doc/exception.dox, doc/index.dox, include/pa_charset.h,
17153: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17154: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
17155: compiled todo: xnode.C / finalizers
17156:
17157: * src/doc/string.dox: updated: new string internals
17158:
17159: 2003-03-24 paf
17160:
17161: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17162: include/pa_charset.h, include/pa_config_fixed.h,
17163: include/pa_request.h, include/pa_stylesheet_connection.h,
17164: include/pa_stylesheet_manager.h, main/pa_charset.C,
17165: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
17166: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
17167: types/pa_vxnode.h: started XML
17168:
17169: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
17170:
17171: * src/: classes/file.C, classes/image.C, classes/mail.C,
17172: include/pa_string.h, main/pa_common.C,
17173: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
17174:
17175: * src/: classes/file.C, classes/image.C, classes/mail.C,
17176: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
17177: main/pa_request.C, main/pa_sql_driver_manager.C,
17178: types/pa_vimage.h: size_t pos everywhere checks changed to check
17179: for eq STRING_NOT_FOUND
17180:
17181: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
17182: optimize bit implemented
17183:
17184: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17185: String::ArrayFragment::append_positions fixed
17186:
17187: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
17188: String::this_starts fixed
17189:
17190: * src/main/pa_string.C, tests/Makefile: string::pos fixed
17191:
17192: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
17193: hashcode implemented fully, including per-char callback [it can
17194: be - substr CORD node]
17195:
17196: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
17197: rewritten to rewalloc with 100byte buf ahead
17198:
17199: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
17200: src/include/pa_string.h, src/main/compile.tab.C,
17201: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
17202: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
17203: CORD_ec [bad] would rewrite as realloc now
17204:
17205: * src/: classes/date.C, classes/file.C, classes/form.C,
17206: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
17207: include/pa_cache_managers.h, include/pa_charsets.h,
17208: include/pa_common.h, include/pa_request.h,
17209: include/pa_sql_driver_manager.h, include/pa_table.h,
17210: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
17211: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
17212: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
17213: types/pa_vmail.C, types/pa_vmethod_frame.C,
17214: types/pa_vstateless_class.h: 2*2 worked :)
17215:
17216: * parser3.dsw, src/classes/date.C, src/classes/file.C,
17217: src/include/pa_exec.h, src/include/pa_string.h,
17218: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
17219: passed OK
17220:
17221: * src/: classes/hash.C, classes/string.C, classes/table.C,
17222: types/pa_value.C: all linked todo: debug
17223:
17224: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
17225: types/pa_vstateless_class.C: all compiled. todo:link
17226:
17227: * src/types/pa_wcontext.C: pa_wcontext.C compiled
17228:
17229: * src/types/pa_vtable.C: pa_vtable.C compiled
17230:
17231: * src/types/pa_vstring.C: pa_vstring.C compiled
17232:
17233: * src/types/pa_vstatus.C: pa_vstatus.C compiled
17234:
17235: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
17236: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
17237: pa_vstateless_class.C, pa_vstateless_class.h:
17238: pa_vstateless_class.C compiled
17239:
17240: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
17241: types/pa_vmath.C: pa_vmail.C compiled
17242:
17243: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
17244:
17245: * src/types/pa_vform.C: pa_vform.C compiled
17246:
17247: * src/types/pa_vfile.C: pa_vfile.C compiled
17248:
17249: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
17250: pa_vstateless_class.C: pa_vcookie.C compiled
17251:
17252: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
17253: types/pa_vhash.h: pa_value.C compiled
17254:
17255: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
17256: classes.lib main.lib compiled
17257:
17258: * src/classes/void.C: void.C compiled
17259:
17260: * src/: classes/string.C, classes/table.C, include/pa_string.h,
17261: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
17262: compiled
17263:
17264: * src/: classes/string.C, include/pa_request.h,
17265: include/pa_string.h, main/pa_string.C: string.C compiled
17266:
17267: * src/: classes/op.C, classes/string.C, classes/table.C,
17268: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
17269: main/pa_request.C, main/pa_string.C: op.C compiled
17270:
17271: * src/classes/: math.C, op.C: math.C compiled
17272:
17273: * src/: classes/mail.C, classes/string.C, classes/table.C,
17274: types/pa_vmail.h: mail.C compiled
17275:
17276: * src/classes/: int.C, table.C: int.C compiled
17277:
17278: * src/: classes/hash.C, classes/image.C, classes/string.C,
17279: classes/table.C, include/pa_memory.h, include/pa_string.h,
17280: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
17281: compiled
17282:
17283: * src/: classes/hash.C, classes/string.C, classes/table.C,
17284: classes/void.C, classes/xdoc.C, include/pa_request.h,
17285: include/pa_sql_connection.h: hash.C compiled
17286:
17287: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
17288: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17289: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17290: classes/math.C, classes/op.C, classes/response.C,
17291: classes/string.C, classes/table.C, classes/void.C,
17292: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
17293: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17294: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
17295: file.C table.C compiled
17296:
17297: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
17298: main/untaint.C: main.lib compiled
17299:
17300: 2003-03-21 paf
17301:
17302: * src/: classes/op.C, include/pa_cache_managers.h,
17303: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17304: include/pa_stylesheet_manager.h, main/pa_exception.C,
17305: main/pa_globals.C, main/pa_sql_driver_manager.C,
17306: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
17307: compiled
17308:
17309: * src/: classes/hash.C, classes/image.C, classes/op.C,
17310: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
17311: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17312: main/compile.C, main/pa_common.C, main/pa_request.C,
17313: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
17314: pa_request.C compiled
17315:
17316: * src/: classes/hash.C, classes/mail.C, classes/op.C,
17317: include/pa_request.h, main/execute.C, main/pa_request.C,
17318: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
17319: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
17320: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17321: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
17322: compiled
17323:
17324: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
17325: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
17326: on unix
17327:
17328: * src/: include/pa_charset.h, include/pa_charsets.h,
17329: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
17330: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
17331: pa_charsets.C compiled
17332:
17333: * src/: classes/image.C, classes/mail.C, classes/op.C,
17334: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
17335: main/compile.y, main/execute.C, main/pa_common.C,
17336: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
17337: types/pa_vcode_frame.h, types/pa_vimage.h,
17338: types/pa_vmethod_frame.h: execute.C compiled
17339:
17340: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17341: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17342: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17343: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
17344: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17345: include/pa_cache_managers.h, include/pa_charsets.h,
17346: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
17347: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
17348: include/pa_sql_driver_manager.h, include/pa_string.h,
17349: include/pa_stylesheet_connection.h,
17350: include/pa_stylesheet_manager.h, include/pa_table.h,
17351: main/compile.C, main/compile.tab.C, main/compile.y,
17352: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17353: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17354: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
17355: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
17356: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17357: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
17358: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
17359: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17360: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17361: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17362: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17363: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17364: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17365: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17366: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17367: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17368: types/pa_vresponse.h, types/pa_vstateless_class.C,
17369: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17370: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17371: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17372: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17373: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17374: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17375: [C++ CORD wrapper]
17376:
17377: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17378:
17379: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17380: $file::exec/cgi[script; $.charset[this is script's charset]
17381:
17382: command line, env values, input got transcoded before call
17383: stdout, stderr got transcoded after call
17384:
17385: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17386: by default. use: ^file::exec[...;$.stdin[$request.body]
17387:
17388: * src/main/pa_common.C: } typo bug fix
17389:
17390: * src/main/pa_common.C: } typo bug fix
17391:
17392: 2003-03-20 paf
17393:
17394: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17395: main/untaint.C: cord bug fix, but still errors todo: clear out
17396:
17397: * src/include/pa_string.h: more tests
17398:
17399: * src/main/pa_string.C: string.pos fixed
17400:
1.116 moko 17401: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17402: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17403: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17404: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17405: replaces
1.95 moko 17406:
17407: * src/: classes/image.C, include/pa_dictionary.h,
17408: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17409: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17410: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17411: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17412:
17413: * src/include/pa_string.h: warning
17414:
17415: * src/include/pa_string.h: this_starts fixed
17416:
17417: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17418: new String ctor & append params convention
17419:
17420: * src/: classes/file.C, classes/hash.C, classes/image.C,
17421: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17422: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17423: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17424: main/pa_exception.C, main/pa_exec.C,
17425: main/pa_sql_driver_manager.C, main/pa_string.C,
17426: main/pa_stylesheet_manager.C, main/untaint.C,
17427: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17428: types/pa_vmail.C: more tests OK
17429:
17430: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17431: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17432: gc/exit runned OK
17433:
17434: * src/types/pa_vmail.C: another naming problem: should not name
17435: vars like that: unpredictable close caused problems with later
17436: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17437: descriptors missing on startup: stdin; Bad file number
17438:
17439: todo: find out why so many filters(stream) here. probably wrong?
17440:
17441: * src/: include/pa_dictionary.h, include/pa_string.h,
17442: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17443: main/untaint.C: test compiled
17444:
17445: * src/: classes/image.C, classes/mail.C, classes/math.C,
17446: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17447: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17448: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17449: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17450: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17451: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17452: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17453: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17454: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17455:
17456: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17457: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17458: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17459: src/include/pa_memory.h, src/include/pa_request.h,
17460: src/include/pa_request_charsets.h,
17461: src/include/pa_sql_connection.h, src/include/pa_string.h,
17462: src/main/compile.tab.C, src/main/execute.C,
17463: src/main/pa_charset.C, src/main/pa_common.C,
17464: src/main/pa_exception.C, src/main/pa_exec.C,
17465: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17466: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17467: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17468: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17469: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17470: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17471: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17472: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17473: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17474: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17475: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17476: pa_common.C [done, without http for now]
17477:
17478: 2003-03-19 paf
17479:
17480: * src/: classes/date.C, classes/form.C, classes/hash.C,
17481: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17482: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17483: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17484: include/pa_string.h, include/pa_table.h, main/compile.C,
17485: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17486: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17487: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17488: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17489: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17490: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17491: types/pa_vstateless_class.h, types/pa_vtable.C,
17492: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17493: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17494: types/pa_wwrapper.h: started test
17495:
1.116 moko 17496: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17497: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17498:
17499: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17500: include/pa_string.h, main/pa_string.C: string compiled todo: test
17501: it
17502:
17503: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17504: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17505: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17506: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17507: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17508: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17509: types/pa_vmethod_frame.h, types/types.dsp: string
17510: reimplementation with cord+array<fragment>: 70%
17511:
17512: 2003-03-18 paf
17513:
17514: * src/: classes/date.C, classes/file.C, classes/form.C,
17515: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17516: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17517: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17518: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17519: can ignore lang in cmp and pos really, but would
17520: split properly!
17521:
17522: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17523: cord part made parser/src/lib: it's not compiled into libgc by
17524: default
17525:
17526: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17527: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17528: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17529: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17530: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17531: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17532: src/classes/xnode.C, src/classes/xnode.h,
17533: src/include/Makefile.am, src/include/pa_cache_managers.h,
17534: src/include/pa_charset.h, src/include/pa_charsets.h,
17535: src/include/pa_common.h, src/include/pa_dictionary.h,
17536: src/include/pa_exception.h, src/include/pa_exec.h,
17537: src/include/pa_globals.h, src/include/pa_hash.h,
17538: src/include/pa_memory.h, src/include/pa_pool.h,
17539: src/include/pa_request.h, src/include/pa_request_charsets.h,
17540: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17541: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17542: src/include/pa_stylesheet_connection.h,
17543: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17544: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17545: src/main/compile.C, src/main/compile.tab.C,
17546: src/main/compile_tools.C, src/main/compile_tools.h,
17547: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17548: src/main/pa_charsets.C, src/main/pa_common.C,
17549: src/main/pa_dictionary.C, src/main/pa_exception.C,
17550: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17551: src/main/pa_pool.C, src/main/pa_request.C,
17552: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17553: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17554: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17555: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17556: src/types/pa_junction.h, src/types/pa_method.h,
17557: src/types/pa_value.C, src/types/pa_value.h,
17558: src/types/pa_vclass.C, src/types/pa_vclass.h,
17559: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17560: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17561: src/types/pa_vdouble.h, src/types/pa_venv.h,
17562: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17563: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17564: src/types/pa_vimage.C, src/types/pa_vimage.h,
17565: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17566: src/types/pa_vmath.C, src/types/pa_vmath.h,
17567: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17568: src/types/pa_vobject.C, src/types/pa_vobject.h,
17569: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17570: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17571: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17572: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17573: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17574: src/types/pa_vstring.h, src/types/pa_vtable.C,
17575: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17576: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17577: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17578: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17579: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17580: gc: PA_Object done lots of replacements also
17581:
17582: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17583: gc logging
17584:
17585: 2003-03-17 paf
17586:
17587: * src/: classes/date.C, classes/file.C, classes/form.C,
17588: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17589: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17590: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17591: include/pa_string.h, include/pa_types.h, main/compile.C,
17592: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17593: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17594: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17595: main/pa_sql_driver_manager.C, main/pa_string.C,
17596: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17597: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17598: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17599: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17600: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17601: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17602: types/pa_vxnode.h: libgc attempt
17603:
17604: 2003-03-13 paf
17605:
17606: * src/: include/pa_sql_driver_manager.h,
17607: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17608: called
17609:
17610: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17611: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17612: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17613: types/pa_value.h, types/pa_vobject.h,
17614: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17615: set_base, set_derived simplified [counter leaks fixed]
17616:
17617: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17618: src/types/types.dsp: incorporated status class patch From:
17619: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17620: 2003 8:14 AM
17621:
17622: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17623: Win32 specific: QuotaPeakNonPagedPoolUsage
17624: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17625:
17626: 2003-03-12 paf
17627:
1.116 moko 17628: * configure, configure.in, src/lib/ltdl/configure,
17629: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17630: lib/ltdl/Makefile now created by /configure.in only [were by
17631: lib/ltdl/configure.in OVERWRITE]
17632:
1.116 moko 17633: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17634: linkage fixed for g++ 3.2.2
1.95 moko 17635:
17636: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17637: on using privately declared class [fixed]
17638:
17639: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17640: 3.2 rightliy complained on using privately declared class [fixed]
17641:
17642: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17643: sigpipe before request constructor now causes death
17644:
17645: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17646: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17647: not cause exception in exception handler
17648:
1.116 moko 17649: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17650: now default links libstdc++ statically. that can be overriden by
17651: --with-dynamic-stdcpp
1.95 moko 17652:
17653: 2003-03-11 paf
17654:
17655: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17656: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17657: necessity of libstdc++
17658:
17659: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17660:
17661: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17662:
17663: 2003-03-08 paf
17664:
17665: * tests/Makefile: make install & co
17666:
17667: * src/: include/pa_request.h, classes/op.C: removing
17668: vclass,object.h -> pa_request.h dependency
17669:
17670: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17671: main/pa_request.C: removing vform,response,cookie.h ->
17672: pa_request.h dependency
17673:
17674: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17675: dependency [testing...]
17676:
17677: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17678: return 0; fixed
17679:
17680: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17681: types/pa_vmail.h: vmail.C received just compiled [not tested]
17682:
17683: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17684:
17685: * src/main/pa_request.C: forgotten: ifdef XML
17686:
17687: * src/main/pa_request.C: forgotten: ifdef XML
17688:
17689: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17690: win32 and run memleak tests again
17691:
17692: * src/targets/cgi/parser3.C: charsets: see some strange things with
17693: old xml lib-- it's internal memory handling has faults
17694:
17695: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17696: problems when transcode from charset A to A.
17697:
17698: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17699: todo: still problems when transcode from charset A to A.
17700:
17701: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17702: classes/table.C, include/pa_array.h,
17703: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17704: started full-scale-site-test [~ http://parser.ru sources]
17705:
17706: some fixes
17707:
17708: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17709: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17710: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17711: results/110.processed, results/111.processed,
17712: results/112.processed, results/113.processed,
17713: results/114.processed, results/115.processed,
17714: results/116.processed, results/117.processed,
17715: results/118.processed, results/119.processed,
17716: results/120.processed: xml: tests 109 dom create/show 110 xpath
17717: selectSingle 111 xdoc.create from tainted & 112
17718: xdoc.create/output with russian attr value 113 xpath
17719: selectString/Number 114 dom attributes.count 115 xpath selectBool
17720: 116 output media-type change 117 transform by dom stylesheet 118
17721: empty transform result 119 dom setAttribute 120 nbsp letter
17722: output
17723:
17724: =END OF PREPARED XML TESTS=
17725:
17726: 2003-03-07 paf
17727:
17728: * src/classes/xdoc.C, src/include/pa_charset.h,
17729: src/include/pa_stylesheet_connection.h, tests/108.html,
17730: tests/108.xsl, tests/results/108.processed: xml: test 108
17731: transform with params [bugs fixed]
17732:
17733: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17734: from copy/paste bug
17735:
17736: * src/classes/xdoc.C, src/include/pa_charset.h,
17737: src/include/pa_request.h, src/main/execute.C,
17738: src/main/pa_charset.C, src/main/pa_exception.C,
17739: src/main/pa_globals.C, src/main/pa_request.C,
17740: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17741: src/types/pa_vxnode.C, tests/107.html,
17742: tests/results/107.processed: xml: test: 107 bug fixes
17743:
17744: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17745: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17746: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17747:
17748: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17749: string
17750:
17751: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17752: mem alloc functions used for different cases [libxml, libxsl]
17753:
17754: * src/classes/classes.C: fixed: prevent system classes from
17755: modification to lock ALL the classes, not only directly used
17756:
17757: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17758: linked
17759:
17760: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17761:
17762: 2003-03-06 paf
17763:
17764: * src/classes/xdoc.C: xdoc.C 50%
17765:
17766: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17767: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17768: main/pa_globals.C, main/pa_request.C,
17769: main/pa_stylesheet_manager.C: xnode.C compiled
17770:
17771: * src/: include/pa_stylesheet_connection.h,
17772: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17773: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17774:
17775: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17776: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17777: xml: stylesheet&manager STARTED
17778:
17779: * src/: include/pa_globals.h, main/pa_charset.C,
17780: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17781:
17782: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17783: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17784: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17785: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17786: charsets
17787:
17788: * tests/023.html: in some cases it rounded up badly. postponing
17789: solution of that problem, making more simple test
17790:
17791: * tests/: 058_paf2000.png, results/058.processed: .png added with
17792: -kb now
17793:
17794: * src/: include/pa_charset.h, include/pa_charsets.h,
17795: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17796: moved to charsets.C
17797:
17798: 2003-03-05 paf
17799:
17800: * src/classes/string.C, src/include/pa_string.h,
17801: src/main/pa_string.C, tests/105.html,
17802: tests/results/105.processed: String::match bug fixed
17803:
17804: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17805: tests/results/104.processed: ^bpt operator added [does int3 in
17806: debug build on win32]
17807:
17808: * tests/: 057.html, results/057.processed: test bug fixed
17809:
1.116 moko 17810: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17811:
17812: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17813: missing
17814:
1.116 moko 17815: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17816: forgotten files added to Makes
1.95 moko 17817:
17818: * ltmain.sh: ltmain.sh added
17819:
17820: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17821: change undone ;(
17822:
17823: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17824: made static
17825:
17826: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17827: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17828: todo:make linker happy
1.95 moko 17829:
17830: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17831: env param made optional
17832:
17833: 2003-03-04 paf
17834:
17835: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17836: types/pa_vimage.h: number of gcc compiler bugs fixed
17837:
17838: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17839: results/103.processed: tests: 103 image.copy transparence test
17840:
17841: * src/main/execute.C, tests/101.html, tests/102.html,
17842: tests/results/101.processed, tests/results/102.processed: tests:
17843: 101 method/variable name conflict test 102 form fields change
17844: should not not change anything [bug fix]
17845:
17846: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17847: results/099.processed, results/100.processed: tests: 57 date
17848: create 2002: added 99,100 response:body/download
17849:
17850: * src/classes/image.C, tests/098.html, tests/098font.gif,
17851: tests/results/098.processed: test: 98 image font text [bug fixed]
17852:
17853: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17854: tests/results/097.processed: test: 97 file::load http:// [bugs
17855: fixed]
17856:
17857: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17858: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17859: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17860: image EXIF [bug fixed]
17861:
17862: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17863: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17864: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17865: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17866: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17867: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17868: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17869: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17870: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17871: tests/094.html, tests/095.html, tests/results/061.processed,
17872: tests/results/062.processed, tests/results/063.processed,
17873: tests/results/064.processed, tests/results/065.processed,
17874: tests/results/066.processed, tests/results/067.processed,
17875: tests/results/068.processed, tests/results/069.processed,
17876: tests/results/070.processed, tests/results/071.processed,
17877: tests/results/072.processed, tests/results/073.processed,
17878: tests/results/074.processed, tests/results/075.processed,
17879: tests/results/076.processed, tests/results/077.processed,
17880: tests/results/078.processed, tests/results/080.processed,
17881: tests/results/081.processed, tests/results/082.processed,
17882: tests/results/083.processed, tests/results/084.processed,
17883: tests/results/085.processed, tests/results/086.processed,
17884: tests/results/087.processed, tests/results/088.processed,
17885: tests/results/089.processed, tests/results/090.processed,
17886: tests/results/091.processed, tests/results/092.processed,
17887: tests/results/093.processed, tests/results/094.processed,
17888: tests/results/095.processed, tests/079.html,
17889: tests/results/079.processed: tests: 61 file::stat size 62
17890: string->int autoconvert 63 double .int,dec,div,mul 64 date
17891: compare 65 file: basename,justname,justext 66 math:crypt 67
17892: string.match simple on long 68 string.match normalized simple on
17893: long 69 string.int 70 file::stat content-type 71 table.join 72
17894: hash parameter conditional pass 73 date daylightsaving,yearday 74
17895: date arithmetics 75 response date values/attributes 76 string.pos
17896: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17897: with local 80 scientific numeric literal in string autoconvert 81
17898: xor: logical and numerical 82 for delims 83 menu delims 84
17899: table.hash distinct 85 long string replace 86 throw+catch
17900: current language preserve 87 bit shifts 88 junction tests +
17901: $caller test 89 hash.foreach selfmodification 90 int/void to int
17902: 91 $caller test 92 junction is + def junction tests 93 $caller
17903: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17904:
17905: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17906: fixed] 60 string eq string [bug fixed]
17907:
17908: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17909: 058.html, 058_paf2000.png, 059.html, 060.html,
17910: results/053.processed, results/054.processed,
17911: results/055.processed, results/056.processed,
17912: results/057.processed, results/058.processed,
17913: results/059.processed, results/060.processed: test: 53
17914: string.replace 54 junctions 55 table.hash 56 call indirect 57
17915: date.create[string] 58 image.measure[png]
17916:
17917: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17918: outputs/051.processed, results/052.processed: test: 52
17919: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17920: task: fix that
17921:
17922: 2003-03-03 paf
17923:
17924: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17925: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17926: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17927: outputs/049.processed, outputs/050.processed,
17928: outputs/051.processed, results/001.processed,
17929: results/002.processed, results/003.processed,
17930: results/005.processed, results/006.processed,
17931: results/008.processed, results/009.processed,
17932: results/011.processed, results/012.processed,
17933: results/013.processed, results/014.processed,
17934: results/015.processed, results/016.processed,
17935: results/017.processed, results/020.processed,
17936: results/021.processed, results/022.processed,
17937: results/024.processed, results/025.processed,
17938: results/026.processed, results/027.processed,
17939: results/028.processed, results/029.processed,
17940: results/030.processed, results/031.processed,
17941: results/049.processed, results/050.processed,
17942: results/051.processed, results/043.processed,
17943: results/044.processed, results/045.processed,
17944: results/046.processed, results/047.processed,
17945: results/048.processed: tests: 43,44,45 date rolls 46
17946: autoevaluating junction 47 table.select 48 name with subvar 49
17947: hash-creating switch 50 process 51 started parent/child, works as
17948: it were but it were NOT GOOD, created separate task to fix that
17949:
17950: * tests/: 042.html, results/042.processed: test: 42
17951: exception.handled
17952:
17953: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17954: expression
17955:
17956: * tests/: 040.html, results/040.processed: test: 39 method result
17957: of type table 40 method param junction auto evaluate
17958:
17959: * tests/: 039.html, results/039.processed: test: 37 method result
17960: of type table
17961:
17962: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17963: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17964: tests/038.html, tests/results/033.processed,
17965: tests/results/034.processed, tests/results/035.processed,
17966: tests/results/036.processed, tests/results/037.processed,
17967: tests/results/038.processed: tests: 33 string.replace 34
17968: string.upper 35 table created 36 local/global vars with juntions
17969: 37 table clone 38 math PI & number formatting
17970:
17971: math class registring typo fixed
17972:
17973: * src/classes/op.C, src/include/pa_request.h,
17974: src/include/pa_string.h, src/main/execute.C,
17975: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17976: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17977: tests/032.html, tests/results/032.processed: uchar changed to
17978: String_UL in all places [was not everywhere] untaint test: 032
17979:
17980: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17981: tests/results/004.processed, tests/parser-cygwin.sh,
17982: tests/parser-unix.sh: removed -H command line key, now testing
17983: using .sh file with SERVER_SOFTWARE=xxx
17984:
17985: 2003-02-26 paf
17986:
17987: * src/main/execute.C, src/types/pa_vstateless_class.h,
17988: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17989: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17990: tests/results/024.processed, tests/results/025.processed,
17991: tests/results/026.processed, tests/results/027.processed,
17992: tests/results/028.processed, tests/results/029.processed,
17993: tests/results/030.processed, tests/results/031.processed: fixed
17994: bug with name_cstr mutable CharPtr more tests
17995:
17996: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17997: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17998: << abort. die now just exits
17999:
18000: * src/classes/classes.awk, src/classes/classes.h,
18001: src/classes/date.C, src/classes/double.C, src/classes/file.C,
18002: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
18003: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
18004: src/classes/op.C, src/classes/response.C, src/classes/string.C,
18005: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18006: src/classes/xnode.C, src/include/pa_memory.h,
18007: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
18008: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
18009: src/types/pa_vform.C, tests/015.html, tests/016.html,
18010: tests/017.html, tests/018.html, tests/019.html,
18011: tests/019paf2001.gif, tests/020.html, tests/021.html,
18012: tests/022.html, tests/023.html, tests/022_dir/a.html,
18013: tests/022_dir/b.txt, tests/022_dir/c.htm,
18014: tests/results/015.processed, tests/results/016.processed,
18015: tests/results/017.processed, tests/results/018.processed,
18016: tests/results/019.processed, tests/results/020.processed,
18017: tests/results/021.processed, tests/results/022.processed,
18018: tests/results/023.processed: methoded_array now contains all Mxxx
18019: classes SAPI::get_env now returns info on pool more tests
18020:
18021: * src/include/pa_array.h, src/include/pa_hash.h,
18022: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
18023: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
18024: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
18025: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
18026: tests/014.html, tests/Makefile, tests/outputs/create-dir,
18027: tests/results/001.processed, tests/results/002.processed,
18028: tests/results/003.processed, tests/results/004.processed,
18029: tests/results/005.processed, tests/results/006.processed,
18030: tests/results/007.processed, tests/results/008.processed,
18031: tests/results/009.processed, tests/results/010.processed,
18032: tests/results/011.processed, tests/results/012.processed,
18033: tests/results/013.processed, tests/results/014.processed: hash
18034: cloning fixed
18035:
18036: 2003-02-25 paf
18037:
18038: * src/main/pa_common.C: typo fixed
18039:
18040: 2003-02-24 paf
18041:
18042: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
18043: [one remained]
18044:
18045: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
18046: [should have been get_string(&pool)] todo: check other such calls
18047:
18048: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
18049: test10, bad lookups
18050:
18051: xxx* xxx=smartptr.get(); << is bad style, after ";" original
18052: object got destructed, and xxx points to sky
18053:
18054: * ChangeLog, src/classes/string.C: match bug fixed
18055:
18056: * src/types/pa_vmail.C: body [text/html] transcoded to
18057: $.charset[specified] now
18058:
18059: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
18060: which failed to handle sigsetjmp+throw: crashed inside of
18061: pre-throw code. rewritten simplier [though duplicating
18062: closesocket code]
18063:
18064: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
18065: which failed to handle sigsetjmp+throw: crashed inside of
18066: pre-throw code. rewritten simplier [though duplicating
18067: closesocket code]
18068:
18069: 2003-02-21 paf
18070:
1.211 moko 18071: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
18072: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
18073: now]]
1.95 moko 18074:
18075: written makefile with regression tests [raw]
18076:
18077: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
18078: tests' only [it's not forcing CGI mode now] now use -H to output
18079: CGI header when parser used in command line [useful for tests
18080: also]
18081:
18082: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
18083: switches on CGI mode, and is used in regression tests
18084:
18085: * src/: include/pa_request.h, main/pa_request.C,
18086: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
18087: fixed
18088:
18089: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
18090: handling pa_*
18091:
18092: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
18093: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
18094: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
18095: memory handling files
18096:
18097: * src/main/pa_array.C: pool::format_integer terminator fixed
18098:
18099: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
18100: compiles OK test to show benefits of free
18101:
18102: * src/: classes/file.C, classes/image.C, classes/mail.C,
18103: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
18104: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18105: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
18106: use pool [as the one in ^process]
18107:
18108: * src/classes/op.C: fixed process. sould now check for all cstr's
18109: -- some must use pool [as the one in ^process]
18110:
18111: 2003-02-20 paf
18112:
18113: * src/: classes/date.C, classes/double.C, classes/file.C,
18114: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18115: classes/math.C, classes/op.C, classes/response.C,
18116: classes/string.C, classes/table.C, classes/void.C,
18117: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
18118: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
18119: string cmp fixed
18120:
18121: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
18122: values passed OK now
18123:
18124: 2003-02-19 paf
18125:
18126: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
18127: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
18128: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
18129: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
18130: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
18131: all remaning leaks resulted from pooled::malloc calls [excluding
18132: in gd -- planning complete rewrite extremely ugly code]
18133:
18134: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
18135: files
18136:
18137: 2003-02-17 paf
18138:
18139: * src/: classes/date.C, classes/double.C, classes/file.C,
18140: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18141: classes/response.C, classes/string.C, classes/table.C,
18142: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
18143: include/pa_stylesheet_connection.h,
18144: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
18145: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18146: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
18147: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18148: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18149: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
18150: of unitialized simple-typed field
18151:
18152: * src/: classes/classes.C, classes/classes.h, main/execute.C,
18153: main/pa_charset.C, main/pa_request.C: another bug of unitialized
18154: simple-typed field fixed. todo: find&kill all like that one
18155:
18156: * src/: main/execute.C, targets/cgi/pa_pool.C,
18157: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
18158: debug output fixed
18159:
18160: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
18161: main/pa_request.C: stack-stored items need extra .ref to prevent
18162: object_ptr from delete[them]
18163:
18164: * src/: classes/date.C, classes/op.C, classes/table.C,
18165: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
18166: include/pa_charset.h, main/Makefile.am, main/main.dsp,
18167: main/pa_charset.C, main/pa_common.C,
18168: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18169: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18170: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
18171: calls
18172:
18173: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
18174: couple mem leaks rusulted from old pooled::malloc usage.
18175: todo:find more like those
18176:
18177: * src/main/: compile.C, compile_tools.C: 2*2!
18178:
18179: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
18180: stackItem fixed [there were no string on stack before]
18181:
18182: * src/: main/execute.C, main/pa_request.C,
18183: types/pa_vmethod_frame.C: first letters out OK
18184:
18185: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
18186: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
18187: main/pa_string.C, main/untaint.C, types/pa_value.h,
18188: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
18189: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
18190: type not initialized with zeros :( while class fields of class
18191: types initialized with default constructors. learn C++
18192:
18193: * src/: classes/classes.awk, classes/double.C, classes/file.C,
18194: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
18195: classes/math.C, classes/xdoc.C, classes/xnode.C,
18196: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
18197: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
18198:
18199: 2003-02-14 paf
18200:
18201: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
18202: 13 link errors
18203:
18204: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
18205: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18206: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18207: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
18208: errors :)
18209:
18210: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
18211: classes/hash.C, classes/mail.C, classes/op.C,
18212: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
18213: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
18214: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
18215: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
18216:
18217: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
18218: classes/table.C, include/pa_common.h, include/pa_globals.h,
18219: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
18220: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
18221: types/pa_vint.h, types/types.dsp: op compiled
18222:
18223: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
18224: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
18225: main/untaint.C, types/pa_vtable.h: string, response compiled
18226:
18227: 2003-02-07 paf
18228:
18229: * src/: classes/table.C, types/pa_vtable.h: table compiled
18230:
18231: 2003-02-06 paf
18232:
18233: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
18234: mail compiled
18235:
18236: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
18237: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
18238: types/pa_vfile.h, types/pa_vimage.h: image compiled
18239:
18240: * src/classes/: file.C, form.C: form compiled
18241:
18242: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
18243: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
18244: types/pa_vfile.C, types/pa_vfile.h: file compiled
18245:
18246: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
18247: types/pa_vmath.h: math compiled [win32]
18248:
18249: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
18250: types/pa_vstring.h: hash compiled
18251:
18252: 2003-02-04 paf
18253:
18254: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
18255: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
18256: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
18257: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
18258: types/pa_vhash.h: hash 50% compiled
18259:
18260: * src/: classes/date.C, classes/file.C, classes/hash.C,
18261: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
18262: classes/string.C, classes/table.C, classes/xdoc.C,
18263: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
18264: main/pa_string.C: date compiled
18265:
18266: * src/classes/: classes.dsp, double.C: double compiled
18267:
18268: * src/: classes/date.C, classes/double.C, classes/file.C,
18269: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
18270: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18271: classes/string.C, classes/table.C, classes/void.C,
18272: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
18273: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
18274: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
18275: compiled
18276:
18277: * src/: classes/date.C, classes/double.C, classes/file.C,
18278: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18279: classes/math.C, classes/op.C, classes/response.C,
18280: classes/string.C, classes/table.C, classes/void.C,
18281: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18282: types/pa_vvoid.h: void compiled :)
18283:
18284: * src/: include/pa_globals.h, main/pa_cache_managers.C,
18285: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18286: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18287: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
18288: main/pa_string.C, main/pa_uue.C, main/untaint.C,
18289: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
18290: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
18291: types/pa_vresponse.C, types/pa_vstateless_class.C,
18292: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
18293: types/pa_wcontext.C, types/types.dsp: removed stupid
18294: value_includes.h
18295:
18296: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
18297: trying to remove stupid value_includes.h
18298:
18299: * src/main/pa_exec.C: pa_exec compiled on win32
18300:
18301: * src/main/pa_exec.C: libmain.a compiled on six [unix]
18302:
18303: * src/: include/pa_globals.h, include/pa_request.h,
18304: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
18305: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
18306: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
18307: types/pa_vrequest.C, types/pa_vstateless_class.C,
18308: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
18309:
18310: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
18311: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
18312: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
18313:
18314: * src/: include/pa_array.h, include/pa_config_includes.h,
18315: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
18316: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
18317: compiled
18318:
18319: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
18320: name conflicts)
18321:
18322: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
18323: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
18324: yelds "virtual memory exhausted" while trying to compile
18325: execute.C [eating up to 127MB]
18326:
18327: 2003-02-03 paf
18328:
18329: * src/: include/pa_config_includes.h, include/pa_hash.h,
18330: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
18331: main/pa_common.C, types/pa_value.C, types/pa_value.h,
18332: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
18333: types/pa_vint.h, types/pa_vjunction.h,
18334: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
18335: started gcc compiling pa_common compiled
18336:
18337: * src/: include/pa_exception.h, include/pa_pool.h,
18338: main/pa_exception.C: exception gcc change #1
18339:
1.116 moko 18340: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
18341: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 18342:
18343: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
18344:
18345: * src/types/pa_vtable.C: vtable compiled
18346:
18347: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
18348:
18349: * src/: include/pa_cache_managers.h, main/pa_request.C,
18350: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
18351:
18352: * src/types/pa_vstateless_class.C: vstateless_class compiled
18353:
18354: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
18355:
18356: * src/types/pa_vrequest.C: vrequest compiled
18357:
18358: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
18359: pa_vobject.C, pa_vobject.h: vobject compiled
18360:
18361: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
18362: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18363: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
18364: compiled
18365:
18366: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18367:
18368: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18369: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18370: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18371: compiled
18372:
18373: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18374: main.lib - 0 error(s), 0 warning(s)
18375:
18376: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18377: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18378:
18379: 2003-01-31 paf
18380:
18381: * src/: include/pa_array.h, include/pa_operation.h,
18382: include/pa_request.h, main/execute.C, main/main.dsp,
18383: types/pa_vjunction.h: started last file from main library:
18384: execute
18385:
18386: * src/: include/pa_request.h, include/pa_sapi.h,
18387: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18388: main/pa_request.C, targets/cgi/parser3.C,
18389: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18390: types/pa_vhash.h: pa_request compiled
18391:
18392: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18393: include/pa_globals.h, include/pa_request.h,
18394: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18395: main/execute.C, main/main.dsp, main/pa_common.C,
18396: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18397: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18398: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18399: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18400: types/types.dsp: most pa_request compiled
18401:
18402: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18403: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18404: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18405: classes/op.C, classes/response.C, classes/string.C,
18406: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18407: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18408: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18409: include/pa_config_fixed.h, include/pa_config_includes.h,
18410: include/pa_dictionary.h, include/pa_dir.h,
18411: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18412: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18413: include/pa_pool.h, include/pa_request.h,
18414: include/pa_request_charsets.h, include/pa_request_info.h,
18415: include/pa_sapi.h, include/pa_socks.h,
18416: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18417: include/pa_stack.h, include/pa_string.h,
18418: include/pa_stylesheet_connection.h,
18419: include/pa_stylesheet_manager.h, include/pa_table.h,
18420: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18421: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18422: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18423: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18424: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18425: main/compile.C, main/compile.tab.C, main/compile.y,
18426: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18427: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18428: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18429: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18430: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18431: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18432: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18433: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18434: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18435: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18436: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18437: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18438: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18439: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18440: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18441: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18442: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18443: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18444: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18445: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18446: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18447: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18448: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18449: types/pa_vresponse.h, types/pa_vstateless_class.C,
18450: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18451: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18452: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18453: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18454: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18455: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18456:
18457: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18458: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18459: src/include/pa_charsets.h, src/include/pa_common.h,
18460: src/include/pa_dictionary.h, src/include/pa_exception.h,
18461: src/include/pa_exec.h, src/include/pa_pool.h,
18462: src/include/pa_request.h, src/include/pa_sapi.h,
18463: src/include/pa_sql_connection.h,
18464: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18465: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18466: src/main/compile.tab.C, src/main/compile_tools.C,
18467: src/main/compile_tools.h, src/main/main.dsp,
18468: src/main/pa_charset.C, src/main/pa_charsets.C,
18469: src/main/pa_common.C, src/main/pa_dictionary.C,
18470: src/main/pa_exception.C, src/main/pa_exec.C,
18471: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18472: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18473: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18474: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18475: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18476: src/types/pa_vdouble.h, src/types/pa_venv.h,
18477: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18478: src/types/pa_vhash.h, src/types/pa_vimage.C,
18479: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18480: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18481: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18482: src/types/pa_vobject.C, src/types/pa_vobject.h,
18483: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18484: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18485: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18486: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18487: src/types/pa_vstring.h, src/types/pa_vtable.h,
18488: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18489: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18490: died, long live StringPtr
18491:
18492: 2003-01-30 paf
18493:
18494: * src/: include/pa_charset.h, include/pa_request.h,
18495: include/pa_sql_driver_manager.h, main/compile.tab.C,
18496: main/compile.y, main/compile_tools.h, main/pa_request.C,
18497: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18498:
18499: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18500: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18501: types/pa_vhash.h, types/pa_vmethod_frame.h,
18502: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18503: types/types.dsp: vstateless_class compiled
18504:
18505: * src/main/compile.C: compile compiled
18506:
18507: * src/: include/pa_array.h, include/pa_operation.h,
18508: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18509: main/pa_table.C: compile_tools compiled
18510:
18511: * src/: include/pa_operation.h, main/compile.y,
18512: main/compile_tools.C, main/compile_tools.h: started
18513: compile_tools. vagues ideas of how to free compiled code
18514:
18515: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18516: main/main.dsp, types/pa_value.C, types/pa_value.h,
18517: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18518: compiled
18519:
18520: 2003-01-29 paf
18521:
18522: * src/: include/pa_globals.h, include/pa_request.h,
18523: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18524: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18525: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18526: compiled
18527:
18528: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18529: now
18530:
18531: * src/: include/pa_array.h, include/pa_exception.h,
18532: include/pa_pool.h, main/pa_exception.C: gd compiled
18533:
18534: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18535: compiled
18536:
18537: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18538: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18539: types/pa_vfile.h: vfile compiled
18540:
18541: * src/: include/pa_common.h, include/pa_globals.h,
18542: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18543: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18544: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18545:
18546: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18547: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18548: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18549: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18550: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18551:
18552: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18553: main/main.dsp, main/untaint.C: more compiled
18554:
18555: * src/: include/pa_charsets.h, include/pa_request.h,
18556: include/pa_request_info.h, include/pa_string.h,
18557: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18558: types/pa_vresponse.h: vrequest compiled
18559:
18560: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18561: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18562: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18563:
18564: * src/: classes/classes.h, include/pa_charset.h,
18565: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18566: include/pa_request.h, include/pa_string.h, main/main.dsp,
18567: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18568: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18569: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18570: types/pa_vrequest.C, types/pa_vrequest.h,
18571: types/pa_vstateless_class.h, types/pa_vstring.h,
18572: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18573:
18574: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18575: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18576: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18577: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18578: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18579: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18580: types/pa_vobject.h, types/pa_vstateless_class.h,
18581: types/pa_vstateless_object.h, types/pa_vstatus.h,
18582: types/pa_vstring.h, types/types.dsp: vmath compiled
18583:
18584: 2003-01-28 paf
18585:
18586: * src/: classes/classes.h, classes/date.C, classes/file.C,
18587: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18588: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18589: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18590: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18591: compile_tools
18592:
18593: * src/: include/pa_charset.h, include/pa_exception.h,
18594: include/pa_request.h, include/pa_string.h, main/untaint.C:
18595: untaint compiled
18596:
18597: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18598: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18599: more compiled. struck with string::store_to needing to know
18600: source/client charsets
18601:
18602: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18603: types/pa_vfile.h: uue compiled
18604:
18605: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18606: table compiled
18607:
18608: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18609: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18610:
18611: * src/: include/pa_charset.h, main/pa_charset.C,
18612: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18613: introduced]
18614:
18615: * src/: classes/date.C, include/pa_charset.h,
18616: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18617: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18618: pa_charsets compiled
18619:
18620: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18621: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18622:
18623: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18624: common compiled
18625:
18626: * src/: include/pa_charsets.h, main/pa_charsets.C,
18627: main/pa_sql_driver_manager.C: pa_charsets compiled
18628:
18629: * src/: include/pa_array.h, include/pa_charset.h,
18630: include/pa_charsets.h, include/pa_pool.h,
18631: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18632: include/pa_stack.h, include/pa_string.h,
18633: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18634: sql_driver_manager compiled
18635:
18636: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18637: letter i with two dots added to koi, all ukranian letters added
18638: to win1251.
18639:
18640: typographic simbol 0xb9 deleted from win1251 [strange one & were
18641: abscent from koi]
18642:
18643: 2003-01-27 paf
18644:
18645: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18646: include/pa_sql_driver_manager.h, include/pa_string.h,
18647: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18648: sql/pa_sql_driver.h: paused on sql_manager
18649:
18650: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18651: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18652: include/pa_stack.h, main/pa_sql_driver_manager.C,
18653: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18654:
18655: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18656: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18657: include/pa_table.h, main/pa_sql_driver_manager.C,
18658: main/pa_table.C: table compiled
18659:
18660: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18661: cache_managers compiled
18662:
18663: * src/: include/pa_array.h, include/pa_charset.h,
18664: include/pa_pool.h, main/pa_charset.C: charset compiled
18665:
18666: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18667:
18668: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18669: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18670: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18671: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18672: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18673:
18674: 2003-01-24 paf
18675:
18676: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18677: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18678: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18679: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18680: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18681: types/pa_vint.h, types/pa_vjunction.h,
18682: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18683: types/pa_vstatus.h, types/pa_vstring.h: more patched
18684:
18685: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18686: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18687: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18688: main/pa_string.C, main/pa_table.C: string compiled
18689:
18690: * src/: include/pa_array.h, include/pa_common.h,
18691: include/pa_dictionary.h, include/pa_exception.h,
18692: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18693: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18694: main/pa_string.C: dictionary compiled
18695:
18696: 2003-01-23 paf
18697:
18698: * src/: include/pa_array.h, include/pa_common.h,
18699: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18700: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18701: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18702: types/pa_value.h: resurrected pool in new sense: now it's
18703: factory, producing&accounting memory chunks for read[autofree]
18704: buffers
18705:
18706: * src/: include/pa_array.h, include/pa_exception.h,
18707: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18708: main/pa_exception.C, main/pa_table.C: table compiled
18709:
18710: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18711: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18712: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18713: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18714: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18715: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18716: main/pa_table.C: aint that easy
18717:
18718: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18719: main/main.dsp: continued with Hash
18720:
18721: * src/main/pa_common.C: connect_string allocated on heap[wes on
18722: stack] now. and exception can be reported OK now [can be reported
18723: outside of pro c with that stack]
18724:
18725: 2003-01-22 paf
18726:
18727: * src/: include/pa_array.h, include/pa_charset.h,
18728: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18729: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18730: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18731: base: contains references_count. auto_ptr template calls
18732: add_ref/release
18733:
18734: 2003-01-21 paf
18735:
18736: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18737: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18738: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18739: classes/op.C, classes/response.C, classes/string.C,
18740: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18741: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18742: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18743: include/pa_config_fixed.h, include/pa_config_includes.h,
18744: include/pa_dictionary.h, include/pa_dir.h,
18745: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18746: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18747: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18748: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18749: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18750: include/pa_stack.h, include/pa_string.h,
18751: include/pa_stylesheet_connection.h,
18752: include/pa_stylesheet_manager.h, include/pa_table.h,
18753: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18754: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18755: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18756: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18757: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18758: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18759: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18760: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18761: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18762: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18763: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18764: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18765: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18766: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18767: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18768: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18769: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18770: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18771: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18772: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18773: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18774: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18775: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18776: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18777: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18778: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18779: types/pa_vstateless_object.h, types/pa_vstatus.C,
18780: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18781: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18782: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18783: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18784: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18785: 2002->2003
18786:
18787: 2003-01-16 paf
18788:
1.211 moko 18789: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18790: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18791: $.any-status(1)
1.95 moko 18792:
1.211 moko 18793: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18794: src/main/pa_common.C: http request now return status. and not
18795: fail on status!=200
18796:
18797: 2003-01-15 paf
18798:
18799: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18800:
18801: 2003-01-14 paf
18802:
18803: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18804: mkinstalldirs: removed some ancient files [they in / really]
18805:
18806: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18807: regretfully needed patch in two places. in config_fixed.h made
18808: stubs for lib to compile in MSVC
18809:
18810: 2003-01-13 paf
18811:
18812: * config.guess, config.sub, ltmain.sh: removed last piece of
18813: configure.in(libtool) hacks
18814:
1.116 moko 18815: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18816: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18817: ltdl.h: moved to latest libtool (1.4.3)
18818:
18819: 2003-01-10 paf
18820:
18821: * src/lib/ltdl/: configure, configure.in: PROG_NM
18822:
18823: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18824: patches. libxml2 >= 2.5.1
18825: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18826: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18827: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18828:
18829: * INSTALL: moved to latest versions of xml libs libxml2 >=
18830: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18831: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18832: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18833:
18834: 2003-01-09 paf
18835:
18836: * INSTALL: xml,xslt,gdome lib urls updated
18837:
18838: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18839: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18840: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18841: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18842: 1.7.2
1.95 moko 18843:
18844: * depcomp: moving to automake 1.7.2
18845:
18846: 2002-12-27 paf
18847:
18848: * src/include/pa_version.h: 0007
18849:
18850: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18851: outdated parts, made links to language docs
18852:
18853: * src/include/pa_config_auto.h.in: comment
18854:
18855: 2002-12-26 paf
18856:
18857: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18858: not contain trailing / fixed.
18859:
18860: * INSTALL: changing SAFE_MODE politics
18861:
18862: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18863:
18864: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18865:
18866: 2002-12-25 paf
18867:
18868: * src/main/pa_globals.C: optimized-xml
18869:
18870: * src/main/pa_globals.C: optimized-as-is
18871:
18872: 2002-12-24 paf
18873:
18874: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18875: fixed [were really called with zero size when .html?a=&b=]
18876:
18877: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18878: with --with-sendmail
18879:
18880: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18881: fixed]
18882:
18883: 2002-12-23 paf
18884:
18885: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18886: ignoring parameters & were storing only string with default
18887: expires
18888:
18889: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18890: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18891: December 23, 2002 4:22 AM Subject: bug â
18892: Charset::transcode_buf2xchar
18893:
18894: 2002-12-20 paf
18895:
18896: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18897: non-cgi [script] runs
18898:
18899: 2002-12-19 paf
18900:
18901: * INSTALL: --without-iconv recommended [it crashes on some systems
18902: [tested on elik]] moreover, it's not needed there [parser
18903: registers charsets itself]
18904:
18905: * INSTALL: --without-iconv recommended [it crashes on some systems
18906: [tested on elik]]
18907:
1.211 moko 18908: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18909: src/include/pa_request.h, src/main/pa_globals.C,
18910: src/main/pa_request.C: $response:download
18911:
18912: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18913: compiler [win32]].
18914:
18915: 2002-12-18 paf
18916:
18917: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18918:
18919: 2002-12-17 paf
18920:
18921: * src/targets/cgi/parser3.C: merged die&iis changes
18922:
18923: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18924: to exit(1) 2. more flexible iilegal call check
18925:
18926: 2002-12-16 paf
18927:
18928: * ltmain.sh: some automakes silly insist on having this handy
18929:
18930: * src/main/untaint.C: filespec russian small 'r' changed to latin
18931: 'p' bug fix
18932:
18933: 2002-12-15 paf
18934:
18935: * src/main/untaint.C: filespec russian small 'r' changed to latin
18936: 'p'
18937:
18938: * configure.in, src/include/pa_config_auto.h.in,
18939: src/main/compile.C, src/main/pa_common.C: merged small changes
18940: from branch 6 to HEAD
18941:
18942: * src/main/compile.C: removed warning
18943:
18944: * src/main/pa_common.C: ftruncate having checked
18945:
18946: * configure.in, src/include/pa_version.h: new version
18947:
18948: 2002-12-14 paf
18949:
18950: * src/classes/table.C: removed unnecessary code
18951:
18952: * src/sql/pa_sql_driver.h: exception type fixed
18953:
18954: 2002-12-09 paf
18955:
18956: * src/types/pa_vvoid.h: $void.store[now] error
18957:
18958: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18959:
18960: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18961: tries to write core dump
18962:
18963: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18964:
18965: * src/: classes/hash.C, classes/string.C, classes/table.C,
18966: classes/void.C, main/pa_sql_driver_manager.C,
18967: sql/pa_sql_driver.h: changed exception handling mech in sql
18968: handlers #2
18969:
18970: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18971: exception handling mech in sql handlers
18972:
18973: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18974: handlers
18975:
18976: * src/: classes/hash.C, classes/string.C, classes/table.C,
18977: classes/void.C, main/pa_sql_driver_manager.C,
18978: sql/pa_sql_driver.h: changed exception handling mech in sql
18979: handlers
18980:
1.116 moko 18981: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18982: to write makefile which used libtool to install things, which is
18983: not needed
1.95 moko 18984:
18985: 2002-12-06 paf
18986:
1.211 moko 18987: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18988: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18989: more like 'table'
1.95 moko 18990:
18991: 2002-12-05 paf
18992:
18993: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18994: cc/bcc OK now
18995:
18996: * src/main/untaint.C: mail header closed properly
18997:
18998: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18999: header ',' allowed. still bugs in smtp [only one receiptient
19000: works, cc, bcc ignored now, and MAILED ;)]
19001:
19002: [strncpy killed, memnchr used]
19003:
19004: * src/main/pa_table.C: table-copy now current=0
19005:
19006: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
19007: lowlevel proc
19008:
19009: * src/targets/cgi/parser3.C: more checks on
19010: http://domain/parser.cgi start [maybe some getenv returns "",
19011: checked that now
19012:
19013: * src/targets/cgi/parser3.C: more checks on
19014: http://domain/parser.cgi start [maybe some getenv returns "",
19015: checked that now
19016:
19017: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
19018: out-of-mem errors reached log]
19019:
19020: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
19021: mail:send MIME-Version default
19022:
19023: * src/main/main.dsp: pa_version included into main.dsp
19024:
19025: 2002-12-04 paf
19026:
19027: * src/types/pa_vform.C: $form:field string value cut by premature 0
19028:
19029: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
19030: lib/libltdl -> lib/ltdl Win32 changes. s
19031:
19032: * src/classes/classes.awk: more strict *.C$
19033:
19034: * gnu.dsp: restored
19035:
1.116 moko 19036: * configure.in, gnu.dsp, src/lib/Makefile.am,
19037: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
19038: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
19039: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
19040: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
19041: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
19042: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
19043: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
19044: now created with /configure, not ltdl/configure, so it does have
19045: no problems with automake. ltdl/configure
19046: AC_OUTPUT(Makefile<<removed)
1.95 moko 19047:
19048: 2002-12-02 paf
19049:
1.211 moko 19050: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 19051:
19052: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
19053: src/main/pa_common.C, src/main/pa_request.C,
19054: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
19055: tainted parts becomes http-header
19056:
19057: 2002-11-29 paf
19058:
1.211 moko 19059: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
19060: operators.txt: exif dates now objects of type date
1.95 moko 19061:
19062: * src/classes/image.C: file.seek removed [it were used in image.C
19063: only, and for parser user this means that jpeg image has bad
19064: size in fragment's header] now used image.format
19065:
19066: * src/: include/pa_common.h, main/pa_common.C,
19067: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
19068: now handled exactly like $response:header values. e.g. can be
19069: hash [can have subattributes] & contain date values.
19070:
19071: * src/main/pa_common.C: http:// param values lang forced URI
19072:
19073: * src/main/pa_common.C: http:// tainted partes now %xx
19074:
19075: 2002-11-28 paf
19076:
1.211 moko 19077: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 19078:
19079: * src/classes/image.C: ^image.length now counts interchar space.
19080: plus space after last char
19081:
19082: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
19083:
19084: * src/classes/image.C: ^image.font width measurer now scans full
19085: height [were -1]
19086:
19087: * configure.in: stopped double libltdl/Makefile generation
19088:
19089: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
19090: chars [one top horizontal line of 1pixel height were missing]
19091:
19092: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
19093: 'false' to go into (Hash *) parameter
19094:
19095: 2002-11-27 paf
19096:
19097: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19098: types/pa_vmail.C: response:body[file] if file nows it's name now
19099: returns content-disposition: >>attachment<<
19100:
19101: * src/classes/image.C: ^image.font << bad font file-size now
19102: properly reported
19103:
19104: 2002-11-26 paf
19105:
19106: * src/main/pa_request.C: fixed lang in reponse header
19107:
19108: * src/main/pa_common.C: utf8 prefix ignored @read text
19109:
1.211 moko 19110: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
19111: response status!=200 made exception: http.status with source=bad
19112: status#
1.95 moko 19113:
19114: 2002-11-25 paf
19115:
19116: * configure.in, src/classes/image.C,
19117: src/include/pa_config_auto.h.in,
19118: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 19119: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
19120: const void related probs fixed
1.95 moko 19121:
1.211 moko 19122: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
19123: fields now UPPERCASE
1.95 moko 19124:
19125: $file[^file::load[http://there]] $file.SERVER
19126:
19127: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
19128: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
19129: http options [invalid onces now reported] made default
19130: user-agent: paf
19131:
1.211 moko 19132: * operators.ru.txt, operators.txt, src/classes/file.C,
19133: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 19134: src/include/pa_globals.h, src/main/pa_common.C,
19135: src/main/pa_globals.C, src/main/pa_request.C,
19136: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
19137: now understand http:// prefix and additional params, sample:
19138: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
19139: $.USER-AGENT[parser3] ]]
19140:
19141: 2002-11-22 paf
19142:
19143: * src/classes/image.C, src/include/pa_globals.h,
19144: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 19145: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
19146: $image.exif support $image.exif.DateTime & co
1.95 moko 19147:
19148: 2002-11-21 paf
19149:
19150: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
19151: _PASS_APPENDED)
19152:
19153: * src/classes/image.C: jpeg size measure fixed: were badly skipping
19154: EXIF information [were big block and it's size were considered
19155: negative :(]
19156:
1.211 moko 19157: * operators.ru.txt, operators.txt, src/classes/image.C,
19158: src/include/pa_common.h, src/main/pa_common.C,
19159: src/types/pa_vmail.C: image.measure internals rewritten. no
19160: there's reader.seek, and all's ready for EXIF extraction [now we
19161: fail to measure files with EXIF info]
1.95 moko 19162:
19163: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
19164: O_TRUNC truncates even exclusevely write-locked file [thanks to
19165: Igor Milyakov <virtan@rotabanner.com> for discovering]
19166:
19167: 2002-11-20 paf
19168:
19169: * src/targets/cgi/parser3.C: logging @signal += query_string
19170:
19171: * configure.in, src/include/pa_config_auto.h.in,
19172: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
19173: comment
19174:
19175: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
19176:
19177: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19178: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
19179: currently processed document SIGPIPE >> interrupts request
19180: processing [exception = DB rollback]
19181:
19182: * src/main/pa_exec.C: comment
19183:
19184: * src/main/pa_exec.C: pa_exec: data written only if size>0
19185:
1.211 moko 19186: * operators.ru.txt, operators.txt, src/classes/file.C:
19187: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 19188:
19189: * src/: include/pa_config_fixed.h, main/pa_common.C,
19190: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
19191: pipe read errors now checked
19192:
19193: 2002-11-19 paf
19194:
19195: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
19196: CGI: Illegal call
19197:
19198: 2002-11-01 paf
19199:
19200: * src/main/execute.C: comment
19201:
19202: 2002-10-31 paf
19203:
19204: * src/main/execute.C: found out why, checked that for now. todo:
19205: find out a way for that user could do that
19206:
19207: * src/types/pa_vstateless_object.h: object put replaces static
19208: parent if any
19209:
19210: * src/types/pa_vobject.C: object put replaces static parent if any
19211:
19212: * src/: classes/form.C, classes/mail.C, classes/op.C,
19213: classes/xnode.h, main/compile.tab.C, main/execute.C,
19214: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19215: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19216: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19217: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19218: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19219: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19220: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19221: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19222: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19223: types/pa_vstateless_object.h, types/pa_vstatus.C,
19224: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19225: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19226: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19227: types/pa_wwrapper.h: static fix merged
19228:
19229: * src/: main/compile.tab.C, types/pa_vobject.C: killed
19230: $virtual_fields in dynamic, but one can reach derived
19231: static[class] variable from base
19232:
19233: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
19234: types/pa_vobject.C, types/pa_vobject.h,
19235: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
19236: statics, left $virtual_fields in dynamic
19237:
19238: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
19239: one can't remember derivates in base class: there's so many of
19240: them. also there can be no virtual method calls in static
19241: classes
19242:
19243: * src/: classes/form.C, classes/mail.C, classes/op.C,
19244: classes/xnode.h, main/execute.C, main/pa_request.C,
19245: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19246: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19247: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19248: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19249: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19250: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19251: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19252: types/pa_vresponse.C, types/pa_vresponse.h,
19253: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19254: types/pa_vstateless_object.h, types/pa_vstatus.C,
19255: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19256: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19257: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19258: types/pa_wwrapper.h: static call $self fixed
19259:
19260: * src/main/execute.C: comment
19261:
19262: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
19263: ^process[$caller.self]{...} now compiles to last derived object
19264: part of that 'self'
19265:
19266: 2002-10-29 paf
19267:
19268: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
19269: re-passing [iis to blame]
19270:
19271: * src/classes/string.C: changed string.save to pass current sql
19272: connection to cstr thus one can ^connect[some server]{
19273: $s[insert into table x (x) values (^taint[sql]{value})]
19274: ^s.save[some.sql] } and he'd get in some.sql file code with
19275: properly escaped. [tried in mssql->mysql export->import of
19276: binary data]
19277:
19278: 2002-10-25 paf
19279:
19280: * src/types/pa_vresponse.C: case insensitive response user fields
19281: get/put
19282:
19283: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19284: types/pa_vresponse.C: saving for maybe-future
19285:
19286: 2002-10-23 paf
19287:
1.211 moko 19288: * operators.ru.txt, operators.txt, src/classes/table.C:
19289: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 19290:
19291: * src/types/pa_vmail.C: email whitespace trimBoth-ed
19292:
19293: 2002-10-22 paf
19294:
19295: * src/types/: pa_vform.C, pa_vform.h: removed needless
19296: VForm::Append...(...Value)
19297:
19298: * src/main/execute.C: $.name outside of $name[...] checked
19299:
19300: * src/main/: compile.tab.C, compile.y: lexer changed to fix
19301: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
19302:
19303: 2002-10-21 paf
19304:
1.211 moko 19305: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
19306: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 19307:
1.211 moko 19308: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19309: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 19310:
1.211 moko 19311: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19312: $form:image-map
1.95 moko 19313:
1.211 moko 19314: * operators.ru.txt, operators.txt, src/classes/file.C:
19315: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 19316:
19317: 2002-10-17 paf
19318:
19319: * src/main/: compile.tab.C, compile.y: operators precedence changed
19320: a little: logical not and bitwise negation precedence made
19321: highest, << and >> bitshits precedence made equal [were << higher
19322: than >>]
19323:
19324: * src/classes/op.C: exception handling fixed [were bad with
19325: contexts]
19326:
19327: 2002-10-16 paf
19328:
19329: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19330: main/pa_request.C: Request::self considered equal to
19331: VMethodFrame::self, and removed, Request::get_self() mapped to
19332: VMethodFrame.self()
19333:
19334: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
19335: $hash in open field now gives old good error meesage
19336:
19337: 2002-10-15 paf
19338:
19339: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
19340: use ^if($junction is junction){was and now true}
19341:
19342: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19343: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
19344: types/pa_vxnode.C: xml->parser strings now have origin, which
19345: points to place where value left xml library and came to parser:
19346: place of dom field extraction/call
19347:
19348: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
19349: main/compile.tab.C, main/compile.y, main/execute.C,
19350: types/pa_vmethod_frame.h: removed last pieces of old code
19351: allowing $junction.xxx at compile time
19352:
19353: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
19354: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
19355: objects also considered [were only classes]
19356:
19357: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
19358: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
19359: with CLASS self. [ (request&method_frame).self temporarily
19360: changed ]
19361:
19362: * src/classes/: hash.C, op.C: method_frame now always changed, with
19363: no exception to native calls. for&foreach changed to use
19364: method_frame.caller for their var's name context
19365:
19366: * src/: main/execute.C, targets/cgi/parser3.C,
19367: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19368: compiling to system classes disabled
19369:
1.211 moko 19370: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19371: ^process[$caller.CLASS]{code-string} added
19372:
1.211 moko 19373: * operators.ru.txt, operators.txt, src/classes/op.C,
19374: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19375: src/main/pa_request.C, src/types/Makefile.am,
19376: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19377: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19378: $junction.get $junction.set[] introducing $caller
1.95 moko 19379:
19380: * src/types/pa_value.h: removed outdated comments. doxygen would
19381: find them lower by inheritance tree
19382:
19383: * src/types/pa_vjunction.C: ident
19384:
19385: 2002-10-14 paf
19386:
19387: * src/classes/op.C: process compiles to code's class class
19388:
19389: * src/: classes/form.C, classes/mail.C, classes/op.C,
19390: include/pa_request.h, main/compile.C, main/compile.tab.C,
19391: main/compile.y, main/execute.C, main/pa_request.C,
19392: types/pa_vstateless_class.h: operators now main-class-methods
19393:
19394: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19395: better stack trace [has "call" & co there]
19396:
19397: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19398: operators @auto now executed in MAIN context
19399:
19400: * src/main/execute.C: operator execution context now = MAIN, not
19401: closest stack frame
19402:
19403: @touchit[] $i[after]
19404:
19405: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19406: were 'after'
19407:
19408: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19409: 'after'
19410:
19411: * src/main/execute.C: comment
19412:
19413: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19414: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19415: action]
19416:
19417: * src/types/pa_vxnode.C: misreplace fixed
19418:
19419: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19420: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19421: $status:rusage.tv_secs/usecs introduced
19422:
19423: 2002-10-09 paf
19424:
19425: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19426: on empty string [or uses (default)]
19427:
19428: 2002-10-08 paf
19429:
19430: * src/main/untaint.C: mail header quoted printable changed after
19431: RFC reread
19432:
1.211 moko 19433: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19434:
19435: * src/types/pa_vxnode.C: misreplace
19436:
19437: 2002-09-24 paf
19438:
1.116 moko 19439: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19440:
19441: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19442: mailreceive would compile on freebsd now
19443:
19444: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19445: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19446: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19447: mailreceive would compile on freebsd now
1.95 moko 19448:
19449: * src/: classes/file.C, main/untaint.C: 1. file spec language
19450: changed: now there are only few chars are untainted: * ? ' " < >
19451: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19452: one should use ^untaint[uri]{...} now]
19453:
19454: 2. $list[^file:list[dir]] now returns simply tainted names in
19455: $list.name, not tainted as filespec
19456:
19457: @russianindex[] #dir with files with russian-lang names
19458: $where[dir]
19459:
19460: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19461: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19462:
19463: 2002-09-23 paf
19464:
19465: * src/types/pa_vdouble.h: double->int round added
19466:
19467: * src/classes/date.C: date bug fix, now
19468: round(floatDays*secondsPerDay)
19469:
19470: * src/classes/date.C: date bug fix, now
19471: round(floatDays*secondsPerDay)
19472:
19473: 2002-09-20 paf
19474:
19475: * src/main/execute.C: code junction calls disabled [before: code
19476: was compiled in such a way, that there were no code-junctions in
19477: OP_CALL]
19478:
19479: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19480:
19481: @badjunctioncallinside[code] ^code[]
19482:
19483: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19484: expanding to include ^junction.method
19485:
19486: * src/main/pa_common.C: -d "DIR/" now true
19487:
19488: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19489: as internal xdoc encoding, and after decoding attributes set by
19490: dom functions now encoded OK, not as digital entities
19491:
19492: * src/classes/xdoc.C: empty transform result, being taken as file
19493: now returns empty file, not raises stupid error about "stat-ed
19494: file"
19495:
19496: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19497: allowed
19498:
19499: * src/types/types.dsp: introducing $junction.get/put(1) one can
19500: write iterators now:
19501:
19502: ^user-foreach[key;value]{$key=$value<br>}
19503:
19504: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19505: $code.value($i*2) $code }
19506:
19507: * src/main/compile_tools.h: mistype
19508:
1.116 moko 19509: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19510: thus taking linking options configure changes into account [were:
19511: ignoring]
1.95 moko 19512:
19513: * src/types/: pa_vjunction.C, Makefile.am: introducing
19514: $junction.get/put(1) one can write iterators now:
19515:
19516: ^user-foreach[key;value]{$key=$value<br>}
19517:
19518: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19519: $code.value($i*2) $code }
19520:
19521: * src/: include/pa_opcode.h, include/pa_request.h,
19522: main/compile.tab.C, main/compile.y, main/execute.C,
19523: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19524: introducing $junction.get/put(1) one can write iterators now:
19525:
19526: ^user-foreach[key;value]{$key=$value<br>}
19527:
19528: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19529: $code.value($i*2) $code }
19530:
19531: 2002-09-19 paf
19532:
1.116 moko 19533: * Makefile.am: new: make commit
1.95 moko 19534:
19535: * aclocal.m4: forced to be older
19536:
19537: 2002-09-18 paf
19538:
19539: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19540: src/main/compile.y, src/main/execute.C: << >> int shifts
19541:
19542: * src/: include/pa_common.h, include/pa_request.h,
19543: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19544: - now this - fatal error
19545:
19546: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19547: that one can pass binary data there
19548:
19549: * src/: classes/date.C, classes/double.C, classes/file.C,
19550: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19551: classes/op.C, classes/response.C, classes/string.C,
19552: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19553: include/pa_request.h: pa_request contexts made privated, plus
19554: get_{self/method_frame} to read. Request_context_saver used in
19555: ^try to save flang too. [were not saved]
19556:
19557: * src/types/pa_vresponse.C: header value chains joined before
19558: output, this should help $.subject[$var $var] from being
19559: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19560:
19561: 2002-09-17 paf
19562:
19563: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19564: removed changes, operators executed with calling self. lots of
19565: code with ^include code relies on defined/defining self variables
19566:
19567: $a[1] ^include[print_a.p] print_a.p: $a
19568:
19569: ^include[set_a.p] a=$a set_a.p: $a[1]
19570:
19571: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19572: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19573: types/pa_vstateless_class.h: operators now executed with MAIN
19574: self. it's for ^include sake, too strong a change
19575:
19576: * src/classes/op.C: made place for ^process to compile it's code to
19577: in case of no self
19578:
19579: * src/main/execute.C: found ancient param to Junction, removed.
19580: allowed passing self to native_code_operators [for ^process to
19581: work, she needs self]
19582:
19583: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19584: types/pa_vstateless_class.h: found ancient param to Junction,
19585: removed. allowed passing self to native_code_operators [for
19586: ^process to work, she needs self]
19587:
19588: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19589: types/pa_value.h, types/pa_vmethod_frame.h,
19590: types/pa_vstateless_class.h: allowed Request.self to be 0,
19591: checked that in VMethodFrame get/put and $self.
19592:
19593: * src/classes/: table.C, xdoc.C: table::sql options table::create
19594: copy options options checked, wrong option now fatal error
19595:
19596: * src/main/pa_string.C: string.replace fixed [were missing words on
19597: pieces boundaries]
19598:
1.150 moko 19599: * configure, configure.in: .so now detected [can be .sl on hpux,
19600: .dll on cygwin, .so in other cases)
1.95 moko 19601:
19602: * configure, configure.in: .so now detected [can be .sl on hpux,
19603: .dll on cygwin, .so in other cases)
19604:
1.211 moko 19605: * operators.ru.txt, operators.txt, src/classes/hash.C,
19606: src/classes/table.C, src/include/pa_globals.h,
19607: src/main/pa_globals.C: table.sql hash::sql flag to allow
19608: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19609:
19610: * src/: classes/hash.C, classes/table.C,
19611: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19612: now errors
19613:
19614: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19615:
19616: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19617: ,2,3]
19618:
19619: 2002-09-16 paf
19620:
19621: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19622: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19623: stdout to be binary. now detected closest header break.
19624:
19625: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19626: closed right
19627:
19628: 2002-09-13 paf
19629:
1.211 moko 19630: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19631: src/main/compile.y, src/main/compile_tools.h: (expression
19632: #comment)
1.95 moko 19633:
19634: (multiline expression #comment line2 #comment )
19635:
19636: (expression #comment with (brackets) comment) << OK
19637:
1.211 moko 19638: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19639: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19640: for expression #comments]
1.95 moko 19641:
19642: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19643: error
19644:
19645: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19646: cheched in pa_socks.C
19647:
1.116 moko 19648: * configure, configure.in, src/include/pa_config_auto.h.in:
19649: HAVE_WINSOCK_H created in configure.in
1.95 moko 19650:
19651: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19652: cookie date now clean [were mistakenly tainted & that worked bad
19653: with opera -- 'happily' that worked OK with msie]
19654:
19655: 2002-09-12 paf
19656:
19657: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19658: VClass get_element now first looks to fields, next to methods &
19659: co todo: the rest reason: more speed
19660:
19661: * src/main/untaint.C: quoted printable encoding stops before
19662: \s*<...>$
19663:
19664: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19665: stops before <...>$
19666:
19667: 2002-09-11 paf
19668:
19669: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19670: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19671: forgot to check users of those funcs. not all were using that
19672: return value convention
19673:
19674: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19675: windows-1254 added
19676:
19677: 2002-09-10 paf
19678:
19679: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19680: VCodeFrame parent param were specified badly
19681:
19682: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19683: WWrapper which used in constructing objects(second param to sql
19684: method) ^...sql{}[$.default{code}] now has parent, wich helps
19685: code in hash to survivi
19686:
19687: * src/: include/pa_request.h, main/execute.C: removed redundant
19688: param to execute [stack said 'thanks']
19689:
19690: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19691: types/pa_value.h, types/pa_vcode_frame.h,
19692: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19693: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19694: responsibility to wcontext
19695:
19696: * src/classes/file.C: decided not to log exec's with stderr, that
19697: could be warnings, and it's up to scritper to log/show them
19698:
19699: * src/: classes/double.C, main/execute.C: double:sql badly called
19700: write_assign_lang, not write_no_lang, thus doing unnecessary
19701: double/string converstion, which were loosing time&precesion
19702:
19703: * src/: main/pa_charset.C, types/pa_vmail.C:
19704: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19705: case of unfinished in buffer processing, causing accidental
19706: transcode stop [in case that source enc != utf-8 & there is
19707: incomplete utf-8 sequence at the end of 16000block iside of
19708: libxml lib] tfm readed & code updated
19709:
19710: 2002-09-04 paf
19711:
19712: * configure: makes with sjlj
19713:
19714: * INSTALL, src/include/pa_config_fixed.h,
19715: src/include/pa_sql_connection.h,
19716: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19717: checked. on win32 it made default
19718:
19719: * src/include/pa_config_auto.h.in: sjlj define
19720:
19721: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19722: can not work with longjump/throw pair, and one must switch that
19723: on there. todo: detect that automatically]
19724:
19725: * src/types/pa_vxnode.C: removed too strong checks of
19726: xnode.elements. now, for instance, if element does not have any
19727: attributes, $xnode.attributes is void, not error
19728:
19729: 2002-09-02 paf
19730:
1.211 moko 19731: * operators.ru.txt, operators.txt, src/main/execute.C,
19732: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19733:
19734: * src/main/execute.C: double_result made to move that var away from
19735: hungry g++ optimizer (-O2), before: it were optimized and
19736: comparison operators worked badly
19737:
19738: * src/types/pa_vdate.h: removed debug
19739:
1.116 moko 19740: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19741:
19742: * src/main/execute.C: fixed numeric < & co so that thay now use
19743: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19744: unknown reason.
19745:
19746: 2002-08-29 paf
19747:
19748: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19749: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19750: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19751: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19752: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19753: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19754: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19755: [called less frequent, allowed to remove ugly
19756: Junction.change_context-s from many places, switch,
19757: mail:send..html{}, ..] request.root renamed to method_frame [more
19758: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19759: [speed up]
19760:
19761: 2002-08-28 paf
19762:
19763: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19764: tainted
19765:
19766: * src/types/pa_vcookie.C: fixed cookie delete when
19767: $cookie:name[$.value[]]
19768:
1.211 moko 19769: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19770: ^string.split[delim[;options]]
19771:
19772: 2002-08-27 paf
19773:
1.116 moko 19774: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19775:
1.211 moko 19776: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19777: src/main/compile.y: # now delimiter
1.95 moko 19778:
19779: * INSTALL: recommended latest gmime 1.0.5
19780:
19781: 2002-08-26 paf
19782:
19783: * configure, configure.in: apache13/hook added to make dist.
19784:
19785: 2002-08-23 paf
19786:
19787: * src/: include/pa_common.h, main/pa_common.C,
19788: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19789: beside binary [cgi, isapi] not accessible [due to bad rights or
19790: whatever] it's error now
19791:
19792: 2002-08-21 paf
19793:
1.116 moko 19794: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19795:
19796: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19797: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19798: class". compiled as if here they named base class
19799:
19800: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19801: cloning constructor]
19802:
19803: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19804:
1.150 moko 19805: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19806: $mail.received.file.value.content-type fixed
19807:
19808: 2002-08-20 paf
19809:
19810: * src/classes/file.C: fixed language of file:file result
19811:
1.211 moko 19812: * operators.ru.txt, operators.txt, src/classes/void.C:
19813: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19814:
1.211 moko 19815: * operators.ru.txt, operators.txt, src/classes/void.C:
19816: ^void.pos[...] = -1
1.95 moko 19817:
1.211 moko 19818: * operators.ru.txt, operators.txt, src/classes/void.C:
19819: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19820:
1.211 moko 19821: * src/classes/void.C, operators.ru.txt, operators.txt:
19822: ^void.length[] = 0
1.95 moko 19823:
19824: 2002-08-19 paf
19825:
19826: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19827: work now
19828:
19829: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19830: error in xnode, which were not catched in xdoc]
19831:
19832: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19833: prepared: // validate each document after load/create (?)
19834: //xmlDoValidityCheckingDefaultValue = 1;
19835:
19836: 2002-08-15 paf
19837:
19838: * src/classes/classes.h: write to static var caused useless
19839: Exception, introduced Methoded::put_element wich consumes those
19840:
1.211 moko 19841: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19842: src/main/pa_common.C, src/types/pa_vcookie.C,
19843: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19844: src/types/pa_vresponse.h: $response:field[date]
19845: $response:field[$.xxx[date]]
1.95 moko 19846:
19847: * src/: classes/hash.C, classes/string.C, classes/table.C,
19848: classes/void.C, include/pa_sql_connection.h: fixed source of
19849: ^hash::sql{bad}
19850:
1.211 moko 19851: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19852: request body
1.95 moko 19853:
19854: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19855:
19856: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19857: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19858:
1.211 moko 19859: * operators.ru.txt, operators.txt, src/classes/form.C,
19860: src/include/pa_pool.h, src/include/pa_request.h,
19861: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19862: planning/preparing_to $request:body r.post_data now const
1.95 moko 19863:
19864: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19865: classes/xnode.C, main/execute.C, types/pa_value.h,
19866: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19867: types/pa_vtable.h: instead of type() checking everywhere used
19868: Value.as now user descendants can be used in params.
19869:
19870: VObject::as_*, is_defined now taken from bases. xtable(table)
19871: ^if($xtable) now OK
19872:
19873: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19874: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19875: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19876:
19877: 2002-08-14 paf
19878:
19879: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19880: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19881: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19882: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19883: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19884: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19885: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19886: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19887: types/pa_vresponse.C, types/pa_vresponse.h,
19888: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19889: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19890: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19891: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19892: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19893: & VClass
19894:
19895: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19896:
19897: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19898: removed fixopt stupidity. on stupid linux use cd /document/root
19899: ../cgi/parser3 script
19900:
19901: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19902: params, splitting them by space, excluding argv[0], argv[argc-1]
19903:
19904: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19905: fixopt.h: fixopt now preprocesses command line params, splitting
19906: them by space, excluding argv[0], argv[argc-1]
19907:
19908: * src/targets/cgi/parser3.C: -f config file
19909:
19910: * src/targets/cgi/parser3.C: fixed .log file dir
19911:
19912: 2002-08-13 paf
19913:
19914: * src/types/pa_vobject.C: allow override parent variables, useful
19915: for form descendants [in vobject too, were in vclass]
19916:
19917: * src/types/pa_vclass.C: allow override parent variables, useful
19918: for form descendants
19919:
19920: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19921: overwritten in derived(table)
19922:
19923: * src/: classes/form.C, classes/mail.C, classes/op.C,
19924: classes/xnode.h, include/pa_request.h, main/execute.C,
19925: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19926: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19927: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19928: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19929: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19930: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19931: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19932: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19933: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19934: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19935: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19936: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19937: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19938: Value::get_element(..., bool looking_down) [needed to exclude
19939: endless recoursion]
19940:
19941: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19942: fix bug with put endless recoursion todo: check 'as'
19943:
19944: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19945: reorganized modules todo: fix bug with put endless recoursion
19946: todo: check 'as'
19947:
19948: * src/types/pa_vobject.h: checked: table fields can be overwritten
19949: in derived(table)
19950:
19951: * src/types/pa_vobject.h: derived classes can have fields of their
19952: own now
19953:
19954: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19955: fixed error message on using non-created table
19956:
19957: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19958: classes/op.C, classes/xnode.h, include/pa_request.h,
19959: main/compile.C, main/compile.tab.C, main/execute.C,
19960: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19961: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19962: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19963: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19964: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19965: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19966: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19967: types/pa_vresponse.C, types/pa_vresponse.h,
19968: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19969: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19970: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19971: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19972: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19973: looking down/up tree todo: fix error message on non-constructed
19974: parents
19975:
19976: 2002-08-12 paf
19977:
19978: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19979: derived OK
19980:
19981: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19982: thorough testing
19983:
19984: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19985: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19986: types/pa_vobject.h, types/pa_vstateless_class.h,
19987: types/pa_vstateless_object.h, types/pa_wcontext.h,
19988: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19989: ^base:create[] dynamic call rewritten todo: thorough testing
19990:
19991: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19992: now instantates base class, remembers it and saves child in
19993: parent VObject.get_class now returns last child = downward
19994: virtual calls OK
19995:
19996: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19997: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19998: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19999: types/pa_vobject.h, types/pa_vresponse.h,
20000: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20001: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
20002: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
20003: VAliased [redundant], moved $CLASS to VObject only [parser class
20004: instance]
20005:
20006: * src/main/pa_request.C: $response:body[file] content-type check
20007: fixed [were bad when content-type is hash]
20008:
20009: 2002-08-09 paf
20010:
20011: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
20012: types/pa_vobject.h, types/pa_vxdoc.h: started as()
20013:
20014: 2002-08-08 paf
20015:
1.211 moko 20016: * operators.ru.txt, operators.txt, src/classes/date.C,
20017: src/include/pa_globals.h, src/main/pa_globals.C: year column in
20018: month calendar [week year]
1.95 moko 20019:
20020: * src/main/execute.C: error reporting on object writes to MAIN
20021: improved [were ruind with fixing $obj[^if(1){$obj}] ]
20022:
1.211 moko 20023: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
20024: $date.yearday $date.daylightsaving
1.95 moko 20025:
20026: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
20027: use tainted data now. only she must specify the language.
20028:
20029: ^mail:send[ $.from[paf@mail.design.ru]
20030: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
20031: $.text[^taint[uri][ìîñêâà]=] ]
20032:
20033: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
20034: now prints more precise origin
20035:
20036: * src/include/pa_string.h: String::first_char now not fails on
20037: empty strings ^if(-f '') now ok and in 3 other places.
20038:
1.211 moko 20039: * operators.ru.txt, operators.txt, src/include/pa_string.h,
20040: src/main/pa_string.C: String::first_char now not fails on empty
20041: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 20042:
20043: 2002-08-07 paf
20044:
20045: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
20046: fixed
20047:
20048: * src/main/pa_string.C: ^string.mid(0;bad) fixed
20049:
20050: * src/: main/execute.C, types/pa_vcode_frame.h,
20051: types/pa_vmethod_frame.h, types/pa_wcontext.C,
20052: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
20053: mistakenly not completely transparent to object writes.
20054: $hash[^if(1){$hash}] now works
20055:
1.211 moko 20056: * operators.ru.txt, operators.txt, src/classes/op.C:
20057: ^cache...{...^cache<<to past...} now erasing cache file [there
20058: were bad check on that]
1.95 moko 20059:
20060: * src/: classes/classes.dsp, classes/table.C,
20061: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
20062: all Debug dirs in .dsp now named 'Debug'
20063:
1.116 moko 20064: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 20065:
1.211 moko 20066: * operators.ru.txt, operators.txt, src/classes/mail.C:
20067: exception_type email.send
1.95 moko 20068:
1.211 moko 20069: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
20070: exception_type email.format
1.95 moko 20071:
20072: * src/types/pa_vmail.C: mail:send empty email checked
20073:
20074: 2002-08-06 paf
20075:
1.211 moko 20076: * operators.ru.txt, operators.txt, src/classes/table.C,
20077: src/include/pa_array.h, src/include/pa_table.h,
20078: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 20079: ^table::create[$source;$.options] ^table::join[$source;$.options]
20080:
1.211 moko 20081: * operators.ru.txt, operators.txt, src/classes/hash.C,
20082: src/classes/string.C, src/classes/table.C: sql options can be
20083: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 20084:
20085: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
20086:
20087: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
20088: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
20089: $file.content-type [instead of .mime-type] now works for
20090: file::stat also
20091:
20092: * src/main/pa_request.C: case insensitive mime_type_of
20093:
20094: 2002-08-05 paf
20095:
20096: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
20097:
20098: * src/types/pa_vmail.C: file buffer relocated to parser heap
20099:
1.211 moko 20100: * operators.ru.txt, operators.txt: comment on date:calendar week
20101: column
1.95 moko 20102:
20103: * src/main/pa_common.C: write checked
20104:
20105: * src/main/: pa_common.C: write checked
20106:
20107: * src/classes/date.C: +1 buf size for stupid snprintfs
20108:
20109: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
20110: month calendar week column [ISO 8601 Week Numbers]
20111:
20112: 2002-08-02 paf
20113:
20114: * src/: include/pa_config_fixed.h, main/pa_string.C,
20115: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
20116: DEBUG*
20117:
20118: * configure, configure.in, src/include/pa_version.h: release
20119: 3_0_0005
20120:
20121: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
20122: multipart post fixed
20123:
1.211 moko 20124: * operators.ru.txt, operators.txt, src/main/pa_request.C,
20125: src/types/pa_vform.C: response transcoded source->client only
20126: when text/* or simple onoverridden $response:body
1.95 moko 20127:
20128: 2002-08-01 paf
20129:
20130: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20131: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20132: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20133: classes/op.C, classes/response.C, classes/string.C,
20134: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
20135: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
20136: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20137: include/pa_config_fixed.h, include/pa_dictionary.h,
20138: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20139: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
20140: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
20141: include/pa_socks.h, include/pa_sql_connection.h,
20142: include/pa_sql_driver_manager.h, include/pa_stack.h,
20143: include/pa_string.h, include/pa_stylesheet_connection.h,
20144: include/pa_stylesheet_manager.h, include/pa_table.h,
20145: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20146: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
20147: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
20148: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20149: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
20150: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
20151: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
20152: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20153: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20154: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20155: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
20156: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
20157: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
20158: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20159: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20160: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
20161: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
20162: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
20163: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
20164: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20165: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20166: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20167: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
20168: types/pa_vmethod_frame.h, types/pa_vobject.h,
20169: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20170: types/pa_vresponse.h, types/pa_vstateless_class.C,
20171: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20172: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20173: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20174: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20175: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 20176: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 20177:
20178: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
20179: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
20180: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20181: classes/math.C, classes/op.C, classes/response.C,
20182: classes/string.C, classes/table.C, classes/void.C,
20183: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20184: include/pa_array.h, include/pa_cache_managers.h,
20185: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20186: include/pa_config_fixed.h, include/pa_config_includes.h,
20187: include/pa_dictionary.h, include/pa_dir.h,
20188: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20189: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20190: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20191: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20192: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20193: include/pa_stack.h, include/pa_string.h,
20194: include/pa_stylesheet_connection.h,
20195: include/pa_stylesheet_manager.h, include/pa_table.h,
20196: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20197: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
20198: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20199: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
20200: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20201: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20202: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20203: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20204: main/pa_sql_driver_manager.C, main/pa_string.C,
20205: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
20206: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20207: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20208: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
20209: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20210: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20211: targets/isapi/pool_storage.h, types/pa_valiased.C,
20212: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
20213: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20214: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20215: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
20216: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
20217: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
20218: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
20219: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20220: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
20221: types/pa_vresponse.C, types/pa_vresponse.h,
20222: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20223: types/pa_vstateless_object.h, types/pa_vstatus.C,
20224: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
20225: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
20226: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20227: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
20228: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
20229: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
20230: types/Makefile.am: ident.C* removed
20231:
1.211 moko 20232: * operators.ru.txt, operators.txt, src/classes/file.C,
20233: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 20234:
20235: * src/targets/cgi/parser3.C: usage to stdout now
20236:
20237: 2002-07-31 paf
20238:
20239: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
20240:
20241: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
20242: default "postmaster"
20243:
20244: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
20245: -f postmaster now default sendmail key word "postmaster"
20246: replaced to $.from
20247:
20248: 2002-07-30 paf
20249:
1.116 moko 20250: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
20251: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 20252:
20253: * src/main/pa_charset.C: comment
20254:
20255: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
20256: table, &#decimal;
20257:
20258: * src/main/pa_request.C: comment
20259:
20260: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
20261: paragraf]
20262:
20263: 2002-07-11 paf
20264:
20265: * src/main/pa_exec.C: build command line badly added params twice
20266: [and first time without ' ']. double wrong. fixed.
20267:
20268: * src/main/pa_exec.C: invalid .exe caused error message with params
20269: wich parser did not provide = reported badly. fixed that.
20270:
20271: * src/classes/mail.C: $MAIL[ # xxx ]
20272:
20273: now ok
20274:
1.211 moko 20275: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 20276:
20277: 2002-07-01 paf
20278:
20279: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
20280: [MForm.configure_admin were called when request.main_class ==0
20281:
20282: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
20283:
20284: * src/classes/form.C: content_length type fix
20285:
20286: 2002-06-30 paf
20287:
20288: * src/classes/mail.C: merged from 4
20289:
20290: * src/classes/mail.C: restored $MAIL
20291:
20292: 2002-06-28 paf
20293:
20294: * configure, configure.in: removed paths.h
20295:
1.116 moko 20296: * configure, src/include/pa_version.h,
1.95 moko 20297: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
20298: merged, makes updated
20299:
1.211 moko 20300: * ChangeLog, configure, operators.ru.txt, operators.txt,
20301: src/classes/xdoc.C, src/include/pa_charset.h,
20302: src/include/pa_config_fixed.h, src/include/pa_pool.h,
20303: src/include/pa_version.h, src/main/pa_charset.C,
20304: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
20305: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
20306: latest updates to head
1.95 moko 20307:
20308: 2002-06-27 paf
20309:
20310: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
20311: not error now
20312:
1.211 moko 20313: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20314: src/include/pa_charset.h, src/include/pa_config_fixed.h,
20315: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 20316: ^xdoc::create[[uri]]... base uri for document being created,
20317: imports and other relative file names would be relative to this
20318: uri default uri=path_translated
20319:
20320: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
20321:
20322: 2002-06-26 paf
20323:
20324: * configure, configure.in, src/include/pa_version.h:
20325: release_3_0_0004
20326:
20327: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
20328: 0 now
20329:
20330: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
20331:
20332: 2002-06-25 paf
20333:
20334: * src/main/pa_string.C: emtpy string, or string of whitespaces
20335: considered bad number now
20336:
1.211 moko 20337: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
20338: ^xdoc.transform[xdoc <<can be now
1.95 moko 20339:
1.211 moko 20340: * operators.ru.txt, operators.txt, src/classes/string.C:
20341: ^string.normalize [old name: optimize
1.95 moko 20342:
20343: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
20344: library configured
20345:
20346: * src/main/pa_request.C: configure_admin forced if no @conf
20347:
1.211 moko 20348: * operators.ru.txt, operators.txt, src/classes/math.C,
20349: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
20350: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 20351:
20352: 2002-06-24 paf
20353:
20354: * INSTALL: --with-static/shared-mailreceive described
20355:
20356: * src/include/pa_config_fixed.h: ssize_t fixed
20357:
1.116 moko 20358: * configure, configure.in, src/include/pa_config_auto.h.in,
20359: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 20360: src/types/pa_vmail.C: $mail:received makes update
20361:
20362: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
20363: WITH_MAILRECEIVE
20364:
20365: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20366:
20367: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20368: option, for $mail:receive
20369:
20370: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20371: introducting $message:received ^mail:send rewritten with backward
20372: comp
20373:
20374: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20375: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20376: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20377: now
20378:
1.211 moko 20379: * operators.ru.txt, operators.txt, src/classes/mail.C,
20380: src/include/Makefile.am, src/include/pa_charset.h,
20381: src/include/pa_config_fixed.h, src/include/pa_request.h,
20382: src/include/pa_string.h, src/include/pa_uue.h,
20383: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20384: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20385: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20386: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20387: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20388: uue to separate file introducting $message:received ^mail:send
20389: rewritten with backward comp
20390:
20391: 2002-06-21 paf
20392:
1.116 moko 20393: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20394: co changes
1.95 moko 20395:
1.116 moko 20396: * configure, configure.in, src/lib/md5/Makefile.am,
20397: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20398: restructure .in and .am files appropriate changes
1.95 moko 20399:
20400: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20401: pcre to libs/ added libs/md5 which is linked to non-apache
20402: targets ^math:crypt[password;$apr1$salt]
20403:
1.211 moko 20404: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20405: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20406: src/classes/classes.dsp, src/classes/math.C,
20407: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20408: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20409: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20410: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20411: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20412: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20413: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20414: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20415: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20416: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20417: src/lib/pcre/pcre_parser_ctype.dsp,
20418: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20419: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20420: src/main/compile.tab.C, src/main/main.dsp,
20421: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20422: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20423: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20424: to libs/ added libs/md5 which is linked to non-apache targets
20425: ^math:crypt[password;$apr1$salt]
20426:
20427: 2002-06-20 paf
20428:
1.211 moko 20429: * INSTALL, configure, configure.in, operators.ru.txt,
20430: operators.txt, src/classes/file.C, src/classes/op.C,
20431: src/doc/doxygen.cfg, src/include/pa_globals.h,
20432: src/include/pa_request.h, src/main/execute.C,
20433: src/main/pa_request.C, src/targets/cgi/parser3.C,
20434: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20435: marged latest HEAD updates, mainly file:justname&co &
20436: @auto/conf[filespec
1.95 moko 20437:
1.211 moko 20438: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20439: !^file:dirname[/a/some.tar.gz]=/a
20440: !^file:dirname[/a/b/]=/a
20441: !^file:basename[/a/some.tar.gz]=some.tar.gz
20442: !^file:justname[/a/some.tar.gz]=some.tar
20443: !^file:justext[/a/some.tar.gz]=gz
20444:
20445: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20446: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20447: @conf/auto[filespec]
20448:
1.116 moko 20449: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20450:
1.211 moko 20451: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20452: src/doc/doxygen.cfg, src/include/pa_globals.h,
20453: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20454: parser3.conf renamed to auto.p
1.95 moko 20455:
20456: 2002-06-18 paf
20457:
20458: * configure, configure.in, src/include/pa_version.h: version to
20459: configure.in
20460:
20461: * INSTALL: reflected .conf.dist dir change
20462:
1.150 moko 20463: * Makefile.am, configure, configure.in,
1.116 moko 20464: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20465: .in & *.am updated
20466:
20467: * src/classes/file.C: strncasecmp
20468:
20469: * src/classes/file.C: strcasecmp
20470:
1.150 moko 20471: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20472:
20473: * src/classes/file.C: ^file::exec[script;$.bad error case
20474: insensitive check now
20475:
20476: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20477:
20478: * configure, configure.in, src/include/pa_pool.h,
20479: src/include/pa_types.h: pack configure.in detection simplified.
20480: figured out that gcc on sparc not that stupid as thought
20481: previously: on sparc: when it sees packed class it modifies it's
20482: field-access-code to byte operations [stb, ldub] instead of 4byte
20483: operations [st, lduh] so packed must be all parts of packed
20484: class, i.e. it's parents&fields(classes). for now it's only
20485: String that packed and what was wrong is that it's parent -
20486: Pooled, were not packed. fixed that.
20487:
20488: 2002-06-14 paf
20489:
1.211 moko 20490: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20491:
1.211 moko 20492: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20493: attribute_node.name/value xnode pi.node.data
20494:
20495: 2002-06-12 paf
20496:
1.116 moko 20497: * configure, configure.in, src/targets/cgi/Makefile.am,
20498: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20499:
1.211 moko 20500: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20501: etc/Makefile.am, src/include/pa_globals.h,
20502: src/include/pa_request.h, src/main/compile.tab.C,
20503: src/main/pa_globals.C, src/main/pa_request.C,
20504: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20505: parser3.conf now one and only
1.95 moko 20506:
20507: * src/classes/mail.C: sendmail -ti [default now]
20508:
20509: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20510: to be strings. for convinient #ing
20511:
20512: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20513: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20514:
20515: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20516: main/pa_globals.C, main/pa_request.C: @conf
20517:
20518: 2002-06-11 paf
20519:
20520: * src/classes/file.C: check simplified
20521:
20522: * src/: classes/file.C, targets/cgi/parser3.dsp,
20523: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20524: valid prefix
20525:
20526: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20527: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20528: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20529:
20530: 2002-06-10 paf
20531:
1.211 moko 20532: * operators.ru.txt, operators.txt, src/classes/op.C,
20533: src/include/pa_common.h, src/main/pa_common.C: lock failures
20534: reported now
1.95 moko 20535:
20536: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20537: string->double @ compile time were not-enough-checking...
20538:
20539: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20540: autoconvert now ignored
20541:
20542: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20543: check
20544:
20545: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20546: $response:body content-type:name
20547:
20548: * configure, configure.in: hpux check, nsl link, no socket
20549:
1.211 moko 20550: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20551:
20552: * configure, configure.in: pack even address access on sparc&co
20553: arch checked in configure
20554:
20555: * configure, src/include/pa_version.h: makes
20556:
20557: * configure, configure.in, src/include/pa_version.h: makes
20558:
20559: * src/main/untaint.C: (bug#2) mail subject got always prepended
20560: with charset even when all letters were 7bit one
20561:
20562: * src/main/pa_common.C: merged fixed -d (bug)
20563:
20564: * src/main/pa_common.C: fixed -d (bug)
20565:
20566: 2002-06-03 paf
20567:
1.211 moko 20568: * ChangeLog, operators.ru.txt, operators.txt,
20569: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20570: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20571: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20572: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20573: .dsp-s along with reorganized cvs modules dirs structure
20574:
20575: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20576: main/pa_globals.C, targets/cgi/parser3.dsp,
20577: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20578: modules
20579:
20580: 2002-05-28 paf
20581:
20582: * src/targets/cgi/parser3.C: info.uri now ""
20583:
20584: 2002-05-17 paf
20585:
20586: * src/classes/: table.C: ^table.save << checked empty
20587: pre/match/post columns
20588:
20589: 2002-05-16 paf
20590:
20591: * src/classes/image.C: image::measure can png now
20592:
20593: 2002-05-15 paf
20594:
1.211 moko 20595: * operators.ru.txt, operators.txt, src/classes/date.C:
20596: ^date::create[%H:%M[:%S]] added
1.95 moko 20597:
20598: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20599:
1.211 moko 20600: * operators.ru.txt, operators.txt, src/classes/date.C:
20601: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20602:
20603: 2002-05-14 paf
20604:
20605: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20606:
20607: 2002-05-07 paf
20608:
20609: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20610: src/include/pa_globals.h, src/include/pa_request.h,
20611: src/include/pa_table.h, src/main/compile.tab.C,
20612: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20613: src/main/pa_request.C, src/main/pa_table.C,
20614: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20615: src/targets/isapi/parser3isapi.dsp,
20616: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20617: name2number field now &. main_method_name now on Request pool
20618: rather on global_pool [Junction+VJunction created on same pool as
20619: name = were created on global pool, causing mem leaks]
20620:
20621: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20622: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20623: main/compile.y, main/main.dsp, main/pa_globals.C,
20624: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20625: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20626: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20627: field now &. main_method_name now on Request pool rather on
20628: global_pool [Junction+VJunction created on same pool as name =
20629: were created on global pool, causing mem leaks]
20630:
20631: 2002-05-06 paf
20632:
20633: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20634: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20635: 100*40 bytes per request memory leak [nonpool malloc in globals]
20636:
20637: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20638: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20639: 100*40 bytes per request memory leak [nonpool malloc in globals]
20640:
20641: 2002-04-30 paf
20642:
20643: * configure, src/include/pa_version.h: version now not b
20644:
20645: * src/targets/cgi/parser3.C: request.uri now never 0
20646:
20647: 2002-04-29 paf
20648:
20649: * configure.in: removed b
20650:
20651: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20652: Exception::comment/type checked in (), no there's no empty
20653: type/comment by default
20654:
20655: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20656: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20657: src/doc/value.dox, src/include/pa_exception.h,
20658: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20659: 0001
20660:
20661: 2002-04-26 paf
20662:
20663: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20664: size reduced
20665:
20666: 2002-04-25 paf
20667:
20668: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20669: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20670: now that took into account
20671:
1.211 moko 20672: * operators.ru.txt, operators.txt, src/classes/date.C:
20673: ^date::create[2002-12-33 01:03:04]
1.95 moko 20674:
1.211 moko 20675: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20676: ^date::create[2002-12-33 01:03:04]
20677:
20678: * ChangeLog: updated changelog
20679:
20680: * src/classes/table.C: removed restriction on column count to
20681: ^table.hash to work, now must be >0 [were >1]
20682:
20683: 2002-04-24 paf
20684:
20685: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20686: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20687: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20688: targets
20689:
20690: 2002-04-23 paf
20691:
1.211 moko 20692: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20693: int/double/string:sql{}[$.default{code}] fixed [were barking:
20694: "junction used outside of context"]
20695:
20696: 2002-04-22 paf
20697:
20698: * types.txt, src/classes/string.C, src/include/pa_string.h,
20699: src/main/pa_string.C, src/types/pa_vstring.C,
20700: src/types/pa_vstring.h: ^string.optimize[]
20701:
20702: * src/: include/pa_globals.h, include/pa_table.h,
20703: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20704: table template
20705:
20706: * src/classes/: string.C: optimize removed from string
20707: .left/right/pos
20708:
20709: * src/main/execute.C: rolled back to
20710: before_killing_userjunction_contexts
20711:
20712: * src/main/execute.C: user junctions context killed
20713:
20714: * src/main/execute.C: junctions to local contexts got
20715: cleanized&checked later
20716:
20717: 2002-04-19 paf
20718:
20719: * src/: classes/string.C, include/pa_request.h,
20720: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20721: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20722: prior to .left .right .mid .pos .match when that is profitable,
20723: and always before .replace when $ORIGINS(1) optimization disabled
20724: economy from not wasting mem on lots of strings which occur by
20725: lots of String:mid calls to get parts of source string between
20726: found_occurances
20727:
20728: * src/classes/file.C: ovector now local economy: 16 bytes per
20729: ^file:list
20730:
20731: * src/: include/pa_globals.h, include/pa_table.h,
20732: main/pa_globals.C, main/pa_string.C: String::match table columns
20733: globalized, not created @ each ^match anymore economy:
20734: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20735:
20736: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20737: removed from each String::match replace iteration, and made
20738: stacked sizeof(VTable)=12bytes economy on each replace code
20739:
20740: * src/doc/footer.htm: 2001,
20741:
20742: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20743: string.match[]['] option enables generation of $match.prematch
20744: .match .postmatch columns
20745:
20746: * src/main/pa_string.C: String::match options analized without
20747: cstr-ing them now
20748:
20749: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20750: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20751: config updated to doxygen 1.2.15, created helper which fixes
20752: minor bugs in chm project files & htm tree. changed extension to
20753: .htm
20754:
20755: 2002-04-18 paf
20756:
20757: * src/doc/doxygen.cfg: .chi generation disabled
20758:
20759: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20760: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20761: fields&methods
20762:
20763: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20764: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20765: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20766: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20767: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20768: types/pa_vresponse.h, types/pa_vstateless_class.h,
20769: types/pa_vstateless_object.h, types/pa_vstatus.h,
20770: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20771: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20772: VStateless_class to VObject
20773:
20774: * src/: main/pa_request.C, types/pa_valiased.h,
20775: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20776: types/pa_vstring.h: VStateless_string_object speicalized light
20777: version of VStateless_object
20778:
20779: * src/classes/op.C: ^throw comment param made optional
20780:
20781: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20782: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20783: and implemented down in VClass, fclass_alias removed,
20784:
20785: * src/types/pa_value.C: forced to cut that from .h because of
20786: VStateless_class usage [undefined in .h]
20787:
20788: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20789: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20790: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20791: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20792: on each CALL]
20793:
20794: * src/: classes/classes.h, classes/date.C, classes/double.C,
20795: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20796: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20797: classes/response.C, classes/string.C, classes/table.C,
20798: classes/void.C, classes/xnode.C, include/pa_globals.h,
20799: include/pa_request.h, main/execute.C, main/pa_globals.C,
20800: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20801: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20802: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20803: types/pa_vstateless_class.h, types/pa_wcontext.C,
20804: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20805: removed Value::fname
20806:
20807: 2002-04-17 paf
20808:
20809: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20810: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20811: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20812: include/pa_pool.h, include/pa_types.h: dox updated to current
20813: state, PTHROW freshen to throw & co
20814:
20815: * src/types/pa_vhash.h: vstring wrong parent fixed
20816:
20817: * src/classes/op.C: taint local result var bug fixed
20818:
20819: 2002-04-16 paf
20820:
20821: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20822: Attic asm.txt as most interesting
20823:
20824: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20825: check, preventing content-length: 0 from appearing
20826:
20827: * src/main/execute.C: $result in @main now taken into account as in
20828: usual functions
20829:
20830: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20831: & @unhandled_exception now taken into account as in usual
20832: functions
20833:
20834: * src/doc/postbuild.txt: instructions on post .html build
20835:
20836: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20837:
20838: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20839: tainted
20840:
20841: * src/main/pa_request.C: uri in error log
20842:
20843: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20844: cheched date:create(days) param for validity [later were assumed
20845: valid and crashed on invalid onces]
20846:
20847: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20848: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20849: and used that for removing VString wrapper
20850:
20851: * src/classes/op.C: exception2vhash file now tainted
20852:
20853: * src/classes/op.C: _process pseudo origin copied from local var to
20854: heap
20855:
20856: * src/classes/op.C: extra check on empty file in origin in _execute
20857:
20858: 2002-04-15 paf
20859:
20860: * src/: main/execute.C, types/pa_value.h: fixed name update
20861:
20862: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20863: functions
20864:
20865: * src/: classes/file.C, classes/hash.C, classes/op.C,
20866: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20867: started dual write_xxx_lang functions, if checked & works
20868:
20869: * src/: classes/date.C, classes/file.C, classes/mail.C,
20870: classes/string.C, classes/xnode.C, include/pa_request.h,
20871: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20872: unnecessary VString shells
20873:
20874: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20875: prev changes]
20876:
20877: * src/: classes/image.C, classes/op.C, classes/string.C,
20878: classes/table.C, include/pa_request.h, main/execute.C,
20879: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20880: StringOrValue wcontext result, now ready for dual writes
20881:
20882: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20883: checked that
20884:
20885: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20886: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20887: changed to OP_WRITE_VALUE in var get cases
20888:
20889: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20890: include/pa_request.h, main/compile.tab.C, main/compile.y,
20891: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20892: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20893: switch in hash constructor fixed [were problems with using of
20894: stacked wwrapper after it's death]
20895:
20896: 2002-04-12 paf
20897:
1.211 moko 20898: * operators.ru.txt, operators.txt, src/classes/table.C:
20899: table.select(expression) 0
1.95 moko 20900:
20901: 2002-04-11 paf
20902:
20903: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20904: Request::process_internal codeFrame & wwrapper stacked [not
20905: wasting heap anymore]
20906:
20907: 2002-04-10 paf
20908:
20909: * src/: classes/double.C, classes/file.C, classes/hash.C,
20910: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20911: classes/string.C, classes/table.C, classes/void.C,
20912: classes/xdoc.C, include/pa_request.h, main/execute.C,
20913: main/pa_string.C: killed Request::process() wrapping
20914: VString(String) in case we need only String
20915:
20916: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20917: killed 8 bytes from String.head
20918:
20919: 2002-04-09 paf
20920:
20921: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20922: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20923: local*/char b[...]; a=b; situations
20924:
1.211 moko 20925: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20926: made literal
1.95 moko 20927:
20928: * src/classes/xdoc.C: xslt params fixed
20929:
20930: * src/: main/pa_common.C, targets/cgi/parser3.C,
20931: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20932: not pool.malloc(MAX_NUMBER) but really neaded
20933:
1.211 moko 20934: * operators.ru.txt, operators.txt, src/classes/double.C,
20935: src/classes/int.C: int/double.int/double(default)
1.95 moko 20936:
20937: 2002-04-04 paf
20938:
20939: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20940: [when reconstructing pieces were split by
20941: max_integral(piece.size), thus some strings to replace happen to
20942: be split into two = not replaced)
20943:
20944: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20945: standalone version = current dir
20946:
20947: * src/targets/cgi/parser3.C: document root in standalone version =
20948: current dir
20949:
20950: 2002-04-03 paf
20951:
20952: * configure, configure.in: more checks on nonexistent charset
20953:
1.116 moko 20954: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20955:
20956: 2002-04-02 paf
20957:
20958: * src/main/compile.C: parser.compile [exception name more like in
20959: doc]
20960:
20961: 2002-04-01 paf
20962:
20963: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20964: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20965: .content-type.charset, not .charset
20966:
20967: 2002-03-29 paf
20968:
20969: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20970:
1.211 moko 20971: * operators.ru.txt, operators.txt, src/classes/date.C:
20972: ^date::create now may not supply day, default 1. checked 29.03
20973: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20974:
20975: 2002-03-28 paf
20976:
1.211 moko 20977: * operators.ru.txt, operators.txt, src/classes/date.C,
20978: src/classes/op.C, src/include/pa_globals.h,
20979: src/include/pa_hash.h, src/main/pa_globals.C,
20980: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20981: ^cache[date] }
1.95 moko 20982:
20983: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20984: param
20985:
20986: 2002-03-27 paf
20987:
1.211 moko 20988: * operators.ru.txt, operators.txt, src/classes/date.C,
20989: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20990: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20991: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20992: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20993: src/classes/xdoc.C, src/classes/xnode.C,
20994: src/include/pa_exception.h, src/include/pa_request.h,
20995: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20996: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20997: src/main/pa_array.C, src/main/pa_charset.C,
20998: src/main/pa_charsets.C, src/main/pa_common.C,
20999: src/main/pa_dictionary.C, src/main/pa_exception.C,
21000: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
21001: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
21002: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
21003: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
21004: src/types/pa_value.h, src/types/pa_vcookie.C,
21005: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
21006: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
21007: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
21008: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
21009: src/types/pa_wwrapper.h: assigned exception types
21010:
1.211 moko 21011: * operators.ru.txt, operators.txt, src/classes/op.C,
21012: src/include/pa_config_fixed.h, src/include/pa_request.h,
21013: src/main/execute.C, src/main/pa_request.C: decided agains
21014: resetting exception_trace, just changed name
1.95 moko 21015:
21016: 2002-03-26 paf
21017:
21018: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
21019: fixed
21020:
21021: * src/classes/op.C: forced language of $source field of exception
21022: to 'tainted', so that sql-langed-frags could be outputed outside
21023: of connect
21024:
1.211 moko 21025: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
21026: offset
1.95 moko 21027:
21028: * src/classes/date.C: removed date.roll limit of +-1 offset
21029:
1.211 moko 21030: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
21031: roll on daylightsaving days mktime took into account tm_isdst
21032: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 21033:
21034: 2002-03-25 paf
21035:
1.211 moko 21036: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 21037: http_site_config_filespec
21038:
21039: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
21040: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
21041: with any/both --disable-foreign-group-files --disable-execs
21042:
21043: * INSTALL: "--with=sendmail=COMMAND" comment
21044:
21045: * INSTALL, configure, configure.in, src/classes/mail.C,
21046: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 21047: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
21048: disables execs also. introducing --sendmail
1.95 moko 21049:
1.211 moko 21050: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 21051:
21052: * INSTALL: comment on --disable-link-stdcpp
21053:
1.116 moko 21054: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21055: libstdc++ link skipping configure option
1.95 moko 21056:
21057: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
21058: with error were put to cache with 'marked_to_rollback' flag, all
21059: consequent even OK requests rolled back
21060:
21061: 2002-03-22 paf
21062:
21063: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
21064: false return
21065:
1.211 moko 21066: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 21067:
21068: 2002-03-18 paf
21069:
1.211 moko 21070: * operators.ru.txt, operators.txt, src/classes/op.C,
21071: src/include/pa_exception.h, src/include/pa_globals.h,
21072: src/include/pa_request.h, src/include/pa_stack.h,
21073: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 21074:
21075: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
21076: types/pa_vdouble.h: removed some tested @tests
21077:
21078: 2002-03-15 paf
21079:
1.211 moko 21080: * operators.ru.txt, operators.txt, src/classes/table.C:
21081: ^table.locate(logical expr)
1.95 moko 21082:
21083: 2002-03-13 paf
21084:
21085: * src/main/pa_exception.C: checked not-pooled malloc
21086:
21087: 2002-03-11 paf
21088:
21089: * INSTALL, configure, configure.in,
21090: src/include/pa_config_auto.h.in: --disable-foreign-group-files
21091:
21092: * src/main/pa_common.C: --disable-foreign-group-files
21093:
21094: * INSTALL: --disable-execs
21095:
21096: * src/main/pa_exec.C: --disable-execs
21097:
21098: * configure, configure.in, src/include/pa_config_auto.h.in:
21099: --disable-execs
21100:
21101: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
21102:
21103: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
21104: file::exec/cgi linebreaks "0D0A" changed to 0A onces
21105:
21106: 2002-03-05 paf
21107:
1.211 moko 21108: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21109: calendar columns named
1.95 moko 21110:
1.211 moko 21111: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21112: calendar columns named
1.95 moko 21113:
21114: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
21115: requires headers to be terminated with \r\n manually [refuses to
21116: separate header/body itself]
21117:
21118: * src/: main/pa_globals.C, targets/cgi/parser3.C,
21119: targets/isapi/parser3isapi.C: isapi site config beside .dll
21120:
21121: 2002-03-04 paf
21122:
21123: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
21124: in PASS language
21125:
21126: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
21127: deserialize checks on broken file
21128:
21129: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
21130: parser3isapi.dsp: isapi updated
21131:
21132: 2002-03-01 paf
21133:
21134: * src/main/pa_exec.C: execle -> execve, now argc OK
21135:
21136: 2002-02-28 paf
21137:
21138: * src/main/untaint.C: removed some debug comments
21139:
21140: * src/main/pa_charsets.C: when placing charset to cache using
21141: global name now [were request]
21142:
21143: * configure, configure.in: apache module updated
21144:
21145: * src/main/pa_string.C: origin by first piece preferred before last
21146: piece
21147:
21148: 2002-02-27 paf
21149:
21150: * src/main/pa_charset.C: size_t
21151:
21152: * INSTALL: shared/static-xml with-pathlink
21153:
1.211 moko 21154: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 21155:
21156: 2002-02-26 paf
21157:
21158: * src/main/pa_exec.C: more precise names for vars, cosmetic
21159:
21160: * src/classes/xnode.C: in some situation, xpath query returned
21161: result with type NODESET, but empty nodeset member field, checked
21162: that
21163:
21164: 2002-02-22 paf
21165:
21166: * INSTALL: without-zlib comment
21167:
21168: * etc/parser3.charsets/windows-1251.cfg: °
21169:
21170: * configure, configure.in: glib###.a detection fixed
21171:
21172: * INSTALL: hashfile removed from INSTALL
21173:
1.116 moko 21174: * Makefile.am: make update
1.95 moko 21175:
21176: * src/main/pa_string.C: string iterators fixed again, so were
21177: String::join_chain
21178:
21179: * src/main/pa_string.C: string iterators fixed again, so were
21180: String::join_chain
21181:
21182: * src/: include/pa_string.h, main/pa_string.C: string iterators
21183: fixed again, so were String::join_chain
21184:
21185: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
21186:
1.211 moko 21187: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
21188: "expires=0" = "session"
1.95 moko 21189:
1.116 moko 21190: * configure, configure.in, src/include/pa_config_auto.h.in:
21191: --with-shared-xml --with-static-xml
1.95 moko 21192:
21193: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
21194: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21195: types/types.dsp: *.dsp: removed refereces to win32db & ancient
21196: xalan&xml
21197:
21198: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
21199:
1.211 moko 21200: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
21201: src/main/main.dsp, src/types/types.dsp: removed hashfile support
21202: from sources for now
1.95 moko 21203:
1.116 moko 21204: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 21205: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 21206: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
21207: src/include/pa_db_manager.h, src/include/pa_db_table.h,
21208: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 21209: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 21210: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
21211: src/types/Makefile.am, src/types/pa_vhashfile.C,
21212: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 21213:
21214: 2002-02-21 paf
21215:
21216: * src/main/untaint.C: removed debug code, activated commented-for
21217: debug parts
21218:
1.116 moko 21219: * Makefile.am: make cvsupdate
1.95 moko 21220:
21221: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21222: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
21223: append_row, not at link zero now string to string appending works
21224:
21225: 2002-02-20 paf
21226:
21227: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
21228: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
21229: DEBUG_STRING_APPENDS_VS_EXPANDS
21230:
21231: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21232: economy: 22%
21233:
21234: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21235: space uptimized: string::link_row removed
21236:
21237: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
21238: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
21239: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21240: types/pa_vstring.h: speed uptimized: string::is_empty
21241:
1.211 moko 21242: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 21243: src/include/pa_config_fixed.h, src/include/pa_string.h,
21244: src/include/pa_types.h, src/main/compile.tab.C,
21245: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
21246: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
21247: string append optimiziation idea and estimates
21248:
21249: 2002-02-19 paf
21250:
21251: * src/classes/math.C: not used directly [but erroreously reported
21252: that 'is', thus registering twice&other probs]
21253:
21254: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
21255: to node [element]
21256:
21257: * src/main/compile.C: without string_origins parse error
21258: file+line+col possible
21259:
21260: * src/main/: compile.C: without string_origins not worked
21261:
21262: 2002-02-18 paf
21263:
21264: * src/types/pa_vdouble.h: since we have in_expression removed that
21265: trick i've installed into double::as_string
21266:
21267: * src/main/pa_globals.C: extern "C" was removed too fast
21268:
21269: * src/: include/pa_opcode.h, include/pa_request.h,
21270: main/compile.tab.C, main/compile.y, main/execute.C,
21271: types/pa_wcontext.h: in_expression aimed to solve old problem
21272: with string/nonstring values, now in expressions double/int
21273: values are passed as-is, without stupid tostring/fromstring
21274: conversions
21275:
21276: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
21277: __cplusplus } #endif
21278:
21279: * src/main/compile.tab.C: bison env set so one could compile
21280: without cygwin installed
21281:
21282: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
21283: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
21284: gnome xml libs parser .dsp-s changed accordingly
21285:
1.211 moko 21286: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
21287: PARSER_ROOT_CONFIG
1.95 moko 21288:
1.211 moko 21289: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
21290: [were date::set, with backward comp
1.95 moko 21291:
21292: * src/classes/math.C: math:random range check fixed
21293:
21294: * src/main/: compile.tab.C, compile.y: integer division stops name
21295:
21296: * INSTALL: local install comment
21297:
1.116 moko 21298: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 21299:
1.116 moko 21300: * acinclude.m4, aclocal.m4, configure, configure.in,
21301: src/include/pa_config_auto.h.in,
21302: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
21303: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 21304:
1.211 moko 21305: * operators.ru.txt, operators.txt: \ comment
1.95 moko 21306:
21307: 2002-02-13 paf
21308:
21309: * src/include/pa_config_includes.h: sys/time time both included
21310: now. vaguely remember confilicts on this on some system [not on
21311: six|ablv] so when would see them again would think up proper
21312: check
21313:
1.116 moko 21314: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21315: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 21316:
21317: * src/main/pa_common.C: truncation never occured when writing files
21318: on unix [since i've changed cache mech] fix
21319:
21320: * src/main/pa_common.C: strnchr: sanity check added
21321:
21322: * etc/parser3.charsets/windows-1257.cfg: id added
21323:
21324: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
21325: baltic charset file generated, in generation script ispunct check
21326: added
21327:
21328: 2002-02-08 paf
21329:
1.116 moko 21330: * src/: include/Makefile.am, sql/Makefile.am,
21331: targets/isapi/Makefile.am: forgotten makes
1.95 moko 21332:
21333: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
21334: forgotten
21335:
21336: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
21337:
21338: * INSTALL, README: install&others updated
21339:
21340: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
21341:
1.116 moko 21342: * Makefile.am, configure, configure.in,
21343: etc/parser3.charsets/Makefile.am, src/Makefile.am,
21344: src/classes/Makefile.am, src/main/Makefile.am,
21345: src/main/pa_status_provider.C, src/targets/Makefile.am,
21346: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
21347: works
1.95 moko 21348:
21349: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21350: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21351: classes/hashfile.C, classes/int.C, classes/mail.C,
21352: classes/math.C, classes/op.C, classes/response.C,
21353: classes/string.C, classes/table.C, classes/void.C,
21354: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21355: include/pa_array.h, include/pa_cache_managers.h,
21356: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21357: include/pa_config_fixed.h, include/pa_config_includes.h,
21358: include/pa_db_connection.h, include/pa_db_manager.h,
21359: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21360: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21361: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21362: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21363: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21364: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21365: include/pa_stack.h, include/pa_string.h,
21366: include/pa_stylesheet_connection.h,
21367: include/pa_stylesheet_manager.h, include/pa_table.h,
21368: include/pa_threads.h, include/pa_types.h, main/compile.C,
21369: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21370: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21371: main/pa_db_connection.C, main/pa_db_manager.C,
21372: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21373: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21374: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21375: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21376: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21377: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21378: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21379: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21380: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21381: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21382: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21383: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21384: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21385: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21386: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21387: types/pa_vmethod_frame.h, types/pa_vobject.h,
21388: types/pa_vrequest.h, types/pa_vresponse.h,
21389: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21390: types/pa_vstateless_object.h, types/pa_vstatus.C,
21391: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21392: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21393: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21394: classes/image.C, main/pa_common.C, main/pa_exec.C,
21395: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21396: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21397: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21398: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21399: types/pa_vxnode.C, main/pa_charset.C: name spelling
21400:
21401: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21402: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21403: classes/hashfile.C, classes/image.C, classes/int.C,
21404: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21405: classes/string.C, classes/table.C, classes/void.C,
21406: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21407: include/pa_array.h, include/pa_cache_managers.h,
21408: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21409: include/pa_config_fixed.h, include/pa_config_includes.h,
21410: include/pa_db_connection.h, include/pa_db_manager.h,
21411: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21412: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21413: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21414: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21415: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21416: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21417: include/pa_stack.h, include/pa_string.h,
21418: include/pa_stylesheet_connection.h,
21419: include/pa_stylesheet_manager.h, include/pa_table.h,
21420: include/pa_threads.h, include/pa_types.h, main/compile.C,
21421: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21422: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21423: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21424: main/pa_db_connection.C, main/pa_db_manager.C,
21425: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21426: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21427: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21428: main/pa_socks.C, main/pa_sql_driver_manager.C,
21429: main/pa_status_provider.C, main/pa_string.C,
21430: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21431: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21432: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21433: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21434: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21435: targets/isapi/pool_storage.h, types/pa_valiased.C,
21436: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21437: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21438: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21439: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21440: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21441: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21442: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21443: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21444: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21445: types/pa_vresponse.h, types/pa_vstateless_class.C,
21446: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21447: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21448: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21449: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21450: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21451: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21452:
21453: 2002-02-07 paf
21454:
21455: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21456:
1.116 moko 21457: * configure, configure.in, src/include/pa_config_auto.h.in,
21458: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21459: added yet another locking function: fcntl
1.95 moko 21460:
21461: * config.sub: on cygwin configure passes it with strange i1586
21462: const, hacked it to mean i586
21463:
21464: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21465: disabled $if reference due to conflicts with local variables
21466:
1.211 moko 21467: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21468: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21469: xdoc::create, with both sences
21470:
21471: * operators.ru.txt, operators.txt, src/classes/table.C,
21472: src/include/pa_array.h, src/include/pa_table.h,
21473: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21474: 'set' name obsolete now table clone.
1.95 moko 21475:
1.211 moko 21476: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21477: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21478: ^int/double/string.format now can be called with normal []
21479: brackets, not stupid {} as it were implemented for some strange
21480: reason. retaining backward compatibility due to some
21481: already-implemented servers
21482:
21483: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21484: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21485: operators now detected by check at name_without_curly_rdive_read
21486: rule whether diving code constists only of
21487: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21488: with OP_GET_ELEMENT_OR_OPERATOR to form
21489: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21490:
21491: 2002-02-06 paf
21492:
21493: * configure, configure.in: prefix expanded, grr
21494:
1.211 moko 21495: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21496: config changed
1.95 moko 21497:
21498: 2002-02-05 paf
21499:
1.211 moko 21500: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21501:
21502: * src/main/: pa_exec.C: argv0 now correct
21503:
21504: * src/types/pa_vstatus.C: status:rusage 3
21505:
21506: * src/types/pa_vstatus.C: status:rusage 2
21507:
1.211 moko 21508: * operators.ru.txt, operators.txt: status:rusage described int
21509: operators
1.95 moko 21510:
21511: * src/types/pa_vstatus.C: status:rusage 1
21512:
21513: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21514: src/types/types.dsp: status:rusage
21515:
1.211 moko 21516: * configure.in, operators.ru.txt, operators.txt,
21517: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21518: src/include/pa_config_includes.h, src/main/compile.tab.C,
21519: src/main/pa_common.C: rewritten ^cache to use
21520: non-blocking-exclusive-caches
21521:
21522: * src/main/pa_common.C: text file read mode on win32 adjusted
21523: [speed impact. was off for debugging purpose, but forgotten
21524: afterwards]
21525:
21526: 2002-02-01 paf
21527:
21528: * src/classes/op.C: file_write does EX lock after create, while
21529: file_read does SH after open, so there's a moment after create
21530: but before EX lock when read can sneak into, and read
21531: just-created-for-writing-and-not-yet-locked file, added a check
21532: for that in ^cache...read
21533:
21534: 2002-01-31 paf
21535:
21536: * src/main/: compile.y, compile.tab.C: disabled operator call after
21537: ^xxx:
21538:
21539: * src/main/: compile.tab.C, execute.C: made operators lookup first
21540: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21541:
21542: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21543: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21544: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21545: operators check 6.1 rewritten. now check is done at compile time
21546:
21547: * src/main/execute.C: operators check 5 floated up old error of
21548: staying in 'entered class/object' state after $a($a..) it
21549: prevented operators from being called thereafter
21550:
21551: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21552: main/execute.C: operators check 4 floated up old error of staying
21553: in 'entered object' state after ^a.a(a) it prevented operators
21554: from being called thereafter
21555:
21556: * src/main/execute.C: operators check 3 floated up old error of
21557: staying in 'entered class' state after $a:a(a) it prevented
21558: operators from being called thereafter
21559:
21560: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21561: floated up old error of staying in 'entered class' state after
21562: $a:a[a] it prevented operators from being called thereafter
21563:
21564: * src/main/execute.C: operators check, thay mistakenly seen in
21565: $class:operator $object.operators contexts
21566:
21567: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21568: win32
21569:
1.116 moko 21570: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21571: src/classes/Makefile.am, src/main/Makefile.am,
21572: src/targets/cgi/Makefile.am,
1.95 moko 21573: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21574: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21575:
1.116 moko 21576: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21577: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21578: configure, configure.in, form.txt, ident.awk, install-sh,
21579: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21580: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21581: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21582: etc/parser3.charsets/koi8-r.cfg,
21583: etc/parser3.charsets/windows-1250.cfg,
21584: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21585: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21586: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21587: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21588: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21589: straightened installation scripts procedure made
21590: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21591: change
21592:
21593: 2002-01-30 paf
21594:
21595: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21596: removed] those comments were a mistake, and prevented libltdl
21597: from function properly
21598:
21599: 2002-01-29 paf
21600:
1.116 moko 21601: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21602: creation [modified acinclude.m4 which were creating int into just
21603: assignment LIBTOOL=../libtool] added default system
21604: config&charsetts prepared 'make install', now it installs
21605: targets/cgi/parser3 into bin directory etc/parser3.conf &
21606: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21607: $sysconfdir/parser3.charsets respectively
21608:
21609: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21610: main/pa_globals.C: few forgotten ifdef XML added
21611:
21612: 2002-01-28 paf
21613:
1.116 moko 21614: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21615: removed
21616:
21617: * src/main/pa_exception.C: dom|generic error output fix
21618:
21619: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21620:
21621: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21622:
21623: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21624: [fixed as_node helper func to accept docs]
21625:
21626: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21627: xdoc.importNode 0
21628:
21629: * src/classes/xdoc.C: xdoc::set now untaints OK
21630:
21631: 2002-01-25 paf
21632:
21633: * src/main/: compile.tab.C, compile.y: #comment before @ after
21634: @SPECIAL now works OK
21635:
21636: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21637:
21638: * src/main/pa_exec.C: max arg count now 10, and proper message on
21639: violation that added
21640:
21641: * src/classes/hash.C: unified hash::sql, now
21642: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21643:
21644: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21645: ^file:lock[filename]{code}
21646:
21647: * src/: classes/file.C, classes/op.C, classes/string.C,
21648: classes/table.C, classes/xdoc.C, include/pa_common.h,
21649: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21650: to some pa_common funcs
21651:
21652: * src/: include/pa_charset.h, main/pa_globals.C:
21653: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21654:
21655: * src/: include/pa_charset.h, main/pa_charset.C,
21656: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21657: not stupid illegal define
21658:
21659: 2002-01-24 paf
21660:
21661: * src/include/pa_version.h: changed version number
21662:
21663: * src/: classes/hashfile.C, include/pa_db_table.h,
21664: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21665: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21666: main/pa_db_connection.C, main/pa_db_table.C,
21667: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21668: hashfile without logfiles
21669:
21670: * src/: classes/hashfile.C, include/pa_db_table.h,
21671: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21672: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21673: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21674: DB_INIT_TXN init bits, thus got rid of huge log files, which
21675: cluttered disk without huge need]
21676:
21677: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21678: handy macro, which is strangly abscent in dome lib
21679:
21680: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21681:
21682: * src/classes/xdoc.C: checked empty response
21683:
21684: * src/classes/xnode.C: xdoc.select fixed context node [were always
21685: /, not self node]
21686:
21687: * src/classes/xnode.C: xnode.select returns array always now, in
21688: case 'nothing found' returns empty array
21689:
21690: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21691: be more tender with ctrl/c/v
21692:
21693: 2002-01-23 paf
21694:
21695: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21696: substituted. // 2. when dom tree with entites goes under
21697: transform text nodes // got [erroreosly] cut on first
21698: entity occurance
21699:
21700: * src/types/pa_vdouble.h: double prec. todo: get rid of
21701: twice-converting
21702:
21703: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21704: 'e' in output this is for regretful twice-converting here:
21705: $a(double value) when they write double falue they convert it to
21706: string first, thus %g were losing precesion.
21707:
21708: todo: think up some way to remove double->string string->double
21709: twice-converting
21710:
21711: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21712: %.20E now default float format this is for regretful
21713: twice-converting here: $a(double value) when they write double
21714: falue they convert it to string first, thus %g were losing
21715: precesion.
21716:
21717: todo: think up some way to remove double->string string->double
21718: twice-converting
21719:
21720: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21721: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21722: reasons in comment inside
21723:
21724: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21725: statically linked]
21726:
21727: * src/: include/pa_exception.h, main/compile.tab.C,
21728: main/pa_exception.C: removed exception va_list constructor. 1.
21729: not needed anymore 2. there were a conflict[causing errors]
21730: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21731: never detected an ambiguilty here, compiling ctor(, "hello") into
21732: ctor(, va_list) which, of course, caused gpf
21733:
21734: * src/main/pa_globals.C: removed debug xslt messages
21735:
21736: 2002-01-22 paf
21737:
21738: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21739: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21740: helps compiling stylesheet properly. example: this refused to
21741: work, <b>«<xsl:value-of select="@title"
21742: />»</b> stranly worked only this way:
21743: <b>«<xsl:value-of select="@title" />»</b>
21744:
21745: docs says "set it to 1", never going into details, so I decided
21746: to try NOT to do that
21747:
21748: * src/classes/table.C: join behaived badly in case named tables
21749: structure mismatched: 0 strings sneaked into dest failing
21750: afterwards. replaced them with empty strings
21751:
21752: 2002-01-21 paf
21753:
21754: * src/main/pa_charset.C: checked empty transcoders in
21755: transcode_cstr|buf
21756:
21757: * src/classes/xdoc.C: xdoc::load error source = filespec
21758:
21759: * src/classes/xdoc.C: transform error source now
21760: stylesheet_filespec
21761:
1.116 moko 21762: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21763: include/pa_stylesheet_connection.h, main/pa_charset.C,
21764: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21765: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21766: gnome
1.95 moko 21767:
21768: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21769: include/pa_globals.h, include/pa_stylesheet_connection.h,
21770: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21771: xslt generic error 1
21772:
21773: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21774: xml generic message 1
21775:
21776: * src/classes/table.C: ^table::load empty lines or #comments before
21777: headline
21778:
21779: * src/: include/pa_array.h, include/pa_globals.h,
21780: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21781: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21782: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21783: errors 0
21784:
21785: 2002-01-16 paf
21786:
21787: * src/: classes/hash.C, classes/op.C, classes/string.C,
21788: classes/table.C, classes/void.C, classes/xdoc.C,
21789: include/pa_db_connection.h, include/pa_request.h,
21790: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21791: include/pa_stylesheet_connection.h,
21792: include/pa_stylesheet_manager.h, main/pa_request.C,
21793: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21794: targets/cgi/pool_storage.h: auto closers to sql_connection,
21795: stylesheet_connection auto destroyers to remaining gnome objects
21796:
21797: * src/classes/xdoc.C: few comments
21798:
21799: 2002-01-15 paf
21800:
21801: * src/classes/xdoc.C: xdoc file save string
21802:
21803: ready. todo: error handling
21804:
21805: * src/classes/xdoc.C: xdoc save rewritten using
21806: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21807: result
21808:
21809: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21810: started output options parsing
21811:
21812: 2002-01-14 paf
21813:
21814: * src/classes/xdoc.C: method
21815:
21816: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21817: include/pa_pool.h, include/pa_stylesheet_connection.h,
21818: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21819: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21820: xslt transform0. TODO: use output options handle errors
21821:
21822: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21823:
21824: 2002-01-11 paf
21825:
21826: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21827: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21828: partial logical && || evaluation
21829:
21830: * src/classes/xnode.C: xpath selectNodes
21831:
21832: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21833: string/number/bool
21834:
21835: * src/classes/xnode.C: xpath selectNode 2
21836:
21837: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21838: xpath selectNode 1
21839:
21840: 2002-01-10 paf
21841:
21842: * src/classes/xnode.C: xpath selectNode -100 [just written]
21843:
21844: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21845: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21846: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21847: refcounter]
21848:
21849: 2001-12-29 paf
21850:
21851: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21852: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21853: glib works 0
21854:
21855: 2001-12-28 paf
21856:
21857: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21858: main/pa_exception.C: started glib transcoders
21859:
21860: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21861:
21862: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21863: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21864: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21865: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21866: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21867: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21868: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21869: libs just compiled in. no refcounting no xpath no xslt yet
21870:
21871: 2001-12-27 paf
21872:
21873: * src/: include/pa_charset.h, include/pa_common.h,
21874: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21875: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21876: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21877: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21878: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21879: from xalan&xerces, started the process. globals [initialization
21880: pool [charset update charset [transcodings vxnode vxdoc [DOM
21881: calls
21882:
21883: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21884: anymore
21885:
21886: 2001-12-26 paf
21887:
21888: * src/: include/pa_charset.h, include/pa_charsets.h,
21889: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21890: key globalized [bug]
21891:
21892: 2001-12-25 paf
21893:
21894: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21895: main/pa_string.C: table set & append changed splitting languages,
21896: separators now can be clean AND as-is same to mail command line
21897: $MAIN:MAIL.progX arguments
21898:
21899: 2001-12-24 paf
21900:
21901: * src/classes/mail.C: one parted text messages - no multipart
21902: mime-type anymore. for convinient if $.attach-ments
21903:
21904: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21905: main/pa_string.C: read from cache size check updated
21906:
21907: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21908:
21909: 2001-12-21 paf
21910:
21911: * src/classes/date.C: date:sql-string now returns localtime
21912:
21913: * src/main/pa_request.C: $result in @main actually not working, to
21914: hell with it for now
21915:
21916: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21917: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21918: @postprocess @exception
21919:
21920: * src/main/execute.C: junction evaluation canceled - endless
21921: recursion detected
21922:
21923: 2001-12-19 paf
21924:
21925: * src/main/pa_charset.C: charset->charset transcoding via unicode
21926: intermediate
21927:
21928: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21929:
21930: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21931:
21932: * src/classes/op.C: ^cache keypath now relative
21933:
21934: * src/classes/mail.C: changed weighting prior to sort
21935:
21936: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21937: were missing
21938:
21939: 2001-12-17 paf
21940:
21941: * src/main/pa_charset.C: ifndef XML were bad type
21942:
21943: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21944: outdated unset services_pool
21945:
21946: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21947: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21948: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21949:
21950: * src/main/untaint.C: allowed space in filespec
21951:
21952: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21953:
21954: * src/classes/image.C: no govno
21955:
21956: * src/classes/image.C: govno
21957:
21958: 2001-12-16 paf
21959:
21960: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21961:
21962: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21963: charset_connection&manager replaced by charset&charsets
21964:
21965: * src/main/pa_charset.C: name_cstr 0
21966:
21967: * src/main/untaint.C: uri lang now knows about client/source
21968: charsets
21969:
21970: * src/: classes/file.C, classes/math.C, classes/op.C,
21971: classes/string.C, classes/table.C, classes/xdoc.C,
21972: include/pa_array.h, include/pa_cache_managers.h,
21973: include/pa_charset_connection.h, include/pa_charset_manager.h,
21974: include/pa_common.h, include/pa_db_connection.h,
21975: include/pa_db_manager.h, include/pa_db_table.h,
21976: include/pa_dictionary.h, include/pa_exception.h,
21977: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21978: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21979: include/pa_sapi.h, include/pa_socks.h,
21980: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21981: include/pa_string.h, include/pa_stylesheet_connection.h,
21982: include/pa_stylesheet_manager.h, include/pa_table.h,
21983: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21984: main/pa_charset.C, main/pa_charset_connection.C,
21985: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21986: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21987: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21988: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21989: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21990: types/types.dsp: introducing Charset
21991:
21992: 2001-12-14 paf
21993:
21994: * src/: include/pa_request.h, include/pa_transcoder.h,
21995: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21996: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21997: uri lang
21998:
21999: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
22000:
22001: * src/targets/cgi/Makefile.am: -I../../pcre to .am
22002:
22003: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
22004: defalts_name global
22005:
22006: * src/: include/pa_charset_connection.h, include/pa_pool.h,
22007: include/pa_request.h, main/main.dsp,
22008: main/pa_charset_connection.C, main/pa_charset_manager.C,
22009: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
22010: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
22011: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
22012: changed charset model. now important: $request:charset
22013: $response:charset while $response:content-type.charset become
22014: unimportant [informational]
22015:
22016: 2001-12-13 paf
22017:
22018: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
22019:
22020: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
22021: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
22022: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
22023: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
22024: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
22025: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
22026:
22027: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
22028: auto_ptr part other way, because of stupid gcc 2.96
22029: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
22030: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
22031: FormatterListener] /usr/include/g++-3/memory:48:
22032: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
22033: _Tp1 = FormatterListener, _Tp = FormatterListener]
22034:
22035: * src/classes/xdoc.C: removed extra inc
22036:
22037: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
22038:
22039: * src/include/pa_types.h: msvc head debugging flag
22040:
22041: * src/classes/xdoc.C: freed up listener
22042:
22043: * src/classes/string.C: change msg '... code is not code'
22044:
22045: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
22046: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22047: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
22048: [past/future prob]
22049:
22050: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22051: include/pa_config_fixed.h, include/pa_db_manager.h,
22052: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22053: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
22054:
22055: * src/: include/pa_config_fixed.h, main/pa_common.C,
22056: main/pa_string.C: removed signed mismatch warnings
22057:
22058: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
22059: 'expires' from header outputs
22060:
22061: * src/main/pa_string.C: string::recustruct erroreusly used outdated
22062: row ptr
22063:
22064: * src/classes/file.C: file::cgi bug, request_method were passed to
22065: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
22066:
22067: * src/classes/xdoc.C: lang list updated
22068:
22069: 2001-12-10 paf
22070:
22071: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
22072:
22073: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
22074: erase files like that, knowing their full name introducing //
22075: theoretical problem with, for instance, "_2B" and "." fragments,
22076: // they would yield the same // because
22077: need_file_encode('_')=false // but we need to delete such files
22078: somehow, getting names from ^index
22079:
22080: * src/main/pa_string.C: ^string.replace bug fixed [bad
22081: string::join_chank break]
22082:
22083: 2001-12-07 paf
22084:
22085: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
22086: include/pa_common.h, include/pa_config_auto.h.in,
22087: include/pa_config_fixed.h, include/pa_config_includes.h,
22088: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
22089: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
22090: types/pa_vhashfile.C: merged from r14_simple_cache
22091:
22092: * src/main/pa_string.C: stupid sparc architecture failed to access
22093: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
22094: lduh [ %i2 + 1 ], %l0
22095:
22096: bus error, fixed that
22097:
22098: * src/main/pa_string.C: strange string deserialize bug on
22099: client[pmts], a bit shortened,
22100:
22101: * src/include/pa_config_auto.h.in: makes
22102:
22103: * src/: include/pa_common.h, include/pa_config_fixed.h,
22104: include/pa_config_includes.h, main/pa_common.C: exclusive lock
22105: file write shared lock file read
22106:
22107: * src/: classes/op.C, include/pa_common.h,
22108: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
22109:
22110: 2001-12-06 paf
22111:
22112: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22113: main/pa_request.C: #ifdef RESOURCES_DEBUG
22114:
22115: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
22116: info
22117:
22118: * src/classes/hashfile.C: removed transaction from ^cache
22119:
22120: 2001-12-05 paf
22121:
22122: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
22123: IIS5 there were a prob with illegal call check
22124:
22125: 2001-12-04 paf
22126:
22127: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22128: main/pa_request.C: measures to log
22129:
22130: 2001-11-23 paf
22131:
22132: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22133: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
22134: types/pa_vhashfile.C: merged from _0014, 1
22135:
22136: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22137: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
22138: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
22139: ^cache(33) would change
22140:
22141: 0660 bits in file_write & hashfile create
22142:
22143: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
22144: after pa_string optimization]
22145:
22146: 2001-11-22 paf
22147:
22148: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22149: table.offset[whence]
22150:
22151: * src/classes/op.C: process cstr(,connection)
22152:
22153: * src/classes/op.C: process now gets its body on current language,
22154: not as-is
22155:
22156: * src/main/untaint.C: ORIGINS mode removed UHTML
22157:
22158: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
22159: bit
22160:
1.116 moko 22161: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 22162:
22163: 2001-11-21 paf
22164:
22165: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
22166: <xsl:output output options made identical to xsl:output
22167: attributes exclusion: cdata-section-elements what xalan can do
22168: but that not used now: it can escape and remove CDATA sections
22169:
22170: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
22171: produced by xslt
22172:
22173: * src/targets/cgi/parser3.C: removed debug cgi||1
22174:
22175: * src/main/: pa_string.C, untaint.C: cached some string::size() es
22176:
22177: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
22178: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
22179: default language for {code}, it happen to change it's language
22180: from CLEAN, so later refused to split by CLEAN \t
22181:
22182: 2001-11-20 paf
22183:
1.116 moko 22184: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
22185: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 22186: bottom of dependeces, so that errors would popup quicklier, fixed
22187: line numbering in table::sql
22188:
22189: 2001-11-19 paf
22190:
22191: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
22192: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22193: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22194: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
22195: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
22196: at wcontext.write
22197:
1.116 moko 22198: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 22199: _set_new_handler
22200:
1.116 moko 22201: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
22202: set_new_handler in apache&isapi
1.95 moko 22203:
22204: 2001-11-16 paf
22205:
22206: * src/targets/cgi/parser3.C: pool debug @ die
22207:
22208: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
22209: removed 8 bytes from String, 2 bytes from
22210: string::chunk::row::item
22211:
22212: * src/main/pa_string.C: removed 1+4 bytes from String
22213:
22214: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22215: types/pa_vstring.C: removed 1+4 bytes from String
22216:
22217: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
22218: 0
22219:
22220: * src/: include/pa_globals.h, include/pa_string.h,
22221: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
22222: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
22223: targets/cgi/parser3.C: introducing estimating
22224: String::cstr_bufsize, 0
22225:
22226: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
22227:
22228: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
22229:
22230: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
22231: include/pa_pool.h: die in pool::fail
22232:
22233: 2001-11-15 paf
22234:
22235: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
22236: main/pa_exception.C, targets/cgi/parser3.C: exception with
22237: dynamic buffer re-back now with counter
22238:
22239: * src/: include/pa_exception.h, main/pa_exception.C: exception with
22240: static buffer back
22241:
22242: * src/targets/cgi/parser3.C: std::
22243:
22244: * src/: classes/classes.awk, include/pa_config_auto.h.in,
22245: include/pa_config_includes.h: setnewhandler check
22246:
1.116 moko 22247: * src/include/pa_config_auto.h.in: makes
1.95 moko 22248:
22249: * src/targets/cgi/parser3.C: set_new_handler started
22250:
22251: 2001-11-14 paf
22252:
22253: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22254: was wrong
22255:
22256: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22257: was wrong
22258:
22259: * src/main/pa_request.C: z
22260:
22261: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
22262: full returns win32 -1 solaris >buffer_size
22263:
22264: checked all that
22265:
22266: * src/classes/op.C: ^untaint{body} as-is default now
22267:
22268: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22269: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
22270: with no_bad_constructors_try
22271:
22272: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22273: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
22274: this: $bred[^string::length[]] $bred[^response::clear[]]
22275: $bred[^int::int[]]
22276:
22277: now VObject creation moved into overriden
22278: VClass::create_new_value, thus 0 from create_new_value means that
22279: class has no ctors
22280:
22281: 2001-11-13 paf
22282:
22283: * src/classes/classes.C: returned accedently removed if in foreach
22284: callbacks [when hash no-0-restructure]
22285:
22286: 2001-11-12 paf
22287:
22288: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
22289: passed as-is to method, xalan makes & into & itself
22290:
22291: * src/classes/date.C: date.roll parser2 alg used
22292:
22293: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
22294: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22295: main/pa_dictionary.C, main/pa_hash.C,
22296: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
22297: now does not containt 0 values. put 0 actullay removes. no check
22298: on 0 value in foreach now required
22299:
22300: 2001-11-11 paf
22301:
22302: * src/sql/pa_sql_driver.h: removed extra constructor, doc
22303:
22304: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
22305:
22306: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
22307: driver initialize not const
22308:
22309: 2001-11-10 paf
22310:
22311: * src/main/pa_exec.C: doc
22312:
22313: 2001-11-09 paf
22314:
22315: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
22316: param properly
22317:
22318: * src/classes/string.C: string.save now does untainting before
22319: saving
22320:
22321: * src/main/pa_common.C: line endings fixing fixed last piece[was
22322: still cstr oriented]
22323:
22324: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22325: line endings fixing got rid of cstr, now must work ok with post
22326: multipart
22327:
22328: * src/types/pa_vform.C: line endings fixed at post / multipart /
22329: not file also now
22330:
22331: 2001-11-08 paf
22332:
22333: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22334: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22335: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
22336: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
22337: main/pa_stylesheet_manager.C: restructured Cache manager to be
22338: simple parent, not second parent [gcc 2.96 strangly refused to
22339: call virtual from second parent]
22340:
1.116 moko 22341: * src/: include/pa_common.h, main/Makefile.am,
22342: targets/cgi/pa_pool.C: makes
1.95 moko 22343:
22344: * src/: include/pa_request.h, main/pa_request.C,
22345: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
22346: 'status' class enabler
22347:
22348: <Location /parser-status.html> ParserStatusAllowed </Location>
22349:
22350: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22351: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22352: include/pa_stylesheet_manager.h, main/main.dsp,
22353: main/pa_cache_managers.C, main/pa_charset_manager.C,
22354: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22355: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22356: types/pa_vstatus.h: cache_managers, maybe-expiring every request
22357: todo: apache 'status' class enabler
22358:
22359: 2001-11-05 paf
22360:
22361: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
22362: debug to normal
22363:
22364: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
22365: hence i removed skipping 0 values in hash::for_each-es we need to
22366: check cleaned cache items manually. few more checks.
22367:
22368: expiring to 0 time was wrong, changed to 'now' time
22369:
22370: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22371: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22372: on apache already done :)
22373:
22374: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22375: skipping 0 values in hash::for_each-es we need to check cleaned
22376: cache items manually
22377:
22378: * src/main/: pa_db_connection.C, pa_db_table.C:
22379: parser_multithreaded check was wrong
22380:
22381: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22382: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22383: classes/hashfile.C, classes/image.C, classes/int.C,
22384: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22385: classes/string.C, classes/table.C, classes/void.C,
22386: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22387: include/pa_array.h, include/pa_charset_connection.h,
22388: include/pa_charset_manager.h, include/pa_common.h,
22389: include/pa_config_fixed.h, include/pa_config_includes.h,
22390: include/pa_db_connection.h, include/pa_db_manager.h,
22391: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22392: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22393: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22394: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22395: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22396: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22397: include/pa_stack.h, include/pa_string.h,
22398: include/pa_stylesheet_connection.h,
22399: include/pa_stylesheet_manager.h, include/pa_table.h,
22400: include/pa_threads.h, include/pa_types.h, main/compile.C,
22401: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22402: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22403: main/pa_charset_manager.C, main/pa_common.C,
22404: main/pa_db_connection.C, main/pa_db_manager.C,
22405: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22406: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22407: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22408: main/pa_socks.C, main/pa_sql_driver_manager.C,
22409: main/pa_status_provider.C, main/pa_string.C,
22410: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22411: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22412: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22413: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22414: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22415: targets/isapi/pool_storage.h, types/pa_valiased.C,
22416: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22417: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22418: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22419: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22420: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22421: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22422: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22423: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22424: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22425: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22426: types/pa_vstateless_object.h, types/pa_vstatus.h,
22427: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22428: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22429: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22430: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22431: $status:db fixed used not initialized in db_connection & db_table
22432:
22433: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22434: $status:charset
22435:
22436: * src/: classes/xdoc.C, include/pa_db_connection.h,
22437: include/pa_stylesheet_connection.h,
22438: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22439: types/pa_vstatus.h: $status:stylesheet
22440:
22441: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22442: include/pa_request.h, include/pa_sql_connection.h,
22443: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22444: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22445: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22446: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22447: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22448: types/pa_vxnode.C, types/types.dsp: started status parser class
22449:
22450: 2001-11-01 paf
22451:
22452: * src/include/pa_config_auto.h.in: makes
22453:
22454: * src/main/pa_hash.C: removed old extra include
22455:
22456: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22457: checks [for hp, there are such in math.h]
22458:
22459: * src/classes/op.C: ^for endless loop check strightened
22460:
22461: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22462: behavior in native calls. it left unchanged, so ^for ^foreach &
22463: co can use r.root to write their i & key,value there
22464:
22465: * src/classes/op.C: detected for var storage bug, fixed.
22466: todo:foreach
22467:
22468: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22469: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22470: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22471: changing of hash inside of foreach
22472:
22473: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22474: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22475: were hash.foreach
22476:
22477: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22478: types/pa_vstring.C, types/pa_vstring.h:
22479: ^foreach[key|value]{body}[[separator]|{separator}]
22480:
22481: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22482: types/pa_vcookie.C: ^hash.delete[key]
22483:
22484: 2001-10-31 paf
22485:
22486: * src/main/: compile.C, pa_common.C: completely empty file now
22487: considered "read", not ignored [not perfect trick used]
22488:
22489: * src/main/pa_common.C: simplier common ifdefs
22490:
22491: * src/main/pa_common.C: typing bug in common - bad ifdeff
22492:
22493: * src/main/pa_db_connection.C: z
22494:
22495: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22496: lockdetector flags
22497: dbenv.lk_detect=DB_LOCK_RANDOM;
22498:
22499: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22500: from accidental show [imagine user forgot @exception]
22501:
22502: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22503:
22504: * src/: classes/file.C, classes/image.C, classes/mail.C,
22505: classes/string.C, classes/xnode.C, include/pa_common.h,
22506: main/pa_common.C: ^string.save[[append;]path]
22507:
22508: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22509: main/execute.C: \ in expression: int divide 10/3=3
22510:
22511: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22512: inside of ^cache
22513:
22514: * src/: include/pa_threads.h, main/pa_db_connection.C,
22515: main/pa_db_table.C, targets/cgi/pa_threads.C,
22516: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22517: needed
22518:
22519: 2001-10-30 paf
22520:
22521: * src/: classes/classes.dsp, main/main.dsp,
22522: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22523: types/types.dsp: enabled debug incremental compile
22524:
22525: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22526: form post data line endings not reformatted now.
22527:
22528: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22529: now required [had bug when file= has no value]
22530:
22531: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22532: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22533: cstr(asis) default param removed
22534:
22535: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22536:
22537: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22538:
22539: * src/include/pa_dir.h: LOAD_DIR fixed
22540:
22541: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22542: was broken} fix_line_breaks
22543:
22544: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22545: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22546: packed with #pragma pack
22547:
1.116 moko 22548: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22549:
22550: 2001-10-29 paf
22551:
22552: * src/types/pa_wcontext.h: bitfield syntax stricter
22553:
22554: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22555: string hash.puts
22556:
22557: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22558:
22559: * src/include/pa_sql_connection.h: there were one wrong
22560: SQL_CONNECTION_FUNC_GUARDED [failed]
22561:
22562: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22563: param.someday either ifdef or remove it
22564:
22565: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22566:
22567: * src/main/untaint.C: optimizing returned after debugging
22568:
22569: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22570: main/untaint.C: memory hunging #pragma pack(1)
22571:
22572: 16 419 844 13 169 394
22573:
22574: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22575: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22576: places [todo:Array]
22577:
22578: * src/: main/execute.C, targets/cgi/pa_pool.C,
22579: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22580: types/pa_wwrapper.h: debugging memory WContext flags to bits
22581:
22582: total 5 652 652/158731 total 5 469 332/158731
22583:
22584: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22585: Array:: without cache in get/put now
22586:
22587: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22588: 18:25:27 2001] total 5 652 652/158731
22589:
22590: * src/: include/pa_string.h, main/pa_string.C,
22591: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22592: now
22593:
22594: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22595: 18:11:53 2001] total 5796092/158731
22596:
22597: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22598: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22599: key ref now
22600:
22601: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22602: 17:11:17 2001] total 16867948/202658
22603:
22604: * src/: classes/file.C, classes/image.C, classes/string.C,
22605: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22606: main/execute.C, main/pa_array.C, main/pa_common.C,
22607: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22608: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22609: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22610: string::as_int/double now usually uses stack, not heap [200K out
22611: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22612:
22613: * src/main/pa_sql_driver_manager.C: ping to have services [old
22614: hiding bug]
22615:
22616: * src/Makefile.am: .am order
22617:
22618: * src/: include/pa_array.h, include/pa_charset_manager.h,
22619: include/pa_db_connection.h, include/pa_db_manager.h,
22620: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22621: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22622: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22623: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22624: required "friend class"
22625:
22626: ../include/pa_request.h:51: friend declaration requires
22627: class-key, i.e. `friend class Temp_lang'
22628:
22629: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22630: main/pa_exception.C, main/pa_sql_driver_manager.C,
22631: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22632:
22633: the idea is to #1 jump to C++ some function to main body, where
22634: every function stack frame has exception unwind information and
22635: from there... #2 propagate_exception()
22636:
22637: 2001-10-28 paf
22638:
22639: * src/main/pa_db_connection.C: removed old consts
22640:
22641: * src/main/pa_db_connection.C: expire table [was accidently pasted
22642: with wrong type/cast]
22643:
22644: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22645: translation
22646:
1.116 moko 22647: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22648: remember to build DB2 with -fexceptions!!!
22649:
22650: * src/main/pa_db_table.C: DB_RMW defed
22651:
22652: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22653: include/pa_db_connection.h, include/pa_db_manager.h,
22654: include/pa_db_table.h, main/pa_db_connection.C,
22655: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22656:
22657: 2001-10-27 paf
22658:
22659: * src/: classes/hashfile.C, include/pa_db_connection.h,
22660: include/pa_db_table.h, main/pa_db_connection.C,
22661: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22662: types/pa_vhashfile.C: DB2 ifdefs
22663:
1.116 moko 22664: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22665: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22666: makes with DB2
22667:
1.116 moko 22668: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22669: types/Makefile.am: makes db
1.95 moko 22670:
22671: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22672: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22673: globals.C
22674:
22675: * src/: classes/hashfile.C, include/pa_db_connection.h,
22676: include/pa_db_table.h, main/pa_db_connection.C,
22677: main/pa_db_table.C: ^hashfile.clear[]
22678:
22679: * src/classes/classes.awk: no $ in var names
22680:
22681: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22682: connection&table [forgotten calls]
22683:
22684: 2001-10-26 paf
22685:
22686: * src/main/pa_db_connection.C: db checkpoints
22687:
22688: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22689: checkpoints
22690:
22691: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22692: default. but entities still reparsed. todo: tothink
22693:
22694: * src/main/pa_db_connection.C: db recover mech 2
22695:
22696: * src/: classes/hashfile.C, include/pa_db_connection.h,
22697: include/pa_db_manager.h, include/pa_db_table.h,
22698: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22699: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22700: types/pa_vhashfile.h: db connections & tables now cached at
22701: create time & multithreaded
22702:
22703: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22704: parsed_source
22705:
22706: * src/main/pa_db_connection.C: about to remove connection from
22707: vhashfile
22708:
22709: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22710: transaction commit/rollback responsibility left to parent [as it
22711: sould - else there were a bug with double free]
22712:
22713: * src/include/pa_db_table.h: db: child transaction commit/rollback
22714: responsibility left to parent [as it sould - else there were a
22715: bug with double free]
22716:
22717: 2001-10-25 paf
22718:
22719: * src/: classes/hashfile.C, include/pa_common.h,
22720: include/pa_db_connection.h, include/pa_db_manager.h,
22721: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22722: types/pa_vhashfile.C, types/pa_vhashfile.h,
22723: include/pa_db_table.h, main/pa_db_table.C: started db_home
22724: [multiple, cached] todo: autorecover [tried, but not succeded,
22725: yet]
22726:
22727: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22728:
22729: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22730: transaction parent passed
22731:
22732: 2001-10-24 parser
22733:
1.116 moko 22734: * src/classes/Makefile.am: makes
1.95 moko 22735:
22736: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22737: isapi/pool_storage.h: pool_storage fixed
22738:
22739: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22740: types/pa_vform.h: form fix_line_breaks
22741:
1.116 moko 22742: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22743:
22744: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22745: targets/cgi/pool_storage.h: makes
22746:
22747: * src/sql/pa_sql_driver.h: version
22748:
22749: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22750: types/pa_vform.C, types/pa_vform.h: .am
22751:
22752: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22753: this: DB_RMW Acquire write locks instead of read locks when doing
22754: the retrieval. Setting this flag may decrease the likelihood of
22755: deadlock during a read-modify-write cycle by immediately
22756: acquiring the write lock during the read part of the cycle so
22757: that another thread of control acquiring a read lock for the same
22758: item, in its own read-modify-write cycle, will not result in
22759: deadlock
22760:
22761: * src/targets/isapi/parser3isapi.dsp: doc
22762:
22763: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22764:
22765: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22766:
22767: * src/: classes/hashfile.C, include/pa_db_connection.h,
22768: main/pa_db_connection.C: hashfile expired deleted from db when
22769: get & iterate
22770:
22771: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22772: expiring 1
22773:
22774: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22775:
22776: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22777: db_connection not bothers with key when not returning expired
22778: data
22779:
22780: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22781: types/pa_vhashfile.C: db_cursor constructor public now
22782:
22783: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22784: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22785: stamped, todo: put_element analize
22786:
22787: * src/: include/pa_db_connection.h, include/pa_string.h,
22788: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22789: serialize. todo stamp
22790:
22791: 2001-10-23 parser
22792:
22793: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22794: classes/image.C, classes/mail.C, classes/response.C,
22795: classes/string.C, classes/table.C, classes/xdoc.C,
22796: include/pa_config_fixed.h, include/pa_db_connection.h,
22797: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22798: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22799: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22800: types/pa_vtable.C: ^hashfile.hash[]
22801:
22802: * src/: classes/hashfile.C, classes/xdoc.C,
22803: include/pa_config_fixed.h, main/pa_db_manager.C,
22804: main/pa_globals.C: ifdefs so it compiled without db
22805:
22806: * src/: classes/hashfile.C, include/pa_db_connection.h,
22807: include/pa_db_manager.h, main/pa_db_connection.C,
22808: main/pa_db_manager.C, types/pa_vhashfile.h:
22809: ^hashfile.transaction{code} ^hashfile:clear[filename]
22810: ^hashfile.delete[key]
22811:
22812: 2001-10-22 parser
22813:
22814: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22815: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22816:
22817: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22818: classes/xnode.C, include/pa_charset_connection.h,
22819: include/pa_db_connection.h, include/pa_db_manager.h,
22820: include/pa_exception.h, include/pa_sapi.h,
22821: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22822: include/pa_stylesheet_connection.h,
22823: include/pa_stylesheet_manager.h,
22824: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22825: main/pa_db_connection.C, main/pa_db_manager.C,
22826: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22827: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22828: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22829: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22830: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22831: types/types.dsp: hashfile 0
22832:
22833: * src/types/pa_vhashfile.C: z
22834:
22835: * src/: classes/classes.dsp, classes/hashfile.C,
22836: include/pa_config_fixed.h, main/execute.C,
22837: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22838: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22839:
22840: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22841:
22842: * src/: include/pa_exception.h, include/pa_request.h,
22843: main/execute.C, main/pa_exception.C, main/pa_request.C,
22844: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22845: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22846:
22847: 2001-10-19 parser
22848:
22849: * src/include/pa_pool.h: header
22850:
22851: * src/main/pa_pool.C: auto compiled on gcc
22852:
22853: * src/classes/image.C: comment
22854:
1.116 moko 22855: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22856:
22857: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22858: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22859: types/pa_vxnode.h: xnode clone got freed
22860:
22861: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22862: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22863: can free up xalandomstring resulting from pool::transcode
22864:
22865: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22866: include/pa_config_fixed.h, include/pa_exception.h,
22867: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22868: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22869: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22870: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22871: from non-xml compile
22872:
22873: * src/main/pa_request.C: pool:: context - get_context
22874:
22875: * src/: classes/classes.h, classes/date.C, classes/double.C,
22876: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22877: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22878: classes/string.C, classes/table.C, classes/void.C,
22879: include/pa_config_fixed.h, include/pa_exception.h,
22880: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22881: main/compile.C, main/compile_tools.C, main/execute.C,
22882: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22883: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22884: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22885: main/pa_string.C, main/pa_table.C, main/untaint.C,
22886: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22887: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22888: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22889: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22890: types/pa_vstateless_class.h, types/pa_vtable.C,
22891: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22892: exceptions 0
22893:
22894: * src/classes/classes.awk: $ removed
22895:
22896: 2001-10-18 parser
22897:
22898: * src/types/pa_vcookie.C: cookie:CLASS
22899:
22900: * src/main/main.dsp: project
22901:
22902: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22903: set_document & ctor question "who owns document" solved
22904:
22905: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22906:
22907: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22908: main/pa_pool.C: encoding in dom creating funcs
22909:
22910: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22911: be transformed now
22912:
22913: * src/classes/xdoc.C: dom created by create can be transformed now
22914:
22915: * src/classes/xdoc.C: z
22916:
22917: * src/classes/xdoc.C: comment
22918:
22919: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22920: create now uses XercesDocumentBridge, appendChild&co now works
22921:
22922: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22923: @ recompile
22924:
22925: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22926: $origin @exception[
22927:
22928: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22929: tag names forced to XML lang
22930:
22931: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22932: leechy-found bugs in code&doc fixed
22933:
22934: 2001-10-17 parser
22935:
22936: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22937: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22938: n functionality preserved
22939:
22940: * src/types/pa_vimage.h: removed unused vimage::save
22941:
22942: 2001-10-16 parser
22943:
22944: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22945:
22946: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22947:
22948: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22949:
22950: * src/classes/image.C: image.copy tolerance
22951:
22952: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22953: ineffective, but works for small paleted image
22954:
22955: * src/types/pa_vimage.C: comment
22956:
22957: * src/classes/image.C: gd size/resize bugfix
22958:
22959: * src/: classes/classes.dsp, main/main.dsp,
22960: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22961: types/types.dsp: ident >nul 2>&1
22962:
22963: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22964: systems
22965:
22966: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22967: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22968:
22969: 2001-10-15 parser
22970:
22971: * src/main/execute.C: z
22972:
22973: * src/classes/: xdoc.C: !::create{qualifiedName}
22974:
22975: * src/types/pa_vxnode.C: document_type_node.
22976: !readonly attribute DOMString name
22977: !notation_node.
22978: !readonly attribute DOMString publicId
22979: !readonly attribute DOMString systemId
22980:
1.116 moko 22981: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22982: ::write badly passed string too transparently [failed to
22983: intercept it]
1.95 moko 22984:
22985: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22986: include/pa_request.h, main/pa_sql_driver_manager.C,
22987: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22988: types/pa_vxnode.h: DOM1 major addtion, only few
22989: attributes/methods left
22990:
22991: 2001-10-13 parser
22992:
22993: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22994: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22995: in main handler
22996:
22997: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22998: cleanups & frees order
22999:
23000: * src/types/pa_vcode_frame.h: couple comments
23001:
23002: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
23003: transparent enough to handle hash if creation&passing
23004:
23005: * src/: include/pa_config_fixed.h, main/execute.C,
23006: main/pa_exception.C: noticed that vcodeframe not transparent
23007: enough, would change now
23008:
23009: 2001-10-12 parser
23010:
23011: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
23012: fixed. initialization&free on each thread!
23013:
23014: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
23015: handling changed: now type of default param analized always, not
23016: only at problem time, thus helping early problem spotting
23017:
23018: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
23019: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
23020: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23021: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
23022: multithread bug fixed. initialization&free on each thread!
23023:
23024: 2001-10-11 parser
23025:
23026: * src/classes/xnode.C: xnode.selectSingle now
23027:
23028: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
23029: include/pa_pool.h, include/pa_stylesheet_connection.h,
23030: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
23031: convertors out of Pool into Exception
23032:
23033: * src/main/pa_string.C: const
23034:
23035: * src/: include/pa_string.h, main/pa_string.C: restructured string:
23036: linked pieces of same language together prior to String::replace
23037:
23038: * src/classes/hash.C: !^hash.add[addme]
23039: !^hash.sub[subme]
23040: !^a.union[b] = new
23041: !^a.intersection[b] = new
23042: !^a.intersects[b] = bool
23043:
23044: * src/classes/hash.C: !^hash::append[append_from]
23045:
23046: * src/: classes/hash.C, types/pa_vhash.h:
23047: !^hash::create[[copy_from]]
23048:
23049: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23050: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
23051: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
23052: fixed. got rid of empty_string, which caused errors - it hasnt
23053: exception but somebody[value.bark] tried to throw it on it's pool
23054:
1.116 moko 23055: * src/include/pa_config_auto.h.in: makes
1.95 moko 23056:
23057: 2001-10-10 parser
23058:
23059: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
23060:
23061: * src/main/: compile.tab.C, compile.y: ^a[
23062:
23063: @next_method << now unclosed ] would be reported here
23064:
23065: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
23066: compile error
23067:
23068: 2001-10-09 parser
23069:
1.116 moko 23070: * src/: classes/Makefile.am, main/Makefile.am,
23071: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 23072:
23073: * src/classes/Makefile.am: makes
23074:
23075: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
23076: win32 errors intercepted [xalan transformer patched and
23077: incorporated]
23078:
23079: * src/: classes/classes.dsp, classes/xdoc.C,
23080: include/pa_stylesheet_connection.h, main/main.dsp,
23081: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23082: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
23083: patches starting
23084:
23085: * src/classes/: string.C, table.C: ^string.save[file]
23086:
23087: * src/classes/: date.C, table.C: calendar moved to date
23088:
23089: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
23090: string/table] now
23091:
23092: * src/classes/: op.C, table.C: z
23093:
23094: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
23095: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
23096: types/pa_vxnode.h: table:menu & op for delims made allowed not to
23097: be code [be string..]
23098:
23099: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
23100: table.C: lots of
23101: params->as_int/double/as_string/as_junction/as_no_junction
23102: messages added
23103:
23104: 2001-10-08 parser
23105:
23106: * src/: classes/date.C, classes/image.C, classes/string.C,
23107: classes/table.C, classes/void.C, include/pa_request.h:
23108: params->as_int/double message added
23109:
23110: * src/classes/image.C: image:circle [and round arc] uses Bresenham
23111:
23112: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
23113: image:sector removed image:html internal "line-*" attribs
23114:
23115: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
23116: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
23117:
23118: * src/types/pa_vcookie.C: removing cookie made more netscape-like
23119: way
23120:
23121: * src/: classes/file.C, classes/form.C, main/pa_common.C,
23122: main/untaint.C: header untainting to UL_HTTP_HEADER,
23123: UL_MAIL_HEADER made nonforced [only tainted pieces]
23124:
23125: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
23126: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
23127: @ SAPI::log
23128:
23129: * src/main/untaint.C: \r to ' ' in origins mode
23130:
23131: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
23132: set]
23133:
23134: * src/: classes/xdoc.C, include/pa_config_fixed.h,
23135: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
23136: nonstandard liaison freed up
23137:
23138: 2001-10-07 parser
23139:
23140: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
23141: project
23142:
23143: 2001-10-05 parser
23144:
23145: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
23146: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
23147: from outputing to cerr. lots of "todos"
23148:
23149: * src/main/untaint.C: http_header tainting more gentle with
23150: enquoting now
23151:
23152: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
23153: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
23154: xml errorhandler. fixed string.replace a little, read @test
23155:
23156: * src/main/pa_string.C: found replace bug - first_that_starts(char
23157: *) does not have limit, and looks further eos, fixing....
23158:
23159: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
23160:
23161: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
23162:
23163: * src/main/: pa_charset_connection.C: ctype another mem clear
23164: bugfix
23165:
1.116 moko 23166: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
23167: $result[^[$p^]z] now works fine
1.95 moko 23168:
23169: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
23170: wrong. fixed it
23171:
23172: * src/main/pa_charset_connection.C: unicode zero pair at the beging
23173: of totable appered to be vital
23174:
23175: 2001-10-04 parser
23176:
23177: * src/classes/image.C: ^image.length[text]
23178:
23179: 2001-10-03 parser
23180:
23181: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
23182:
23183: * src/main/pa_request.C: restored pcre defaulting in request
23184: [mindlessly "optimized" yesterday] comment left
23185:
23186: 2001-10-02 parser
23187:
23188: * src/: main/pa_charset_manager.C,
23189: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
23190: needed
23191:
23192: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
23193: forgot non-xml pool.*charset needed
23194:
23195: * src/classes/table.C: # config comments fixed
23196:
23197: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
23198: charset_connection #comment now
23199:
23200: * src/: classes/classes.dsp, types/types.dsp: release projects
23201: options fixed to use release msvcrt lib
23202:
23203: * src/main/pa_charset_connection.C: pcre tables now const inside
23204: removed default - pcre handles that internally fixed bug on
23205: not-cleaning tables [previously was calloced, now member]
23206:
23207: * src/: include/pa_request.h, main/pa_charset_connection.C,
23208: main/pa_request.C, types/pa_vstring.h: pcre tables now const
23209: inside removed default - pcre handles that internally fixed bug
23210: on not-cleaning tables [previously was calloced, now member]
23211:
23212: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
23213: tested charset reload on file change @ apache version = OK tested
23214: freeing up prev encoding on adding new = OK
23215:
23216: 2001-10-01 parser
23217:
23218: * src/main/pa_charset_connection.C: removed entitify external hack
23219: [internal installed]
23220:
1.116 moko 23221: * src/main/Makefile.am: makes+removed dtd
1.95 moko 23222:
23223: * src/: include/pa_charset_connection.h,
23224: include/pa_charset_manager.h,
23225: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23226: main/pa_charset_connection.C, main/pa_charset_manager.C,
23227: main/pa_request.C: charset loading & caching mech 0
23228:
23229: * src/: include/pa_stylesheet_connection.h,
23230: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23231: main/pa_globals.C, main/pa_request.C: would make charset loading
23232: & caching mech now
23233:
23234: 2001-09-30 parser
23235:
23236: * src/main/pa_request.C: forgot to fill toTable
23237:
23238: * src/: include/pa_config_fixed.h, main/pa_request.C: started
23239: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
23240: failed on win32 for now..
23241:
23242: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23243: now charsets table configuration variable is: CHARSETS
23244:
23245: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
23246: ctype with unicode 1. todo: no П entities on output somehow
23247:
23248: * src/: classes/file.C, classes/op.C, classes/string.C,
23249: include/pa_request.h, main/pa_request.C: started ctype with
23250: unicode values
23251:
23252: 2001-09-28 parser
23253:
23254: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
23255: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
23256: string passed AS-IS now
23257:
23258: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
23259: way of user-configuring... todo: implement
23260:
23261: 2001-09-27 parser
23262:
23263: * src/classes/table.C: table.sort changed to sort table itself
23264:
23265: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
23266: X^.getElementsByTagName[tagname] = array of xnode
23267: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
23268: nodes removed - regretfully not supported @ xalan. maybe someday
23269: would reimplement, if needed.
23270:
23271: win32build system: solved long waiting anti-non-started-apache
23272: problem
23273:
23274: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
23275: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
23276: types/types.dsp: win32 ident make system so not to rebuild
23277: library [ident.C.new]
23278:
23279: 2001-09-26 parser
23280:
23281: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
23282: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
23283: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23284: types/pa_vxnode.C, types/types.dsp: z
23285:
23286: * src/classes/classes.C: forgot one non-xml check
23287:
1.116 moko 23288: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23289: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 23290:
23291: * src/targets/cgi/parser3.C: z
23292:
23293: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
23294: targets/isapi/parser3isapi.C: #ifdef SMTP
23295:
23296: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
23297: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
23298: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
23299: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
23300: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
23301: types/types.dsp: xdoc&xnode now
23302:
23303: * src/: classes/classes.C, classes/classes.awk,
23304: classes/classes.dsp, classes/classes.h, classes/date.C,
23305: classes/dnode.C, classes/dnode.h, classes/dom.C,
23306: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
23307: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
23308: classes/op.C, classes/response.C, classes/string.C,
23309: classes/table.C, classes/void.C, include/pa_array.h,
23310: include/pa_common.h, include/pa_config_fixed.h,
23311: include/pa_config_includes.h, include/pa_dictionary.h,
23312: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
23313: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23314: include/pa_socks.h, include/pa_sql_connection.h,
23315: include/pa_sql_driver_manager.h, include/pa_stack.h,
23316: include/pa_string.h, include/pa_stylesheet_connection.h,
23317: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23318: include/pa_xslt_stylesheet_manager.h, main/compile.C,
23319: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23320: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
23321: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
23322: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
23323: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
23324: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23325: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
23326: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
23327: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
23328: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
23329: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
23330: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
23331: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
23332: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23333: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
23334: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
23335: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
23336: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
23337: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
23338: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
23339: types/pa_vmethod_frame.h, types/pa_vobject.h,
23340: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
23341: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23342: types/pa_vstateless_object.h, types/pa_vstring.C,
23343: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
23344: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
23345: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
23346: main.dsp splitted to main+classes+types along to .am
23347:
23348: * src/classes/Makefile.am: removed useless var
23349:
23350: * src/: classes/classes.cmd, main/main.dsp,
23351: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
23352: main.dsp
23353:
23354: 2001-09-25 parser
23355:
23356: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
23357: 1251 though, todo ICU
23358:
1.116 moko 23359: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 23360: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 23361: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
23362: types/pa_vdom.h: xml configure makes
1.95 moko 23363:
23364: 2001-09-24 parser
23365:
1.116 moko 23366: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23367: types/Makefile.am: makes
1.95 moko 23368:
1.116 moko 23369: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23370:
23371: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23372: started unix makes update
23373:
23374: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23375: started unix makes update
23376:
23377: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23378:
23379: * src/types/pa_value.h: z
23380:
23381: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23382: bugs with usinge hash/table in expressions
23383:
23384: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23385: resolved conflicts fixed [const]
23386:
23387: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23388: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23389: main/compile.C, main/compile.tab.C, main/compile.y,
23390: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23391: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23392: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23393: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23394: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23395: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23396: with before_xml [merge2 actually didn't happen - i've created
23397: tags on wrong branch. so this merge is in fact re-merge]
23398:
23399: 2001-09-21 parser
23400:
23401: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23402: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23403: produced "" in make file and sadly wrong interpreted on load]
23404:
1.116 moko 23405: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23406: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23407: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23408: include/pa_sql_driver_manager.h, include/pa_string.h,
23409: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23410: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23411: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23412:
23413: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23414: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23415: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23416: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23417: main/pa_pool.C, main/pa_request.C,
23418: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23419: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23420: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23421: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23422: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23423: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23424: types/pa_vrequest.C, types/pa_vresponse.h,
23425: types/pa_vstateless_class.C, types/pa_vstring.C,
23426: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23427: created new projects for sql drivers [planning to remove sql
23428: drivers from main cvs project] first, will join latest changes
23429:
23430: * src/classes/: dom.C: defaulted dom writing methods encoding to
23431: pool.get_charset
23432:
23433: * src/classes/dom.C: defaulted dom writing methods encoding to
23434: pool.get_charset
23435:
23436: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23437: pool.get_charset
23438:
23439: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23440: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23441: methods encoding to pool.get_charset
23442:
23443: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23444: transcoder were created right "unsupported encoding" message.
23445: not @ set time, but @ use time, so until xml output functions
23446: .string, .file, .save used - no encoding name check occur
23447:
23448: reduced transcode buffer size to 60 fixed pool cleanup - no
23449: registration needed, pools are officially destructured
23450:
23451: 2001-09-20 parser
23452:
23453: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23454:
23455: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23456: $MAIN:DEFAULTS.content-type[$.charset[here]]
23457:
23458: * src/: classes/dnode.C, classes/dom.C,
23459: include/pa_config_includes.h, include/pa_globals.h,
23460: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23461: main/pa_pool.C, targets/cgi/parser3.dsp,
23462: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23463: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23464: Pool::transcode 0
23465:
23466: * src/classes/dom.C: dom. string save file moved output xml options
23467: to last param and made it optional
23468:
23469: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23470: dnodes
23471: !$attributenode.specified = boolean
23472: true if the attribute received its value explicitly
23473: in the XML document,
23474: or if a value was assigned programatically with the
23475: setValue function.
23476: false if the attribute value came from the default value
23477: declared in the document's DTD.
23478: !$pinode.target = target of this processing instruction
23479: XML defines this as being the first token following the
23480: markup
23481: that begins the processing instruction.
23482: XPath:
23483: !^node.select[xpath/query/expression] = hash of 0->node0
23484: 1->node1
23485: !^node.select-single[xpath/query/expression] = first node if
23486: any
23487:
23488: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23489: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23490: some 'const's added
23491:
23492: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23493: expression context now, there value = size and boolean value
23494: size!=0
23495:
23496: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23497: can be used in expression context now, there value = size and
23498: boolean value size!=0
23499:
23500: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23501: types/pa_vstring.h: dnode .file .string .save moved back to dom
23502: due to strange xalan bug
23503:
23504: 2001-09-18 parser
23505:
23506: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23507: classes/image.C, classes/op.C, classes/table.C,
23508: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23509: include/pa_sql_driver_manager.h, main/compile.C,
23510: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23511: main/execute.C, main/pa_common.C, main/pa_request.C,
23512: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23513: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23514: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23515: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23516: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23517: before_xml branch ^if(def $hash) now true only when
23518: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23519:
23520: * src/: classes/op.C, main/execute.C: operators self changed to
23521: root ^for variable context changed to self
23522:
23523: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23524: dnode 1
23525:
23526: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23527: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23528:
23529: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23530: poly* fixed
23531:
23532: 2001-09-17 parser
23533:
23534: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23535: types/pa_vdom.h: started dnode+dom
23536:
23537: dnode DOM methods: $node.name $node.value
23538: ...others...
23539:
23540: ^node.xpath[/rates/USD] = hash
23541: $hash[
23542: $.0[node0]
23543: $.1[node1]
23544: ]
23545:
23546: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23547: applies to all linear primitives
23548:
23549: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23550: include/pa_stylesheet_connection.h, main/main.dsp,
23551: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23552: types/pa_vimage.h: started dnode DOM: $node.name
23553: $node.value ...others... ^node.xpath[/rates/USD] = hash
23554: dom(dnode)
23555:
23556: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23557: main/compile.y, main/compile_tools.h, main/execute.C,
23558: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23559: in expression compound($aa.zz.xx) names now can have minus '-' in
23560: name after '.'
23561:
23562: 2001-09-15 parser
23563:
23564: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23565: image: $line-width ^line(...)[**** style]
23566:
23567: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23568: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23569: pool_storage - cleanups first, allocations second. apache wisely
23570: does just like that
23571:
23572: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23573: rewritten using template, no bugs now
23574:
23575: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23576: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23577: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23578: poorly started isapi pool_storage, would rewrite using template
23579: now
23580:
23581: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23582: include/pa_stylesheet_connection.h, main/main.dsp,
23583: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23584: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23585: xalan objects freed up [introducing Pool::register_cleanup]
23586:
23587: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23588: comments
23589:
23590: 2001-09-14 parser
23591:
23592: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23593: z
23594:
23595: * src/: classes/dom.C, classes/file.C, classes/image.C,
23596: classes/mail.C, include/pa_common.h,
23597: include/pa_sql_driver_manager.h, include/pa_string.h,
23598: include/pa_stylesheet_connection.h,
23599: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23600: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23601: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23602: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23603: compiled&cached
23604:
23605: 2001-09-13 parser
23606:
23607: * src/: classes/dom.C, classes/file.C, classes/image.C,
23608: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23609:
23610: * src/classes/dom.C: dom:file content-type(.method)
23611:
23612: * src/: include/pa_common.h, include/pa_globals.h,
23613: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23614: string now more informative error messages
23615:
23616: * src/: include/pa_globals.h, include/pa_request.h,
23617: main/pa_request.C, targets/cgi/parser3.C,
23618: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23619: ParserSiteConfig .../parser3.conf
23620:
23621: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23622:
23623: 2001-09-12 parser
23624:
23625: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23626: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23627: precise error reporting: "connection string must start with
23628: protocol://" now
23629:
23630: * src/main/compile.tab.C: fixed - subname code parts actually []
23631: braced
23632:
23633: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23634: lexer on LS_USER level did [] matching without setting nestage,
23635: introduced special LS_NAME_SQUARE_PART state
23636:
23637: 2001-09-11 parser
23638:
23639: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23640: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23641: languages+=xml
23642:
23643: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23644:
23645: * src/classes/dom.C: ^dom:save/string/file[output options] output
23646: options: $.method[xml|html|text] detection fixed
23647:
23648: * src/types/pa_vdom.h: messages
23649:
23650: * src/classes/dom.C: ^dom:save/string/file[output options] output
23651: options: $.method[xml|html|text] detection fixed
23652:
23653: 2001-09-10 parser
23654:
23655: * src/classes/dom.C: ^dom:save/string/file[output options] output
23656: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23657:
23658: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23659: added]
23660:
23661: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23662: ^dom.xslt[stylesheet filename] 0
23663:
23664: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23665: ^dom.xslt[stylesheet filename] -1 doc is lying
23666:
23667: * src/classes/dom.C: ^dom.file[encoding] = file
23668:
23669: * src/classes/: dom.C: ^dom.string[encoding] 1
23670: ^dom.save[encoding;filename]
23671:
23672: * src/classes/dom.C: ^dom.string[] 0
23673:
23674: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23675:
23676: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23677: types/pa_vform.h: ^dom.save[b.xml] 0
23678:
23679: 2001-09-08 parser
23680:
23681: * src/types/pa_vform.C: $form:tables.name.field
23682:
23683: 2001-09-07 parser
23684:
23685: * src/classes/table.C: table:empty removed, superceded by ^if(def
23686: $table)...
23687:
23688: * src/targets/cgi/parser3.C: z
23689:
23690: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23691: from '' to int/double is 0]
23692:
23693: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23694: $table) is false when table is empty
23695:
23696: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23697: !$form:tables $atable[$form:tables.a]
23698: ^atable.menu{a=$atable.element}[,]
23699:
23700: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23701: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23702:
1.116 moko 23703: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23704: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23705: of dom
23706:
23707: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23708: types/pa_vform.C, types/pa_vform.h: z
23709:
23710: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23711: element [not last]
23712:
1.116 moko 23713: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23714: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23715:
23716: 2001-09-06 parser
23717:
23718: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23719: table with one column 'element' and two rows: 1 and 2
23720:
23721: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23722: table with one column 'element' and two rows: 1 and 2
23723:
23724: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23725: bad int/double conversions, and now $form:nonexistent.int(88)
23726: would return 88
23727:
23728: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23729: types/pa_vhash.h: now there's special hash key '_default'
23730: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23731: $._default[xx] ] $hash.c
23732:
23733: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23734: fixed [thanks, fif], ^; were treated there non-literally
23735:
23736: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23737: doxygen
23738:
23739: * src/: classes/image.C, classes/op.C, classes/string.C,
23740: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23741: types/pa_vtable.C: few #ifndef DOXYGEN
23742:
23743: 2001-09-05 parser
23744:
23745: * src/classes/: string.C, table.C: sql options can be void [same as
23746: image:html the other day]
23747:
23748: * src/targets/cgi/Makefile.am: .am undo
23749:
23750: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23751: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23752: macro expantion on param, simply qoutes whatever passed, undone
23753:
23754: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23755: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23756: STRINGIZE(name) #name invented
23757:
23758: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23759: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23760: MAIN_SQL_DRIVERS_NAME "drivers"
23761:
23762: moved to be availible to all users
23763:
23764: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23765: SQL_DRIVER_CREATE_FUNC_NAME
23766:
23767: * src/classes/mail.C: MAIN:MAIL check fixed
23768:
23769: 2001-09-04 parser
23770:
23771: * src/classes/image.C: image.html now can accept void params
23772:
23773: * src/targets/isapi/parser3isapi.C: z
23774:
23775: * src/targets/cgi/parser3.C: full_file_spec bug
23776:
23777: * src/targets/cgi/parser3.C: getenvcheck
23778:
23779: * src/targets/cgi/parser3.C: zz
23780:
23781: * src/targets/cgi/parser3.C: zzz
23782:
23783: * src/classes/date.C: date
23784:
23785: * src/classes/date.C: date:sql-string is now without ''
23786:
1.116 moko 23787: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23788: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23789: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23790:
1.116 moko 23791: * src/include/pa_config_auto.h.in: makes
1.95 moko 23792:
23793: 2001-09-03 parser
23794:
23795: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23796:
23797: 2001-09-01 parser
23798:
23799: * src/classes/image.C: letter_spacing
23800:
23801: * src/classes/image.C: image: font params changed
23802:
23803: * src/classes/image.C: image: as_int as_string used
23804:
23805: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23806: analized
23807:
23808: 2001-08-31 parser
23809:
23810: * src/targets/cgi/parser3.C: z
23811:
1.116 moko 23812: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23813: cygwin
1.95 moko 23814:
23815: * src/classes/void.C: void:int/double += (default)
23816:
23817: * src/classes/image.C: image:font added space param image:font
23818: changed charwidth alg, added kerning const[for now]
23819:
23820: * src/classes/: string.C, table.C: string:int/double (defaults)
23821:
23822: 2001-08-29 parser
23823:
23824: * src/main/pa_exception.C: exception redundant debug info
23825:
23826: 2001-08-28 parser
23827:
23828: * src/classes/image.C: image error msgs
23829:
23830: * src/classes/image.C: image: gifsize little endian
23831:
23832: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23833: doxygeneration
23834:
23835: * src/: classes/Makefile.am, main/Makefile.am,
23836: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23837:
23838: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23839: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23840:
23841: * src/main/compile.C: NO_STRING_ORIGIN check2
23842:
23843: * src/classes/table.C: NO_STRING_ORIGIN check
23844:
23845: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23846: storage class specifiers invalid in friend function declarations
23847:
23848: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23849: main/untaint.C, targets/cgi/parser3.C,
23850: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23851: case of limit
23852:
23853: * src/: classes/file.C, main/pa_common.C: file:move
23854: autocreate/remove dest/src dir
23855:
23856: * src/: classes/string.C, include/pa_dictionary.h,
23857: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23858: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23859: to directory constructor. string:replace
23860:
23861: 2001-08-27 parser
23862:
23863: * src/classes/image.C: fixed jpgsize alg
23864:
23865: * src/classes/image.C: fixed jpgsize alg
23866:
23867: * src/main/pa_exception.C: z
23868:
23869: * src/main/pa_common.C: removed debug info from pa_common
23870:
23871: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23872: [auto.p from current dir loading]
23873:
1.116 moko 23874: * src/: main/pa_common.C, main/pa_exception.C,
23875: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23876: for solaris -lsocket
1.95 moko 23877:
23878: 2001-08-24 parser
23879:
23880: * src/targets/cgi/parser3.C: not cgi extra \n 3
23881:
23882: * src/targets/cgi/parser3.C: not cgi extra \n 2
23883:
23884: * src/targets/cgi/parser3.C: not cgi extra \n
23885:
23886: * src/main/pa_sql_driver_manager.C: z
23887:
23888: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23889: sql* removed services from disconnect - cross-request ideological
23890: probs.
23891:
23892: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23893: cross-request ideological probs. oracle - fixed bug: cs
23894: allocated on request.pool and got freed before disconnect
23895:
23896: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23897: mallocs fixed
23898:
23899: 2001-08-23 parser
23900:
23901: * src/classes/file.C: minor bug in file:save fixed
23902:
23903: * src/main/pa_sql_driver_manager.C: oracle: dlink
23904:
23905: 2001-08-22 parser
23906:
23907: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23908: types/pa_vfile.h: file:load|save[text|binary;
23909:
23910: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23911:
23912: 2001-08-21 parser
23913:
23914: * src/classes/: file.C, table.C: ^file:list
23915:
23916: 2001-08-20 parser
23917:
23918: * src/: main/compile.tab.C, main/compile.y,
23919: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23920: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23921: recousively caused problems: inc incremeted 123 literal!! fixed
23922:
23923: 2001-08-10 parser
23924:
23925: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23926:
23927: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23928: added
23929:
23930: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23931: added
23932:
23933: * src/classes/table.C: table:sort restored [it was bad test :(]
23934:
23935: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23936: ''
23937:
23938: * src/main/: pa_request.C: wanted to make const int
23939: MAX_EXECUTE_SECONDS=1;
23940:
23941: but couldnt, set_callback_and_alarm appeared to be not exported
23942: :(
23943:
23944: * src/main/pa_string.C: string.match hanged on. there were a hang
23945: check but it weren't wise enough
23946:
23947: @parse[dateString][tmp]
23948: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23949: #end
23950:
23951: @main[] ^parse[2001-02-03]
23952:
23953: * src/classes/: table.C: table:sort now default desc
23954:
23955: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23956: table.sort now creates new sorted table
23957:
23958: 2001-08-09 parser
23959:
23960: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23961:
23962: * src/classes/hash.C: hash:_default now [was hash:default]
23963:
23964: * src/classes/op.C: case without switch check added
23965:
23966: * src/types/pa_vcookie.C: cookie name&value origins added, more
23967: precise $ORIGINS(1)
23968:
23969: * src/main/Makefile.am: .am
23970:
23971: * src/classes/void.C: void: int double copy/paste from int: bug
23972: fixed
23973:
23974: * src/classes/void.C: void: int double copy/paste from int: bug
23975: fixed
23976:
23977: 2001-08-07 parser
23978:
23979: * src/: classes/double.C, classes/int.C, classes/string.C,
23980: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23981: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23982: string, table
23983:
23984: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23985: srand made working
23986:
23987: 2001-08-06 parser
23988:
23989: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23990: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23991: main/compile.tab.C, main/compile.y, main/pa_array.C,
23992: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23993: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23994:
23995: * src/main/pa_exec.C: exec win32 real filename
23996:
23997: * src/classes/file.C: exec stderr out
23998:
23999: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
24000:
24001: 2001-08-03 parser
24002:
24003: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
24004:
24005: 2001-08-02 parser
24006:
24007: * src/: classes/string.C, classes/table.C, include/pa_array.h,
24008: main/execute.C, main/pa_exec.C: introducing Array_iter
24009:
24010: * src/main/execute.C: detected quick_get recursion bug. changed to
24011: get@execute, but needs array iterator, separate from array to
24012: avoid it & use caching
24013:
24014: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
24015: bug fixed
24016:
24017: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
24018: main/execute.C, main/pa_globals.C: found another multithread bug
24019: in op.C (last, last global var killed) :)
24020:
24021: 2001-08-01 parser
24022:
24023: * src/: include/pa_dictionary.h, include/pa_globals.h,
24024: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
24025: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24026: main/untaint.C: speeded up typo-html replacements. introducing
24027: Dictionary with first-char caching
24028:
24029: 2001-07-31 parser
24030:
24031: * src/types/Makefile.am: pa_vtable.C added to .am
24032:
24033: * src/main/compile.tab.C: added, so that could be compiled even on
24034: non-bison-enabled platforms
24035:
24036: 2001-07-28 parser
24037:
24038: * src/classes/table.C: table:hash always produces hash, when can't
24039: - empty
24040:
24041: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
24042: skipped \n
24043:
24044: 2001-07-27 parser
24045:
24046: * src/classes/: double.C, int.C, string.C: provided meaningful msg
24047: on int/double/string :sql without result and default
24048:
24049: 2001-07-26 parser
24050:
24051: * src/classes/op.C: fixed bad multithread bug with strangly global
24052: OP
24053:
24054: * src/main/compile.y: $man[$.age[zzz]] 0
24055:
24056: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
24057: creation syntax problem persists. restored $: for a while.
24058: thinking of $man[$.age[zzz]] syntax now
24059:
24060: * src/: classes/double.C, classes/int.C, classes/string.C,
24061: include/pa_opcode.h, main/compile.C, main/compile.y,
24062: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
24063: types/pa_vmethod_frame.h, types/pa_wcontext.h,
24064: types/pa_wwrapper.h: fixing :: realization #1
24065:
24066: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
24067: main/compile_tools.h, main/execute.C, main/pa_request.C,
24068: types/pa_vmethod_frame.h: introducing :: this is constructor call
24069: prefix. ordinary : remains for static accesses
24070:
24071: 2001-07-25 parser
24072:
24073: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
24074: fields 2. methods 3. columns
24075:
24076: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
24077: quote. optimized double&int tostring-s
24078:
24079: * src/main/: compile.C, compile.y, compile_tools.h: allowed
24080: whitespace before first method decl
24081:
24082: * src/classes/table.C: allowed nontable result in table:sql,
24083: results in empty table
24084:
24085: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
24086: lines before first method decl
24087:
24088: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
24089: types/pa_vtable.h: ^table.record[] now $table.fields
24090:
24091: * src/main/compile.y: $var[] is now empty string, not void
24092:
24093: * src/main/: compile.y, execute.C: $var[] is now empty string, not
24094: void
24095:
24096: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
24097: main/pa_globals.C: match replace code context moved to implicit
24098: $match context
24099:
24100: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
24101: main/compile_tools.h, main/execute.C: with killed, code storage
24102: introduced with former 'with' syntax
24103:
24104: 2001-07-24 parser
24105:
24106: * src/: main/compile.C, main/execute.C, main/pa_string.C,
24107: types/pa_value.h: first get_element, next get operator
24108:
24109: * src/main/compile.y: removed @end handling
24110:
24111: * src/main/: compile.C, compile.y: @end handling method2
24112:
24113: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
24114: file:move
24115:
24116: * src/main/pa_common.C: file_read close @ eof when imgsize bug
24117: fixed
24118:
24119: 2001-07-23 parser
24120:
24121: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
24122: driver
24123:
24124: * src/classes/hash.C: changed sql driver query interface
24125:
24126: * src/: classes/hash.C, classes/string.C, classes/table.C,
24127: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
24128: changed sql driver query interface
24129:
24130: 2001-07-20 parser
24131:
24132: * src/types/pa_vrequest.C: X!$browser:type
24133:
24134: * src/: classes/file.C, classes/string.C, include/pa_string.h,
24135: main/execute.C, main/pa_string.C, types/pa_valiased.C,
24136: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
24137: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
24138: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
24139: types/pa_vobject.h, types/pa_vrequest.C,
24140: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
24141: ^class:method dynamic calls allowed. ^BASE.method call disabled.
24142: BASE element globally removed
24143:
24144: 2001-07-18 parser
24145:
24146: * src/classes/file.C: file:exec/cgi msg
24147:
24148: * src/classes/file.C: $file:exit-code renamed to 'status'
24149:
24150: * src/: classes/file.C, main/pa_exec.C: file:exec
24151:
1.116 moko 24152: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
24153: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
24154: removed $id from *.in *.am
1.95 moko 24155:
24156: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
24157: abbrevations
24158:
24159: * src/: classes/date.C, classes/mail.C, classes/math.C,
24160: classes/string.C, classes/table.C, include/pa_globals.h,
24161: include/pa_string.h, main/execute.C, main/pa_globals.C,
24162: main/pa_request.C, main/pa_string.C, main/untaint.C,
24163: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
24164: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
24165: $ORIGINS(1) output tracing mode
24166:
24167: 2001-07-13 parser
24168:
24169: * src/: classes/double.C, classes/int.C, classes/string.C,
24170: include/pa_request.h, main/execute.C, main/pa_request.C:
24171: auto.p[@auto], /news/auto.p[no @auto], so that initializing
24172: second would not call first @auto
24173:
24174: * src/main/: execute.C, pa_request.C: order of MAIN parents was
24175: wrong, fixed
24176:
24177: 2001-07-12 parser
24178:
24179: * src/types/pa_value.h: pa_value.putelement modification of system
24180: classes prevented
24181:
24182: 2001-07-11 parser
24183:
24184: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
24185: table $piece
24186:
24187: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24188: types/pa_vstateless_class.h: $file created by file:state +=
24189: .atime .mtime .ctime +found&fixed bug with exceptions on
24190: get_junction-created objects [they were on wrong pool]
24191:
24192: 2001-07-09 parser
24193:
24194: * src/main/untaint.C: qp wrong name
24195:
24196: * src/: classes/date.C, classes/string.C, classes/table.C,
24197: main/compile.y: date format 0
24198:
24199: 2001-07-07 parser
24200:
24201: * src/: classes/date.C, classes/table.C, include/pa_common.h,
24202: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
24203: roll table calendar
24204:
24205: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
24206: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
24207: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
24208: include/pa_request.h, main/main.dsp, types/pa_value.h,
24209: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
24210: string. todo: sql, calendar
24211:
24212: 2001-07-06 parser
24213:
24214: * src/: classes/math.C, include/pa_request.h, main/execute.C,
24215: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
24216:
24217: 2001-07-03 parser
24218:
24219: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
24220: classes/random.C, main/main.dsp: class random renamed to math,
24221: operators became methods
24222:
24223: * src/classes/op.C: pow sqrt
24224:
24225: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
24226:
24227: 2001-07-02 parser
24228:
24229: * src/classes/table.C: ^table.columns column renamed from 'name' to
24230: 'column'
24231:
24232: * src/classes/hash.C: ^hash.keys[]
24233:
24234: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
24235:
24236: * src/main/: compile.y, compile_tools.h: in expressions now allowed
24237: 'strings'
24238:
24239: 2001-06-29 parser
24240:
24241: * src/main/: execute.C: /0 %0 checkes ver 2
24242:
24243: * src/main/execute.C: /0 %0 checke
24244:
24245: * src/classes/Makefile.am: nothing - void
24246:
24247: * src/classes/table.C: empty strings @ sql
24248:
24249: 2001-06-28 parser
24250:
24251: * src/: classes/double.C, classes/file.C, classes/form.C,
24252: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24253: classes/op.C, classes/random.C, classes/response.C,
24254: classes/string.C, classes/table.C, classes/void.C,
24255: main/compile.C, main/compile_tools.C, main/execute.C,
24256: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24257: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24258: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24259: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24260: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
24261: targets/isapi/parser3isapi.C, main/compile.y: */ static const
24262: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
24263: $";
24264:
24265: * src/: classes/double.C, classes/file.C, classes/form.C,
24266: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24267: classes/op.C, classes/random.C, classes/response.C,
24268: classes/string.C, classes/table.C, classes/void.C,
24269: main/compile.C, main/compile.y, main/compile_tools.C,
24270: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24271: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24272: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24273: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24274: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 24275: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 24276:
24277: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
24278: $class:name: == ${class:name}:
24279:
24280: * src/classes/string.C: exactly one
24281:
24282: 2001-06-27 parser
24283:
24284: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
24285: types/pa_vvoid.h: nothing renamed to void
24286:
24287: * src/classes/op.C: ^switch ^case
24288:
24289: * src/main/compile.y: nothing renamed to void
24290:
24291: * src/: classes/hash.C, classes/table.C, main/compile.y,
24292: main/execute.C, main/main.dsp, main/pa_request.C,
24293: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
24294: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
24295: void
24296:
24297: * src/main/compile.y: lexer: $zzzz^zzzz were name part
24298:
24299: 2001-05-28 parser
24300:
24301: * src/doc/html2chm.cmd: removed >a
24302:
24303: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
24304: project options [some bugs]
24305:
24306: * src/doc/sources2html.cmd: z
24307:
24308: * src/: classes/classes.C, main/compile.C, main/compile.y,
24309: main/execute.C: operators are not in root class again
24310:
24311: 2001-05-24 parser
24312:
24313: * src/targets/cgi/parser3.dsp: project file
24314:
24315: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
24316: ^log ^exp
24317:
24318: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
24319: conversions in @exception[params]
24320:
24321: * src/main/pa_request.C: // no _ conversions in @exception[params]
24322:
24323: 2001-05-23 parser
24324:
24325: * src/main/pa_string.C: string cmp bug
24326:
24327: * src/classes/: mail.C, op.C: rem max 1000
24328:
24329: * src/: classes/op.C, main/compile.y: allow one empty line before
24330: LS_DEF_NAME
24331:
24332: 2001-05-22 parser
24333:
24334: * src/classes/op.C: if params code-required
24335:
24336: 2001-05-21 parser
24337:
24338: * src/types/pa_vstring.C: eoleof
24339:
24340: * src/classes/Makefile.am: .AM
24341:
24342: * src/classes/nothing.C: resultless ^sql moved to nothing:
24343:
24344: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
24345:
24346: * src/: classes/double.C, classes/nothing.C, classes/string.C,
24347: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
24348: types/pa_vunknown.h, classes/hash.C, main/compile.y,
24349: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
24350: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
24351: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
24352: 'nothing'
24353:
24354: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
24355: vstring::set_string
24356:
24357: * src/classes/: double.C, int.C, string.C: int,double;sql
24358:
24359: * src/: classes/hash.C, classes/int.C, classes/string.C,
24360: classes/table.C, include/pa_string.h, main/pa_string.C,
24361: types/pa_vstring.C, types/pa_vstring.h: started int:sql
24362:
24363: * src/: classes/classes.C, classes/hash.C, classes/op.C,
24364: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
24365: hash:sql moved to main trunc. operators.txt updated
24366:
24367: * src/classes/: hash.C, op.C, table.C: hash:sql
24368:
24369: * src/classes/op.C: z
24370:
24371: * src/: main/compile.C, classes/classes.C: 1
24372:
24373: * src/: classes/classes.C, main/compile.C, main/compile.y,
24374: main/execute.C: 0
24375:
24376: * src/main/execute.C: z
24377:
24378: * src/targets/cgi/parser3.C: z
24379:
24380: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24381: site_auto_path "." in that case
24382:
24383: * src/targets/cgi/: parser3.C: z
24384:
24385: * src/main/pa_request.C: .am
24386:
24387: * src/: main/pa_request.C, targets/cgi/parser3.C:
24388: pcre_tables=pcre_default_tables;
24389:
24390: 2001-05-19 parser
24391:
24392: * src/main/pa_string.C: z
24393:
24394: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24395: introducing String::cstr_bufsize, returns just size+1 for as_is
24396: target.
24397:
24398: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24399: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24400: used, 4* mem wasted
24401:
24402: * src/classes/string.C: root context in match replace body now
24403: unchanged
24404:
24405: * src/types/pa_value.h: parameter # 1 based
24406:
24407: * src/main/pa_common.C: common: actual filename '%s'
24408:
24409: * src/classes/string.C: z
24410:
24411: * src/classes/Makefile.am: classes/.am
24412:
24413: * src/classes/: Makefile.am: classes/.am
24414:
24415: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24416: targets/cgi/pa_pool.C: classes/.am
24417:
24418: 2001-05-18 parser
24419:
1.116 moko 24420: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24421: pa_threads.C ins
1.95 moko 24422:
24423: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24424:
24425: 2001-05-17 parser
24426:
24427: * src/: classes/string.C, include/pa_config_fixed.h,
24428: include/pa_config_includes.h, main/compile.y,
24429: main/compile_tools.h, main/execute.C, main/pa_array.C,
24430: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24431: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24432: types/pa_vform.C: #include "pa_config_includes.h" removed from
24433: most .C
24434:
24435: * src/doc/html2chm.cmd: z
24436:
24437: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24438: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24439:
24440: * src/main/pa_sql_driver_manager.C: moved expiration to
24441: get_connection_from_cache
24442:
24443: * src/main/pa_sql_driver_manager.C: cache expiration bf
24444:
24445: * src/: classes/classes.h, include/pa_sql_connection.h,
24446: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24447: cache expiration[use SQL_Driver::disconnect]
24448:
24449: * src/main/pa_table.C: table.locate current restored on "not found"
24450:
24451: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24452: line no
24453:
24454: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24455: ANTI_ENDLESS_EXECUTE_RECOURSION
24456:
24457: * src/: classes/op.C, include/pa_sql_connection.h,
24458: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24459: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24460: 1driver and set_services fight for driver::fservices. before fix
24461:
24462: * src/: classes/op.C, include/pa_config_fixed.h,
24463: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24464: main/pa_sql_driver_manager.C: found problem at last: 2connections
24465: own 1driver and set_services fight for driver::fservices. before
24466: fix
24467:
24468: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24469: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24470: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24471: pa_threads.C
24472:
24473: * src/include/pa_threads.h: removed targets/parser
24474:
24475: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24476: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24477: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24478: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24479: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24480: headers
24481:
24482: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24483: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24484: order prevented sqlmanager to see MULTYTHREAD define
24485:
24486: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24487: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24488: put/gets
24489:
24490: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24491: from hash.h
24492:
24493: * src/: classes/op.C, include/pa_sql_connection.h,
24494: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24495: from cache ->set_services(&services);
24496:
24497: 2001-05-16 parser
24498:
24499: * src/targets/cgi/parser3.C: z
24500:
24501: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24502: debug, #ifdefed some. would debug later, on more precise sample
24503: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24504: $name.$tail[$tail!] $name.$tail } ok3
24505:
24506: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24507: removed array debug. before vstring rebasing
24508:
24509: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24510: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24511: array debugged; adjusted
24512:
24513: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24514: SQL_Driver_manager line no for connect/charset errors
24515:
24516: 2001-05-15 parser
24517:
24518: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24519: main/pa_string.C: string+array made linear grows
24520:
24521: * src/: include/pa_string.h, main/pa_string.C,
24522: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24523: grow lineary, not exponentialy
24524:
24525: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24526: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24527: with fullchunk cmps
24528:
24529: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24530: 70041= 81
24531:
24532: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24533: targets/cgi/parser3.C: detected huge mem allocation: size/times
24534: malloc 27809390/368771, calloc 3232/83. would test now
24535:
24536: * src/: classes/random.C, main/compile.y, main/execute.C,
24537: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24538: numbered params had wrong name - for instance: bad error message
24539: in ^for[] bad body type. fixed
24540:
24541: 2001-05-14 parser
24542:
24543: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24544: main/untaint.C: ^string.upper|lower[]
24545:
24546: 2001-05-11 parser
24547:
24548: * src/: classes/double.C, classes/image.C, classes/op.C,
24549: classes/string.C, classes/table.C, classes/unknown.C,
24550: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24551: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24552: types/pa_vunknown.h: op: MAX_LOOPS as_int
24553:
24554: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24555: .dsp for win32tools
24556:
24557: 2001-05-11 paf
24558:
24559: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24560: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24561: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24562: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24563:
24564: 2001-05-10 paf
24565:
24566: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24567: for C++, that's all
24568:
1.116 moko 24569: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24570: pa_config_includes.h: inline wonders
1.95 moko 24571:
24572: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24573: doc/doxygen.cmd: hash.C added
24574:
24575: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24576:
24577: * src/main/compile.y: @end grammar: allowed zero strings in control
24578: menthod
24579:
24580: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24581: pa_vstateless_object.h: changed priority: field before method
24582: lookup in vclass & vobject
24583:
24584: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24585: grammar: priorities changes [lowerd && prior] vobject: now first
24586: fields, next methods
24587:
24588: 2001-05-08 paf
24589:
24590: * src/main/pa_table.C: table columnname2item on nameless ignored
24591: bark=false. fixed
24592:
24593: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24594: types/pa_vmethod_frame.h: hash:default works at last!
24595:
24596: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24597: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24598: hash:default
24599:
24600: * src/classes/table.C: z
24601:
24602: * src/classes/table.C: table:hash always hash of hash now
24603:
24604: * src/classes/table.C: table:empty return bool now
24605:
24606: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24607: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24608: types/pa_vtable.h: table:hash
24609:
24610: * src/classes/table.C: table:record have name
24611:
24612: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24613: returns vunknown
24614:
24615: * src/classes/: double.C, int.C, op.C, string.C:
24616: int,double,string:int[] double[] string:length[] results now have
24617: hames
24618:
24619: * src/: classes/op.C, classes/table.C, main/main.dsp,
24620: types/pa_vtable.h: removed table:find. table:locate and op:eval
24621: now return bool
24622:
24623: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24624: in method checkparams again. fixed
24625:
24626: 2001-05-07 paf
24627:
24628: * src/doc/chm.cmd: cmd
24629:
24630: * src/: classes/image.C, classes/mail.C, classes/string.C,
24631: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24632: types/pa_value.h: method reported errors on wrong pool
24633:
24634: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24635: now
24636:
24637: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24638: include/code.h, include/pa_opcode.h, main/compile.C,
24639: main/compile_tools.h, main/execute.C, types/pa_value.h,
24640: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24641: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24642: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24643: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24644: types/pa_vmethod_frame.h, types/pa_vobject.h,
24645: types/pa_vrequest.h, types/pa_vresponse.h,
24646: types/pa_vstateless_class.h, types/pa_vstring.h,
24647: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24648: types/pa_wwrapper.h: pa_code.h
24649:
24650: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24651:
24652: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24653: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24654: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24655: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24656: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24657: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24658: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24659: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24660: types/pa_vtable.h: dox, split by not clean parts also
24661:
24662: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24663: types/pa_vtable.h: table: fields, then methods. so to enable
24664: 'dir' fields & co. more
24665:
24666: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24667: so to enable 'dir' fields & co.
24668:
24669: * src/main/compile.y: grammar: @end
24670:
24671: 2001-05-04 paf
24672:
24673: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24674: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24675:
24676: * src/: classes/classes.h, classes/double.C, classes/file.C,
24677: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24678: classes/op.C, classes/random.C, classes/response.C,
24679: classes/string.C, classes/table.C, classes/unknown.C,
24680: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24681: method dox
24682:
24683: 2001-05-03 paf
24684:
24685: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24686: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24687: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24688: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24689: doc/string.dox, doc/targets.dox, doc/value.dox,
24690: main/pa_request.C: dox splitted .dox files and added some
24691:
24692: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24693:
24694: 2001-05-02 paf
24695:
24696: * src/classes/: image.C, table.C: table:dir result are not tainted
24697: by file_name language now
24698:
24699: 2001-04-28 paf
24700:
24701: * src/classes/classes.inc: removed classes.inc
24702:
24703: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24704: from .am
24705:
24706: * src/classes/classes.awk: skipped classes in .awk
24707:
24708: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24709: classes/classes.inc, classes/double.C, classes/file.C,
24710: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24711: classes/string.C, classes/table.C, classes/unknown.C,
24712: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24713: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24714: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24715: pa_methoded back to classes/classes.h
24716:
24717: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24718:
24719: * src/: classes/Makefile.am, classes/classes.awk,
24720: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24721: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24722:
24723: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24724: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24725: classes/response.C, classes/string.C, classes/table.C,
24726: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24727: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24728: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24729: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24730: include|main/pa_methoded
24731:
24732: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24733: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24734:
24735: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24736: moved some configured data to request::classes_conf moved some
24737: string crations from globals to M... [works]
24738:
24739: * src/: classes/form.C, classes/mail.C, classes/op.C,
24740: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24741: main/pa_request.C: moved some configured data to
24742: request::classes_conf moved some string crations from globals to
24743: M...
24744:
24745: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24746: about to move configured data to special request hash
24747:
24748: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24749: classes/form.C, classes/mail.C, include/pa_request.h,
24750: main/pa_request.C: configure started
24751:
24752: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24753: 2. todo: methoded-configure
24754:
24755: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24756: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24757: classes/_random.h, classes/_response.h, classes/_string.h,
24758: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24759: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24760: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24761: classes/random.C, classes/response.C, classes/string.C,
24762: classes/table.C, classes/unknown.C, include/pa_globals.h,
24763: include/pa_request.h, main/compile.y, main/execute.C,
24764: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24765: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24766: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24767: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24768: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24769: types/pa_vrequest.h, types/pa_vresponse.h,
24770: types/pa_vstateless_class.h, types/pa_vstring.h,
24771: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24772: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24773: methoded-configure
24774:
24775: * src/: classes/file.C, classes/table.C, main/compile.y,
24776: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24777: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24778: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24779:
24780: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24781: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24782: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24783: classes/random.C, classes/response.C, classes/string.C,
24784: classes/table.C, classes/unknown.C, include/pa_request.h,
24785: main/compile.y, main/execute.C, main/pa_globals.C,
24786: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24787: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24788: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24789: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24790: beautifying just compiled. todo: debug, configure
24791:
24792: 2001-04-27 paf
24793:
24794: * src/: classes/file.C, classes/image.C, classes/table.C,
24795: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24796: beautifying -99
24797:
24798: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24799: classes/_response.h, classes/_unknown.h, classes/classes.C,
24800: classes/classes.h, classes/double.C, classes/file.C,
24801: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24802: classes/op.C, classes/random.C, classes/response.C,
24803: classes/string.C, include/pa_globals.h, main/main.dsp,
24804: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24805: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24806: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24807: types/pa_vunknown.h: beautifying -100
24808:
24809: * src/main/compile.y: serge@ found @CLASS bug. fixed
24810:
24811: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24812: classes/_op.h, classes/_random.h, classes/_table.h,
24813: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24814: classes/op.C, classes/random.C, classes/response.C,
24815: classes/string.C, classes/table.C, classes/unknown.C,
24816: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24817: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24818: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24819: beautifying
24820:
24821: 2001-04-26 paf
24822:
24823: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24824:
24825: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24826: documentation ++
24827:
24828: * src/: classes/_exec.h, doc/doxygen.cfg,
24829: include/pa_config_fixed.h, include/pa_config_includes.h,
24830: targets/cgi/pa_pool.C: code documentation ++
24831:
24832: * src/: classes/_image.h, classes/op.C, classes/random.C,
24833: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24834: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24835: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24836: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24837: types/pa_vmethod_frame.h, types/pa_vobject.h,
24838: types/pa_vrequest.C, types/pa_vrequest.h,
24839: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24840: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24841: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24842: code documentation ++
24843:
24844: * src/: classes/image.C, classes/mail.C, classes/string.C,
24845: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24846: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24847: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24848: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24849: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24850: types/pa_vobject.h, types/pa_vstateless_class.h,
24851: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24852:
24853: * src/main/: pa_request.C, pa_string.C: z
24854:
24855: * src/: include/pa_common.h, include/pa_types.h,
24856: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24857: connection caching fixed. request-pooled-url were stored into
24858: global connectioncache
24859:
24860: 2001-04-25 paf
24861:
24862: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24863: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24864:
24865: * src/: include/code.h, include/pa_common.h, main/compile.y,
24866: main/execute.C, main/pa_common.C: -d
24867:
24868: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24869: illegal call check a bit improved, but still under iis no mapping
24870: of dir with parser allowed!
24871:
24872: 2001-04-24 paf
24873:
24874: * src/targets/Makefile.am: apache module lib .am
24875:
24876: * src/main/pa_exec.C: windows32 buildCommand
24877:
24878: 2001-04-23 paf
24879:
24880: * src/targets/cgi/Makefile.am: win32 conditional
24881:
24882: * src/targets/cgi/Makefile.am: win32 conditional
24883:
24884: * src/targets/cgi/Makefile.am: liblink
24885:
24886: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24887: vfile fields return type
24888:
24889: * src/types/pa_vfile.h: vfile fields return type
24890:
24891: * src/include/pa_config_auto.h.in: .h.in
24892:
24893: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24894: types/Makefile: makefiles removed
24895:
24896: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24897: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24898:
24899: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24900: [tested: i & g ]
24901:
24902: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24903: @test noticed series in isapi, check how initialize_random_class
24904: is called! [must be called only once]
24905:
24906: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24907: would not be 'unknown column'
24908:
24909: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24910: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24911:
24912: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24913: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24914: [now doesnt]
24915:
24916: * src/targets/cgi/parser3.C: cgi cmdline ver
24917:
24918: * src/targets/cgi/parser3.C: cgi /// @test disable
24919: /cgi-bin/parser3/auto.p
24920:
24921: * src/main/untaint.C: untaint without charset
24922:
24923: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24924: main/pa_common.C: common: file_write /// @test mkdirs
24925: file_delete rmdirs
24926:
24927: * src/main/untaint.C: mail header only once to =?
24928:
24929: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24930: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24931: main/untaint.C: untaint - @test optimize whitespaces for
24932: all but 'html'
24933:
24934: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24935: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24936: main/untaint.C: untaint - @test mail-header
24937:
24938: 2001-04-20 paf
24939:
24940: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24941: include/pa_request.h, include/pa_string.h, main/compile.y,
24942: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24943: targets/cgi/parser3.C: $MAIN:LOCALE
24944:
24945: * src/main/untaint.C: z
24946:
24947: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24948:
24949: 2001-04-19 paf
24950:
24951: * src/main/compile_tools.h: $a$b bugfix
24952:
24953: * src/targets/cgi/parser3.C: z
24954:
24955: * src/classes/file.C: z
24956:
24957: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24958: done: header to $fields. waits for header '\' tricks
24959:
24960: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24961: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24962: changed urlencode here and in untaint.C to HTTP standard's " and
24963: \" mech
24964:
24965: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24966: http://alx/~paf/ doesnt load /auto.p
24967:
24968: 2001-04-18 paf
24969:
24970: * src/main/pa_request.C: 1
24971:
24972: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24973: linux @alx
24974:
24975: 2001-04-17 paf
24976:
24977: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24978: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24979: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24980: enabled
24981:
24982: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24983: classes/_exec.h, classes/_file.h, classes/_form.h,
24984: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24985: classes/_random.h, classes/_response.h, classes/_string.h,
24986: classes/_table.h, classes/_unknown.h, classes/file.C,
24987: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24988: include/pa_config_fixed.h, include/pa_config_includes.h,
24989: include/pa_hash.h, include/pa_sql_driver_manager.h,
24990: include/pa_version.h, main/Makefile.am, main/compile.y,
24991: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24992: main/pa_sql_driver_manager.C, sql/Makefile.am,
24993: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24994: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24995: types/pa_vform.C, types/pa_vimage.h: exec @jav
24996:
24997: * src/: include/pa_sql_driver_manager.h,
24998: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24999: types/pa_vimage.h: sql driver interface now has initialize(client
25000: .so)
25001:
25002: 2001-04-16 paf
25003:
25004: * src/Makefile.am: compile2 cygwin
25005:
25006: * src/: include/pa_config_includes.h, main/pa_exec.C,
25007: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
25008:
25009: * src/targets/cgi/Makefile.am: compile0 jav
25010:
25011: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
25012: classes/_exec.h, classes/_file.h, classes/_form.h,
25013: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
25014: classes/_random.h, classes/_response.h, classes/_string.h,
25015: classes/_table.h, classes/_unknown.h, classes/image.C,
25016: classes/mail.C, classes/op.C, classes/random.C,
25017: include/pa_config_fixed.h, include/pa_config_includes.h,
25018: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
25019: main/compile.y, main/pa_common.C, main/pa_exec.C,
25020: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
25021: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
25022: compile-1
25023:
25024: 2001-04-15 paf
25025:
25026: * src/classes/op.C: z
25027:
25028: * src/classes/table.C: table:empty +=process
25029:
25030: * src/types/pa_value.h: MethodParams !junction
25031:
25032: * src/: classes/_string.h, classes/double.C, classes/file.C,
25033: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
25034: classes/random.C, classes/response.C, classes/string.C,
25035: classes/table.C, classes/unknown.C, main/pa_request.C:
25036: MethodParams everywhere
25037:
25038: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
25039: types/pa_vmethod_frame.h: MethodParams in op.C
25040:
25041: 2001-04-12 paf
25042:
25043: * src/: classes/image.C, types/pa_vimage.h: image:font :text
25044:
25045: * src/: classes/_unknown.h, classes/unknown.C,
25046: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
25047: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
25048:
25049: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
25050:
25051: * src/classes/image.C: image:gif now does not have params
25052:
25053: * src/classes/image.C:
25054: image:line/fill/rectangle/bar/replace/polygon/polybar
25055:
25056: * src/: classes/image.C, classes/op.C, main/execute.C,
25057: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
25058: for var now written not to r.wcontext, but to r.root cleared
25059: "entered_object" state
25060:
25061: 2001-04-11 paf
25062:
25063: * src/classes/image.C: image:create image:load
25064:
25065: * src/: classes/image.C, main/main.dsp: gd with mem write + image
25066: just compiled
25067:
25068: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25069: todo: gif without file
25070:
25071: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25072: started porting to Pooled descendant
25073:
25074: * src/: classes/image.C, main/execute.C, main/main.dsp,
25075: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
25076: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
25077: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
25078:
25079: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
25080: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
25081: end. switching to python imaging lib
25082:
25083: * src/main/main.dsp: gd+smtp made separate libs
25084:
25085: * src/: include/pa_globals.h, include/pa_string.h,
25086: main/pa_common.C, main/pa_request.C, main/untaint.C,
25087: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
25088: length
25089:
25090: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
25091: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
25092: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
25093: UL_FILE_NAME of posted file name
25094:
25095: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
25096: post [broke when moved post read to core]
25097:
25098: 2001-04-10 paf
25099:
25100: * src/classes/image.C: image:html done
25101:
25102: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
25103:
25104: * src/classes/image.C: z
25105:
25106: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
25107: forgotten!
25108:
25109: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25110: main/pa_request.C, main/pa_string.C, main/untaint.C,
25111: types/pa_vimage.h: image:measure -90
25112:
25113: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
25114: classes/_int.h, classes/_mail.h, classes/_op.h,
25115: classes/_random.h, classes/_response.h, classes/_string.h,
25116: classes/_table.h, classes/file.C, classes/mail.C,
25117: include/pa_common.h, include/pa_globals.h, main/execute.C,
25118: main/main.dsp, main/pa_common.C, main/pa_globals.C,
25119: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
25120: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
25121: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
25122: compiled
25123:
25124: * src/classes/mail.C: minor bug with unclear from/to
25125:
25126: * src/classes/mail.C: sendmail unix skipping defaults
25127:
25128: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
25129: sendmail unix added defaults
25130:
25131: * src/classes/mail.C: unix sendmail compiled. todo:testing
25132:
25133: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
25134:
25135: 2001-04-09 paf
25136:
25137: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
25138: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
25139: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
25140: targets/isapi/parser3isapi.dsp: all targets exec
25141:
25142: * src/: include/pa_sapi.h, include/pa_string.h,
25143: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25144: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
25145: args in apache:util.script
25146:
25147: * src/include/pa_string.h: written but not tested exec with env for
25148: unix
25149:
25150: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
25151: targets/cgi/parser3.C: exec win32 env
25152:
25153: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
25154: 0
25155:
25156: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
25157: main/execute.C, main/main.dsp, main/pa_globals.C,
25158: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
25159: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
25160:
25161: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
25162: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
25163:
25164: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
25165: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
25166:
25167: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
25168: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
25169: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25170: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25171: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
25172: exec class just compiled. moved post read to request core
25173:
25174: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
25175: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
25176: main/pa_globals.C, targets/cgi/parser3.C,
25177: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
25178: are already read by vform
25179:
25180: 2001-04-08 paf
25181:
25182: * src/: classes/file.C, classes/mail.C, classes/string.C,
25183: include/pa_request.h, include/pa_string.h, main/pa_request.C:
25184: uuencode. string<<
25185:
25186: 2001-04-07 paf
25187:
25188: * src/classes/mail.C: z
25189:
25190: * src/classes/mail.C: z
25191:
25192: * src/classes/mail.C: ^mail[$attach
25193:
25194: * src/classes/mail.C: ^attach dead end
25195:
25196: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
25197: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25198: targets/isapi/parser3isapi.C: mail:send 1
25199:
25200: * src/: classes/mail.C, main/pa_request.C: z
25201:
25202: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
25203: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
25204: compiled
25205:
25206: * src/classes/mail.C: +=
25207:
25208: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
25209: prepared
25210:
25211: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
25212: include/pa_globals.h, include/pa_string.h, main/main.dsp,
25213: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25214: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
25215:
25216: 2001-04-06 paf
25217:
25218: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
25219: main/pa_string.C: table:dir 1
25220:
25221: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
25222: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
25223:
25224: * src/: classes/_op.h, classes/_root.h, classes/op.C,
25225: classes/root.C, include/pa_globals.h, include/pa_request.h,
25226: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
25227: main/pa_request.C: renamed 'root' to 'op'
25228:
25229: * src/classes/: _op.h, op.C: renamed from 'root'
25230:
25231: * src/types/pa_valiased.C: another root inherititance skipped
25232:
25233: * src/main/: compile.C, compile.y, execute.C: operators are now not
25234: root methods of parent class. just 'ROOT' class
25235:
25236: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
25237: @office
25238:
25239: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
25240:
25241: 2001-04-05 paf
25242:
25243: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
25244: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
25245: constructor flag dropped at get_method_frame and remembered into
25246: method_frame
25247:
25248: * src/: classes/file.C, classes/root.C, classes/string.C,
25249: classes/table.C, main/pa_request.C: junction to code&expression
25250: in errors
25251:
25252: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25253: main/pa_string.C, targets/isapi/parser3isapi.dsp:
25254: $LOCALE:ctype[Russian_Russia.1251]
25255:
25256: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
25257: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
25258: main/pa_table.C: hash now not thread-safe.
25259:
25260: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25261: main/untaint.C: z
25262:
25263: * src/: classes/random.C, classes/root.C, classes/table.C,
25264: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
25265: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
25266: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
25267: types/pa_wcontext.h: sql quote. string untaint UL_SQL
25268:
25269: * src/: classes/table.C, include/pa_sql_connection.h,
25270: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
25271:
25272: * src/classes/table.C: select * from hren error contains statement
25273:
25274: * src/: classes/table.C, include/pa_sql_connection.h,
25275: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
25276: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
25277:
25278: * src/: classes/root.C, include/pa_sql_connection.h,
25279: include/pa_sql_driver.h, main/main.dsp,
25280: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
25281: services for conv memory & error reporting
25282:
25283: 2001-04-04 paf
25284:
25285: * src/doc/doxygen.cfg: z
25286:
25287: * src/include/pa_sql_driver.h: mysql connect
25288:
25289: * src/include/pa_sql_driver.h: mysql info
25290:
25291: * src/: classes/root.C, include/pa_sql_driver.h,
25292: include/pa_sql_driver_manager.h, main/main.dsp,
25293: main/pa_sql_driver_manager.C: more manager&connection&driver
25294:
25295: * src/sql/Makefile.am: forgot to add mysql client
25296:
25297: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
25298: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
25299: [forgot to add libltdl, added]
25300:
25301: * src/: Makefile.am, classes/root.C, classes/string.C,
25302: classes/table.C, include/pa_globals.h, include/pa_hash.h,
25303: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
25304: include/pa_string.h, include/pa_table.h, main/main.dsp,
25305: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25306: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
25307: -1000 just compiled
25308:
25309: * src/: classes/random.C, classes/root.C, classes/table.C,
25310: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
25311: main/pa_request.C, types/pa_vclass.h: sql frame -10
25312:
25313: 2001-04-03 paf
25314:
25315: * src/types/pa_vform.C: z
25316:
25317: * src/: classes/string.C, types/pa_vform.C: string:match replace
25318: assigned lang
25319:
25320: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
25321: {}[]< empty []
25322:
25323: * src/: classes/file.C, classes/string.C, classes/table.C,
25324: include/pa_string.h, main/pa_common.C, main/pa_string.C,
25325: main/untaint.C: string:match replace 2. string.cstr(forced lang)
25326:
25327: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25328: string:match replace strange matches
25329:
25330: * src/classes/string.C: string:match replace 0
25331:
25332: * src/: classes/string.C, main/pa_string.C: string:match replace
25333: prepared 2
25334:
25335: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25336: string:match replace prepared
25337:
25338: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25339: string:match replace -11
25340:
25341: * src/: classes/string.C, include/pa_globals.h,
25342: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
25343: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
25344:
25345: * src/: classes/string.C, include/pa_globals.h,
25346: include/pa_string.h, main/main.dsp, main/pa_globals.C,
25347: main/pa_string.C: string:match [search] -1 just compiled
25348:
25349: * src/types/pa_vstring.C: z
25350:
25351: * src/: classes/double.C, classes/file.C, classes/form.C,
25352: classes/int.C, classes/response.C, classes/root.C,
25353: classes/string.C, classes/table.C, include/pa_string.h,
25354: main/pa_string.C: string:match -10 [frame]
25355:
25356: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
25357: main/pa_request.C: z
25358:
25359: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
25360: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
25361: todo/tests
25362:
25363: * src/include/pa_common.h: z
25364:
25365: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25366: main/pa_request.C, targets/cgi/parser3.C,
25367: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25368: content-disposition
25369:
25370: * src/: include/pa_common.h, include/pa_globals.h,
25371: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25372: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25373:
25374: * src/: include/pa_common.h, include/pa_request.h,
25375: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25376: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25377: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25378: response:body
25379:
25380: * src/classes/table.C: table:append now uses string::split
25381:
25382: * src/classes/table.C: z
25383:
25384: * src/: classes/file.C, classes/root.C, classes/string.C,
25385: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25386: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25387: include/pa_string.h, main/execute.C, main/pa_string.C,
25388: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25389: string::pos & cmp & piece bugs fixed. string::split new
25390: table:load separated from set table:set implemented with clean \n
25391: \t searches
25392:
25393: 2001-04-02 paf
25394:
25395: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25396: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25397: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25398: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25399: it in table:set/load
25400:
25401: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25402: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25403:
25404: * src/classes/random.C: random:generate 1
25405:
25406: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25407: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25408: types/pa_value.h: random:generate
25409:
25410: 2001-03-30 paf
25411:
25412: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25413: todo: table flip and append. string::pos
25414:
25415: * src/: classes/double.C, classes/file.C, classes/int.C,
25416: classes/response.C, classes/root.C, classes/string.C,
25417: classes/table.C, main/compile.y, main/execute.C,
25418: types/pa_value.h, types/pa_vstateless_class.C,
25419: types/pa_vstateless_class.h: static|dynamic|any method
25420: registration
25421:
25422: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25423: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25424: table:flip
25425:
25426: 2001-03-29 paf
25427:
25428: * src/classes/string.C: string:xsplit forgot that they must result
25429: in 1 row N column [not vice versa]
25430:
25431: * src/classes/string.C: z
25432:
25433: * src/classes/string.C: string: rsplit
25434:
25435: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25436: string: lsplit
25437:
25438: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25439: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25440: lsplit -1
25441:
25442: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25443: string: pos
25444:
25445: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25446: string: pos -1
25447:
25448: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25449: main/compile.y, main/pa_request.C, main/pa_string.C,
25450: main/untaint.C: string: left right mid
25451:
25452: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25453: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25454: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25455: and [;] are different now.
25456:
25457: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25458: main/untaint.C: pool.request undone
25459:
25460: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25461: main/untaint.C: pool.request
25462:
25463: 2001-03-28 paf
25464:
25465: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25466: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25467: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25468: $request:browser [.type .version]; unknown.get_double now = 0.
25469:
25470: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25471: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25472: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25473: types/pa_vform.C: file:load autodetection of mime-type by
25474: user-file-name
25475:
25476: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25477: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25478: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25479:
25480: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25481: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25482: write. must be self.set
25483:
25484: * src/: classes/file.C, classes/root.C, classes/table.C,
25485: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25486:
25487: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25488: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25489: types/pa_vtable.h: table:locate just compiled
25490:
25491: 2001-03-27 paf
25492:
25493: * src/main/: execute.C, pa_common.C: fixed r/w context of
25494: code-params2, fixed ntfs hardlink slow dir update
25495:
25496: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25497: types/pa_wcontext.h: fixed r/w context of code-params
25498:
25499: * src/: classes/table.C, main/execute.C: about to change junction
25500: rcontext!!
25501:
25502: * src/: classes/double.C, classes/int.C, classes/root.C,
25503: classes/string.C, classes/table.C, main/compile_tools.C,
25504: main/execute.C, main/pa_request.C, main/untaint.C,
25505: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25506: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25507: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25508: types/pa_vunknown.h: sort 0
25509:
25510: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25511: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25512: renamed to are_static_calls_disabled
25513:
25514: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25515: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25516: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25517: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25518:
25519: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25520:
25521: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25522: started table:sort fixed minor bug in #...^{
25523:
25524: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25525: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25526: decided to have as it were. stepped back. grammar: added 'in'
25527: 'is' 'lt'&co follow-space check
25528:
25529: 2001-03-26 paf
25530:
25531: * src/: classes/file.C, classes/root.C, classes/table.C,
25532: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25533: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25534: main/pa_table.C: moved ::save to pa_table. disabled @auto
25535: invocation in ^process
25536:
25537: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25538:
25539: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25540: main/pa_array.C: table:record
25541:
25542: * src/: main/untaint.C, targets/cgi/parser3.C,
25543: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25544: targets/isapi/pool_storage.h, types/pa_valiased.h,
25545: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25546: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25547: types/pa_vtable.h: z
25548:
25549: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25550: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25551: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25552: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25553: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25554: method realisations on 'self' validity - they now can simply
25555: assume that 'self' is V{Proper} .
25556:
25557: 2001-03-25 paf
25558:
25559: * src/main/untaint.C: z
25560:
25561: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25562: lowlevel - it initialization could be skipped if failed in @auto.
25563: so that exception report would use some table
25564:
25565: * src/main/pa_request.C: table empty lines ignored. system-default
25566: content type assigned in output:result [can fail in main:auto and
25567: skipped normal defaults extraction]
25568:
25569: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25570: bug
25571:
25572: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25573: processing to table [except preliminary \r\n \r \n replacements
25574: to "\n"]
25575:
25576: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25577: move all the processing to table
25578:
25579: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25580: main/pa_table.C, main/untaint.C: returned table originating.
25581: useful for reporting typo table problems origin. think would be
25582: useful somewhere else
25583:
25584: * src/main/untaint.C: typo \r \r\n \n properly handled
25585:
25586: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25587: include/pa_table.h, main/compile.y, main/compile_tools.C,
25588: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25589: main/pa_string.C, main/pa_table.C, main/untaint.C,
25590: types/pa_vcookie.h: typo & typo-default
25591:
25592: 2001-03-24 paf
25593:
25594: * src/main/pa_common.C: z
25595:
25596: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25597: targets/cgi/parser3.C: html-typo 2
25598:
25599: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25600: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25601: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25602: main/execute.C, main/pa_array.C, main/pa_globals.C,
25603: main/pa_request.C, main/pa_string.C, main/untaint.C,
25604: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25605: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25606: noticed double default content-type prob. run cgi.cmd tomorrow
25607: first html-typo sample. detected << problem: they become ltlt too
25608: fast
25609:
25610: * src/main/compile.y: z
25611:
25612: * src/main/: compile.y, compile_tools.h: #comment
25613:
25614: * src/: classes/file.C, classes/root.C, classes/table.C,
25615: include/pa_common.h, include/pa_request.h, main/compile.y,
25616: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25617: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25618: stringified
25619:
25620: * src/types/pa_valiased.C: decided to String-ify file_read
25621:
25622: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25623: isapi/parser3isapi.dsp: cgi: sapi::log
25624:
25625: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25626: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25627: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25628: error log experiments failed - cgi under iis got no access to
25629: log. registereventsource simply failed with 5(illegal call) code,
25630: while worked OK as standalone executable. isapi: used
25631: HSE_APPEND_LOG_PARAMETER feature
25632:
25633: * src/: include/pa_common.h, include/pa_globals.h,
25634: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25635: targets/isapi/parser3isapi.C: fixed default content-type
25636: allocation storage
25637:
25638: * src/: include/pa_globals.h, include/pa_request.h,
25639: main/pa_globals.C, main/pa_request.C: z
25640:
25641: * src/: include/pa_array.h, include/pa_hash.h,
25642: include/pa_request.h, main/compile.y, main/pa_array.C,
25643: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25644: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25645: content-type
25646:
25647: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25648: sanity
25649:
25650: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25651: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25652: away freeze mech. no danger now for you can't do
25653: ^request:process[@new-method[] body] trick anymore. still
25654: remains $some_instance.process[@new-method[] possibility] but
25655: would leave it as a feature. see index for sample
25656:
25657: * src/: include/pa_common.h, main/pa_common.C,
25658: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25659: monkey every target
25660:
25661: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25662: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25663: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25664:
25665: 2001-03-23 paf
25666:
25667: * src/: include/pa_pool.h, main/pa_request.C,
25668: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25669: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25670: targets/isapi/pool_storage.h: isapi: dumb pool storage
25671:
25672: * src/targets/isapi/pa_pool.C: decided to continue with extension
25673:
25674: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25675: it would be better to rewrite as filter then to deal with pool
25676:
25677: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25678: now like in cgi, not from APPL_PHYSICAL_PATH
25679:
25680: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25681: include/pa_config_fixed.h, include/pa_config_includes.h,
25682: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25683: include/pa_version.h, main/compile.y, main/execute.C,
25684: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25685: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25686: main/untaint.C, targets/cgi/parser3.C,
25687: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25688: cgi: reinvent document_root and request_uri under iis. autoconf
25689: updated. introducing ap_config_includes
25690:
25691: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25692:
25693: * src/targets/cgi/parser3.C: cgi: only one pool now
25694:
25695: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25696: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25697: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25698: types/pa_venv.h, types/pa_vform.C: sapi made object
25699:
25700: * src/: include/pa_globals.h, main/pa_request.C,
25701: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25702: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25703: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25704:
25705: * src/: main/pa_request.C, targets/cgi/parser3.C,
25706: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25707: isapi minor env beauty
25708:
25709: * src/: main/pa_request.C, targets/cgi/parser3.C,
25710: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25711: isapi document_root 0
25712:
25713: 2001-03-22 paf
25714:
25715: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25716:
25717: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25718: isapi/parser3isapi.C: z
25719:
25720: * src/: include/pa_pool.h, main/pa_request.C,
25721: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25722:
25723: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25724: kill.pl: isapi added utils
25725:
25726: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25727: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25728: types/pa_vform.C: isapi 0
25729:
25730: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25731: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25732: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25733: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25734: started isapi
25735:
25736: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25737: some comments
25738:
25739: * src/: include/pa_globals.h, include/pa_request.h,
25740: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25741: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25742: parser_root_auto_path parser_site_auto_path
25743:
25744: * src/types/pa_vcookie.C: cookie attr decoded
25745:
25746: 2001-03-21 paf
25747:
25748: * src/targets/cgi/parser3.C: z
25749:
25750: * src/include/pa_globals.h: post. todo: config of auto.p path
25751:
25752: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25753: types/pa_venv.h: in cookie & env. todo:post
25754:
25755: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25756: classes/root.C, classes/table.C, include/pa_array.h,
25757: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25758: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25759: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25760: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25761: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25762: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25763: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25764: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25765: shifted apache branch on main trunc
25766:
25767: * src/: include/pa_common.h, include/pa_globals.h,
25768: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25769: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25770: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25771: starting mod_parser3
25772:
25773: * src/targets/cgi/parser3.C: starting mod_parser3
25774:
25775: 2001-03-20 paf
25776:
25777: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25778: targets/cgi/parser3.C: automake compiled and works. todo:make
25779: win32 ifdefs work and add ifdef unistd
25780:
25781: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25782: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25783: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25784: z
25785:
25786: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25787: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25788: locking
25789:
25790: * src/: classes/Makefile.am, types/Makefile.am: z
25791:
25792: * src/: Makefile.am, classes/file.C, classes/root.C,
25793: classes/table.C, include/pa_array.h, include/pa_request.h,
25794: include/pa_string.h, main/Makefile.am, main/execute.C,
25795: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25796: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25797: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25798: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25799:
25800: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25801: main/pa_request.C, types/pa_vfile.h: ^table:save
25802:
25803: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25804: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25805: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25806: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25807: types/pa_vform.h: z
25808:
25809: * src/include/pa_string.h: z
25810:
25811: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25812: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25813: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25814: :Value
25815:
25816: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25817: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25818: :VStateless_object
25819:
25820: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25821: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25822: :VStateless_object
25823:
25824: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25825: types/pa_valiased.C, types/pa_vform.h: commented VForm
25826:
25827: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25828: types/pa_valiased.h, types/pa_value.h,
25829: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25830: types/pa_vstateless_object.h: moved common get_element part from
25831: stateless object&class into VAliased
25832:
25833: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25834: classes/table.C, main/execute.C, main/main.dsp,
25835: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25836: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25837: now :Value
25838:
25839: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25840: main/execute.C, main/main.dsp, main/pa_globals.C,
25841: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25842:
25843: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25844: doxx
25845:
25846: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25847: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25848: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25849: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25850: and ^file:save
25851:
25852: 2001-03-19 paf
25853:
25854: * src/types/pa_vfile.C: z
25855:
25856: * src/: classes/file.C, classes/request.C, classes/table.C,
25857: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25858: main/pa_request.C, main/untaint.C, types/pa_value.h,
25859: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25860:
25861: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25862: include/pa_string.h, include/pa_table.h, main/main.dsp,
25863: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25864: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25865: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25866: classes/_file.h, classes/file.C, types/pa_vfile.C,
25867: types/pa_vfile.h: file class just compiled
25868:
25869: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25870: include/pa_table.h, include/pa_types.h, main/execute.C,
25871: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25872: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25873: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25874:
25875: * src/include/pa_pool.h: z
25876:
25877: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25878: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25879: Hash::Value to Val so to doxygen would finlly stop confusing
25880: those Value-s
25881:
25882: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25883: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25884: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25885: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25886: include/pa_types.h, main/compile.C, main/compile.y,
25887: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25888: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25889: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25890: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25891: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25892:
25893: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25894: derivates somehow unlinked. don't know why yet
25895:
25896: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25897: include/pa_string.h, include/pa_threads.h, main/compile.C,
25898: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25899: main/execute.C, main/pa_array.C, main/pa_common.C,
25900: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25901: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25902: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25903:
25904: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25905: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25906: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25907: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25908: types/pa_vrequest.h: doc: detected Value derivates prob
25909:
25910: * src/include/pa_globals.h: z
25911:
25912: * src/: classes/_request.h, classes/request.C, include/code.h,
25913: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25914: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25915: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25916: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25917: main/execute.C, main/pa_pool.C, main/pa_request.C,
25918: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25919: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25920:
25921: 2001-03-18 paf
25922:
25923: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25924: cookie: allowed access to hash-assigned
25925:
25926: * src/targets/cgi/parser3.C: z
25927:
25928: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25929: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25930: include/pa_types.h, main/main.dsp, main/pa_common.C,
25931: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25932: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25933: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25934: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25935: types/pa_vunknown.h: cookie class
25936:
25937: * src/main/pa_request.C: zero length output allowed
25938:
25939: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25940: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25941:
25942: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25943: lang switch
25944:
25945: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25946: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25947: types/pa_value.h, types/pa_vhash.h:
25948: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25949:
25950: * src/main/execute.C: z
25951:
25952: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25953: targets/cgi/parser3.C: taint[uri
25954:
25955: * src/: classes/request.C, classes/response.C, classes/root.C,
25956: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25957: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25958: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25959:
25960: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25961: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25962: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25963: types/pa_vstateless_class.C: convinient string(pool, char *src,
25964: bool tainted) ctor
25965:
25966: * src/: include/pa_hash.h, include/pa_request.h,
25967: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25968: main/pa_request.C, main/pa_string.C, main/untaint.C,
25969: targets/cgi/parser3.C: proper @exceptions params tainting
25970:
25971: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25972: response fields to header
25973:
25974: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25975: z
25976:
25977: * src/: classes/_response.h, classes/response.C,
25978: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25979: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25980: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25981: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25982: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25983: $response: 0 request::core exception rethrow
25984:
25985: 2001-03-16 paf
25986:
25987: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25988: types/pa_vrequest.h: native method' class call with less params
25989: then needed error reporting
25990:
25991: * src/: classes/_request.h, classes/request.C,
25992: include/pa_globals.h, include/pa_request.h, main/execute.C,
25993: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25994: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25995: types/pa_vrequest.h: $request : query :uri
25996:
25997: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25998: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25999: types/pa_wcontext.h: $result
26000:
26001: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
26002:
26003: * src/: classes/double.C, include/code.h, main/compile.y,
26004: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
26005: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
26006:
26007: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
26008: main/compile.y, main/execute.C, types/pa_value.h,
26009: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
26010: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
26011: wcontext conflict
26012:
26013: * src/: main/execute.C, types/pa_value.h,
26014: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
26015: $string.field
26016:
26017: 2001-03-15 paf
26018:
26019: * src/main/pa_request.C: news sample
26020:
26021: * src/: main/compile.y, main/execute.C, main/pa_request.C,
26022: targets/cgi/parser3.C, types/pa_vstring.h: @exception
26023:
26024: * src/main/: compile.y, execute.C: z
26025:
26026: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
26027: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
26028: pre pre works
26029:
26030: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
26031: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
26032: fillfields just compiled
26033:
26034: 2001-03-14 paf
26035:
26036: * src/: include/pa_request.h, main/pa_request.C,
26037: targets/cgi/parser3.C: z
26038:
26039: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
26040: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
26041: types/pa_vstring.h: limits -1
26042:
26043: * src/: include/pa_globals.h, include/pa_request.h,
26044: include/pa_types.h, main/main.dsp, main/pa_globals.C,
26045: main/pa_request.C, targets/cgi/parser3.C,
26046: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
26047: request_info -1
26048:
26049: * src/: include/pa_globals.h, main/pa_globals.C,
26050: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
26051: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
26052: vform_fields_fill
26053:
26054: * src/targets/cgi/parser3.C: # if MSVC
26055:
26056: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
26057: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
26058:
26059: * src/targets/cgi/parser3.C: z
26060:
26061: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
26062: include/pa_string.h, include/pa_types.h, main/compile.y,
26063: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
26064: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
26065: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
26066: types/pa_vunknown.h: global handler, exceptions in parser3
26067:
26068: 2001-03-13 paf
26069:
26070: * src/: classes/form.C, main/compile.y, main/core.C,
26071: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
26072: types/pa_vform.h, types/pa_vstateless_class.C,
26073: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
26074: instead
26075:
26076: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26077: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
26078: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
26079: started cgi target
26080:
26081: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26082: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
26083: before error show with parser
26084:
26085: * src/: classes/_form.h, classes/form.C, include/core.h,
26086: include/pa_request.h, main/core.C, main/pa_request.C,
26087: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
26088:
26089: * src/targets/cgi/: parser.dsp, parser3.dsp: z
26090:
26091: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
26092: parser3.C: renamed targets/ parser to cgi
26093:
26094: * src/: classes/double.C, classes/env.C, classes/int.C,
26095: classes/root.C, classes/string.C, classes/table.C,
26096: include/pa_request.h, types/pa_vhash.h: z
26097:
26098: * src/: classes/_env.h, classes/env.C, classes/root.C,
26099: include/core.h, include/pa_pool.h, include/pa_request.h,
26100: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
26101: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26102: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
26103: [historical moment :)]
26104:
26105: * src/: include/code.h, include/pa_string.h, main/compile.y,
26106: main/execute.C, main/pa_string.C: 'value is type' expr operator
26107:
26108: * src/types/pa_venv.h: $ENV 1
26109:
26110: * src/main/execute.C: z
26111:
26112: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
26113: future methods of ENV constructor if
26114:
26115: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
26116: class
26117:
26118: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26119: classes/_root.h, classes/_string.h, classes/_table.h,
26120: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26121: classes/string.C, classes/table.C, include/pa_request.h,
26122: main/compile.C, main/compile_tools.h, main/core.C,
26123: main/execute.C, main/main.dsp, main/pa_request.C,
26124: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26125: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26126: types/pa_vobject.h, types/pa_vstateless_class.C,
26127: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26128: types/pa_wcontext.h: $ENV: re 0, stateless classes
26129:
26130: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26131: classes/_root.h, classes/_string.h, classes/_table.h,
26132: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26133: classes/string.C, classes/table.C, include/pa_request.h,
26134: main/compile.C, main/compile_tools.h, main/core.C,
26135: main/execute.C, main/main.dsp, main/pa_request.C,
26136: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26137: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26138: types/pa_vobject.h, types/pa_vstateless_class.C,
26139: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26140: types/pa_wcontext.h: $ENV: re 0, stateless classes
26141:
26142: * src/: include/pa_request.h, main/compile.C, main/execute.C,
26143: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
26144: yesterdays bad decision on execute_static_method
26145:
26146: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
26147:
26148: * src/: classes/double.C, classes/int.C, classes/root.C,
26149: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
26150:
26151: * src/main/pa_request.C: z
26152:
26153: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26154: include/pa_pool.h: skipped_restructure_exceptions_dead_end
26155:
26156: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26157: include/pa_pool.h, main/pa_request.C:
26158: restructure_exceptions_dead_end
26159:
26160: * src/: classes/root.C, main/compile.y: ^if required junctions.
26161: allowed ; inside {} to break params
26162:
26163: * src/classes/root.C: ^eval
26164:
26165: * src/: classes/_string.h, classes/double.C, classes/int.C,
26166: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
26167: string ^format
26168:
26169: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
26170: 'bad' but not 'enough'
26171:
26172: * src/: classes/double.C, classes/root.C, classes/table.C,
26173: include/pa_common.h, include/pa_types.h, main/compile.y,
26174: main/pa_common.C, main/pa_request.C, main/untaint.C,
26175: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
26176: types/pa_wwrapper.h: think constructing flag as is is bad
26177:
26178: * src/: classes/double.C, classes/int.C, classes/root.C,
26179: classes/string.C, classes/table.C, main/core.C, main/execute.C,
26180: types/pa_vint.h: ^for
26181:
26182: 2001-03-12 paf
26183:
26184: * src/classes/table.C: table ^empty
26185:
26186: * src/: classes/table.C, include/pa_table.h: table ^menu
26187:
26188: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
26189: ^offset ^line ^count
26190:
26191: * src/classes/root.C: ^round() ^floor() ^ceiling()
26192: ^abs() ^sign()
26193:
26194: * src/classes/: root.C, table.C: ^use
26195:
26196: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26197: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
26198: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
26199: ^while. switched off wcontext.constructing after write(value) or
26200: auto-vhash-constructing
26201:
26202: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26203: main/pa_request.C: fail_if_junction_ helper func
26204:
26205: * src/: classes/root.C, classes/table.C, include/pa_common.h,
26206: include/pa_request.h, main/execute.C, main/main.dsp,
26207: main/pa_common.C, main/pa_request.C: ^process error point by
26208: actual method_name, not source. ^load
26209:
26210: * src/types/pa_vtable.h: table: no, better with string in cells...
26211:
26212: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
26213: classes/_table.h, classes/table.C, main/untaint.C: z
26214:
26215: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
26216: include/pa_table.h, main/core.C, main/execute.C,
26217: main/pa_common.C, main/pa_request.C, main/pa_table.C,
26218: types/pa_value.h: table:set 0
26219:
26220: * src/: classes/root.C, include/core.h, include/pa_array.h,
26221: include/pa_request.h, include/pa_table.h, main/core.C,
26222: main/main.dsp, main/pa_request.C, main/pa_table.C,
26223: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
26224: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
26225: types/pa_vstring.h: freeze, ^table:create[] -1
26226:
26227: * src/: classes/root.C, types/pa_value.h: z
26228:
26229: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
26230: get_method in couple places optimizing them
26231:
26232: * src/classes/root.C: z
26233:
26234: * src/: classes/root.C, types/pa_vclass.h: process temp main
26235: zeroing
26236:
26237: * src/: classes/double.C, classes/int.C, classes/root.C,
26238: classes/string.C, include/pa_common.h, include/pa_request.h,
26239: include/pa_string.h, include/pa_types.h, main/compile.C,
26240: main/compile.y, main/compile_tools.h, main/execute.C,
26241: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26242: types/pa_vmframe.h: ^process. actual names to store param and
26243: check_actual_numbered_params for better place diagnostics
26244:
26245: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
26246: method-junctions bug fixed
26247:
26248: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
26249: pa_vstateless_object.h, pa_vstring.h: stateless_object
26250:
26251: 2001-03-11 paf
26252:
26253: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
26254: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
26255: VDouble VInt base now VObject_base - without fields
26256:
26257: * src/: classes/root.C, include/core.h, main/core.C: z
26258:
26259: * src/: classes/double.C, classes/int.C, classes/root.C,
26260: classes/string.C, include/core.h, include/pa_hash.h,
26261: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
26262: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
26263:
26264: * src/: classes/double.C, classes/int.C, classes/root.C,
26265: include/pa_request.h, main/execute.C: intercept_string
26266:
26267: * src/: classes/double.C, classes/int.C, classes/root.C,
26268: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
26269:
26270: * src/: classes/double.C, classes/int.C, include/pa_request.h:
26271: ^inc-s(expr)
26272:
26273: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26274: classes/_root.h, classes/_string.h, classes/double.C,
26275: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26276: include/code.h, include/core.h, include/pa_array.h,
26277: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26278: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26279: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26280: include/pa_types.h, main/compile.C, main/compile.y,
26281: main/compile_tools.C, main/compile_tools.h, main/core.C,
26282: main/execute.C, main/pa_array.C, main/pa_common.C,
26283: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
26284: main/pa_request.C, main/pa_string.C, main/pa_table.C,
26285: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26286: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26287: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26288: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26289: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26290: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
26291:
26292: * src/: main/pa_request.C, types/pa_vhash.h: z
26293:
26294: * src/: include/core.h, include/pa_request.h, main/core.C,
26295: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
26296:
26297: * src/: include/pa_valiased.h, include/pa_value.h,
26298: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26299: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26300: include/pa_vjunction.h, include/pa_vmframe.h,
26301: include/pa_vobject.h, include/pa_vstring.h,
26302: include/pa_vunknown.h, include/pa_wcontext.h,
26303: include/pa_wwrapper.h, main/compile.y, main/core.C,
26304: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
26305: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
26306: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26307: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26308: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26309: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26310: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26311: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
26312: include/
26313:
26314: 2001-03-10 paf
26315:
26316: * src/: include/core.h, include/pa_request.h, main/core.C,
26317: main/pa_request.C: run+auto=run
26318:
26319: * src/: classes/root.C, include/pa_request.h: minor if junction bug
26320:
26321: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26322: classes/_root.h, classes/_string.h, classes/double.C,
26323: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26324: include/code.h, include/core.h, include/pa_array.h,
26325: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26326: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26327: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26328: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
26329: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26330: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26331: include/pa_vjunction.h, include/pa_vmframe.h,
26332: include/pa_vobject.h, include/pa_vstring.h,
26333: include/pa_vunknown.h, include/pa_wcontext.h,
26334: include/pa_wwrapper.h, main/compile.C, main/compile.y,
26335: main/compile_tools.C, main/compile_tools.h, main/core.C,
26336: main/execute.C, main/pa_array.C, main/pa_cframe.C,
26337: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
26338: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
26339: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
26340: main/pa_wcontext.C: sources header
26341:
26342: * src/main/pa_request.C: auto..
26343:
26344: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26345: main/pa_request.C: auto tree0
26346:
26347: * src/: include/core.h, include/pa_request.h, main/compile.y,
26348: main/core.C, main/pa_request.C: names to core.C
26349:
26350: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
26351: include/pa_request.h, main/core.C, main/execute.C,
26352: main/pa_common.C, main/pa_request.C: root auto.p loaded
26353:
26354: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
26355: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
26356: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26357: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
26358:
26359: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
26360: @auto[] realised. auto.p scan togo
26361:
26362: * src/: include/pa_request.h, main/execute.C: autocalc
26363: code-junctions result now have names
26364:
26365: * src/: classes/double.C, classes/int.C, classes/root.C,
26366: classes/string.C, include/pa_request.h, include/pa_string.h,
26367: include/pa_wcontext.h, main/compile.y, main/execute.C,
26368: main/pa_string.C, main/pa_wcontext.C: tainting 0
26369:
26370: * src/classes/env.C: env:file/line
26371:
26372: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26373: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26374: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26375: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26376: main/compile_tools.C, main/compile_tools.h, main/core.C,
26377: main/execute.C, main/main.dsp, main/pa_cframe.C,
26378: main/pa_request.C, main/pa_wcontext.C: const fight finished
26379:
26380: * src/include/pa_vclass.h: const fight to go
26381:
26382: * src/: classes/_env.h, classes/env.C, classes/root.C,
26383: include/pa_request.h, include/pa_vclass.h, main/core.C,
26384: main/main.dsp: env0
26385:
26386: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26387: classes/_string.h, classes/double.C, classes/int.C,
26388: classes/root.C, classes/string.C, include/pa_request.h,
26389: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26390: include/pa_wcontext.h, main/core.C, main/main.dsp,
26391: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26392: main/pa_wcontext.C: ^lang prepare0
26393:
26394: 2001-03-09 paf
26395:
26396: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26397: construct proper naming
26398:
26399: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26400: classes/double.C, classes/int.C, classes/root.C,
26401: classes/string.C, include/code.h, include/pa_value.h,
26402: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26403: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26404: main/compile.y, main/compile_tools.C, main/core.C,
26405: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26406: and ^double[]. fixed expr type
26407:
26408: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26409: ^string.length[]
26410:
26411: 2001-03-08 paf
26412:
26413: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26414:
26415: * src/: include/pa_vclass.h, include/pa_vstring.h,
26416: include/pa_wcontext.h, main/compile.y, main/core.C,
26417: main/execute.C, main/main.dsp: dead end: vstring can't be
26418: derivated from vobject
26419:
26420: * src/: include/pa_vclass.h, include/pa_vhash.h,
26421: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26422:
26423: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26424: remained clone conseqs
26425:
26426: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26427:
26428: * src/main/pa_vclass.C: wow! vclass were out of vcs
26429:
26430: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26431: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26432: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26433: include/pa_vobject.h, include/pa_vstring.h,
26434: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26435: main/execute.C: withoud cloning. didn't need it actually, params
26436: got passed from out unnamed ewpool
26437:
26438: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26439: include/pa_vjunction.h, include/pa_vobject.h,
26440: include/pa_vunknown.h, main/compile.y: cloning dead end
26441:
26442: * src/: include/pa_bool.h, include/pa_double.h,
26443: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26444: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26445: include/pa_vjunction.h, include/pa_vmframe.h,
26446: include/pa_vobject.h, include/pa_vstring.h,
26447: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26448: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26449: to give params proper names
26450:
26451: * src/main/pa_wcontext.C: z
26452:
26453: * src/: include/pa_vmframe.h, main/execute.C: added names to
26454: unknown values in get_element and unfilled params. removed wrong
26455: name change in get_element
26456:
26457: * src/main/execute.C: z
26458:
26459: * src/main/execute.C: fixed problems calling operators in
26460: constructors
26461:
26462: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26463: detected problems calling operators in constructors
26464:
26465: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26466: autocalc def to string
26467:
26468: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26469: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26470:
26471: * src/classes/root.C: added root.c
26472:
26473: * src/: include/pa_request.h, include/pa_value.h,
26474: include/pa_vcframe.h, include/pa_vmframe.h,
26475: include/pa_wcontext.h, main/compile.C, main/compile.y,
26476: main/core.C, main/execute.C, main/pa_cframe.C,
26477: main/pa_wcontext.C: 'if' just compiled
26478:
26479: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26480: include/pa_vjunction.h, include/pa_vmframe.h,
26481: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26482: main/pa_wcontext.C: z
26483:
26484: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26485: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26486: with parameter names in operator methods
26487:
26488: * src/main/compile.y: minor renamings in .y
26489:
26490: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26491: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26492: @BASE. changed 'RUN' assignment mech
26493:
26494: * src/main/execute.C: z
26495:
26496: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26497: main/compile_tools.h, main/execute.C: made class: dynamic, not
26498: static. so to enable runtime ^use
26499:
26500: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26501:
26502: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26503: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26504:
26505: * src/main/execute.C: root root in code-junction
26506:
26507: 2001-03-07 paf
26508:
26509: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26510: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26511:
26512: * src/: include/pa_stack.h, include/pa_value.h,
26513: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26514: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26515: fixed rwcontext of {} params up
26516:
26517: * src/main/: compile.y, compile_tools.h: ^func(params)
26518:
26519: * src/main/compile.y: .y priorities syntax shaped up a bit
26520:
26521: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26522: include/pa_vunknown.h, main/compile.y, main/execute.C,
26523: main/pa_hash.C: expr def in -f
26524:
26525: * src/main/: compile.y, execute.C: expr calls
26526:
26527: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26528: fixed
26529:
26530: * src/main/compile.y: expr quoted code
26531:
26532: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26533: support0
26534:
26535: * src/main/compile.y: expr string comparisons 0
26536:
26537: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26538: main/pa_string.C: just compiled lt&co
26539:
26540: * src/main/execute.C: ^var.menu{$field} problem detected. that
26541: $field not a $var.field
26542:
26543: 2001-03-06 paf
26544:
26545: * src/main/compile.y: .y expr visible-shorter
26546:
26547: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26548: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26549: logical
26550:
26551: * src/: include/pa_vstring.h, main/compile.y: problems with
26552: skipping whitespace in yylex
26553:
26554: * src/include/pa_vbool.h: forgot this
26555:
26556: * src/: include/code.h, main/compile.y, main/execute.C: without
26557: string ops in expressions 0
26558:
26559: * src/: include/pa_value.h, include/pa_vdouble.h,
26560: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26561: main/execute.C, main/main.dsp: !~
26562:
26563: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26564: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26565: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26566: include/pa_vunknown.h, include/pa_wcontext.h,
26567: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26568: main/compile_tools.h, main/execute.C: +-*/
26569:
26570: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26571: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26572:
26573: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26574: main/execute.C: expr grammar-1 2*2=4.000000 :)
26575:
26576: * src/main/compile.y: expr grammar-1
26577:
26578: * src/main/compile.y: expr lexx1
26579:
26580: * src/main/: compile.y, execute.C, main.dsp: z
26581:
26582: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26583: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26584: main/execute.C: expr lex0 exec-1
26585:
26586: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26587:
26588: 2001-02-26 paf
26589:
26590: * src/main/compile.y: max_string in yyerror bug fix
26591:
26592: 2001-02-25 paf
26593:
26594: * src/: include/pa_value.h, include/pa_vmframe.h,
26595: include/pa_wcontext.h, main/execute.C: VAliased3
26596:
26597: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26598:
26599: * src/main/execute.C: VAliased1
26600:
26601: * src/: include/pa_request.h, include/pa_value.h,
26602: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26603: VAliased0
26604:
26605: * src/: include/pa_pool.h, include/pa_request.h,
26606: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26607: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26608: VAliased just compiled
26609:
26610: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26611: include/pa_vobject.h, main/execute.C: alias dead end
26612:
26613: * src/: include/pa_value.h, include/pa_vclass.h,
26614: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26615: main/main.dsp: no not get fields into interm VFielded class.
26616: fields & staticfields 1
26617:
26618: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26619: include/pa_vobject.h, include/pa_wcontext.h,
26620: include/pa_wwrapper.h, main/core.C, main/execute.C,
26621: main/main.dsp: would now get fields into interm VFielded class
26622:
26623: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26624: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26625: include/pa_wcontext.h, main/compile.y, main/core.C,
26626: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26627: main/pa_wcontext.C: virtuals2
26628:
26629: * src/main/compile.y: : 1
26630:
26631: * src/main/compile.y: rethought to $class:static.field.subfield
26632:
26633: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26634: $class:element
26635:
26636: * src/: include/pa_value.h, include/pa_vmframe.h,
26637: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26638: main/pa_wcontext.C: before execute class calls rewrite
26639:
26640: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26641: name RUN, also alias
26642:
26643: * src/main/compile.y: escaping bug
26644:
26645: * src/: include/pa_request.h, include/pa_value.h,
26646: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26647: main/core.C, main/execute.C, main/pa_common.C: vobject1
26648:
26649: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26650: include/pa_vmframe.h, include/pa_vobject.h,
26651: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26652: main/compile_tools.h, main/execute.C: ^class:method() just
26653: compiled
26654:
26655: 2001-02-24 paf
26656:
26657: * src/main/main.dsp: no bison -d
26658:
26659: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26660: class' err msg wrong
26661:
26662: * src/main/compile.y: z
26663:
26664: * src/main/: compile.y, core.C: yylex need some @special lines adj
26665:
26666: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26667: main/compile.y, main/compile_tools.h, main/core.C: modules0
26668:
26669: * src/: include/pa_vclass.h, main/core.C: z
26670:
26671: * src/: include/pa_value.h, include/pa_vclass.h,
26672: include/pa_vobject.h, main/main.dsp: vobject00
26673:
26674: * src/main/pa_array.C: minor bug in expanding very small arrays.
26675: 60% from 1 were 0
26676:
26677: * src/: include/pa_value.h, include/pa_wcontext.h,
26678: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26679: as bad as you've named it: wcontext.value() was not a perfect
26680: idea
26681:
26682: * src/main/execute.C: codeframe1
26683:
26684: * src/: include/pa_value.h, include/pa_vcframe.h,
26685: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26686: include/pa_vjunction.h, include/pa_vmframe.h,
26687: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26688: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26689: just compiled
26690:
26691: * src/: include/pa_vframe.h, main/compile.y: found junction
26692: ideology @: ^x{$a()) must construct current wcontext element, so
26693: smart wcontext handling needed
26694:
26695: * src/main/compile.y: fixed grammar bugs in constructor/params
26696: klinch
26697:
26698: * src/main/: compile.y, execute.C: fixed empty constructor
26699: optimized empty case. failed on calls - produced empty string
26700: param
26701:
26702: * src/main/compile.y: fixed last \n macrotemplate strip bug
26703:
26704: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26705: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26706: main/compile_tools.C, main/compile_tools.h, main/core.C,
26707: main/execute.C: code junctions0. something wrong with last \n
26708: macrotemplate strip
26709:
26710: * src/: include/pa_value.h, main/compile.C, main/core.C,
26711: main/pa_value.C: minor error reporting format beautifyings
26712:
26713: * src/: include/pa_value.h, include/pa_vclass.h,
26714: include/pa_vframe.h, main/core.C, main/execute.C,
26715: main/pa_value.C: get_method RIP. junctions everywhere. call with
26716: junctions0
26717:
26718: 2001-02-23 paf
26719:
26720: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26721: pa_wwrapper.h: lara came, can't work, sorry :(
26722:
26723: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26724: junction
26725:
26726: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26727: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26728: main/execute.C, main/main.dsp, main/pa_value.C: call0
26729:
26730: * src/: include/pa_hash.h, include/pa_value.h,
26731: include/pa_wcontext.h, main/core.C, main/execute.C,
26732: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26733: done
26734:
26735: * src/include/pa_wcontext.h: z
26736:
26737: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26738: wrong grammar in complex constructor case
26739:
26740: * src/main/: compile.y, execute.C: empty constructor bug fixed
26741:
26742: * src/main/execute.C: with result rwpool
26743:
26744: * src/: include/pa_value.h, main/core.C, main/execute.C,
26745: main/main.dsp: value named
26746:
26747: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26748: strign 2 value in 2 places in execute
26749:
26750: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26751: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26752: wcontext.put_element when wcontext fvalue==0
26753:
26754: 2001-02-22 paf
26755:
26756: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26757: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26758: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26759:
26760: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26761: erroreos checkout
26762:
26763: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26764:
26765: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26766: main/compile_tools.h, main/pa_array.C: $self.get
26767:
26768: * src/main/: compile.C, compile.y, compile_tools.C: z
26769:
26770: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26771: bit. finished now.
26772:
26773: * src/main/compile.y: $: finished
26774:
26775: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26776:
26777: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26778: main/execute.C: OP_STRING better then some xxx _VALUE
26779:
26780: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26781: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26782: string to vstring it .y all
26783:
26784: * src/: include/pa_request.h, include/pa_stack.h,
26785: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26786: all
26787:
26788: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26789: precise parse error line:col
26790:
26791: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26792: main/pa_hash.C, main/pa_pool.C: TRY...
26793:
26794: * src/: include/pa_exception.h, include/pa_pool.h,
26795: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26796: main/compile.C, main/compile.y, main/compile_tools.C,
26797: main/core.C, main/pa_array.C, main/pa_exception.C,
26798: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26799: main/pa_table.C: removed exception from request
26800:
26801: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26802: some forgotten
26803:
26804: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26805: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26806: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26807: get/put simple vars to VClass works0
26808:
26809: * src/: include/pa_array.h, include/pa_wcontext.h,
26810: main/pa_string.C: in process, but found that exceptions are too
26811: global
26812:
26813: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26814: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26815: main/execute.C, main/pa_string.C: write_value write_string 0 it
26816: seems wcontext must write strings regardles of fvalue!=0
26817:
26818: 2001-02-21 paf
26819:
26820: * src/main/execute.C: tired :)
26821:
26822: * src/main/: compile.C, compile.y, execute.C: store0
26823:
26824: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26825: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26826: include/pa_wcontext.h, main/compile.C, main/compile.y,
26827: main/execute.C, main/main.dsp, main/pa_array.C,
26828: main/pa_request.C: get put -1 [just compiled]
26829:
26830: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26831: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26832: main/main.dsp, main/pa_request.C: request core methods0
26833:
26834: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26835: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26836: execute
26837:
26838: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26839: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26840: methods and one_big_piece. now compile returns array<method*>
26841:
26842: * src/main/compile.y: more straightforward yylex[end]
26843:
26844: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26845: string.operator==(char*)
26846:
26847: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26848: main/execute.C, main/pa_array.C: after array.const get wonders
26849:
26850: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26851: pa_string.h, pa_value.h: struck with const array.gets
26852:
26853: * src/main/: execute.C: z
26854:
26855: * src/main/: compile.y, execute.C: z
26856:
26857: * src/main/: compile.C, compile.y, compile_tools.h: error
26858: processing in eval & yyerror so it wouldn't cause memleaks.
26859:
26860: * src/main/: compile.C, compile.y: failed to add absolute precies
26861: parse error positions. leaving RIGHTMOST position as
26862: @file[line:col]
26863:
26864: * src/: include/compile.h, main/compile.C, main/compile.y,
26865: main/compile_tools.h: line numbers needed. would add them to .y
26866: now internally. externally it's not as precise as needed
26867:
26868: * src/: include/code.h, include/pa_types.h, main/compile.C,
26869: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26870: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26871: compiler works ok
26872:
26873: 2001-02-20 paf
26874:
26875: * src/main/: compile.C, compile.y, compile_tools.C,
26876: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26877: not perfect
26878:
26879: * src/: include/code.h, include/compile.h, include/execute.h,
26880: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26881: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26882: main/compile.C, main/compile.y, main/compile_tools.C,
26883: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26884: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26885: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26886: compiled. execute=dump for now
26887:
26888: * src/main/core.C: core rewrite using yacc investigations now will
26889: be compile[yacc]/execute[opcodes]
26890:
26891: 2001-02-15 paf
26892:
26893: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26894: rewrite as turing machine? for it seems it would be it's too many
26895: ifs with this syntax now
26896:
26897: 2001-02-14 paf
26898:
26899: * src/main/core.C: get_params 1
26900:
26901: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26902: :( ]
26903:
26904: * src/main/core.C: varios breaks
26905:
26906: * src/main/core.C: get names 3
26907:
26908: * src/main/core.C: get names 2
26909:
26910: * src/main/core.C: get names 1
26911:
26912: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26913: names 0
26914:
26915: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26916: text repassing2 operator static vars
26917:
26918: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26919: main/pa_string.C: process text repassing
26920:
26921: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26922: module:calls changes
26923:
26924: 2001-02-13 paf
26925:
26926: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26927: ^class:calls[] started
26928:
26929: * src/: include/pa_value.h, main/core.C: z
26930:
26931: * src/main/core.C: operators : and self. prefixes
26932:
26933: * src/main/core.C: z
26934:
26935: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26936: tested
26937:
26938: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26939: optimized
26940:
26941: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26942: would change privates to better support optimization
26943:
26944: * src/: include/pa_string.h, main/pa_string.C:
26945: String_iterator::skip_to todo:optimize
26946:
26947: 2001-02-12 paf
26948:
26949: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26950: String_iterator
26951:
26952: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26953: comments
26954:
26955: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26956: self/methodref joined
26957:
26958: 2001-02-11 paf
26959:
26960: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26961: main/main.dsp: core started. core.C, context&value .h
26962:
26963: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26964: include/pa_string.h, main/main.dsp, main/pa_array.C,
26965: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26966:
26967: 2001-01-30 paf
26968:
26969: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26970: comments
26971:
26972: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26973: main/pa_pool.C: moved pa_pool.C to be target specific
26974:
26975: * src/: include/pa_exception.h, include/pa_pool.h,
26976: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26977: to & changes
26978:
26979: * src/: include/pa_exception.h, include/pa_pool.h,
26980: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26981: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26982: re-associated. that's much better even removed 'die' necessety
26983:
26984: * src/: include/pa_error.h, include/pa_exception.h,
26985: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26986: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26987: targets/Makefile.am: lowered targets/parser into subdir, added
26988: parser_Pool(Pool) failed to add. would think..
26989:
26990: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26991: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26992: main/pa_string.C, main/pa_table.C: Table more like C++ style
26993: hence lots of 'const'
26994:
26995: * src/: include/pa_error.h, include/pa_request.h,
26996: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26997: main/pa_table.C: Error fixed
26998:
26999: 2001-01-29 paf
27000:
27001: * src/: include/pa_array.h, include/pa_common.h,
27002: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
27003: include/pa_request.h, include/pa_string.h, include/pa_table.h,
27004: main/Makefile.am, main/pa_array.C, main/pa_common.C,
27005: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
27006:
27007: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27008: include/pa_string.h, include/pa_table.h, include/pa_types.h,
27009: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
27010: main/pa_string.C, main/pa_table.C: Request Error Table
27011:
27012: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
27013: templates"
27014:
27015: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
27016: main/main.dsp, main/pa_array.C: templates failed no template
27017: specializations [VC6], no library auto instantation [VC6, GNU c++
27018: 2.95.2-6 from latest cygwin]
27019:
27020: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27021: include/pa_string.h, include/pa_table.h, include/pa_types.h,
27022: main/main.dsp, main/pa_array.C, main/pa_string.C,
27023: main/pa_table.C: Table started would test template Array now
27024:
27025: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
27026: String originating
27027:
27028: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
27029: main/pa_hash.C: made local Hash-es not thread safe=quicker by
27030: SYNCHRONIZED(thread_safe)
27031:
27032: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
27033: parts to top
27034:
27035: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
27036: main/pa_threads.C: decided on one global_mutex, like PHP as I can
27037: see: needed only in global Hash now, made Hash:: put/get
27038: SYNCHRONIZED
27039:
27040: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
27041: main/pa_threads.C: added pa_threads
27042:
27043: Mutex
27044:
27045: * src/include/pa_hash.h: some comments
27046:
27047: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
27048: Array& operator += (Array& src)
27049:
27050: * src/main/pa_array.C: expand not convinient, would rewrite
27051:
27052: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
27053: (Array& src)
27054:
27055: rethought, would change now
27056:
27057: 2001-01-27 paf
27058:
27059: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
27060: caching
27061:
27062: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27063: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
27064: cache rethought to chunk caching
27065:
27066: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27067: include/pa_string.h, main/main.dsp, main/pa_array.C,
27068: main/pa_hash.C, main/pa_string.C: Array 0
27069:
27070: * src/main/pa_string.C: String::operator ==
27071:
27072: * src/main/pa_hash.C: String(&String)
27073:
27074: * src/main/pa_hash.C: added pa_hash.C [forgotten]
27075:
27076: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
27077: main/main.dsp, main/pa_string.C: uint, and added pa_types &
27078: pa_hash[forgotten]
27079:
27080: 2001-01-26 paf
27081:
27082: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
27083: removed templates [vc++ suxx]
27084:
27085: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
27086: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
27087:
27088: * src/include/: pa_pool.h, pa_string.h: pa_pool split
27089:
1.119 moko 27090: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 27091:
1.119 moko 27092: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 27093: check
27094:
27095: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
27096: dynamic row_count
27097:
27098: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27099: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27100: targets/Makefile.am: Initial revision
27101:
27102: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27103: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27104: targets/Makefile.am: creating parser3 module
27105:
E-mail: