Annotation of parser3/ChangeLog, revision 1.240
1.240 ! moko 1: 2026-07-19 moko
! 2:
! 3: * src/classes/curl.C: win32 compatibility (related to feature
! 4: #1295)
! 5:
! 6: * tests/: 450-curl.html, results/450-curl.processed:
! 7: $.resolve[^hash::create[]] test added (related to feature #1295)
! 8:
! 9: * tests/results/379-curl.processed: curl test results actualized
! 10: after ERRORBUFFER was used
! 11:
! 12: * src/classes/curl.C: check for empty hash added (related to
! 13: feature #1295)
! 14:
! 15: * src/lib/curl/curl.h: curl_slist + CURLOPT_RESOLVE added (related
! 16: to feature #1295)
! 17:
! 18: * tests/: 450-curl.html, results/450-curl.processed: tests for curl
! 19: $.resolve option added (related to feature #1295)
! 20:
! 21: * src/classes/curl.C: curl $.resolve[curl|parser] parser option
! 22: added to avoid getaddrinfo() curl thread creation; $.resolve[
! 23: $.[domain.name][ip] or $.[domain.name:port][ip] ] curl option
! 24: also added (implements feature #1295)
! 25:
! 26: * src/classes/inet.C: pa_name2ip extracted to be used in curl.C
! 27: (related to feature #1295)
! 28:
! 29: 2026-07-14 moko
! 30:
! 31: * src/: classes/curl.C, lib/curl/curl.h: CURLOPT_ERRORBUFFER used
! 32: to get more detailed error description (related to feature #1295)
! 33:
1.239 moko 34: 2026-07-11 moko
35:
36: * tests/: 030.html, results/030.processed: cookie $.expires(0) test
37: added (code coverage)
38:
39: * operators.txt: translation fixed
40:
1.238 moko 41: 2026-05-28 moko
42:
43: * src/include/pa_config_includes.h: warnings war
44:
45: * src/classes/classes.h: warnings war
46:
47: * src/include/pa_inline_hash.h: fix for old gcc
48:
1.237 moko 49: 2026-05-24 moko
50:
51: * src/main/pa_request.C, tests/httpd/041.txt, tests/httpd/042.txt,
52: tests/httpd/043.txt, tests/httpd/ok.log: more range check tests
53: added
54:
1.236 moko 55: 2026-05-06 moko
56:
57: * operators.ru.txt, operators.txt: ^int/double.++[] and
58: ^int/double.--[] documented (related to feature #1294)
59:
60: * tests/: 063.html, results/063.processed: test for
61: ^int/double.++[] and ^int/double.--[] added (related to feature
62: #1294)
63:
64: * src/classes/: double.C, int.C: ^int/double.++[] and
65: ^int/double.--[] added (adopted Sumo patch, implements feature
66: #1294)
67:
68: * src/main/main.vcproj: pa_inline_hash.h added (related to feature
69: #1293)
70:
1.235 moko 71: 2026-04-30 moko
72:
73: * src/include/pa_inline_hash.h: PA_PROBE_LIMIT added (related to
74: feature #1293)
75:
76: * src/include/pa_inline_hash.h: First lookup optimization added
77: (related to feature #1293)
78:
79: * src/include/pa_inline_hash.h: upgrade to linear-probing hash
80: (related to feature #1293)
81:
1.234 moko 82: 2026-04-25 moko
83:
84: * INSTALL, NEWS, README, buildall, src/classes/amqp.C,
85: src/classes/array.C, src/classes/bool.C, src/classes/classes.C,
86: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
87: src/classes/double.C, src/classes/file.C, src/classes/form.C,
88: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
89: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
90: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
91: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
92: src/classes/regex.C, src/classes/response.C,
93: src/classes/string.C, src/classes/table.C, src/classes/void.C,
94: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
95: src/include/pa_array.h, src/include/pa_base64.h,
96: src/include/pa_cache_managers.h, src/include/pa_charset.h,
97: src/include/pa_charsets.h, src/include/pa_common.h,
98: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
99: src/include/pa_dictionary.h, src/include/pa_dir.h,
100: src/include/pa_exception.h, src/include/pa_exec.h,
101: src/include/pa_globals.h, src/include/pa_hash.h,
102: src/include/pa_http.h, src/include/pa_inline_hash.h,
103: src/include/pa_int.h, src/include/pa_memory.h,
104: src/include/pa_opcode.h, src/include/pa_operation.h,
105: src/include/pa_os.h, src/include/pa_pool.h,
106: src/include/pa_random.h, src/include/pa_request.h,
107: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
108: src/include/pa_sapi.h, src/include/pa_socks.h,
109: src/include/pa_sql_connection.h,
110: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
111: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
112: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
113: src/include/pa_table.h, src/include/pa_threads.h,
114: src/include/pa_types.h, src/include/pa_uue.h,
115: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
116: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
117: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c,
118: src/lib/memcached/pa_memcached.C,
119: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
120: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
121: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
122: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
123: src/main/compile.tab.C, src/main/compile.y,
124: src/main/compile_tools.C, src/main/compile_tools.h,
125: src/main/execute.C, src/main/pa_base64.C,
126: src/main/pa_cache_managers.C, src/main/pa_charset.C,
127: src/main/pa_charsets.C, src/main/pa_common.C,
128: src/main/pa_dictionary.C, src/main/pa_dir.C,
129: src/main/pa_exception.C, src/main/pa_exec.C,
130: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_int.C,
131: src/main/pa_memory.C, src/main/pa_os.C, src/main/pa_pool.C,
132: src/main/pa_random.C, src/main/pa_request.C, src/main/pa_socks.C,
133: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
134: src/main/pa_stylesheet_connection.C,
135: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
136: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
137: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
138: src/main/untaint.C, src/main/helpers/simple_folding.pl,
139: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
140: src/targets/apache/mod_parser3_core.C,
141: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
142: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
143: src/types/pa_method.h, src/types/pa_property.h,
144: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vamqp.h,
145: src/types/pa_varray.C, src/types/pa_varray.h,
146: src/types/pa_vbool.h, src/types/pa_vcaller_wrapper.h,
147: src/types/pa_vclass.C, src/types/pa_vclass.h,
148: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
149: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
150: src/types/pa_vdate.C, src/types/pa_vdate.h,
151: src/types/pa_vdouble.h, src/types/pa_venv.C, src/types/pa_venv.h,
152: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
153: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
154: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
155: src/types/pa_vimage.C, src/types/pa_vimage.h,
156: src/types/pa_vint.h, src/types/pa_vjunction.C,
157: src/types/pa_vjunction.h, src/types/pa_vmail.C,
158: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
159: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
160: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
161: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
162: src/types/pa_vobject.h, src/types/pa_vregex.C,
163: src/types/pa_vregex.h, src/types/pa_vrequest.C,
164: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
165: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
166: src/types/pa_vstateless_class.h,
167: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
168: src/types/pa_vstatus.h, src/types/pa_vstring.C,
169: src/types/pa_vstring.h, src/types/pa_vtable.C,
170: src/types/pa_vtable.h, src/types/pa_vvoid.C,
171: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
172: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
173: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
174: src/types/pa_wwrapper.h: Copyright year updated, websites links
175: changed to https://
176:
177: * src/include/pa_inline_hash.h: delete added (related to feature
178: #1293)
179:
180: 2026-04-24 moko
181:
182: * src/: classes/reflection.C, main/pa_common.C, types/pa_method.h,
183: types/pa_vmethod_frame.h: inline-storage hash used to avoid
184: allocations for MethodFrame args and locals (imlpements feature
185: #1293) _stack uses for_each to avoid Iterator for
186: InlineHashString
187:
188: * src/include/: Makefile.am, pa_inline_hash.h: inline-storage hash
189: added to avoid allocations for MethodFrame args and locals
190: (related to feature #1293)
191:
192: * tests/: 337.html, 434.html, results/320.processed,
193: results/434.processed: test for ^A[v1;v2]=^array::create[v1;v2]
194: added (related to feature #1282)
195:
196: * src/classes/op.C: ^A[v1;v2]=^array::create[v1;v2] added
197: (implements feature #1282)
198:
199: * tests/: 447.html, results/447.processed: exceptions tests added
200: (related to feature #1286)
201:
202: * src/classes/reflection.C: native method exception added (related
203: to feature #1286)
204:
205: * src/main/execute.C: removes irrelevant lines from exception stack
206: trace when exception occur in array assigment (related to bug
207: #1165) + useless #define removed
208:
209: * src/: include/pa_request.h, main/compile.y: warnings war
210:
211: 2026-04-23 moko
212:
213: * src/main/: compile.y, compile_tools.C, compile_tools.h:
214: maybe_append_simple_diving_code() is not related to
215: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
216:
1.233 moko 217: 2026-03-01 moko
218:
219: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
220: main/pa_request.C: configure_user removed, $MAIN:MAIL now
221: processed inside ^mail:send[] (implements feature #1290)
222:
223: 2026-02-25 moko
224:
225: * tests/: 182.html, 182_dir/a7.p, results/182.processed: test for
226: array redefinition added
227:
228: * src/main/pa_request.C: array redefinition fixed
229:
230: * tests/: 182.html, results/182.processed: test for
231: ^reflection:classes[] order (related to feature #1289)
232:
233: * src/: classes/reflection.C, include/pa_request.h,
234: main/pa_request.C: classes now OrderedHashString, implements
235: feature #1289
236:
1.232 moko 237: 2026-02-02 moko
238:
239: * tests/: 307.html, results/307.processed: more "junction used
240: outside of context" tests added
241:
1.231 moko 242: 2026-01-09 moko
243:
244: * src/classes/amqp.C: auto_delete is better false by default
245: (related to feature #1288)
246:
247: * src/classes/amqp.C: more methods bool args fixes, nowait removed
248: (related to feature #1288)
249:
250: * src/classes/amqp.C: nowait was mixed up with exclusive in consume
251:
252: * src/classes/amqp.C: amqp_basic_cancel added to consume, purge
253: returns purged messages count (related to feature #1288)
254:
255: * tests/: 449.html, results/449.processed, results/auto.p: test for
256: table size limit added (related to feature #1276)
257:
258: * src/classes/table.C: $MAIN:LIMITS.max_array_size now used to
259: limit table size; note: for append and insert operations only
260: (implements feature #1276)
261:
262: 2026-01-08 moko
263:
264: * src/classes/amqp.C: addition to feature #1288: declare_exchange +
265: declare_queue = declare; delete_exchange + delete_queue = delete;
266: bind_queue -> bind; unbind_queue -> unbind; + purge, + info;
267: consume can be called without callback with optional $.count(N),
268: returns array of messages;
269:
270: 2026-01-07 moko
271:
272: * tests/: 448.html, results/448.processed: avoid 500, show
273: exception where not supported
274:
275: * src/include/pa_int.h: warnings war
276:
277: * tests/: 422.html, results/422.processed: test updated after wide
278: int implemented (feature #1273)
279:
280: * src/main/pa_int.C: warnings war
281:
282: * src/classes/classes.vcproj: +amqp.C
283:
284: * src/classes/: int.C, string.C: warnings war
285:
286: * src/classes/: op.C: warnings war
287:
288: * src/: classes/op.C, main/pa_int.C: warnings war
289:
290: * src/types/pa_vdate.h: warnings war
291:
292: * src/main/pa_int.C: warnings war continues
293:
294: * src/: include/pa_int.h, main/pa_int.C, types/pa_vint.h: warnings
295: war
296:
297: * src/types/pa_vdate.C: reverted, format_double still required here
298:
299: * src/: include/pa_int.h, main/pa_int.C, types/pa_vmath.C:
300: format_double now supports wint, $math:int_max and $math:int_min
301: added, PA_WIDE_INT is finally enabled by default (implements
302: feature #1273)
303:
304: * tests/: 275.html, results/275.processed: preparing tests for int
305: extension
306:
307: * tests/: 424.html, results/424.processed: actualized and prepared
308: for wide int
309:
310: 2026-01-06 moko
311:
312: * src/: classes/double.C, classes/int.C, classes/string.C,
313: include/pa_common.h, include/pa_int.h, include/pa_string.h,
314: main/execute.C, main/pa_common.C, main/pa_int.C,
315: types/pa_value.h, types/pa_vdate.C, types/pa_vdate.h,
316: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmethod_frame.h,
317: types/pa_vstring.h: feature #1273 core implementation:
318: value::as_wint added, implemented for int/double/string, and used
319: where applicable; vint now holds pa_wint type; format_double
320: moved to pa_int
321:
322: * src/: include/pa_array.h, include/pa_string.h, main/main.vcproj:
323: pa_int includes tuning, vcproj updated (related to feature #1273)
324:
325: * src/main/pa_int.C: build fix
326:
327: * src/: include/Makefile.am, main/Makefile.am: pa_int.h/pa_int.C
328: added, another preparation for feature #1273
329:
330: * src/: include/pa_array.h, include/pa_int.h, include/pa_string.h,
331: include/pa_types.h, main/pa_int.C, main/pa_string.C,
332: types/pa_vint.h: pa_int.h/pa_int.C added and all related code
333: moved there, pa_wint and related functions added, another
334: preparation for feature #1273
335:
1.230 moko 336: 2025-12-17 moko
337:
338: * src/classes/json.C: optimization: String::Empty used and avoided
339: using passed length.
340:
341: 2025-12-16 moko
342:
343: * src/classes/string.C: sync _int with _double, avoid int usage
344: (related to #1273)
345:
1.229 moko 346: 2025-12-08 moko
347:
348: * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE
349: define added and used for OS X as well
350:
1.228 moko 351: 2025-11-30 moko
352:
353: * configure, configure.ac, src/include/pa_config_auto.h.in,
354: src/include/pa_config_fixed.h: int64_t added in preparation to
355: feature #1273
356:
1.227 moko 357: 2025-11-22 moko
358:
359: * src/classes/amqp.C: delivery_tag changed from string to double
360: (related to feature #1288)
361:
1.226 moko 362: 2025-11-14 moko
363:
364: * src/types/pa_vstatus.C, tests/448.html,
365: tests/results/448.processed: $status:limit-cpu,
366: $status:limit-mem, $status:limit-nproc unlimited support added,
367: test added (related to feature #1280)
368:
369: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
370: $status:limit-mem, $status:limit-nproc added (implements feature
371: #1280)
372:
373: 2025-11-12 moko
374:
375: * tests/results/: 323.processed, 421.processed: tests results
376: updated after amqp class added
377:
1.225 moko 378: 2025-11-08 moko
379:
380: * src/classes/amqp.C: tls support added, errors reporting improved
381: (related to feature #1288)
382:
383: * src/classes/amqp.C: tls support added (related to feature #1288)
384:
385: * src/classes/amqp.C: exceptions text now printed (related to
386: feature #1288)
387:
388: * src/classes/amqp.C: properties hash simplified (related to
389: feature #1288)
390:
391: 2025-11-07 moko
392:
393: * src/classes/amqp.C: consume fixed (related to feature #1288)
394:
395: * src/classes/classes.C: + amqp class
396:
397: * buildall, configure, configure.ac, src/classes/Makefile.am,
398: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
399: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
400: updated for librabbitmq support (relates to feature #1288)
401:
402: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
403: basic RabbitMQ C library (librabbitmq) support (partially
404: implements #1288)
405:
1.224 moko 406: 2025-10-05 moko
407:
408: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
409: reflection.C, string.C: Optimization: valid_options optimized
410: where HashStringValue::Iterator used
411:
412: * tests/results/224.processed: test result updated after date
413: functions updated (related to #1287)
414:
415: 2025-10-04 moko
416:
417: * operators.ru.txt, operators.txt: actualized
418:
419: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
420:
421: * tests/: 447.html, results/447.processed: tests for
422: ^reflection:override[$method] added (related to feature #1286)
423:
424: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
425: added (related to feature #1285)
426:
427: * src/classes/reflection.C:
428: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
429: added (implements feature #1286)
430:
431: * src/main/execute.C: bugfix: when method is attached from another
432: class, it's junction_template is initialized with another class,
433: thus get_vjunction should be used (related to feature #1286)
434:
435: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
436: ^date:iso-string[] - static call now formats current date
437: (implements feature #1287)
438:
439: 2025-10-01 moko
440:
441: * buildall: built-in mailreceive path actualized
442:
1.223 moko 443: 2025-09-01 moko
444:
445: * src/classes/math.C: old compilers support in ^math:eq
446:
447: 2025-08-31 moko
448:
449: * tests/: 446.html, results/446.processed: tests for
450: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
451:
452: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
453: implements #1285)
454:
455: 2025-08-30 moko
456:
457: * operators.ru.txt, operators.txt: actualized
458:
459: * tests/: 230.html, results/230.processed: test for ^file.save
460: $.append(false|true) option added (related to feature #1284)
461:
462: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
463: ^file.save $.append(false|true) option added (implements feature
464: #1284)
465:
1.222 moko 466: 2025-08-16 moko
467:
468: * etc/auto.p.in: LIMIT max_array_size actualized
469:
1.221 moko 470: 2025-08-01 moko
471:
472: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
473: pa_GC_abort_func added and used (implements feature #1283)
474:
475: * src/include/: pa_array.h, pa_config_includes.h:
476: PA_DEBUG_DISABLE_GC mode fixed for sparse array
477:
1.220 moko 478: 2025-07-04 moko
479:
480: * src/main/pa_common.C: typo fixed (related to bug #1282)
481:
482: * src/main/pa_common.C: minor optimization + create_dir_for_file
483: checks for \ (related to bug #1282)
484:
485: 2025-07-03 moko
486:
487: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
488: under Windows (fixes bug #1282)
489:
490: * src/main/pa_common.C: file:delete for UTF-8 files now works under
491: Windows (fixes bug #1282)
492:
493: 2025-06-28 moko
494:
495: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
496: Yavor Doganov <yavor@gnu.org>
497:
498: * src/main/pa_charset.C: typo fixed (related to feature #1281)
499:
500: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
501: compatibility fixed (implements feature #1281)
502:
1.219 moko 503: 2025-05-31 moko
504:
505: * src/main/pa_http.C: old gcc compilation fix (related to feature
506: #1277)
507:
508: 2025-05-28 moko
509:
510: * src/: classes/array.C, include/pa_array.h: last
511: Array_iterator::key() removed (related to feature #1277)
512:
513: 2025-05-27 moko
514:
515: * src/: classes/array.C, classes/table.C, include/pa_array.h,
516: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
517: and used (related to feature #1277)
518:
1.218 moko 519: 2025-05-26 moko
520:
521: * src/: classes/array.C, classes/curl.C, classes/hash.C,
522: classes/hashfile.C, classes/image.C, classes/table.C,
523: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
524: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
525: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
526: VString(const char *avalue) added and used to optimize new
527: VString(*new String(i.key(), String::L_TAINTED)) (related to
528: feature #1277)
529:
530: * src/: classes/array.C, classes/curl.C, classes/file.C,
531: classes/hash.C, classes/image.C, classes/json.C,
532: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
533: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
534: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
535: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
536: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
537: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
538: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
539: types/pa_vxnode.C: implements feature #1277 String::Body(const
540: char *abody) now explicit but HashString::put(const char *str, V
541: value) added for simplicity optimizations: HASH_PUT_CSTR used
542: where hash.put called several time during execution; caching
543: String::Body::uitoa used at all pash.put(<uint> calls.
544:
545: 2025-05-25 moko
546:
547: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
548: to feature #1277)
549:
550: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
551:
552: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
553: added for caching (related to feature #1277)
554:
555: * src/include/pa_string.h: optimized String:pos versions added
556: (without language + char *) (related to feature #1277)
557:
558: 2025-05-24 moko
559:
560: * tests/: 445.html, results/445.processed: test for
561: ^hash.array[[keys|values]] added (related to feature #1274)
562:
563: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
564: feature #1274)
565:
1.217 moko 566: 2025-01-26 moko
567:
568: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
569:
1.216 moko 570: 2025-01-25 moko
571:
572: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
573:
574: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
575: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
576: autoheader && automake && autoconf
577:
578: * src/lib/ltdl/configure.ac: new autotools used
579:
580: * acsite.m4, configure.ac: new autotools warnings fixed
581:
1.213 moko 582: 2025-01-10 moko
583:
1.215 moko 584: * tests/results/320.processed: test result updated after syslog
585: added
586:
1.214 moko 587: * src/classes/op.C: minor MSVC fixes
588:
589: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
590:
1.213 moko 591: * operators.ru.txt, operators.txt: +
592: ^syslog[ident;message[;info|warning|error|debug]]
593:
594: * src/classes/op.C: +
595: ^syslog[ident;message[;info|warning|error|debug]] (implelents
596: feature #1270)
597:
598: * configure, configure.ac, src/include/pa_config_auto.h.in,
599: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
600:
601: 2025-01-06 moko
602:
603: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
604: 2^n) calculated and used
605:
606: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
607: https://www.hadrons.org/software/libmd/
608:
1.212 moko 609: 2024-12-28 moko
610:
611: * tests/httpd/run_tests.sh: for FreeBSD compatibility
612:
613: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
614: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
615: $request:uri and $request:path tests added (related to feature
616: #1269)
617:
618: * operators.ru.txt, operators.txt: + $request:path documented
619: (related to feature #1269)
620:
621: * tests/: 065.html, results/065.processed: $request:path,
622: $request:uri tested
623:
624: * src/types/pa_vrequest.C: $request:path default is empty string to
625: match an empty URI in console mode (related to feature #1269)
626:
627: * etc/auto.p.in: $request:path used (related to feature #1269)
628:
629: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
630: (implements feature #1269)
631:
632: 2024-12-26 moko
633:
634: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
635: 3.5.0
636:
637: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
638: pa-include/pa_errno.h, pa-include/pa_file_info.h,
639: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
640: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
641: pa_strcat
642:
643: * tests/results/223.processed: apache upgraded @parser.ru
644:
645: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
646: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
647: pa-include/pa_errno.h, pa-include/pa_file_info.h,
648: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
649: pa-include/pa_strings.h: sdbm updated from version included in
650: apache 2.0.43 to version included in apache 2.0.65
651:
652: 2024-12-24 moko
653:
654: * etc/auto.p.in: to avoid patching Debian package
655:
656: * src/main/: pa_exec.C, pa_http.C: final fixes for
657: --with-build-warnings (dangling-reference warnings can be
658: ignored)
659:
660: 2024-12-23 moko
661:
662: * src/: classes/file.C, classes/hash.C, classes/op.C,
663: include/pa_common.h, main/pa_http.C, main/pa_request.C,
664: types/pa_vcookie.C, types/pa_vform.C: more fixes for
665: --with-build-warnings
666:
667: * src/: classes/date.C, classes/inet.C, classes/op.C,
668: classes/reflection.C, include/pa_array.h,
669: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
670: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
671: --with-build-warnings
672:
1.211 moko 673: 2024-12-21 moko
674:
675: * Makefile.am: +operators.ru.txt
676:
677: * operators.ru.txt, operators.txt: typo fixed
678:
679: 2024-12-20 moko
680:
681: * operators.txt: whitespace synced
682:
683: * operators.ru.txt, operators.txt: curl added
684:
685: * operators.ru.txt, operators.txt: logically sorted
686:
687: * operators.ru.txt: id added
688:
689: * operators.txt: ID added
690:
691: * operators.txt: translated
692:
693: * operators.ru.txt, operators.txt: operators.txt translated to
694: english, synced format with operators.ru.txt
695:
696: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
697: formatted
698:
699: * operators.ru.txt, operators.txt: formatted, actualized, oracle
700: info moved to separate file
701:
702: 2024-12-19 moko
703:
704: * src/targets/cgi/parser3.C: avoid parser version requests logging
705: in parser3.log
706:
707: 2024-12-18 moko
708:
709: * buildall: preventing --with-system-mailreceive linking with
710: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
711: to feature #1199)
712:
1.210 moko 713: 2024-12-16 moko
714:
1.211 moko 715: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 716:
717: * src/classes/table.C: exception text fixed
718:
719: 2024-12-15 moko
720:
721: * tests/: 102.html, results/102.processed: tests updated after
722: $form:fields not editable again (related to feature #1254)
723:
724: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
725: be edited (related to feature #1254)
726:
727: * src/types/pa_vform.C: reverted that
728: $form:fields/tables/files/imap can be edited (related to feature
729: #1254) for backward compatibility
730:
731: 2024-12-14 moko
732:
1.211 moko 733: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 734:
735: * tests/results/auto.p: avoid $mac execution unless on OS X
736:
737: * tests/388-sql.html: more OS support
738:
739: 2024-12-13 moko
740:
741: * tests/388-sql.html: sql tests under OS X now fixed
742:
743: * tests/results/auto.p: curl test under OS X now works
744:
745: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
746: no dll name under Windows, hiding
747:
748: * tests/: 379-curl.html, results/379-curl.processed: some curl
749: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
750:
751: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
752: 389.html, results/030.processed, results/212.processed,
753: results/219.processed, results/273.processed,
754: results/320.processed, results/346-curl.processed,
755: results/389.processed, results/auto.p: ^try-catch-filtered added
756: and used
757:
758: * tests/: 347-curl.html, results/347-curl.processed: support for
759: different error messages
760:
761: * src/classes/curl.C: several curl libraries supported,
762: ^curl:options[ $.library[] ] resets to default
763:
764: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
765: removed as depends on curl version
766:
767: * tests/results/: 223-curl.processed, 394-curl.processed: curl
768: fixed bug with \n in file names, test result updated
769:
770: * tests/388-sql.html: +libmysqlclient.so
771:
772: * etc/auto.p.in: +libmariadb
773:
774: 2024-12-12 moko
775:
776: * tests/: 388-sql.html, results/429-sql.processed: test results
777: updated after test changed
778:
779: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
780: for newer MariaDB compatibility
781:
782: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
783: results/429-sql.processed: key -> id for new MariaDB
784: compatibility
785:
786: * src/types/pa_vmethod_frame.h: warning war
787:
788: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
789: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
790: including for Debian package
791:
792: 2024-12-11 moko
793:
794: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
795: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
796: $status:log-filename added (related to feature #1262)
797:
798: * tests/: 440.html, results/440.processed: test for row is checked
799: before accessing when table is modified during select (related to
800: bug #1258)
801:
802: * src/: classes/table.C, include/pa_table.h: row should be checked
803: before accessing as table can be modified during select (related
804: to bug #1258)
805:
806: * src/types/pa_vmail.C: $mail:received tables -> elements array
807: (related to feature #1226)
808:
809: * src/: classes/file.C, classes/image.C, classes/table.C,
810: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
811: better messages (related to feature #1267)
812:
813: * tests/results/: 065.processed, 246.processed, 337.processed,
814: 342.processed, 352.processed, 356.processed, 364.processed,
815: 372.processed, 373.processed, 389.processed, 404.processed,
816: 406.processed, 414.processed, 430.processed, 432.processed,
817: 442.processed: tests updated after params.as_string error
818: reporting was improved (related to feature #1267)
819:
820: * src/classes/reflection.C: error messages optimized (related to
821: feature #1267)
822:
823: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
824: error reporing for params.as_* (related to feature #1267)
825:
826: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
827: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
828: #1267)
829:
830: * tests/results/: 246.processed, 414.processed, 432.processed:
831: tests updated after params.as_string error reporting was improved
832: (related to feature #1267)
833:
834: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
835: reporing for params.as_string (implements feature #1267)
836:
837: * tests/: 065.html, results/065.processed: tests for file methods
838: accepting file as filename added (related to feature #1265)
839:
840: * src/: classes/file.C, include/pa_exception.h,
841: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
842: methods now accept file as path specification (adopted Sumo patch
843: implements feature #1265)
844:
845: * tests/: 400.html, results/400.processed: tests for result
846: optimization "locks" after first method call (related to feature
847: #1266)
848:
849: 2024-12-10 moko
850:
851: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
852: result_optimization comments (related to feature #1266)
853:
854: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
855: $result now stored in my_result, not in local variables hash
856: (implements feature #1266)
857:
1.209 moko 858: 2024-12-09 moko
859:
1.210 moko 860: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
861: set_my_variable in preparation for $result optimization (related
862: to feature #1266)
863:
1.209 moko 864: * tests/results/119.processed: newline corrected for some OS
865:
866: * tests/: 441.html, results/441.processed: Debian-specific test
867: commented
868:
869: * buildall: pcre2 10.42 -> 10.44
870:
871: 2024-12-08 moko
872:
873: * buildall: external links fixed
874:
875: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
876:
877: * src/include/pa_table.h: some clang versions compilation fix
878:
879: * configure.ac: 3.4.7b -> 3.5.0rc
880:
881: 2024-12-07 moko
882:
883: * tests/: 443.html, 444.html, results/443.processed,
884: results/444.processed: tests for named params (related to feature
885: #1205)
886:
887: * src/: classes/reflection.C, types/pa_method.h: named_params
888: support in reflection (related to feature #1205)
889:
890: * src/types/pa_vmethod_frame.h: extra_params and named params
891: should be also inited in ^method[] call (related to feature
892: #1205)
893:
894: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
895: support using @method[arg;.named_arg;.named_arg2] syntax
896: (implements feature #1205)
897:
898: * tests/: 443.html, results/443.processed: test for *args inited
899: added (related to bug #1264)
900:
901: * src/types/pa_vmethod_frame.h: *args are now inited even if not
902: specified (fixes bug #1264)
903:
904: * tests/: 442.html, results/442.processed: tests for
905: params.as_file_name(N) with empty file name added (related to
906: feature #1121)
907:
908: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
909: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
910: include/pa_exception.h, types/pa_vmethod_frame.h:
911: params.as_file_name(N) added and used instead of
912: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
913: (implements feature #1121)
914:
915: * src/: classes/file.C, classes/image.C, classes/op.C,
916: classes/table.C, include/pa_exception.h: filename is everywhere
917: params.as_string, unify exception and remove
918: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
919:
920: * tests/: 141.html, results/141.processed: test for
921: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
922: to feature #1263)
923:
924: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
925: $.format[file] ] now supported (implements feature #1263)
926:
927: 2024-12-06 moko
928:
929: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
930: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
931: (cgi/console/mail/httpd/apache/isapi) added (related to feature
932: #1262)
933:
934: 2024-12-05 moko
935:
936: * src/targets/cgi/parser3.C: more correct arguments processing to
937: block -fl config.file log.file logic (related to feature #1262)
938:
939: 2024-12-04 moko
940:
941: * src/targets/cgi/parser3.C: now only one log location is selected
942: and tried. -l - supported for stderr specification (related to
943: feature #1262)
944:
945: 2024-12-03 moko
946:
947: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
948: results/010.processed, results/415.processed: tests for
949: $.(expression)[value], $a.(expression), ^v.(expression)[args]
950: added (related to feature #1064)
951:
952: * src/main/compile.y: $.(expression)[value], $a.(expression),
953: ^v.(expression)[args] now supported (implements feature #1064)
954:
955: 2024-12-02 moko
956:
957: * src/targets/cgi/parser3.C: -l /path/to/log options added
958: (implements feature #1262)
959:
1.208 moko 960: 2024-12-01 moko
961:
962: * tests/: 010.html, results/010.processed: some tests related to
963: bug #1149 added
964:
965: * src/main/compile.y: the check pc.pos.col > 1 is not required
966: because we can't be here without a '$' before. The begin == end
967: check was incorrect since $[a]{b} fits this condition (fixes bug
968: #1149)
969:
970: 2024-11-29 moko
971:
972: * src/classes/array.C: warning war
973:
974: 2024-11-26 moko
975:
976: * tests/: 441.html, results/441.processed: a bit more testing
977: (related to bug #1238)
978:
979: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
980:
981: * src/main/pa_exec.C: simplification arg_quote added (related to
982: bug #1229)
983:
1.207 moko 984: 2024-11-25 moko
985:
986: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
987: bug #1239)
988:
989: 2024-11-24 moko
990:
991: * src/main/pa_exec.C: added cmd.exe specific
992:
993: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
994: tests for ^file::exec env and args tainting tests (related to bug
995: #1239)
996:
997: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
998:
999: * src/include/pa_config_includes.h: added recommendations for
1000: libxslt.a and and libexslt.a compilation under cygwin
1001:
1002: * tests/results/102.processed: $form:fields.value is now writable,
1003: as $form:value (related to feature #1254)
1004:
1005: * src/include/pa_config_includes.h: cigwin compilation fixes
1006:
1007: 2024-11-23 moko
1008:
1009: * tests/httpd/site/run_server.sh: to simplify testing
1010:
1011: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
1012: site/form.html: $form:files and $form:elements tests added, tests
1013: with curl supported (related to feature #1254)
1014:
1015: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
1016: types/pa_vform.h: $form:elements implemented, VForm::get_element
1017: uses faster SYMBOLS_EQ, hashes no longer copied when using
1018: $form:fields/tables/files/imap and can be edited (implements
1019: feature #1254)
1020:
1021: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
1022: bug #1261)
1023:
1.206 moko 1024: 2024-11-17 moko
1025:
1026: * tests/: 440.html, results/440.processed: tests for
1027: ^table.array[], offset restoration, iterators robust tests
1028: (related to bug #1258, features #1259 and #1260)
1029:
1030: * tests/: 439.html, results/439.processed: array and hash iterators
1031: robust tests (related to feature #1260)
1032:
1033: * src/: classes/array.C, classes/table.C, include/pa_array.h,
1034: include/pa_table.h: Array_robust_iterator added and used in cases
1035: where array can be modified during iteration (implements feature
1036: #1260)
1037:
1038: * src/classes/table.C: ^table.array[], ^table.array[column name],
1039: ^table.array{code} added (implements feature #1259)
1040:
1041: 2024-11-16 moko
1042:
1043: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
1044: table current row restoration after exception and table changes
1045: (fixes bug #1258)
1046:
1047: 2024-11-13 moko
1048:
1049: * src/classes/table.C: minor optimization
1050:
1051: * src/main/pa_string.C: \r added to default ^string.trim chars list
1052: (https://www.parser.ru/forum/?id=86648)
1053:
1.205 moko 1054: 2024-11-11 moko
1055:
1.206 moko 1056: * src/classes/classes.C: set_base commented
1057:
1058: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
1059: deleted
1060:
1061: * src/classes/classes.vcproj: no more classes.awk and classes.inc
1062:
1063: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
1064: classes.inc
1065:
1066: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
1067: main/pa_globals.C: classes.awk is useless, preparing to delete it
1068:
1.205 moko 1069: * src/classes/classes.h: temp fix
1070:
1071: 2024-11-10 moko
1072:
1073: * src/: classes/date.C, classes/file.C, classes/image.C,
1074: classes/op.C, main/pa_string.C: minor optimization
1075:
1076: * src/: classes/date.C, classes/file.C, classes/image.C,
1077: classes/op.C, main/pa_string.C: typo fixed
1078:
1079: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
1080: classes/file.C, classes/image.C, classes/op.C,
1081: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
1082: memory allocation befor main(). Only 3 allocations in chatsets
1083: left (implements feature #1257)
1084:
1085: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
1086: minor naming convention fix
1087:
1088: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
1089: results/436.processed, results/437.processed,
1090: results/438.processed: tests for @unhandled_exception processing
1091: (related to feature #1256)
1092:
1093: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1094: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1095: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
1096: are now processed in request::core for correct logging and
1097: reporting (feature #1256)
1098:
1099: * src/: include/pa_sapi.h, main/pa_request.C,
1100: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1101: targets/isapi/parser3isapi.C: unhandled exception now called if
1102: exception occures during $response:download processing (related
1103: to bug #1255)
1104:
1105: * etc/auto.p.in: better 404 error reporting
1106:
1107: 2024-11-09 moko
1108:
1109: * src/main/pa_memory.C: more detailed usage comment
1110:
1111: * src/main/pa_memory.C: usage commented
1112:
1113: * src/main/pa_memory.C: minor cleanup
1114:
1115: * src/types/: pa_varray.h, pa_vregex.h: warnings war
1116:
1117: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
1118: httpd/site/029.html, results/436.processed: test for exception in
1119: $response:download[] added
1120:
1121: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
1122: and avoid exit status 1 on die
1123:
1124: * tests/results/: 007.processed, 019.processed, 098.processed,
1125: 103.processed, 233.processed: windows headers matter for binary
1126: files
1127:
1128: * tests/httpd/ok.log: tests results updated as extra headers now
1129: cleared on error (related to bug #1255)
1130:
1131: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1132: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1133: targets/isapi/parser3isapi.C: headers buffering to avoid extra
1134: headers in errors, custom send_error in cgi/httpd mode to avoid
1135: memory allocations (fixes bug #1255)
1136:
1137: 2024-11-07 moko
1138:
1139: * tests/: 264.html, results/264.processed: tests updated to test
1140: removal of only trailing empty arguments for backward
1141: compatibility (related to feature #1252)
1142:
1143: * src/classes/file.C: remove trailing empty arguments for backward
1144: compatibility (related to feature #1252)
1145:
1146: 2024-11-05 moko
1147:
1148: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
1149: low memory case, when static initialization failed even before
1150: main() start
1151:
1152: 2024-11-04 moko
1153:
1154: * configure, src/include/pa_config_auto.h.in,
1155: src/include/pa_config_fixed.h: _locking no longer used
1156:
1157: * configure.ac: _locking no longer used (related to bug #1231)
1158:
1159: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
1160:
1161: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
1162:
1163: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
1164: unused
1165:
1166: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
1167: be used on locking errors (related to bug #1231)
1168:
1169: * src/main/pa_os.C: GetLastError used as errno is not set (related
1170: to bug #1231)
1171:
1172: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
1173: allowing shared lock to work (fixes bug #1231)
1174:
1175: * INSTALL: actualized, minor fixes
1176:
1177: * etc/auto.p.in: default LIMITS added
1178:
1179: * AUTHORS: links actualized
1180:
1181: * src/: classes/array.C, classes/bool.C, classes/classes.C,
1182: classes/classes.awk, classes/classes.h, classes/curl.C,
1183: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
1184: classes/hash.C, classes/hashfile.C, classes/image.C,
1185: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
1186: classes/math.C, classes/memcached.C, classes/memory.C,
1187: classes/op.C, classes/reflection.C, classes/regex.C,
1188: classes/response.C, classes/string.C, classes/table.C,
1189: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1190: include/pa_array.h, include/pa_base64.h,
1191: include/pa_cache_managers.h, include/pa_charset.h,
1192: include/pa_charsets.h, include/pa_common.h,
1193: include/pa_config_fixed.h, include/pa_config_includes.h,
1194: include/pa_dictionary.h, include/pa_dir.h,
1195: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1196: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1197: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1198: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1199: include/pa_request_charsets.h, include/pa_request_info.h,
1200: include/pa_sapi.h, include/pa_socks.h,
1201: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1202: include/pa_stack.h, include/pa_string.h,
1203: include/pa_stylesheet_connection.h,
1204: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1205: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1206: include/pa_uue.h, include/pa_xml_exception.h,
1207: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1208: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1209: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1210: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1211: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1212: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1213: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1214: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1215: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1216: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1217: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1218: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1219: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1220: main/pa_sql_driver_manager.C, main/pa_string.C,
1221: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1222: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1223: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1224: main/untaint.C, sql/pa_sql_driver.h,
1225: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1226: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1227: targets/isapi/parser3isapi.C, types/pa_junction.h,
1228: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1229: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
1230: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
1231: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1232: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
1233: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
1234: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
1235: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1236: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1237: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1238: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1239: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1240: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1241: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1242: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1243: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1244: types/pa_vresponse.C, types/pa_vresponse.h,
1245: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1246: types/pa_vstateless_object.h, types/pa_vstatus.C,
1247: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1248: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1249: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1250: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1251: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1252:
1.203 moko 1253: 2024-10-28 moko
1254:
1.204 moko 1255: * src/classes/array.C: avoid invalidate()
1256:
1257: * src/: classes/array.C, types/pa_varray.h: minor optimization for
1258: fused to survive in ^array::copy[$a] (related to feature #930)
1259:
1260: * src/types/pa_varray.h: minor optimization as last element is
1261: allways defined if present
1262:
1.203 moko 1263: * tests/: 435.html, results/435.processed: tests for
1264: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
1265: for array added (related to feature #1253)
1266:
1267: * src/classes/array.C: typo fixed
1268:
1269: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
1270: ^hash.set([-+]index)[value], and same for array added (implements
1271: feature #1253)
1272:
1273: * tests/results/: 246.processed, 298.processed, 342.processed,
1274: 389.processed, 397.processed, 430.processed, 432.processed: tests
1275: results update after minor exceptions texts fixes
1276:
1277: 2024-10-27 moko
1278:
1279: * src/: classes/array.C, classes/hash.C, classes/math.C,
1280: classes/reflection.C, classes/string.C, classes/table.C,
1281: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
1282: types/pa_vmethod_frame.h: handy as_index() added, several
1283: exceptions texts fixed (related to feature #930)
1284:
1285: * src/: classes/array.C, types/pa_varray.h: non-working
1286: $array.fields removed, ^array.delete[index] supported (related to
1287: feature #930)
1288:
1289: * tests/: 431.html, results/431.processed: tests updated after
1290: ^a.delete[3] supported
1291:
1292: * tests/: 431.html, 434.html, results/434.processed: tests for last
1293: element used, push/pop, exceptions during arguments processing
1294: and used caching (related to feature #930)
1295:
1296: * src/: classes/array.C, types/pa_varray.h: change_used added for
1297: better used caching and now no issues if exception occures during
1298: append arguments processing (related to feature #930)
1299:
1300: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
1301: ^array.pop[] added, last element is allways used (related to
1302: feature #930)
1303:
1304: 2024-10-26 moko
1305:
1306: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
1307: types/pa_varray.h: confirm_all_used added where possible (related
1308: to feature #930)
1309:
1310: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1311: small array optimizations (related to feature #930)
1312:
1313: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
1314:
1315: * tests/: 431.html, results/431.processed: test for
1316: ^array.compact[undef] added
1317:
1318: * src/classes/array.C: ^array.compact[] now have optional 'undef'
1319: argument to also compact undefined elements (related to feature
1320: #930)
1321:
1322: 2024-10-24 moko
1323:
1324: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
1325: VArray::hash is used rarery, no longer caching the result
1326:
1327: * tests/results/432.processed: testing removed from tests
1328:
1329: 2024-10-23 moko
1330:
1331: * tests/: 431.html, results/431.processed: ^array.compact[] test
1332: added
1333:
1334: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
1335:
1336: * tests/: 432.html, results/432.processed: testing ^array.at[] for
1337: both "solid" and "sparse" arrays
1338:
1339: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
1340:
1341: 2024-10-22 moko
1342:
1343: * tests/results/264.processed: spelling
1344:
1345: * src/classes/file.C: spelling
1346:
1347: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
1348: tests updated after ^file::exec[cmd;;$array] implemented and
1349: empty arguments not skipped (related to feature #1252)
1350:
1351: * src/classes/file.C: ^file::exec[cmd;;$array] supported
1352: (implements feature #1252) bugfix: empty arguments no longer
1353: skipped
1354:
1.205 moko 1355: 2024-10-21 moko
1356:
1357: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1358: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1359: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1360: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1361: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1362: site/index.html, site/test.txt: httpd tests added
1363:
1.202 moko 1364: 2024-10-20 moko
1365:
1366: * src/classes/string.C: warnings war
1367:
1368: * src/: main/pa_string.C, classes/array.C: warnings war
1369:
1370: * src/classes/json.C: warnings war
1371:
1372: * src/classes/image.C: warnings war
1373:
1374: * src/: classes/table.C, types/pa_varray.C: warnings war
1375:
1376: * src/classes/array.C: warning war
1377:
1378: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1379:
1380: * src/main/main.vcproj: warnings war
1381:
1382: 2024-10-19 moko
1383:
1384: * tests/427.html: test updated after constructors renamed
1385:
1386: 2024-10-18 moko
1387:
1388: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1389: results/421.processed, results/430.processed,
1390: results/431.processed: test updated after constructors renamed
1391:
1392: * src/classes/array.C: create -> copy, new -> create according to
1393: https://www.parser.ru/forum/?id=86603 discussion (related to
1394: feature #930)
1395:
1396: 2024-10-16 moko
1397:
1398: * src/classes/json.C: $json:array[array or hash] added to provide
1399: more backward compatibility (implements feature #1251)
1400:
1401: 2024-10-15 moko
1402:
1403: * tests/: 421.html, results/421.processed: test results updated
1404: after missing constuctor error check added and array is_index
1405: check added
1406:
1407: * src/main/execute.C: absent constructor message fixed
1408:
1.201 moko 1409: 2024-10-13 moko
1410:
1411: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1412: with is_index() before calling index() for better error reporting
1413: in method name typo (was invalid number, not method not found
1414: exception).
1415:
1416: 2024-10-08 moko
1417:
1418: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1419:
1420: * src/include/pa_array.h: warnings war
1421:
1.200 moko 1422: 2024-10-05 moko
1423:
1424: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1425: returns current row cells array (implements feature #1250)
1426:
1427: * tests/: 405.html, results/169.processed, results/405.processed:
1428: tests updated after ^string.split[;a] implemented (related to
1429: feature #1249)
1430:
1431: * src/classes/string.C: ^string.split[] - 'a' option added for
1432: splitting into an array (implements feature #1249)
1433:
1434: 2024-10-04 moko
1435:
1436: * tests/: 431.html, results/431.processed: final code coverage
1437: array tests
1438:
1439: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1440: array: confirm_all_used() added and used where possible, expand()
1441: now expends faster
1442:
1443: 2024-10-03 moko
1444:
1445: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1446:
1447: * tests/: 256.html, results/256.processed: test for
1448: $.date[unix-timestamp] handling large dates
1449:
1450: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1451: classes/string.C, classes/table.C, include/pa_common.h,
1452: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1453: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1454: format replaced with pa_uitoa where applicable,
1455: $.date[unix-timestamp] fixed for handling large dates
1456:
1457: * tests/: 433.html, results/433.processed: more tests, including
1458: test for possible endless recursion in ^o.GET[]
1459:
1460: * src/types/pa_vobject.C: bugfix: detecting possible endless
1461: recursion in get_scalar_value inside ^o.GET[]
1462:
1463: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1464: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1465: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1466: $LIMITS.max_recursion
1467:
1468: 2024-10-02 moko
1469:
1470: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1471: results/253.processed, results/287.processed,
1472: results/430.processed, results/433.processed: more tests for full
1473: array and json code coverage
1474:
1475: * tests/: 433.html, results/433.processed: tests for hash functions
1476: with array param
1477:
1478: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1479:
1480: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1481: in 246.html used to test ^array.at, same result produced
1482:
1483: * tests/: 430.html, 431.html, results/430.processed,
1484: results/431.processed: more array tests for 100% code coverage
1485: (related to feature #930)
1486:
1487: * tests/: 427.html, 430.html, results/427.processed,
1488: results/430.processed: first portion of array tests added
1489: (related to feature #930)
1490:
1491: * src/classes/array.C: allow only whitespace string as argument for
1492: add and join
1493:
1494: * src/classes/array.C: add behavour for array synced with hash
1495:
1496: 2024-09-30 moko
1497:
1498: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1499: tests added
1500:
1501: * src/classes/array.C: $.distinct should not be used unless
1502: $.sparse(true)
1503:
1504: * tests/: 429-sql.html, results/388-sql.processed,
1505: results/429-sql.processed: tests for ^array::sql{}, including
1506: multi_statements mode (related to feature #930)
1507:
1.199 moko 1508: 2024-09-29 moko
1509:
1510: * src/classes/array.C: synced ^array::sql multi_statements logic
1511: with ^hash::sql new behavour
1512:
1513: 2024-09-28 moko
1514:
1515: * tests/: 428-sql.html, results/388-sql.processed,
1516: results/428-sql.processed: tests updated after column names were
1517: fixed in multi_statements mode (related to feature #1197)
1518:
1519: * src/classes/hash.C: column names are fixed for most cases in
1520: multi_statements mode (related to feature #1197)
1521:
1522: * tests/: 428-sql.html, results/195.processed,
1523: results/224.processed, results/239.processed,
1524: results/254.processed, results/261.processed,
1525: results/306.processed, results/333.processed,
1526: results/341.processed, results/343.processed,
1527: results/344.processed, results/348.processed,
1528: results/364.processed, results/389.processed,
1529: results/390.processed, results/415.processed,
1530: results/420.processed, results/421.processed: tests results
1531: updated after error messages spelling minor fixes
1532:
1533: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1534: spelling
1535:
1536: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1537: classes/image.C, classes/math.C, classes/string.C,
1538: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1539: main/execute.C, main/pa_charset.C, main/pa_common.C,
1540: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1541: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1542: types/pa_vmail.C, types/pa_vobject.C,
1543: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1544: types/pa_vxdoc.C: minor error messages spelling fixes
1545:
1546: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1547: implementation (related to feature #930)
1548:
1549: * tests/: 388-sql.html, results/388-sql.processed: test results
1550: updated after rows number ^file::sql{} check added
1551:
1552: * src/classes/file.C: rows number now checked in ^file::sql{}
1553:
1554: * tests/: 428-sql.html, results/428-sql.processed: more tests
1555:
1556: * tests/: 428-sql.html, results/428-sql.processed: more
1557: multi_statements testing before bugfix
1558:
1559: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1560: results/428-sql.processed: support for multiple sql test files
1561: added
1562:
1563: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1564:
1565: * src/classes/hash.C: more accurate one_bool_column processing
1566:
1567: * tests/: 427.html, results/427.processed: Constructors as methods
1568: behavour documented in test
1569:
1570: * src/classes/hash.C: HashStringValue::Iterator used for options
1571:
1572: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1573:
1574: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1575: testing
1576:
1577: * tests/results/367-curl.processed: test result updated after
1578: server charset changed
1579:
1580: * tests/results/347-curl.processed: error messages updated
1581:
1582: * tests/results/: 346-curl.processed, 379-curl.processed,
1583: 394-curl.processed: tests results updated after Type -> Exception
1584: type replacement
1585:
1586: * tests/results/388-sql.processed: tests result updated after Type
1587: -> Exception type
1588:
1589: 2024-09-27 moko
1590:
1591: * src/classes/hash.C: minor simplification
1592:
1593: 2024-09-24 moko
1594:
1595: * src/main/pa_string.C: atoui error messages improved
1596:
1597: * tests/: 165.html, 312.html, results/165.processed,
1598: results/312.processed, results/379.processed: tests updated after
1599: default endless loop limit increased, atoi error messages
1600: improved
1601:
1602: * src/classes/hash.C: VBool::get used, unification
1603:
1.198 moko 1604: 2024-09-22 moko
1605:
1606: * src/classes/array.C: minor simplification
1607:
1608: * src/classes/array.C: ^array.left(N),
1609: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1610:
1611: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1612: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1613: added, default 1000000 (related to feature #930)
1614:
1615: * tests/: 426.html, results/426.processed: test for negative limit
1616: and offset processing for table options added
1617:
1618: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1619: bugfix: negative limit and offset processing for table options
1620: fixed
1621:
1622: 2024-09-21 moko
1623:
1624: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1625: ^for added that also iterates holes; ^remove added (related to
1626: feature #930)
1627:
1628: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1629: $.offset(M) ] added (related to feature #930)
1630:
1631: 2024-09-20 moko
1632:
1633: * src/: classes/array.C, types/pa_varray.h: array:
1634: +foreach[value]{code}, + add[hash with numeric keys] (related to
1635: feature #930)
1636:
1637: 2024-09-19 moko
1638:
1639: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1640: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1641: support $a[v1;v2;...] syntax (related to feature #930)
1642:
1643: 2024-09-17 moko
1644:
1645: * src/: classes/reflection.C, include/pa_request.h,
1646: main/compile_tools.h, main/pa_request.C:
1647: ^reflection:class_alias[existing class name;alias class name]
1648: added. The array class can now be redefined regardless of the
1649: $.replace(bool) option value (related to feature #930)
1650:
1651: * src/main/: compile.y, compile_tools.h: class_add return value
1652: inverted to add it to request class
1653:
1654: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1655: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1656: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1657: resize if required. spared array - added fused, append.
1658:
1.197 moko 1659: 2024-09-16 moko
1660:
1661: * src/types/pa_varray.h: get moved to where it belongs
1662:
1663: 2024-09-15 moko
1664:
1665: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1666: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1667:
1668: * tests/: 421.html, results/323.processed, results/421.processed:
1669: tests updated after 'spared-array' class renamed to 'array'
1670: following a discussion on the forum (related to feature #930)
1671:
1672: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1673: types/pa_vmail.C: initial SparseArray separation from Array,
1674: parser class now 'array'
1675:
1676: 2024-09-14 moko
1677:
1678: * tests/: 030.html, results/030.processed: out of range expires
1679: check added
1680:
1681: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1682: checking expires time using VDate
1683:
1684: 2024-09-13 moko
1685:
1686: * src/: classes/array.C, classes/curl.C, classes/date.C,
1687: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1688: classes/memcached.C, classes/op.C, classes/regex.C,
1689: classes/string.C, classes/xdoc.C, classes/xnode.C,
1690: main/execute.C, main/pa_http.C, main/pa_request.C,
1691: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1692: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1693: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1694: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1695: removed as dynamic_cast is faster, Value::is() is still required
1696: for is operator.
1697:
1698: 2024-09-12 moko
1699:
1700: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1701: classes/table.C, classes/xnode.C, include/pa_array.h,
1702: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1703: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1704: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1705: templated pa_itoa/pa_uitoa added to work with any integer type,
1706: String::Body::Format removed
1707:
1708: 2024-09-10 moko
1709:
1710: * src/classes/array.C: append and insert methods added to
1711: sparse-array (related to feature #930)
1712:
1713: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1714: tests updated after sparse-array was added to avoid ^json:parse[]
1715: using it in old tests (related to feature #930)
1716:
1717: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1718: types/pa_varray.h: sparse-array class added (initial feature #930
1719: implementation)
1720:
1721: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1722: for sparse-array class files (related to feature #930)
1723:
1724: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1725: types/pa_vhash.h: VArray support functions without actual VArray
1726: files (related to feature #930)
1727:
1.196 moko 1728: 2024-09-07 moko
1729:
1730: * src/: classes/curl.C, classes/string.C, classes/table.C,
1731: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1732: main/pa_http.C, main/pa_sql_driver_manager.C,
1733: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1734: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1735: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1736: with Hash::Iterator, has_next() replaced with operator bool
1737: (related to feature #930)
1738:
1739: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1740: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1741: types/pa_vstateless_class.C: Array class extended,
1742: Array::Iterator added and used (related to feature #930)
1743:
1.195 moko 1744: 2024-08-26 moko
1745:
1746: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1747: should be used on argv[0] as well to match document root.
1748:
1.194 moko 1749: 2024-08-25 moko
1750:
1751: * src/main/pa_request.C: be more specific
1752:
1753: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1754: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1755: (fixes bug #1244)
1756:
1757: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1758: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1759: rsplit(..., '\\') is not correct when / and \ are mixed in path
1760:
1761: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1762:
1.193 moko 1763: 2024-07-24 moko
1764:
1765: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1766: main/execute.C, main/pa_string.C: Warning war: clang changed
1767: -Wdeprecated-register warning to -Wregister, it's easier to
1768: remove all register vars then continue this fight. :)
1769:
1770: * src/main/: compile.y, compile.tab.C: warning war: register
1771: removed
1772:
1.192 moko 1773: 2024-07-14 moko
1774:
1775: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1776: checking the HTTP request environment; if the variable is not
1777: present, checking the web server process environment (implements
1778: feature #1242)
1779:
1.191 moko 1780: 2024-05-26 moko
1781:
1782: * tests/: 195.html, 229.html, results/096.processed,
1783: results/097.processed, results/158.processed,
1784: results/186.processed, results/273.processed,
1785: results/293.processed, results/317.processed,
1786: results/389.processed, results/402.processed: tests updated as
1787: single quote now escaped with ' in HTML tainting mode
1788: (related to feature #1241)
1789:
1790: * src/main/untaint.C: single quote now escaped with ' in HTML
1791: tainting mode (implements feature #1241)
1792:
1793: * tests/results/: 020.processed, 021.processed, 026.processed,
1794: 042.processed, 043.processed, 057.processed, 110.processed,
1795: 115.processed, 116.processed, 117.processed, 118.processed,
1796: 119.processed, 120.processed, 125.processed, 126.processed,
1797: 128.processed, 130.processed, 131.processed, 132.processed,
1798: 133.processed, 135.processed, 136.processed, 138.processed,
1799: 139.processed, 140.processed, 145.processed, 150.processed,
1800: 151.processed, 165.processed, 174.processed, 181.processed,
1801: 182.processed, 192.processed, 193.processed, 201.processed,
1802: 213.processed, 224.processed, 226.processed, 230.processed,
1803: 239.processed, 240.processed, 244.processed, 253.processed,
1804: 254.processed, 261.processed, 264.processed, 269.processed,
1805: 274.processed, 275.processed, 288.processed, 294.processed,
1806: 296.processed, 303.processed, 306.processed, 307.processed,
1807: 308.processed, 311.processed, 312.processed, 314.processed,
1808: 315.processed, 316.processed, 320.processed, 323.processed,
1809: 324.processed, 325.processed, 328.processed, 330.processed,
1810: 332.processed, 333.processed, 337.processed, 338.processed,
1811: 341.processed, 342.processed, 343.processed, 344.processed,
1812: 345.processed, 348.processed, 352.processed, 356.processed,
1813: 357.processed, 363.processed, 364.processed, 368.processed,
1814: 372.processed, 373.processed, 376.processed, 378.processed,
1815: 379.processed, 385.processed, 386.processed, 387.processed,
1816: 389.processed, 390.processed, 395.processed, 397.processed,
1817: 398.processed, 399.processed, 404.processed, 406.processed,
1818: 413.processed, 414.processed, 420.processed, 421.processed,
1819: 424.processed, auto.p: Type -> Exception type for readability
1820:
1821: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1822: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1823: results/119.processed, results/165.processed,
1824: results/175.processed, results/192.processed,
1825: results/213.processed, results/217.processed,
1826: results/230.processed, results/240.processed,
1827: results/298.processed, results/380.processed,
1828: results/415.processed: try-catch, try-catch-comment used
1829:
1830: 2024-05-21 moko
1831:
1832: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1833: results/180.processed, results/195.processed,
1834: results/224.processed, results/auto.p: @try-catch-comment added
1835: and used
1836:
1837: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1838: 415.html, results/269.processed, results/283.processed,
1839: results/auto.p: more tests are updated to prepare for apostrophe
1840: escaping in HTML tainting
1841:
1842: * tests/results/: 181.processed, 294.processed, 296.processed,
1843: 315.processed, 379.processed, 389.processed, auto.p:
1844: $exception.comment printed as-is for whitespace reporting and to
1845: prepare for apostrophe escaping in HTML mode
1846:
1.190 moko 1847: 2024-05-11 moko
1848:
1849: * tests/: 099.html, 100.html, results/099.processed,
1850: results/100.processed: a test for non-UTF-8 filename* added
1851: (related to feature #1240)
1852:
1853: * tests/: 293.html, results/293.processed: tainting modes tests
1854: added
1855:
1856: * tests/results/: 099.processed, 100.processed, 205.processed,
1857: 309.processed, 310.processed, 419.processed: tests results
1858: updated after filename* added (related to feature #1240)
1859:
1860: * src/: include/pa_common.h, main/pa_request.C: The filename*
1861: parameter was added to the Content-Disposition header to conform
1862: with RFC 6266, with code provided by Sumo (implements feature
1863: #1240)
1864:
1865: 2024-05-10 moko
1866:
1867: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1868: positive performance effect in our case
1869:
1.189 moko 1870: 2024-03-27 moko
1871:
1872: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1873: (related to feature #1236)
1874:
1875: 2024-03-15 moko
1876:
1877: * tests/: 413.html, results/413.processed: test for object still
1878: can be used as file parameter (related to bug #1218)
1879:
1880: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1881: still can be used in file context (fixes bug #1218)
1882:
1883: 2024-03-14 moko
1884:
1885: * src/include/pa_string.h: ArrayString get() null result assert
1886: also added (related to bug #1238)
1887:
1888: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1889: VString::empty() used instead of new VString()
1890:
1891: 2024-03-12 moko
1892:
1893: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1894: results/379.processed: test added for cookie without value
1895: (related to bug #1238)
1896:
1897: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1898: values are now required to be non-null (related to bug #1238)
1899:
1900: * src/main/pa_http.C: cookies without value are now parsed
1901: correctly (fixed bug #1238)
1902:
1903: 2024-03-11 moko
1904:
1905: * tests/run_parser.sh: for better error reporting
1906:
1.188 moko 1907: 2023-12-30 moko
1908:
1909: * tests/: 038.html, results/038.processed: test for atan2 added
1910:
1911: 2023-12-29 moko
1912:
1913: * src/classes/math.C: atan2(y,x) math function added
1914:
1.187 moko 1915: 2023-12-14 moko
1916:
1917: * tests/212.html: pcre2 compatibility (related to feature #1236)
1918:
1919: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1920: exceptions and behavour added (related to feature #1236)
1921:
1922: 2023-12-13 moko
1923:
1924: * buildall: by default parser is now bundled with pcre2 10.42,
1925: --without-pcre2 option added to build with pcre-8.45 (related to
1926: feature #1236)
1927:
1928: 2023-12-12 moko
1929:
1930: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1931: support added (implements feature #1236)
1932:
1933: * src/: include/pa_charset.h, include/pa_config_includes.h,
1934: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1935: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1936: types/pa_vregex.h: Adopted patch from Yavor Doganov
1937: <yavor@gnu.org> to add pcre2 library support (implements feature
1938: #1236)
1939:
1.186 moko 1940: 2023-11-28 moko
1941:
1942: * src/include/pa_config_includes.h: warnings war continues
1943:
1944: * src/include/pa_config_includes.h: warning war
1945:
1946: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1947: number strings, whitespace and sign in exception messages
1948: (related to bug #1234)
1949:
1.185 moko 1950: 2023-11-26 moko
1951:
1952: * tests/: 274.html, results/224.processed, results/274.processed:
1953: tests for date double, int, bool added (related to feature #1235)
1954:
1955: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1956: added for date class (implements feature #1235)
1957:
1958: 2023-11-23 moko
1959:
1960: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1961: and '-' strings are no longer can be treated as number 0,
1962: exception thrown (fixes bug #1234)
1963:
1.184 moko 1964: 2023-11-18 moko
1965:
1966: * src/include/pa_types.h: minor
1967:
1968: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1969:
1970: * tests/: 389.html, results/389.processed: error messages for some
1971: OS differs a bit, reducing failing tests for them
1972:
1973: 2023-11-17 moko
1974:
1975: * tests/: 423.html, results/423.processed: test for optional
1976: @auto[] inheritance added (related to feature #1233)
1977:
1978: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1979: types/pa_vstateless_class.C: optional @auto[] inheritance
1980: implemented if defined with two args (path, class name)
1981: (implements feature #1233)
1982:
1983: * src/: classes/double.C, classes/int.C, classes/math.C,
1984: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1985: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1986: sync double->int overflow behavour under different architectures
1987: (fixes bug #1232)
1988:
1989: * tests/: 422.html, results/422.processed: int clipping added
1990:
1991: 2023-11-16 moko
1992:
1993: * tests/: 422.html, results/422.processed: test for int and uint
1994: overflow in ^n.format[d/u/x]
1995:
1996: * src/classes/math.C: bugfix: crc32 should not be negative (under
1997: Apple M1 when negative double converts to uint the result is 0)
1998: and crc32 should be 32 bits
1999:
2000: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
2001: on Apple M1 it's 0
2002:
2003: * src/classes/file.C: bugfix: crc32 should not be negative (under
2004: Apple M1 when negative double converts to uint the result is 0)
2005: and crc32 should be 32 bits
2006:
1.183 moko 2007: 2023-10-07 moko
2008:
2009: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
2010: behavour with other OP_NUM_*, related to bug #1230
2011:
2012: 2023-10-06 moko
2013:
2014: * tests/: 338.html, results/338.processed: test for bug #1230 added
2015:
2016: * src/: main/execute.C, types/pa_vdate.h: force double operands to
2017: be converted to double to avoid 80 bit operations in x87 mode
2018: (fixes bug #1230)
2019:
2020: 2023-10-05 moko
2021:
2022: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
2023: compatibility
2024:
2025: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
2026:
2027: * tests/: 421.html, results/421.processed: test to cover all
2028: classes and objects nonexistent method and field exceptions
2029: (related to feature #1080 and #1227)
2030:
2031: * tests/results/: 182.processed, 324.processed: undefined method ->
2032: <type> method not found exception (related to feature #1080)
2033:
2034: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
2035: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
2036: "element can not be fetched from" for them, "field not found" for
2037: all other types (related to bug #1227)
2038:
2039: 2023-10-03 moko
2040:
2041: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
2042: <type> method not found" exception now thrown for static calls
2043: instead of "undefined method" without class name (related to
2044: feature #1080)
2045:
2046: 2023-10-02 moko
2047:
2048: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
2049: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
2050: <method name>, Comment: <type> method not found" exception now
2051: thrown for all dynamic objects instead of "undefined method"
2052: without class name (implements feature #1080)
2053:
1.182 moko 2054: 2023-10-01 moko
2055:
2056: * src/classes/json.C: we don't have a dynamic json object.
2057:
2058: 2023-09-28 moko
2059:
2060: * tests/: 420.html, results/261.processed, results/420.processed:
2061: tests updated after bug #1228 fix reverted
2062:
2063: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
2064: whitespace string is hash compatible, so we don't want $s.key to
2065: return a junction
2066:
2067: * tests/: 261.html, 420.html, results/261.processed,
2068: results/420.processed: test for bug #1227 added, test updated
2069: after bug #1228 fixed
2070:
2071: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
2072: now throws exception as $non-empty-string.field (fixes bug #1227)
2073:
2074: * src/types/pa_vstring.h: allow $string.method access (fixes bug
2075: #1228)
2076:
2077: 2023-09-26 moko
2078:
2079: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
2080: src/classes/classes.C, src/classes/classes.awk,
2081: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
2082: src/classes/double.C, src/classes/file.C, src/classes/form.C,
2083: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
2084: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
2085: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
2086: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
2087: src/classes/regex.C, src/classes/response.C,
2088: src/classes/string.C, src/classes/table.C, src/classes/void.C,
2089: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
2090: src/include/pa_array.h, src/include/pa_base64.h,
2091: src/include/pa_cache_managers.h, src/include/pa_charset.h,
2092: src/include/pa_charsets.h, src/include/pa_common.h,
2093: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
2094: src/include/pa_dictionary.h, src/include/pa_dir.h,
2095: src/include/pa_exception.h, src/include/pa_exec.h,
2096: src/include/pa_globals.h, src/include/pa_hash.h,
2097: src/include/pa_http.h, src/include/pa_memory.h,
2098: src/include/pa_opcode.h, src/include/pa_operation.h,
2099: src/include/pa_os.h, src/include/pa_pool.h,
2100: src/include/pa_random.h, src/include/pa_request.h,
2101: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
2102: src/include/pa_sapi.h, src/include/pa_socks.h,
2103: src/include/pa_sql_connection.h,
2104: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
2105: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
2106: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
2107: src/include/pa_table.h, src/include/pa_threads.h,
2108: src/include/pa_types.h, src/include/pa_uue.h,
2109: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
2110: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
2111: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
2112: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
2113: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
2114: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
2115: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
2116: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
2117: src/main/compile.tab.C, src/main/compile.y,
2118: src/main/compile_tools.C, src/main/compile_tools.h,
2119: src/main/execute.C, src/main/pa_base64.C,
2120: src/main/pa_cache_managers.C, src/main/pa_charset.C,
2121: src/main/pa_charsets.C, src/main/pa_common.C,
2122: src/main/pa_dictionary.C, src/main/pa_dir.C,
2123: src/main/pa_exception.C, src/main/pa_exec.C,
2124: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
2125: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
2126: src/main/pa_request.C, src/main/pa_socks.C,
2127: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
2128: src/main/pa_stylesheet_connection.C,
2129: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
2130: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
2131: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
2132: src/main/untaint.C, src/main/helpers/simple_folding.pl,
2133: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
2134: src/targets/apache/mod_parser3_core.C,
2135: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
2136: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
2137: src/types/pa_method.h, src/types/pa_property.h,
2138: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2139: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
2140: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
2141: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
2142: src/types/pa_vcookie.h, src/types/pa_vdate.C,
2143: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2144: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
2145: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
2146: src/types/pa_vhash.C, src/types/pa_vhash.h,
2147: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
2148: src/types/pa_vimage.C, src/types/pa_vimage.h,
2149: src/types/pa_vint.h, src/types/pa_vjunction.C,
2150: src/types/pa_vjunction.h, src/types/pa_vmail.C,
2151: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
2152: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
2153: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
2154: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
2155: src/types/pa_vobject.h, src/types/pa_vregex.C,
2156: src/types/pa_vregex.h, src/types/pa_vrequest.C,
2157: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
2158: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
2159: src/types/pa_vstateless_class.h,
2160: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
2161: src/types/pa_vstatus.h, src/types/pa_vstring.C,
2162: src/types/pa_vstring.h, src/types/pa_vtable.C,
2163: src/types/pa_vtable.h, src/types/pa_vvoid.C,
2164: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
2165: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
2166: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
2167: src/types/pa_wwrapper.h: copyright, authors actualized
2168:
1.181 moko 2169: 2023-08-20 moko
2170:
2171: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
2172: commited (related to feature #1219)
2173:
2174: 2023-08-16 moko
2175:
2176: * src/main/pa_random.C: replaced clock precision with monotonicity
2177: counter, good for Windows version with low clock frequency
2178: (related to feature #1229)
2179:
2180: 2023-08-15 moko
2181:
2182: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
2183: fixes related to feature #1229
2184:
2185: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
2186: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
2187: (implements feature #1229)
2188:
1.180 moko 2189: 2023-08-02 moko
2190:
2191: * tests/: results/417.processed, 417.html: test for empty string
2192: match after last char added (related to bug #1224)
2193:
2194: * src/main/pa_string.C: avoid prestart++ after last char on zero
2195: length match (related to bug #1224)
2196:
1.179 moko 2197: 2022-11-22 moko
2198:
2199: * tests/: 419.html, results/419.processed: test for L_URI and path
2200: removeal from filename added (related to bug #1204)
2201:
2202: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
2203: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
2204: attribute value, L_URI should be used
2205:
1.178 moko 2206: 2022-09-21 moko
2207:
2208: * src/targets/cgi/parser3.C: more clear error messages
2209:
2210: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
2211: SAPI_Info will return 0 in read_post and post_size !=
2212: content_length will be thrown
2213:
1.177 moko 2214: 2022-08-23 moko
2215:
2216: * src/types/pa_vmail.C: .tables addes as .raw contains only last
2217: header value
2218:
2219: 2022-08-22 moko
2220:
2221: * tests/: 418.html, results/418.processed: test for
2222: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
2223: to #1225)
2224:
2225: * src/classes/hash.C: keep old behavoir by default
2226:
2227: * src/classes/hash.C: ^hash_a.intersection[hash_b;
2228: $.order[self|arg] ] added (implements #1215)
2229:
1.176 moko 2230: 2022-03-21 moko
2231:
2232: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
2233: xmlInitCharEncodingHandlers is called in libxml static
2234: initializers before gc_substitute_memory_management_functions in
2235: pa_globals and thus gc may not see reference to our
2236: xmlCharEncodingHandler and free it.
2237:
1.175 moko 2238: 2022-01-26 moko
2239:
2240: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
2241:
1.174 moko 2242: 2021-12-28 moko
2243:
2244: * tests/: 417.html, results/417.processed: test for empty string
2245: match added (related to bug #1224)
2246:
2247: * src/main/pa_string.C: empty string match now works (fixes bug
2248: #1224)
2249:
1.173 moko 2250: 2021-12-24 moko
2251:
2252: * tests/: 415_dir/29.p, results/415.processed: yet another test
2253:
2254: 2021-12-23 moko
2255:
2256: * src/: classes/table.C, main/pa_request.C: warnings war
2257:
2258: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
2259: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
2260:
2261: 2021-12-21 moko
2262:
2263: * tests/: 416.html, results/416.processed: test for ^break[] in
2264: ^hash/table.select[] (related to feature #1222)
2265:
2266: * src/classes/: hash.C, table.C: ^break[] support for
2267: ^hash/table.select[] (implements feature #1222)
2268:
1.172 moko 2269: 2021-11-30 moko
2270:
2271: * src/targets/cgi/parser3.C: default sock_ready interval changed to
2272: 0.5 sec
2273:
1.171 moko 2274: 2021-11-10 moko
2275:
2276: * tests/results/415.processed: more syntax errors tests added
2277:
2278: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
2279: 28.p: minor syntax error tests
2280:
2281: * src/main/pa_exception.C: pa_strdup added for compatibility
2282:
2283: * src/classes/curl.C: hint to call ^curl:options[
2284: $.library[correct.libcurl.so.name] ] added if default load fails.
2285:
2286: 2021-11-09 moko
2287:
2288: * src/main/compile.y: error message can be on stack
2289:
2290: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
2291:
2292: * src/main/pa_charset.C: memcpy is more correct and efficient in
2293: this case then strncpy
2294:
2295: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
2296: instead of strcpy where possible
2297:
2298: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
2299: used to avoid MAX_STRING limit in Exception comment
2300:
2301: * tests/results/415.processed: compiler exceptions are no longer
2302: limited to MAX_STRING
2303:
2304: * src/main/: compile.y, compile_tools.h: Parse_control uses const
2305: char * instead of fixed buffer
2306:
2307: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
2308: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
2309: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
2310: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
2311: results/415.processed: tests for parser.compile exceptions added
2312:
2313: 2021-11-08 moko
2314:
2315: * src/: classes/math.C, include/pa_common.h, main/compile.y,
2316: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
2317: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2318: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
2319: drawbacks
2320:
1.170 moko 2321: 2021-11-06 moko
2322:
2323: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
2324: (implements feature #1219)
2325:
2326: * tests/: 414.html, results/414.processed: test for
2327: ^hash.rename[from;to] added (related to feature #1144)
2328:
2329: 2021-11-05 moko
2330:
2331: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
2332: (related to feature #1144)
2333:
2334: 2021-11-04 moko
2335:
2336: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
2337: added (implements feature #1144)
2338:
1.169 moko 2339: 2021-10-19 moko
2340:
2341: * tests/: 413.html, results/413.processed: test for hash no longer
2342: is accepted as file parameter (related to bug #1218)
2343:
2344: * src/: classes/curl.C, classes/file.C, classes/image.C,
2345: classes/math.C, classes/xdoc.C, types/pa_value.C,
2346: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
2347: longer is accepted as file parameter (fixes bug #1218)
2348:
1.168 moko 2349: 2021-07-19 moko
2350:
2351: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
2352: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
2353:
1.167 moko 2354: 2021-04-16 moko
2355:
2356: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2357: processing it leads to assertions.
2358:
1.166 moko 2359: 2021-03-25 moko
2360:
2361: * tests/: 412.html, results/412.processed: test to demonstrate bug
2362: #1213
2363:
1.165 moko 2364: 2021-02-12 moko
2365:
2366: * tests/: 360.html, results/360.processed, results/363.processed:
2367: parser method call in expression mode no longer differs from call
2368: in string mode (related to feature #1211)
2369:
2370: 2021-02-11 moko
2371:
2372: * src/types/pa_vmail.C: mail parsing with Windows line endings
2373: fixed (bug #1212)
2374:
2375: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2376: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2377: strings in both calls (implements feature #1211)
2378:
1.164 moko 2379: 2021-01-28 moko
2380:
2381: * buildall, etc/auto.p.in: to remove last patch in debian package
2382:
2383: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2384: 3.4.7b
2385:
1.162 moko 2386: 2021-01-21 moko
2387:
2388: * src/main/pa_http.C: no alarm() in file::load when web server mode
2389: is MULTITHREADED
2390:
1.157 moko 2391: 2021-01-20 moko
2392:
1.161 moko 2393: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2394: 'a2enmod mpm_prefork'
2395:
1.160 moko 2396: * src/targets/apache/mod_parser3.c: prefork name is now
2397: 'libapache2-mpm-itk'
2398:
2399: * src/targets/apache/mod_parser3_core.C: last regular malloc
2400: removed
2401:
1.159 moko 2402: * src/targets/isapi/Makefile.am: -pa_threads.C
2403:
1.158 moko 2404: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2405: 3.4.6
2406:
1.157 moko 2407: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2408:
2409: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2410: /httpd.p
2411:
2412: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2413: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2414: #1203)
2415:
2416: 2021-01-19 moko
2417:
2418: * buildall: --disable-parallel-mark added to avoid "number of
2419: processors" threads creation for heap marking as it conflicts
2420: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2421: limits threads)
2422:
1.156 moko 2423: 2021-01-16 moko
2424:
2425: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2426: main/pa_globals.C, main/pa_memory.C,
2427: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2428: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2429: feature #1209)
2430:
2431: 2021-01-15 moko
2432:
2433: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2434: 3.4.6rc
2435:
2436: * src/classes/json.C: get_delim added for delimiter caching (10%
2437: faster on large json)
2438:
2439: 2021-01-14 moko
2440:
1.211 moko 2441: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2442:
2443: * tests/results/224.processed: test result modified after
2444: today(shift) implemented
2445:
2446: * tests/: 407.html, results/407.processed: test for ^hash.select
2447: option $.default(bool) added (related to feature #1172)
2448:
2449: * src/classes/hash.C: ^hash.select option $.default(bool) added
2450: (related to feature #1172)
2451:
2452: * tests/: 141.html, results/141.processed: test modified for
2453: feature #1185.
2454:
2455: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2456: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2457: options $.lower(bool) (implements feature #1185)
2458:
2459: 2021-01-11 moko
2460:
2461: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2462: #1192)
2463:
2464: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2465: added (related to feature #1192)
2466:
1.155 moko 2467: 2021-01-05 moko
2468:
2469: * tests/: 270.html, results/270.processed: test modified to work
2470: under Windows
2471:
2472: * tests/: 390.html, 395.html, results/395.processed: tests updated
2473: 4 windows
2474:
2475: * tests/: 410.html, results/410.processed: test for
2476: $CLASS-GETTER-PROTECTED(false) added
2477:
2478: 2021-01-04 moko
2479:
2480: * tests/: 409.html, results/409.processed, results/auto.p: test for
2481: $MAIN:LOCALS(true) added
2482:
1.154 moko 2483: 2021-01-03 moko
2484:
2485: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2486: types/pa_vclass.h, types/pa_vstateless_class.C,
2487: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2488: +LOCALS. $main -> $MAIN in exception texts (implements feature
2489: #1207)
2490:
2491: 2021-01-02 moko
2492:
2493: * etc/auto.p.in: minor
2494:
2495: * src/main/pa_request.C: sending headers only after opening file to
2496: allow error reporting if file was not opened (foreign group,
2497: etc).
2498:
2499: 2020-12-31 moko
2500:
2501: * src/: include/pa_request.h, main/pa_request.C,
2502: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2503:
2504: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2505: main/pa_request.C: get_class_ref added and used
2506:
2507: * etc/auto.p.in: @CLASS httpd added
2508:
2509: * etc/auto.p.in: @auto[] is now first
2510:
2511: 2020-12-30 moko
2512:
2513: * tests/: 408.html, results/408.processed: test for bug #1166
2514: (windows only) added
2515:
2516: * src/main/pa_common.C: create_dir_for_file should not create dir
2517: for trailing / (fixes bug #1166)
2518:
2519: * tests/: 341.html, results/341.processed: tests for
2520: ^nameless_table.hash[] added (related to feature #1138)
2521:
2522: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2523: (implements feature #1138), extra fields in named tables no
2524: longer ignored (implements feature #1138)
2525:
2526: * tests/results/390.processed: updated after exception text change
2527:
2528: 2020-12-29 moko
2529:
2530: * tests/: 407.html, results/407.processed: +$._default check
2531:
2532: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2533:
2534: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2535: and ^hash.reverse[] added (releated to feature #1172)
2536:
2537: * src/classes/hash.C:
2538: ^hash.select[key;value](bool-condition)[options hash] +
2539: ^hash.reverse[] added (implements feature #1172)
2540:
2541: * src/types/pa_vtable.h: warning war
2542:
2543: * src/include/pa_config_fixed.h: win32 fix
2544:
1.153 moko 2545: 2020-12-27 moko
2546:
2547: * tests/: 406.html, results/406.processed: test results updated
2548:
2549: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2550: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2551: spelling
2552:
2553: 2020-12-26 moko
2554:
2555: * tests/: 406.html, results/406.processed: tests for
2556: ^table.rename[] added (related to feature #1148)
2557:
2558: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2559: ^table.rename[column name from;column name to], ^table.rename[
2560: $.[column name from][column name to] ... ] added (implements
2561: feature #1148)
2562:
2563: 2020-12-25 moko
2564:
2565: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2566: request_info now on stack to avoid yet another THREAD_LOCAL
2567: memory deallocation issue (now with cookies), explained in #1203
2568:
2569: * src/types/pa_vcookie.C: fields should be inited
2570:
2571: 2020-12-24 moko
2572:
2573: * src/include/pa_stylesheet_connection.h: looks like
2574: xsltFreeStylesheet leads to memory double-free. If so, it's for
2575: sure libxml bug, but we have GC anyway, so we just remove this
2576: call and see...
2577:
2578: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2579: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2580: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2581: abort.c:65:8 frame #3: 0x00000000004da663
2582: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2583: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2584: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2585: malloc.c:617:9 frame #5: 0x0000000000577f0c
2586: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2587: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2588: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2589: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2590: frame #8: 0x000000000050d35c
2591: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2592: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2593: frame #10: 0x00000000004436e5
2594: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2595: [inlined]
2596: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2597: pa_stylesheet_connection.h:62:3
2598:
2599: 2020-12-23 moko
2600:
2601: * src/classes/image.C: ^image::measure[; $.video() ] option added
2602:
2603: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2604: ^image::measure[; $.video(true) ] added
2605:
2606: * src/main/pa_exec.C: not cleared automatically in multithreaded
2607: httpd mode for unknown reasons
2608:
2609: 2020-12-22 moko
2610:
2611: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2612: error_log uri of currently processed document", but never used
2613: and conflicts with how libgc stops threads on FreeBSD (#define
2614: SIG_SUSPEND SIGUSR1), thus removed.
2615:
2616: 2020-12-21 moko
2617:
2618: * src/main/pa_request.C: +comment
2619:
1.151 moko 2620: 2020-12-20 moko
2621:
1.152 moko 2622: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2623: it is more safe to have versions of pa_strdup with one and two
2624: arguments, as helper_length=0 not always mean that strlen()
2625: should be called, but means zero.
2626:
2627: * src/targets/isapi/parser3isapi.C: minor
2628:
2629: * src/main/pa_http.C: +valid_http_method
2630:
1.151 moko 2631: * src/: include/pa_http.h, main/pa_http.C,
2632: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2633:
2634: 2020-12-17 moko
2635:
2636: * tests/: 405.html, results/405.processed: test for split by regex
2637: added (related to feature #1160)
2638:
2639: * src/classes/string.C: split by regex implemented (feature #1160)
2640:
2641: * src/classes/string.C: minor
2642:
2643: * tests/: 404.html, results/404.processed: test for whitespace
2644: string is now OK for table argument (related to feature #1169)
2645:
2646: * src/: classes/image.C, classes/string.C, classes/table.C,
2647: types/pa_vmethod_frame.C: whitespace string is now OK for table
2648: argument (as with hash) (implements feature #1169)
2649:
2650: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2651: limit for comment (fixes bug #1102)
2652:
2653: * src/targets/cgi/parser3.C: +HAVE_TLS check
2654:
2655: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2656:
2657: * src/include/pa_config_includes.h: HAVE_TLS used
2658:
2659: * configure.ac: +TLS check
2660:
2661: * src/main/pa_http.C: content logging added
2662:
2663: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2664: clear_response_headers added
2665:
2666: 2020-12-16 moko
2667:
2668: * buildall: as we now use threads, libatomic_ops still required for
2669: some OS.
2670:
2671: * src/main/pa_request.C: whitespace
2672:
2673: * src/: include/pa_request.h, main/pa_request.C:
2674: Request::Exception_trace::table extracted and used
2675:
2676: * src/main/pa_request.C: moving output_result call outside of try
2677: as network exceptions should not be handled by parser code
2678:
2679: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2680: logging network exchange
2681:
2682: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2683: via network if it was network write error.
2684:
2685: * src/targets/cgi/parser3.C: log -> pa_log
2686:
2687: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2688:
2689: * src/main/pa_threads.C: getpid() if no gettid() found
2690:
2691: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2692: we need to ignore "void" connections from browsers (browsers open
2693: connections in advance and they will be empty if user does not
2694: request more pages)
2695:
2696: 2020-12-15 moko
2697:
2698: * src/targets/cgi/parser3.C: avoid previous uri in logs
2699:
2700: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2701: RequestController not needed in httpd mode
2702:
2703: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2704: classes/classes.h, classes/curl.C, classes/date.C,
2705: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2706: classes/hashfile.C, classes/image.C, classes/inet.C,
2707: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2708: classes/memcached.C, classes/memory.C, classes/op.C,
2709: classes/reflection.C, classes/regex.C, classes/response.C,
2710: classes/string.C, classes/table.C, classes/void.C,
2711: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2712: include/pa_array.h, include/pa_base64.h,
2713: include/pa_cache_managers.h, include/pa_charset.h,
2714: include/pa_charsets.h, include/pa_common.h,
2715: include/pa_config_fixed.h, include/pa_config_includes.h,
2716: include/pa_dictionary.h, include/pa_dir.h,
2717: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2718: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2719: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2720: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2721: include/pa_request_charsets.h, include/pa_request_info.h,
2722: include/pa_sapi.h, include/pa_socks.h,
2723: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2724: include/pa_stack.h, include/pa_string.h,
2725: include/pa_stylesheet_connection.h,
2726: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2727: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2728: include/pa_uue.h, include/pa_xml_exception.h,
2729: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2730: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2731: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2732: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2733: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2734: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2735: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2736: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2737: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2738: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2739: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2740: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2741: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2742: main/pa_sql_driver_manager.C, main/pa_string.C,
2743: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2744: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2745: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2746: main/untaint.C, sql/pa_sql_driver.h,
2747: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2748: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2749: targets/isapi/parser3isapi.C, types/pa_junction.h,
2750: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2751: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2752: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2753: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2754: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2755: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2756: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2757: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2758: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2759: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2760: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2761: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2762: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2763: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2764: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2765: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2766: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2767: types/pa_vstateless_object.h, types/pa_vstatus.C,
2768: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2769: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2770: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2771: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2772: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2773:
2774: * src/main/pa_request.C: old compilers support
2775:
2776: * tests/: 362.html, results/362.processed: test updated after
2777: changes after upgrade to libxml2-2.9.9 were made (related to bug
2778: #1108)
2779:
2780: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2781: removed, as xsltFreeStylesheet has side effects on original doc.
2782: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2783: not updated after xdoc modification (part 3 of test 362).
2784: (related to bug #1108)
2785:
2786: * src/targets/isapi/parser3isapi.C: +pa_strcat
2787:
2788: * src/: classes/memory.C, include/pa_memory.h,
2789: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2790: PA_GC_GCOLLECT used
2791:
2792: * src/include/pa_memory.h: +PA_GC_COLLECT
2793:
2794: * src/targets/cgi/parser3.C: msvs support fixes
2795:
2796: * src/lib/gc/include/gc.h: more cleanup
2797:
2798: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2799:
2800: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2801: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2802:
2803: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2804:
2805: * configure.ac: pthread.h added to checked headers
2806:
2807: * src/classes/table.C: string stream is back :)
2808:
2809: * src/classes/memory.C: GC_generate_random_backtrace no longer
2810: exists
2811:
2812: * src/main/pa_globals.C: GC_dont_gc replaced
2813:
2814: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2815: left to simplify adding new functions. depricated GC_dont_gc
2816: replaced with GC_disable and GC_enable calls.
2817:
2818: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2819: CORD_from_file* not used and thus removed
2820:
2821: * src/lib/gc/include/gc_allocator.h: minor cleanup
2822:
2823: 2020-12-14 moko
2824:
2825: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2826: referenced elsewhere, or GC will collect it.
2827:
2828: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2829: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2830: elsewhere, or GC will collect them (and we'll get GPF in
2831: multithreaded enviroment). May be it can be also fixed by some
2832: GC call, not sure. But this fix costs nothing (but hours of
2833: debugging to find the issue :).
2834:
1.150 moko 2835: 2020-12-11 moko
2836:
2837: * configure.ac: gettid() check added
2838:
2839: * src/main/pa_threads.C: HAVE_GETTID used
2840:
2841: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2842:
2843: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2844: version for isapi/cgi/apache
2845:
2846: * buildall: threads are now required.
2847:
2848: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2849: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2850: main/main.vcproj: pa_threads.C moved to main
2851:
2852: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2853: isapi/pa_threads.C: pa_threads.C moved to main
2854:
2855: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2856: targets/apache/Makefile.am: pa_threads.C moved to main
2857:
2858: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2859:
2860: * src/: include/pa_stylesheet_connection.h,
2861: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2862: and weird GPF in multithreaded httpd is gone
2863:
2864: * src/include/: pa_stylesheet_connection.h,
2865: pa_sql_driver_manager.h: whitespace
2866:
2867: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2868:
2869: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2870: main/pa_stylesheet_manager.C: whitespace, warning war
2871:
2872: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2873: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2874: parser_multithreaded never used
2875:
2876: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2877:
2878: 2020-12-10 moko
2879:
2880: * src/: include/pa_config_includes.h, include/pa_http.h,
2881: main/pa_http.C, targets/cgi/parser3.C: initial support for
2882: MULTITHREADED and PARALLEL httpd server modes
2883:
2884: * src/main/pa_globals.C: GC_java_finalization is depricated
2885:
2886: 2020-12-09 moko
2887:
2888: * etc/auto.p.in: + @httpd-main
2889:
2890: * src/: include/pa_common.h, main/pa_request.C,
2891: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2892: work
2893:
2894: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2895: slow file_read_binary no longer used, send_range added
2896:
2897: 2020-12-08 moko
2898:
2899: * src/main/pa_request.C: >4Gb support
2900:
2901: * src/targets/cgi/parser3.C: msvc warning war
2902:
2903: * src/: include/pa_config_includes.h, main/pa_http.C,
2904: main/pa_request.C: msvc warnings war
2905:
2906: * src/classes/image.C: warning war
2907:
2908: * src/classes/table.C: MSVC warning war
2909:
2910: * src/targets/cgi/parser3.C: msvc warnings war
2911:
2912: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2913: added
2914:
1.149 moko 2915: 2020-12-07 moko
2916:
1.150 moko 2917: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2918: avoid logging beside system-wide auto.p
2919:
2920: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2921:
2922: * configure, configure.ac, src/include/pa_config_auto.h.in:
2923: configure options added:
2924:
2925: --with-system-cfg=FILE to specify system-wide auto.p
2926: --with-system-log=FILE to specify system-wide parser3.log
2927:
2928: * Makefile.am: bin no longer exists
2929:
2930: * configure, configure.ac: auto.p moved to etc to simplify debian
2931: package
2932:
2933: * buildall: auto.p and parser3.charsets moved to their default
2934: location after install
2935:
2936: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2937:
2938: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2939:
1.149 moko 2940: * src/targets/cgi/parser3.C: locate_config call returned to
2941: original place as it requires pa_thread_request() under Windows
2942:
2943: * src/targets/cgi/parser3.C: renaming
2944:
2945: 2020-12-06 moko
2946:
2947: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2948: check added
2949:
2950: 2020-12-04 moko
2951:
2952: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2953: main/pa_request.C: unified uint64_t lseek implemented to support
2954: >4Gb files under x86, including Windows
2955:
2956: 2020-12-02 moko
2957:
2958: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2959: with max_file_size
2960:
2961: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2962: support for processing files sized >4Gb on 32 bit planforms
2963:
2964: * tests/399.html: file moved
2965:
2966: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2967:
2968: * src/targets/cgi/pa_sapi_info.h: warning war
2969:
2970: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2971: warning war
2972:
2973: 2020-12-01 moko
2974:
2975: * src/classes/image.C: mp4 extended size (>4Gb) support added
2976:
2977: * src/classes/image.C: for "size not found" exception to be shown
2978: if size not found until eof
2979:
2980: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2981: bit linux)
2982:
2983: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2984: #1188)
2985:
2986: 2020-11-30 moko
2987:
2988: * src/classes/image.C: definitions moved closer to code
2989:
2990: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2991: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2992: 395_dir/3_VP8X.webp, results/395.processed,
2993: results/396.processed: tests for ^image::measure[] .webp support
2994: added, all image files moved into one directory (related to
2995: feature #1188)
2996:
2997: * src/classes/image.C: ^image::measure[] now supports webp (feature
2998: #1188)
2999:
1.148 moko 3000: 2020-11-29 moko
3001:
3002: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
3003: processing, unnessesary defines removed
3004:
3005: 2020-11-24 moko
3006:
3007: * tests/results/: 099.processed, 100.processed, 205.processed,
3008: 309.processed, 310.processed: Content-Disposition: inline
3009: returned
3010:
3011: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
3012: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
3013: ] added (related to bug #1204)
3014:
3015: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
3016: ] supported to avoid Content-Disposition: inline;
3017: filename="<file>.ext" but still set Content-Type for ext (related
3018: to bug #1204)
3019:
1.147 moko 3020: 2020-11-22 moko
3021:
3022: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
3023: types/pa_vfile.C: pa_filename added to avoid useless rsplit
3024:
3025: * src/main/pa_request.C: content_disposition_inline returned.
3026:
3027: 2020-11-17 moko
3028:
3029: * src/main/pa_request.C: empty main method name support
3030:
3031: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
3032: config_handler added, stdout flush added.
3033:
3034: 2020-11-16 moko
3035:
3036: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
3037:
3038: * tests/results/: 099.processed, 205.processed, 237.processed,
3039: 309.processed, 310.processed: Content-Disposition: inline is not
3040: required and should not contain filename="<name>"
3041:
3042: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
3043: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3044: targets/isapi/parser3isapi.C: pa_strcat implemented and used
3045:
1.146 moko 3046: 2020-11-14 moko
3047:
3048: * src/targets/cgi/parser3.C: spelling
3049:
3050: * src/targets/cgi/parser3.C: renaming
3051:
3052: * src/targets/cgi/parser3.C: args_skip removed, locate_config
3053: relocated
3054:
3055: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
3056: before request processing, which is weired
3057:
3058: 2020-11-13 moko
3059:
3060: * src/main/pa_http.C: pa_recv added with timeout support, thus read
3061: copied in httpd.
3062:
3063: 2020-11-12 moko
3064:
3065: * src/main/pa_http.C: ALARM code unified to be used in httpd
3066:
3067: * src/: include/pa_request.h, main/pa_request.C,
3068: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
3069:
3070: * src/main/pa_http.C: URI validation added
3071:
3072: * src/targets/cgi/parser3.C: filespec_to_process now variable,
3073: can't be empty but can be null. httpd-main is now main method
3074: name for httpd mode
3075:
3076: 2020-11-11 moko
3077:
3078: * src/main/pa_request.C: path_translated can be null in httpd mode
3079:
3080: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
3081: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3082: classes/xdoc.C, include/pa_request.h, main/execute.C,
3083: main/pa_request.C: r.absolute -> r.full_disk_path
3084:
3085: * src/targets/cgi/parser3.C: if filename to process is not
3086: specified, auto.p should be present.
3087:
1.145 moko 3088: 2020-11-03 moko
3089:
3090: * src/: classes/op.C, include/pa_request.h: unused argument removed
3091:
3092: * src/main/pa_request.C: content_disposition_inline is the default,
3093: not required.
3094:
1.144 moko 3095: 2020-10-29 moko
3096:
3097: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
3098: ^use[file; $.main(true) ] implemented for auto.p processing and
3099: path_translated changing to correct relative files path
3100: calculation in httpd mode
3101:
3102: * src/: include/pa_request.h, main/pa_request.C:
3103: fail_on_read_problem removed, as it allways true, as if should
3104: be.
3105:
3106: * src/: include/pa_request.h, main/pa_request.C,
3107: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3108: targets/isapi/parser3isapi.C: clearing config_filespec when
3109: config was not found, thus flag not required and removed.
3110:
3111: 2020-10-28 moko
3112:
3113: * tests/: 402.html, results/402.processed: error reporting test
3114:
3115: * src/main/execute.C: better error reporting when
3116: $result[^hash::create[]] in @main.
3117:
3118: * src/main/: execute.C, pa_request.C: frame.result() should be used
3119: + minor optimization
3120:
3121: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3122: main/pa_xml_io.C: execute_*_method simplified and unified
3123:
3124: 2020-10-27 moko
3125:
3126: * tests/: 306.html, results/306.processed: a bit more testing. :)
3127:
3128: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
3129: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
3130: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
3131: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
3132: types/pa_vmethod_frame.h, types/pa_vobject.C,
3133: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
3134: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
3135: longer used in object-prototype mode
3136:
3137: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
3138: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
3139: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
3140: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
3141: $form:name[value] features
3142:
1.143 moko 3143: 2020-10-18 moko
3144:
3145: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
3146:
3147: 2020-10-15 moko
3148:
3149: * src/main/pa_http.C: url no longer needed as
3150: ALTER_EXCEPTION_SOURCE is used
3151:
3152: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
3153: main/pa_http.C: check_file_size filespec is now optional
3154:
3155: * src/: classes/curl.C, include/pa_exception.h,
3156: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
3157: ALTER_EXCEPTION_COMMENT added for better error reporting
3158:
3159: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
3160: results/346-curl.processed, results/379-curl.processed,
3161: results/379.processed: test results updated as load now provides
3162: better error reporting + curl responses updated
3163:
3164: 2020-10-14 moko
3165:
3166: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
3167: main/pa_string.C, targets/apache/mod_parser3_core.C,
3168: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
3169: checked. 10 is now default base, no hex autodetect by default
3170:
3171: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3172: connection socket closing in destructor + accept exception
3173: handling
3174:
3175: * src/targets/cgi/parser3.C: warning war
3176:
3177: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
3178: main/pa_request.C, targets/apache/mod_parser3_core.C,
3179: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
3180: exception handling unified
3181:
3182: 2020-10-13 moko
3183:
3184: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
3185: autodetection
3186:
3187: * src/targets/apache/mod_parser3_core.C: reverted to atoi
3188:
3189: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
3190:
3191: * src/main/pa_http.C: warning war
3192:
1.142 moko 3193: 2020-10-12 moko
3194:
1.143 moko 3195: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
3196: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
3197: unhandled exception code optimization
3198:
3199: * src/targets/cgi/parser3.C: request_info now global variable
3200:
3201: * src/main/pa_http.C: http_read_response moved to HTTP_response
3202: class
3203:
3204: * src/: include/pa_http.h, main/pa_http.C,
3205: targets/cgi/pa_sapi_info.h: read_post implemented
3206:
1.142 moko 3207: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3208: [host:]port syntax support in httpd mode
3209:
3210: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
3211: targets/cgi/parser3.C: populate_env added
3212:
3213: * src/include/pa_hash.h: to make get(char *) compiling in
3214: HashStringString
3215:
3216: 2020-10-10 moko
3217:
3218: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
3219: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
3220:
3221: * src/: include/pa_http.h, include/pa_request_info.h,
3222: main/pa_http.C, main/pa_string.C,
3223: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
3224: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
3225: types/pa_vrequest.C: initial httpd mode implementation
3226:
1.141 moko 3227: 2020-10-04 moko
3228:
3229: * src/targets/cgi/parser3.C: options together
3230:
3231: 2020-09-30 moko
3232:
3233: * src/main/pa_http.C: renamed
3234:
1.140 moko 3235: 2020-08-14 moko
3236:
3237: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
3238: src/targets/cgi/Makefile.am: no httpd as separate library
3239:
3240: 2020-08-13 moko
3241:
3242: * src/targets/cgi/parser3.C: SAPI::die used in exception in
3243: unhandled exception handler to report 500 instead of 200 it was
3244: before.
3245:
3246: * src/targets/apache/mod_parser3_core.C: minor cleanup
3247:
3248: * src/: include/pa_sapi.h, main/untaint.C,
3249: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3250: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
3251: thus replaced with SAPI::die and removed
3252:
3253: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
3254: cgi/parser3.C: whitespace
3255:
3256: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
3257:
3258: 2020-08-12 moko
3259:
3260: * src/targets/cgi/parser3.C: duplicate info in signal logging
3261: removed, whitespace was: SIGPIPE received while executing code.
3262: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
3263: cl=0]
3264:
3265: * parser3.sln: + httpd.vcproj
3266:
3267: 2020-08-11 moko
3268:
3269: * src/targets/cgi/Makefile.am: +libhttpd
3270:
3271: * configure.ac, src/lib/Makefile.am: +libhttpd
3272:
1.139 moko 3273: 2020-07-13 moko
3274:
3275: * tests/: 401.html, results/401.processed: test for hash key does
3276: not keep language, but tainted in foreach.
3277:
1.138 moko 3278: 2020-07-01 moko
3279:
3280: * tests/: 235.html, results/235.processed: test result updated as
3281: messages before attachments implemented (feature #1176)
3282:
1.137 moko 3283: 2020-06-27 moko
3284:
3285: * tests/: 400.html, results/400.processed: test updated to check
3286: ^return{code}
3287:
3288: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
3289: fixed
3290:
3291: 2020-06-26 moko
3292:
3293: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
3294: added (related to https://www.parser.ru/forum/?id=85319)
3295:
3296: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
3297: when $result assignment was last statement in the method
3298: (https://www.parser.ru/forum/?id=85319)
3299:
1.136 moko 3300: 2020-05-23 moko
3301:
3302: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
3303: whitespace, unused level removed
3304:
3305: 2020-05-19 moko
3306:
3307: * src/types/pa_vmail.C: whitespace
3308:
3309: * src/types/pa_vmail.C: files should be processed last (related to
3310: feature #1176)
3311:
1.135 moko 3312: 2020-05-12 moko
3313:
3314: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
3315: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
3316:
3317: * configure.ac: FreeBSD1X.X check added to avoid
3318: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
3319:
1.134 moko 3320: 2020-02-26 moko
3321:
3322: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
3323: compilation issue (related to bug #1201)
3324:
3325: * src/main/pa_common.C: entry_readable -> entry_exists,
3326: undocumented access(fname, R_OK) call removed (fixes bug #1201)
3327: -f and -d now works under Windows in UTF-8 with Russian
3328: filenames.
3329:
3330: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
3331: advice (related to feature #1199)
3332:
3333: 2020-02-25 moko
3334:
3335: * buildall: --silent removed
3336:
3337: * configure.ac: gmime-3.0 support
3338:
3339: * buildall: --with-system-mailreceive option added to build with
3340: system libgmime
3341:
3342: * src/types/pa_vmail.C: avoiding
3343: https://github.com/jstedfast/gmime/issues/83 "feature" (related
3344: to feature #1199)
3345:
1.133 moko 3346: 2020-02-18 moko
3347:
3348: * src/classes/op.C: windows x64 debug mode compile fix
3349:
3350: * src/main/pa_globals.C: no longer required due to -MD -> -MT
3351: change (releated to feature #1200)
3352:
3353: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3354: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
3355: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3356: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3357: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3358: targets/apache/ApacheModuleParser3.vcproj,
3359: targets/apache/ApacheModuleParser3Core.vcproj,
3360: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3361: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3362: dependency (related to feature #1200)
3363:
1.132 moko 3364: 2020-02-12 moko
3365:
3366: * src/types/pa_vmail.C: minimize diff
3367:
3368: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3369: #1199)
3370:
1.131 moko 3371: 2020-01-18 moko
3372:
3373: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3374:
1.130 moko 3375: 2019-12-28 moko
3376:
3377: * src/targets/cgi/parser3.C: avoid empty ?
3378:
3379: 2019-12-27 moko
3380:
3381: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3382: DOCUMENT_ROOT (related to feature #1164)
3383:
3384: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3385: fcgiwrap setup (implements feature #1164)
3386:
3387: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3388: but no issues found (related to feature #1164)
3389:
3390: * src/targets/cgi/parser3.C: actualized
3391:
3392: 2019-12-26 moko
3393:
3394: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3395: removed
3396:
3397: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3398: removed
3399:
3400: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3401: allocation errors, we don't want default gc warnings (without
3402: timestamp and URI).
3403:
3404: * src/: classes/memory.C, main/pa_globals.C,
3405: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3406: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3407: pa_globals_init
3408:
3409: * src/main/pa_globals.C: setup_hex_value() removed, static array
3410: initialization used (optimization)
3411:
3412: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3413: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3414: pa_socks_init/pa_socks_done moved inside pa_globals_init
3415: (optimization)
3416:
1.129 moko 3417: 2019-12-09 moko
3418:
3419: * src/include/pa_config_fixed.h: warning war
3420:
1.128 moko 3421: 2019-12-08 moko
3422:
3423: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3424: process grammar under Unix.
3425:
3426: 2019-12-07 moko
3427:
3428: * tests/389.html: For Windows XP. :)
3429:
3430: * tests/388-sql.html: Windows compatibility added
3431:
3432: 2019-12-06 moko
3433:
3434: * src/targets/cgi/parser3.C: warning war
3435:
3436: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3437: == sizeof(CORD)) to avoid aligning bugs in future
3438:
3439: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3440: XML_STATIC
3441:
3442: * src/include/pa_request.h: StackItem() not required
3443:
3444: * src/include/pa_stack.h: warning war
3445:
3446: * src/include/pa_config_includes.h: GCC warning silenced
3447:
3448: * src/include/pa_memory.h: warning war: the program should also
3449: define 'void operator delete [](void*, std::size_t)'
3450: [-Wsized-deallocation]
3451:
3452: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3453:
3454: * src/classes/string.C: not reqired cast removed
3455:
3456: * src/classes/string.C: not reqired cast removed
3457:
3458: 2019-12-05 moko
3459:
3460: * src/lib/sdbm/pa_file_io.C: warning war
3461:
3462: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3463: enum Language : size_t - required for VS2015+ to make
3464: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3465: without it (related to feature #1198)
3466:
3467: 2019-12-04 moko
3468:
3469: * src/main/pa_base64.C: unsigned char -> uchar
3470:
3471: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3472: as other libs
3473:
3474: * src/include/pa_version.h: +amd64
3475:
3476: 2019-12-03 moko
3477:
3478: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3479: release
3480:
3481: * src/include/pa_config_includes.h: warning war
3482:
3483: * src/classes/image.C: warning war
3484:
3485: * src/main/pa_globals.C: x64 libs support
3486:
3487: * src/include/pa_config_includes.h: warning war
3488:
3489: * src/types/pa_method.h: warning war
3490:
1.127 moko 3491: 2019-11-28 moko
3492:
3493: * src/classes/math.C: vs2003 compatibility + warning war
3494:
3495: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3496: libxml2-2.9.9 (related to feature #1136)
3497:
3498: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3499: typecast for more compatibility (related to feature #1136)
3500:
3501: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3502: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3503: feature #1136)
3504:
3505: 2019-11-26 moko
3506:
3507: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3508: removed (it was failing in $$var case), condition added
3509:
1.126 moko 3510: 2019-11-25 moko
3511:
3512: * tests/: 397.html, 399.html, results/141.processed,
3513: results/399.processed: base64 options tested
3514:
3515: * src/: classes/math.C, main/pa_http.C: base64 options used
3516:
3517: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3518: implemented (feature #986)
3519:
3520: * src/main/pa_cache_managers.C: whitespace
3521:
3522: * tests/: 397.html, 399.html, results/399.processed: tests for
3523: ^base64 encode options added (related to feature #986)
3524:
3525: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3526: pa_base64_encode(file) removed - more memory, but faster and less
3527: code (related fo feature #986)
3528:
3529: 2019-11-24 moko
3530:
3531: * tests/: 155.html, results/155.processed: limit and offset in
3532: ^table::load[] now supported, thus test added
3533:
3534: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3535: main/pa_common.C: optimization: offset and limit options parsing
3536: moved inside file_load.
3537:
3538: 2019-11-23 moko
3539:
3540: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3541: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3542: optimization: file_read replaced with simplified file_read_binary
3543:
3544: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3545: types/pa_vform.C: whitespace
3546:
3547: * src/: include/pa_common.h, main/pa_common.C: never used params
3548: removed
3549:
3550: 2019-11-21 moko
3551:
3552: * tests/: 193.html, results/193.processed, results/389.processed:
3553: test results updated as now base64 does not discard tail without
3554: padding (related to feature #986)
3555:
3556: 2019-11-20 moko
3557:
3558: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3559: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3560: pa_base64_decode (related to feature #986)
3561:
3562: * tests/398.html: tests for base64 decode added (related to feature
3563: #986)
3564:
3565: * src/main/pa_base64.C: base64_decode rewritten - padding option
3566: support, padding inside base 64 supported (related to feature
3567: #096)
3568:
3569: 2019-11-19 moko
3570:
3571: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3572: FreeBSD 12
3573:
1.125 moko 3574: 2019-11-16 moko
3575:
3576: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3577: support added, step support removed (related to #986)
3578:
3579: 2019-11-15 moko
3580:
3581: * src/classes/math.C: using log since log2 is not present on
3582: FreeBSD < 8.4 (related to feature #1177)
3583:
3584: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3585: pa_base64_size extracted and used for files as well (related to
3586: feature 986)
3587:
3588: 2019-11-14 moko
3589:
3590: * tests/: 397.html, results/397.processed: + content check
3591:
3592: * tests/: 141.html, results/141.processed: make test resuls more
3593: readable
3594:
3595: * tests/: 397.html, results/193.processed, results/397.processed:
3596: test results updated after \x00 character was disabled in
3597: math:convert string mode (related to feature #1177)
3598:
3599: * src/classes/: math.C, string.C: \\x00 character disabled while
3600: converting to string (as in base64, related to feature #1177)
3601:
3602: * src/classes/file.C: more correct arguments separation
3603:
3604: * src/: classes/file.C, classes/math.C, classes/string.C,
3605: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3606: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3607: options added, but not yet implemented (related to feature #986)
3608:
3609: * src/classes/math.C: whitespace
3610:
3611: 2019-11-13 moko
3612:
3613: * tests/: 397.html, results/397.processed: +tainting test (related
3614: to feature #1177)
3615:
3616: * src/classes/math.C: as we now produce not only digits, result
3617: should be tainted (related to feature #1177)
3618:
3619: * src/main/pa_base64.C: whitespace
3620:
3621: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3622: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3623: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3624: implementation moved from pa_common.h and pa_common.C
3625:
3626: 2019-11-12 moko
3627:
3628: * tests/: 275.html, results/275.processed: out of range test fixed,
3629: as ^math:convert now supports arbitrary precision
3630:
3631: 2019-11-11 moko
3632:
3633: * tests/results/389.processed: uctualized error message
3634:
3635: * tests/: 389.html, 397.html, results/397.processed: tests for
3636: ^math:convert added (related to feature #1177)
3637:
3638: * src/classes/math.C: ^math:convert now supports arbitrary
3639: precision, alphabet support added (implements feature #1177)
3640:
1.124 moko 3641: 2019-11-06 moko
3642:
3643: * tests/: 181.html, results/181.processed: entities usage added,
3644: more entites load tests (related to bug #842 discussion)
3645:
3646: 2019-11-05 moko
3647:
3648: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3649: call from xmlFileOpen if http://localhost/<file> was not found
3650: (related to bug #842)
3651:
3652: * src/main/pa_xml_io.C: rename
3653:
3654: * src/main/pa_xml_io.C: +MemoryStream constructor
3655:
3656: * src/main/pa_xml_io.C: whitespace
3657:
1.123 moko 3658: 2019-10-31 moko
3659:
3660: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3661: XML_PARSE_NOENT) added to fix entities load, (related to feature
3662: #1181)
3663:
1.122 moko 3664: 2019-10-25 moko
3665:
3666: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3667: queries tests
3668:
3669: 2019-10-24 moko
3670:
3671: * tests/: 388-sql.html, results/388-sql.processed: support for
3672: pgsql driver test
3673:
3674: * tests/: 388-sql.html, results/388-sql.processed:
3675: multi_statements=1 now tested, mysql test now supported
3676: (connection must be specified in [parser3] section in .my.cnf)
3677: related to issues #1195 and #1194
3678:
1.121 moko 3679: 2019-09-11 moko
3680:
3681: * src/classes/int.C: whitespace
3682:
3683: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3684: exception test
3685:
3686: * tests/results/388-sql.processed: sql queries now shown (related
3687: to feature #1196)
3688:
3689: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3690: with old parser versions.
3691:
3692: * src/: classes/file.C, classes/hash.C, classes/string.C,
3693: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3694: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3695: instead of connect string in query_event_handlers exceptions
3696: (implements feature #1196)
3697:
1.120 moko 3698: 2019-09-06 moko
3699:
3700: * tests/388-sql.html: mysql compat
3701:
3702: * src/: classes/hash.C, classes/string.C, classes/table.C,
3703: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3704: sql_ variables declaration moved to pa_common.h
3705:
1.116 moko 3706: 2019-01-15 moko
3707:
3708: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3709: logically sorted
3710:
3711: 2018-12-27 moko
3712:
3713: * src/include/pa_config_includes.h: warning war:
3714: -Wdeprecated-register added for C++ 17
3715:
3716: 2018-10-15 moko
3717:
3718: * configure.ac: FreeBSD 11.2 can be build with ./configure
3719: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3720: --with-xml=/usr/local/
3721:
3722: 2018-09-24 moko
3723:
3724: * tests/: 396.html, 396.tiff, results/396.processed: test for
3725: ^image::measure[] now supports tiff added (related to feature
3726: #1188)
3727:
3728: * src/classes/image.C: ^image::measure[] now supports tiff
3729: (implements feature #1188)
3730:
3731: 2018-09-20 moko
3732:
3733: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3734: files measure added (related to ticket #1188)
3735:
3736: * src/classes/image.C: measure of bmp files implemented (related to
3737: ticket #1188)
3738:
3739: 2018-09-18 moko
3740:
3741: * tests/: 394-curl.html, results/394-curl.processed,
3742: results/auto.p: test for bug #1187 (max_file_size check for head
3743: requests) added
3744:
3745: 2018-08-24 moko
3746:
3747: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3748: response content-length check is required (fixes bug #1187)
3749:
3750: 2018-05-11 moko
3751:
3752: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3753: $.append(bool) ] option added (related to feature #919)
3754:
3755: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3756: from misha@ patch (implements feature #919)
3757:
3758: 2018-03-22 moko
3759:
3760: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3761: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3762: with 128kb buffer. Now works at least 12 times faster. :) May be
3763: Windows-only problem.
3764:
3765: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3766: build fix)
3767:
3768: 2018-02-03 moko
3769:
3770: * src/main/execute.C: removes irrelevant lines from exception stack
3771: trace when exceptions occurs in assigment (fixes bug #1165)
3772:
3773: * tests/: 393.html, results/393.processed: test for behavour after
3774: "Property can not be created, already exists field with that
3775: name" exception removed (related to feature #1183)
3776:
3777: * src/types/pa_vclass.C: "Property can not be created, already
3778: exists field with that name" exception removed (implements
3779: feature #1183)
3780:
3781: 2018-01-19 moko
3782:
3783: * src/classes/string.C: whitespace
3784:
3785: * src/classes/string.C: whitespace
3786:
3787: * tests/: 392.html, results/392.processed: test for
3788: ^regex::create[$regex] added (related to feature #1135)
3789:
3790: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3791: ^regex::create[$regex] added (implements feature #1135)
3792:
3793: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3794: commented define added (related to feature #1157)
3795:
3796: 2018-01-17 moko
3797:
3798: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3799:
3800: 2018-01-15 moko
3801:
3802: * tests/: 390.html, results/390.processed: real path replaced by
3803: stub
3804:
3805: * tests/: 391.html, results/391.processed: test for feature #1181
3806: (XML_PARSE_HUGE exception) added
3807:
3808: 2018-01-11 moko
3809:
3810: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3811: XML_PARSE_HUGE option passed by default (implements feature
3812: #1181)
3813:
3814: * src/classes/string.C: whitespace
3815:
3816: 2017-12-10 moko
3817:
3818: * tests/: 389.html, 390.html, results/389.processed,
3819: results/390.processed: image code coverage tests added (related
3820: to feature #1125)
3821:
3822: 2017-12-08 moko
3823:
3824: * tests/: 346-curl.html, 388-sql.html, 389.html,
3825: results/346-curl.processed, results/388-sql.processed,
3826: results/389.processed: more code coverage tests
3827:
3828: * tests/: 264.html, results/264.processed: code coverage for
3829: ^file::exec[]
3830:
3831: 2017-12-07 moko
3832:
3833: * tests/: 174.html, 388-sql.html, 389.html,
3834: results/388-sql.processed, results/389.processed,
3835: results/174.processed: more coverage tests
3836:
3837: * src/classes/math.C: exception text actualized
3838:
3839: 2017-12-06 moko
3840:
3841: * tests/388-sql.html: $SQL can be here
3842:
3843: * tests/results/auto.p: $SQL not required here
3844:
3845: * tests/: 388-sql.html, 389.html, Makefile,
3846: results/388-sql.processed, results/389.processed, results/auto.p:
3847: code coverage tests for sql (using sqlite) and int/double/bool
3848: added (related to feature #1125)
3849:
3850: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3851: lib/json/json.vcproj, lib/md5/md5.vcproj,
3852: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3853: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3854: targets/apache/ApacheModuleParser3Core.vcproj,
3855: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3856: types/types.vcproj: gc\include no longer required
3857:
3858: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3859: required
3860:
3861: * src/: classes/Makefile.am, classes/table.C,
3862: include/pa_config_includes.h, include/pa_string.h,
3863: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3864: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3865: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3866: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3867: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3868: used, we now include it directly
3869:
3870: 2017-12-04 moko
3871:
3872: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3873: memcached/memcached.vcproj, punycode/punycode.vcproj,
3874: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3875: where required
3876:
3877: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3878: now can be used to trace memory allocations
3879:
3880: * src/: classes/table.C, include/pa_config_includes.h,
3881: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3882: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3883: method removes, libcord also can work without libgc
3884:
3885: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3886:
3887: 2017-11-29 moko
3888:
3889: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3890: are not present (related to feature #1173)
3891:
3892: * tests/346-curl.html: test updated to test curl content-length bug
3893: (related to feature #1173)
3894:
3895: * tests/results/346-curl.processed: more test for content-length
3896: curl bug (related to feature #1173)
3897:
3898: * tests/results/346-curl.processed: test results updated after
3899: #1173 implemented
3900:
3901: 2017-11-28 moko
3902:
3903: * src/classes/curl.C: another libcurl Content-length bug walkaround
3904: (related to feature #1173)
3905:
3906: 2017-11-27 moko
3907:
3908: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3909: $.http_version[version string] added (implements feature #1173),
3910: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3911: where $post(true) bug existed.
3912:
3913: 2017-11-18 moko
3914:
3915: * src/include/pa_memory.h: warning war (related to feature #1170)
3916:
3917: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3918: feature #1170)
3919:
3920: 2017-11-17 moko
3921:
3922: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3923: std::basic_stringstream used in ^table.csv-string[] is compatible
3924: with delete usage check only under Debian 9 (related to feature
3925: #1170)
3926:
3927: 2017-11-16 moko
3928:
3929: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3930: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3931: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3932: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3933: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3934: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3935: stubs defend from accidental use (implements feature #1170)
3936:
3937: 2017-06-24 moko
3938:
3939: * configure.ac: minor fix: thanks to alx@
3940:
1.115 moko 3941: 2017-05-29 moko
3942:
3943: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3944: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3945: added to avoid cutting of UTF-8 chars (fixed bug #123)
3946:
3947: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3948: ignored, =?UTF-8?Q?= should start in case of leading space
3949: (related to bug #123)
3950:
3951: * buildall: echo -n -> printf for OS X. :)
3952:
3953: 2017-05-25 moko
3954:
3955: * tests/: 288.html, results/288.processed: test updated afted
3956: setting $o.prop without setter exception removed (related to
3957: feature #1157)
3958:
3959: * src/types/pa_vclass.C: no more "this property has no setter
3960: method" when setting $o.prop without setter (implements feature
3961: #1157)
3962:
3963: * buildall: echo \c -> echo -n for FreeBSD
3964:
3965: * configure, configure.ac, src/include/pa_config_auto.h.in,
3966: src/types/pa_vdouble.h: isfinite now checked in configure
3967:
3968: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3969: upgraded to automake 1.15
3970:
3971: 2017-05-23 moko
3972:
3973: * src/types/pa_vdouble.h: finite returned where isfinite not
3974: defined
3975:
3976: 2017-05-22 moko
3977:
3978: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3979:
3980: * buildall: extern CFLAGS setting support
3981:
3982: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3983:
3984: * buildall: http -> https
3985:
3986: * buildall: gc-7.2f -> gc-7.6.0
3987:
3988: 2017-05-20 moko
3989:
3990: * buildall: https, pcre, xml, xslt updated to current versions
3991: (related to feature #1136)
3992:
3993: 2017-05-19 moko
3994:
3995: * tests/097.html: after parser.ru moved to https
3996:
3997: 2017-05-17 moko
3998:
3999: * tests/results/: 175.processed, 372.processed: tests resuls
4000: updated after lintian spelling typos fixed (related to bug #1156)
4001:
4002: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
4003: classes/string.C, classes/table.C, main/pa_charset.C,
4004: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
4005: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
4006: lintian reported by Sergey B Kirpichev (fixes bug #1156)
4007:
4008: * tests/results/096.processed: +XMP
4009:
4010: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
4011: $.xmp(true) options tested (test for feature #1154)
4012:
4013: * src/classes/image.C: ^image:measure[] options $.exif(false)
4014: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
4015: fetched by default! (implements feature #1154)
4016:
4017: 2017-05-16 moko
4018:
4019: * tests/: 256.html, results/256.processed: ^json:string[$image] now
4020: allowed (related to feature #1154)
4021:
4022: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
4023: initial XMP implementation - without options and transcode
4024: (related to feature #1154)
4025:
4026: 2017-05-12 moko
4027:
4028: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
4029: image: exif moved to ffields, skipped in ^image.html[] where
4030: iterators now used (preparation for feature #1154)
4031:
4032: 2017-05-05 moko
4033:
4034: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
4035: results/387.processed: test for circular class inheritance check
4036: added (related to bug #1150)
4037:
4038: * src/types/pa_vstateless_class.C: circular class inheritance check
4039: added (fixes endless add_derived bug #1150)
4040:
4041: 2017-05-04 moko
4042:
4043: * tests/: 386.html, results/386.processed: test for
4044: $table.value(number) added (related to feature #1152)
4045:
4046: * src/types/pa_vtable.C: table put_element: column value must be
4047: string - > column value must be string compatible to allow
4048: $t.value(1) (implements feature #1152)
4049:
4050: 2017-05-03 moko
4051:
4052: * src/main/pa_request.C: $use[$method] is not possible, reverting
4053: (related to feature #1151)
4054:
4055: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
4056: not possible, removing test (related to feature #1151)
4057:
4058: * src/: main/pa_request.C, types/pa_vstateless_class.h:
4059: get_element_method added and used to allow $use[$method] and
4060: $autouse[$method] (implements feature 1151)
4061:
4062: * tests/: 386.html, 386.p, results/386.processed: test for @use in
4063: variable added (related to feature #1151)
4064:
4065: * tests/results/226.processed: actualized after ^try-catch used
4066:
4067: * tests/: 226.html, 385.html, results/385.processed: test for
4068: @autouse in variable added
4069:
4070: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
4071:
1.114 moko 4072: 2017-02-27 moko
4073:
4074: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
4075:
1.113 moko 4076: 2017-02-20 moko
4077:
1.211 moko 4078: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 4079:
4080: 2017-02-16 moko
4081:
4082: * tests/: 384.html, results/384.processed: test for
4083: ^reflection:mixin[; $.name[] ] option added (related to feature
4084: #1089)
4085:
4086: * tests/: 384.html, results/384.processed: test for
4087: ^reflection:mixin[] added (related to feature #1089)
4088:
4089: * src/types/pa_value.h: warning war: virtual ~Value() added
4090:
1.112 moko 4091: 2017-02-15 moko
4092:
4093: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
4094: fixed
4095:
4096: * tests/: 320.html, results/320.processed: $.reverse(true/false)
4097: test added (related to feature #1069)
4098:
4099: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4100: compilation without HASH_ORDER fixed
4101:
4102: * src/: classes/reflection.C, include/pa_hash.h:
4103: $.reverse(true/false) added to ^reflection:methods[] (related to
4104: feature #1069)
4105:
4106: 2017-02-14 moko
4107:
4108: * tests/: 152.html, results/152.processed: test for $._default hash
4109: added (related to bug #1131)
4110:
4111: * tests/: 277.html, results/277.processed: test for hash with only
4112: $._default is now defined (related to bug #1131)
4113:
4114: * src/types/pa_vhash.h: hash with only $._default is now defined
4115: (fixed bug #1131)
4116:
4117: 2017-02-13 moko
4118:
4119: * tests/cat-windows.sh: cat-windows added (cygwin required)
4120:
4121: * tests/: 171.html, 264.html, 286.html, 370.html,
4122: results/320.processed, results/375.processed, results/auto.p:
4123: cat-windows.sh support added
4124:
4125: * tests/375.html: Windows support
4126:
4127: * tests/270.html: documented
4128:
4129: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
4130: (not backslashes) even under Windows (broke test 270)
4131:
4132: 2017-02-12 moko
4133:
4134: * tests/: descript.ion, todo.txt: cleanup
4135:
4136: 2017-02-09 moko
4137:
4138: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
4139: run_tests.cmd: Windows compatibility
4140:
4141: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
4142: incorrectly (GMT) if parser is called from cygwin
4143:
1.111 moko 4144: 2017-02-08 moko
4145:
1.211 moko 4146: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 4147:
1.211 moko 4148: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 4149:
4150: * NEWS, README: minor update
4151:
4152: * src/include/pa_config_includes.h: warning war continues
4153:
4154: * src/: include/pa_config_includes.h, include/pa_memory.h,
4155: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4156: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
4157: gcc 6.x issues fixed
4158:
1.111 moko 4159: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4160: classes/classes.h, classes/curl.C, classes/date.C,
4161: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4162: classes/hashfile.C, classes/image.C, classes/inet.C,
4163: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4164: classes/memcached.C, classes/memory.C, classes/op.C,
4165: classes/reflection.C, classes/regex.C, classes/response.C,
4166: classes/string.C, classes/table.C, classes/void.C,
4167: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4168: include/pa_array.h, include/pa_cache_managers.h,
4169: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4170: include/pa_config_fixed.h, include/pa_config_includes.h,
4171: include/pa_dictionary.h, include/pa_dir.h,
4172: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4173: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4174: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4175: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4176: include/pa_request_charsets.h, include/pa_request_info.h,
4177: include/pa_sapi.h, include/pa_socks.h,
4178: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4179: include/pa_stack.h, include/pa_string.h,
4180: include/pa_stylesheet_connection.h,
4181: include/pa_stylesheet_manager.h, include/pa_symbols.h,
4182: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
4183: include/pa_uue.h, include/pa_xml_exception.h,
4184: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
4185: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
4186: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4187: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
4188: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4189: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4190: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4191: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4192: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4193: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4194: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4195: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4196: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4197: main/pa_string.C, main/pa_stylesheet_connection.C,
4198: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
4199: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
4200: main/untaint.C, sql/pa_sql_driver.h,
4201: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4202: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4203: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4204: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4205: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4206: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4207: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
4208: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4209: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
4210: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
4211: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
4212: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
4213: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4214: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
4215: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
4216: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
4217: types/pa_vmemcached.h, types/pa_vmemory.h,
4218: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4219: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4220: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4221: types/pa_vresponse.C, types/pa_vresponse.h,
4222: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4223: types/pa_vstateless_object.h, types/pa_vstatus.C,
4224: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4225: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4226: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4227: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4228: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
4229: 2015->2017
4230:
1.110 moko 4231: 2017-02-07 moko
4232:
4233: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
4234:
4235: 2017-02-06 moko
4236:
4237: * src/main/pa_common.C: minor fixes, whitespace
4238:
4239: * src/: classes/curl.C, classes/file.C, classes/image.C,
4240: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
4241: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
4242: now used (implements feature #1081)
4243:
4244: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
4245:
4246: 2017-02-01 moko
4247:
4248: * src/include/pa_request.h: cleanup
4249:
4250: 2017-01-30 moko
4251:
4252: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
4253:
4254: 2017-01-29 moko
4255:
4256: * tests/: 383.html, results/383.processed: test for
4257: ^reflection:stack[] added (related to feature #1052)
4258:
4259: * src/classes/reflection.C: else added
4260:
4261: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
4262: $.max_file_lock_wait added (implements feature #1128)
4263:
4264: 2017-01-28 moko
4265:
4266: * tests/: 379-curl.html, results/379-curl.processed: curl empty
4267: body and other cases tests added (related to featue #1014)
4268:
4269: * src/classes/curl.C: bug if response is empty fixed (related to
4270: feature #1014)
4271:
4272: 2017-01-27 moko
4273:
4274: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
4275: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
4276: added (implements feature #1052)
4277:
4278: 2017-01-25 moko
4279:
4280: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
4281: method test added
4282:
4283: 2017-01-23 moko
4284:
4285: * src/classes/reflection.C: optimization: options->get replaced by
4286: hash iterator
4287:
4288: * tests/: 381.html, results/381.processed: now -> fixed date
4289:
4290: * src/main/pa_request.C: warning war
4291:
4292: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
4293: 5Mb (fixes bug #1058)
4294:
4295: * src/classes/curl.C: warning war
4296:
4297: * tests/: 381.html, results/381.processed: tests for ^json:string
4298: $.one-line(true) option added (related to feature #1124)
4299:
4300: * src/: classes/json.C, types/pa_value.h: $json-string
4301: $.one-line(true|false) options is now supported (implements
4302: feature #1124)
4303:
4304: * tests/: 380.html, results/380.processed: test for modified
4305: $.max_file_size added (related to bug #1014)
4306:
4307: * tests/: 379.html, results/auto.p: tests for rewritten http file
4308: load added (related to bug #1014)
4309:
4310: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4311: main/pa_common.C, main/pa_http.C: check_file_size added and used
4312: in curl / file load from disk and http, http file load rewritten
4313: (related to bug #1014)
4314:
4315: 2017-01-18 moko
4316:
4317: * tests/: 378.html, results/378.processed: tests for ^result[]
4318: added (related to feature #66)
4319:
4320: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
4321: Method::CO_WITHOUT_FRAME as frame still added in expression
4322: (related to feature #66)
4323:
4324: 2017-01-17 moko
4325:
4326: * tests/: 377.html, results/377.processed: test for different
4327: combinations of breaks in body and delimiter (related to bug
4328: #1077)
4329:
4330: * tests/: 376.html, results/376.processed: many ^break[] tests
4331: added (related to bug #1077)
4332:
4333: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
4334: passed to native method" exception added to avoid bugs due to
4335: WRITE_EXPR_RESULT skipped and native methods execution continues
4336: after ^break[] (related to bug #1077)
4337:
4338: 2017-01-14 moko
4339:
4340: * tests/: 330.html, results/330.processed: test results updated
4341: after ^break[] bugs where fixed (related to bug #1077)
4342:
4343: * tests/: 329.html, results/329.processed: test results updated
4344: after ^break[] bugs where fixed (related to bug #1077)
4345:
4346: * tests/results/320.processed: ^return[] added
4347:
4348: 2017-01-13 moko
4349:
4350: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4351: classes/table.C, include/pa_request.h, main/execute.C,
4352: main/pa_request.C, targets/cgi/parser3.C,
4353: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
4354: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
4355: checked after each possible process/execute call (fixes bug
4356: #1077)
4357:
4358: 2016-12-29 moko
4359:
4360: * src/main/pa_common.C: warning war
4361:
4362: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4363: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4364: pa_file_size_limit added, ^math:random fixed for upper limit and
4365: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4366: (related to feature #1014)
4367:
4368: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4369: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4370: (related to feature #1014)
4371:
4372: 2016-12-28 moko
4373:
4374: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4375: warning war
4376:
4377: 2016-12-26 moko
4378:
4379: * tests/: 341.html, results/341.processed: test for
4380: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4381:
4382: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4383: (related to feature #1057)
4384:
4385: * src/types/pa_vdate.C: warning war continues...
4386:
4387: * src/: classes/date.C, classes/image.C, classes/table.C,
4388: include/pa_config_includes.h, types/pa_vfile.C: warning war
4389:
4390: * src/lib/gd/gifio.C: warning war / cleanup
4391:
4392: * src/lib/json/pa_json.C: warning war
4393:
4394: * src/classes/hash.C: warning war
4395:
4396: * src/types/pa_vfile.C: warning war
4397:
4398: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4399: -Wall warning war continues
4400:
4401: * configure.ac: --with-build-warnings actualized
4402:
4403: 2016-12-25 moko
4404:
4405: * src/main/pa_exec.C: -wAll warning war
4406:
4407: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4408: -wAll warning war
4409:
4410: * src/: include/pa_common.h, include/pa_sapi.h,
4411: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4412: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4413: -wAll warning war
4414:
4415: 2016-12-23 moko
4416:
4417: * src/lib/ltdl/Makefile.am: extra dist added
4418:
4419: * tests/results/344.processed: test result updated after $file.text
4420: prefetched in ^hash::create[$file] (related to feature #1075)
4421:
4422: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4423: ^hash::create[$file] (related to feature #1075)
4424:
4425: 2016-12-22 moko
4426:
4427: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4428: main/pa_request.C, main/pa_stylesheet_connection.C,
4429: types/pa_vfile.C: file_stat now return 64-bit size (implements
4430: #1014 under 32-bit unix versions)
4431:
4432: 2016-12-21 moko
4433:
4434: * tests/: 375.html, results/375.processed: test for exec returning
4435: stated file added (related to feature #1119)
4436:
4437: * src/classes/file.C: load should not return file with null body
4438: (fixes bug #1119)
4439:
4440: 2016-12-14 moko
4441:
4442: * tests/: 374.html, results/374.processed: test for $method.name
4443: added (related to feature #1117) plus method returning junction
4444: test
4445:
4446: 2016-12-13 moko
4447:
4448: * src/: include/pa_symbols.h, main/pa_symbols.C,
4449: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4450: (implements feature #1117)
4451:
4452: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4453: HEAD and TRACE can't have body (implements feature #1116)
4454:
4455: 2016-12-09 moko
4456:
4457: * tests/: 373.html, results/373.processed: tests for
4458: ^reflection:tainting added (related to feature #1098)
4459:
4460: * src/classes/reflection.C: ^reflection:tainting arguments order
4461: change (related to feature #1098)
4462:
4463: 2016-12-06 moko
4464:
4465: * src/: classes/reflection.C, include/pa_string.h,
4466: main/pa_string.C: ^reflection:tainting[$string] added (implements
4467: feature #1098)
4468:
4469: 2016-12-05 moko
4470:
4471: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4472: (fixes bug #1114)
4473:
4474: 2016-12-04 moko
4475:
4476: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4477: check added
4478:
4479: 2016-12-03 moko
4480:
4481: * tests/: 346-curl.html, results/346-curl.processed: test modified
4482: to test value.as_hash() usage
4483:
4484: * src/classes/curl.C: value.as_hash() used for correct hash
4485: processing
4486:
4487: * src/classes/reflection.C: exceptions texts fixes
4488:
4489: 2016-12-02 moko
4490:
4491: * tests/: 372.html, results/372.processed: tests for
4492: ^reflection:create[ $.class[name] $.constructor[name]
4493: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4494: feature #1094)
4495:
4496: * src/types/pa_vmethod_frame.h: comment added: params should be
4497: declared outside of *_FRAME_ACTION as MethodParams destructor
4498: will be called in ~VNativeMethodFrame
4499:
4500: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4501: ] minor fix
4502:
4503: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4504: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4505: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4506: now supported (implements feature #1094) value::as_hash added
4507: (and should be used everywhere)
4508:
4509: * src/classes/reflection.C: cleanup
4510:
4511: 2016-12-01 moko
4512:
4513: * tests/: 356.html, results/356.processed: test for method
4514: junctions class name added to the resulting hash added (related
4515: to feature #1068)
4516:
4517: * src/classes/reflection.C: for method junctions class name added
4518: to the resulting hash (related to feature #1068)
4519:
4520: 2016-11-30 moko
4521:
4522: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4523: exception (related to bug #1113)
4524:
4525: * src/types/pa_vhashfile.C: whitespace
4526:
4527: * src/main/pa_os.C: errno now returned as it should (fixes bug
4528: #1113)
4529:
4530: * tests/results/: 175.processed, 192.processed, 224.processed,
4531: 229.processed, 239.processed, 244.processed, 246.processed,
4532: 314.processed, 352.processed: tests results updated after method
4533: call exceptions improved as method now keeps its name
4534:
4535: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4536: types/pa_vmethod_frame.h: method call exceptions improved as
4537: method now keeps its name
4538:
4539: * tests/: 224.html, 239.html, results/224.processed,
4540: results/239.processed: tests and tests results updated after
4541: Request::construct exception changed
4542:
4543: * src/: classes/reflection.C, main/execute.C: Request::construct
4544: exception optimized
4545:
4546: * tests/: 371.html, results/371.processed: test for
4547: WWrapper.get_element call in $.name.key[value] code added
4548: (related to feature #1091)
4549:
4550: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4551: in $.name.key[value] code (related to feature #1091)
4552:
4553: 2016-11-29 moko
4554:
4555: * src/classes/op.C: VS warning war
4556:
4557: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4558: C4239: nonstandard extension used : 'return' : conversion from
4559: 'Value' to 'Value &' (related to feature #1020)
4560:
4561: * src/: main/execute.C, types/pa_vmethod_frame.h,
4562: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4563: used : 'return' : conversion from 'Value' to 'Value &' (related
4564: to feature #1020)
4565:
4566: * src/main/execute.C: VS warning war
4567:
4568: * src/targets/cgi/parser3.C: VS compatibility fix
4569:
4570: * src/include/pa_request.h: VS warning war
4571:
4572: * tests/: 370.html, results/370.processed: test for ^file::exec[
4573: ... $.stdin[$binary_file] ] added (related to bug #1044)
4574:
4575: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4576: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4577: $.stdin[$binary_file] (fixes bug #1044)
4578:
4579: 2016-11-28 moko
4580:
4581: * src/main/pa_exec.C: whitespace
4582:
4583: * src/main/pa_request.C: whitespace
4584:
4585: * tests/: 369.html, results/369.processed: test for
4586: $response:status usage added (related to feature #1099)
4587:
4588: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4589: if < 100 (implements feature #1099)
4590:
4591: * src/targets/cgi/parser3.C: whitespace
4592:
4593: * src/targets/cgi/parser3.C: whitespace
4594:
4595: * tests/: 368.html, results/368.processed: test updated after
4596: ^reflection:filename[$method] added (related to feature #1053)
4597:
4598: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4599: main/compile.y, main/execute.C, main/pa_request.C,
4600: types/pa_vclass.h: filename -> filespec,
4601: ^reflection:filename[$method] added (related to feature #1053)
4602:
4603: 2016-11-27 moko
4604:
4605: * tests/: 368.html, results/368.processed: test for
4606: reflection:filename[$class or object] added (related to feature
4607: #1053)
4608:
4609: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4610: types/pa_vstateless_class.h: ^reflection:filename[$class or
4611: object] added (implements feature #1053)
4612:
4613: 2016-11-26 moko
4614:
4615: * src/: include/pa_request_info.h,
4616: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4617: remove_absolute_uri -> strip_absolute_uri
4618:
4619: 2016-11-25 moko
4620:
4621: * src/: include/pa_request_info.h,
4622: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4623: request_info.remove_absolute_uri added to remove possible
4624: http://site.name/ from $request:uri (implements feature #1112)
4625:
4626: 2016-11-24 moko
4627:
4628: * tests/: 367-curl.html, results/367-curl.processed: test for
4629: previous request headers clearing after redirect added (related
4630: to bug #1109)
4631:
4632: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4633: response headers from previous requests are now cleared, only
4634: last request headers are collected (fixes bug #1109)
4635:
4636: * tests/results/: 266.processed, 321.processed, 356.processed:
4637: tests results updated as method name now added to the resulting
4638: hash for new syntax only (Imp1 compatimility fixed, related to
4639: feature #1068)
4640:
4641: * src/classes/reflection.C: method name now added to the resulting
4642: hash for new syntax only (Imp1 compatimility fixed, related to
4643: feature #1068)
4644:
4645: * tests/results/366.processed: test for native and parser
4646: implementation of ^use[] logic (related to feature #1074)
4647:
4648: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4649: for native and parser implementation of ^use[] logic (related to
4650: feature #1074)
4651:
4652: 2016-11-23 moko
4653:
4654: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4655: main/pa_request.C: @USE file now implemented as ^use[file;
4656: $.origin[origin_file] ] (implements feature #1074)
4657:
1.109 moko 4658: 2016-11-21 moko
4659:
1.110 moko 4660: * tests/: 365.html, results/365.processed: test for $caller bugs in
4661: 3.4.4 and $caller.method now tested (related to feature #1110)
4662:
4663: * tests/: 364.html, results/364.processed: $caller usage in
4664: different contexts now tested (related to feature #1110)
4665:
4666: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4667:
4668: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4669:
1.109 moko 4670: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4671: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4672: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4673: used (implements feature #1110)
4674:
4675: 2016-11-20 moko
4676:
4677: * src/types/pa_vdouble.h: whitespace
4678:
4679: 2016-11-11 moko
4680:
4681: * tests/: 363.html, results/363.processed: more tests for feature
4682: #1091 (how parser methods work in expression context)
4683:
4684: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4685: expressions strings are now written as strings, not values by
4686: write_as_string (related to feature #1091)
4687:
4688: * src/classes/op.C: to make more correct behavour in expression
4689: context
4690:
4691: 2016-11-07 moko
4692:
4693: * tests/: 362.html, results/362.processed: test for
4694: xsltParseStylesheetDoc caching as xsl modification after it added
4695: (related to bug #1108)
4696:
4697: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4698: result now cached as xdoc is modified after it (fixes bug #1108)
4699:
4700: 2016-11-06 moko
4701:
4702: * src/types/pa_vxdoc.h: whitespace
4703:
4704: 2016-11-05 moko
4705:
4706: * src/types/pa_vmethod_frame.h: cleanup
4707:
4708: 2016-11-03 moko
4709:
4710: * tests/results/244.processed: more correct exception after method
4711: frames separation
4712:
4713: * src/types/pa_vmethod_frame.h: minor optimizaion
4714:
4715: * src/types/pa_method.h: optimization: params_count added
4716:
4717: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4718: include/pa_request.h, main/execute.C, main/pa_request.C,
4719: types/pa_value.C, types/pa_vmethod_frame.C,
4720: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4721: VMethodFrame now divided into VNativeMethodFrame,
4722: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4723: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4724: and used (related to feature #1104)
4725:
4726: 2016-11-02 moko
4727:
4728: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4729: classes/double.C, classes/file.C, classes/hash.C,
4730: classes/hashfile.C, classes/image.C, classes/inet.C,
4731: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4732: classes/memcached.C, classes/op.C, classes/reflection.C,
4733: classes/regex.C, classes/string.C, classes/table.C,
4734: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4735: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4736: r.write (implements feature #1091)
4737:
4738: * src/main/execute.C: cleanup (related to feature #1104)
4739:
4740: * src/: include/pa_request.h, main/execute.C,
4741: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4742: added, in_expression removed (implements feature #1104)
4743:
4744: 2016-10-31 moko
4745:
4746: * src/types/pa_value.C: whitespace
4747:
4748: 2016-10-28 moko
4749:
4750: * tests/results/244.processed: updated after error reporting fixed
4751: in pa_wcontext.C
4752:
4753: * src/types/pa_wcontext.C: error reporting fixed
4754:
4755: * src/types/pa_wcontext.h: whitespace
4756:
4757: * src/classes/image.C: not fully readed entries are no longer
4758: processed (fixes bug #1106)
4759:
4760: 2016-10-26 moko
4761:
4762: * src/classes/image.C: whitespace
4763:
4764: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4765: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4766: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4767: longer required (related to feature #1091)
4768:
4769: * tests/results/: 264.processed, 350.processed: test results update
4770: reverted (whitespace optimization) after write_no_lang removed :)
4771: (related to feature #1091)
4772:
4773: * src/: classes/file.C, classes/hash.C, classes/op.C,
4774: classes/string.C, classes/table.C, classes/void.C,
4775: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4776: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4777: equal write_pass_lang (related to feature #1091)
4778:
4779: * tests/results/: 264.processed, 350.processed: test results
4780: updated (whitespace optimization) after write_assign_lang removed
4781: (related to feature #1091)
4782:
4783: * tests/: 361.html, results/361.processed: test for non-string
4784: ^untaint added (related to feature #1091)
4785:
4786: * src/: classes/curl.C, classes/date.C, classes/file.C,
4787: classes/hash.C, classes/op.C, classes/string.C,
4788: include/pa_request.h, main/execute.C: optimization:
4789: write_assign_lang removed as not required (first part of feature
4790: #1091 implementation)
4791:
1.108 moko 4792: 2016-10-12 moko
4793:
4794: * tests/: 360.html, results/360.processed: more test code (related
4795: to feature #1104)
4796:
4797: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4798: include/pa_request.h, main/compile.y, main/execute.C: opcode
4799: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4800: WContext is next task (implements feature #1104)
4801:
4802: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4803: / CO_WITHOUT_WCONTEXT
4804:
4805: * tests/: 360.html, results/360.processed: test for in expression
4806: state (related to feature #1104)
4807:
4808: 2016-10-11 moko
4809:
4810: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4811:
4812: * src/classes/op.C: default value removed from initializer
4813:
4814: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4815:
4816: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4817:
4818: 2016-10-10 moko
4819:
4820: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4821: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4822: to feature #42)
4823:
4824: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4825: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4826:
4827: 2016-10-08 moko
4828:
4829: * src/classes/double.C: whitespace
4830:
4831: 2016-10-07 moko
4832:
4833: * src/types/pa_vmethod_frame.h: reorder
4834:
4835: 2016-10-06 moko
4836:
4837: * src/classes/date.C: typo
4838:
4839: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4840:
4841: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4842: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4843: types/pa_vmethod_frame.h: params.get now returns Value&, not
4844: Value*
4845:
4846: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4847:
4848: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4849: removed; first as_* code rewrite
4850:
4851: 2016-10-05 moko
4852:
4853: * src/include/pa_request.h: whitespace
4854:
4855: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4856: intercept_string added (related to feature #1097)
4857:
4858: * src/: classes/image.C, classes/op.C, classes/table.C,
4859: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4860: optimization: intercept_string removed (implements feature #1097)
4861:
4862: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4863:
4864: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4865: from VCodeFrame and WWrapper as not required
4866:
4867: 2016-10-04 moko
4868:
4869: * src/: classes/curl.C, classes/date.C, classes/double.C,
4870: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4871: classes/int.C, classes/json.C, classes/op.C,
4872: classes/reflection.C, classes/string.C, classes/table.C,
4873: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4874: proces_to_value -> process after StringOrValue removed (related
4875: to feature #1020)
4876:
4877: * src/classes/form.C: whitespace
4878:
4879: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4880:
4881: * tests/: 357.html, 358.html, results/357.processed,
4882: results/358.processed, results/auto.p: test for @conf
4883: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4884:
4885: 2016-10-03 moko
4886:
4887: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4888: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4889: supported (implements feature #42)
4890:
4891: * src/types/pa_vregex.h: no reason for VRegex to be
4892: is_evaluated_expr
4893:
4894: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4895: (implements feature #1095)
4896:
4897: 2016-10-01 moko
4898:
4899: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4900: false by default (related to feature #1089)
4901:
4902: 2016-09-30 moko
4903:
4904: * src/types/pa_wcontext.h: cleanup
4905:
4906: 2016-09-29 moko
4907:
4908: * src/main/execute.C: whitespace
4909:
4910: * src/include/pa_request.h: whitespace
4911:
4912: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4913: classes/op.C, classes/table.C, include/pa_request.h,
4914: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4915: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4916: StringOrValue removed as it just slows down and adds complexity
4917: (implements feature #1020)
4918:
4919: 2016-09-28 moko
4920:
4921: * tests/: 356.html, results/266.processed, results/321.processed,
4922: results/356.processed: tests updated after name was added to
4923: method_info hash, test for ^reflection:method_info[junction]
4924: added (related to feature #1068)
4925:
4926: * src/classes/reflection.C: ^reflection:method_info[junction] now
4927: supported, method name added to the resulting hash (implements
4928: feature #1068)
4929:
4930: * tests/: 276.html, results/276.processed: more tests for
4931: ^reflection:delete[]
4932:
4933: * src/classes/reflection.C: fixed bug then ^reflection:delete
4934: didn't work on class and could damage native objects (like file)
4935:
4936: 2016-09-26 moko
4937:
4938: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4939: results/345.processed, results/346-curl.processed,
4940: results/347-curl.processed, results/348.processed: numbers added
4941: to simplify diff analysis
4942:
4943: * tests/: 352.html, results/352.processed: test result updated as
4944: method name used
4945:
4946: * src/classes/reflection.C: method name used
4947:
4948: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4949: its name
4950:
4951: * src/types/pa_method.h: whitespace
4952:
4953: * src/classes/reflection.C: both method and field with one name can
4954: exist.
4955:
4956: * src/classes/reflection.C: ^reflection:mixin added (implements
4957: feature #1089)
4958:
4959: * tests/: 355.html, results/355.processed: property appears in
4960: derived class if added in base test added
4961:
4962: * src/types/pa_vstateless_class.h: get_method declaration +
4963: whitespace
4964:
4965: * tests/: 354.html, results/354.processed: nice test from method
4966: and property with one name in class added
4967:
4968: 2016-09-23 moko
4969:
4970: * src/classes/reflection.C: ^reflection:method usage documented
4971:
4972: 2016-09-22 moko
4973:
4974: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4975: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4976: compile warning and GPF occures on VS2003 (related to feature
4977: #1087)
4978:
4979: * tests/: 350.html, results/350.processed: test added for
4980: $.encloser[] support in ^table::create (related to feature #11)
4981:
4982: * src/classes/table.C: another minor fix (related to feature #11)
4983:
1.107 moko 4984: 2016-09-21 moko
4985:
4986: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4987:
4988: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4989: classes/json.C, classes/string.C, classes/table.C,
4990: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4991: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4992: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4993: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4994: pa_charsets, vs2015 warning war
4995:
4996: * src/classes/table.C: vs2015 warning war
4997:
4998: * src/types/pa_vdate.C: vs2015 warning war
4999:
5000: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
5001:
5002: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
5003: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
5004:
5005: * src/main/pa_common.C: vs2015 compilation fixes
5006:
5007: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
5008: vs2015 compilation fixes
5009:
5010: * src/main/pa_charset.C: vs2015 warning war
5011:
5012: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
5013:
5014: * src/main/pa_charset.C: vs2015 warning war
5015:
5016: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
5017:
5018: * src/types/pa_vdate.C: vs2015 compilation fix
5019:
5020: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
5021:
5022: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
5023: VS2015 compilation fixes
5024:
5025: * src/classes/table.C: minor fix (related to feature #11)
5026:
5027: * tests/results/282.processed: no longer skipping extra enclosers
5028: (related to feature #11)
5029:
5030: * src/classes/table.C: minor fix + no longer skipping extra
5031: enclosers (related to feature #11)
5032:
5033: * src/classes/table.C: minor optimization (related to feature #11)
5034:
5035: * src/classes/table.C: minor fix and optimization (related to
5036: feature #11)
5037:
5038: 2016-09-20 moko
5039:
5040: * tests/: 353.html, results/353.processed: test for
5041: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
5042: added (related to bug #1090)
5043:
5044: * src/main/compile.y: PC.cclass->is_vars_local() check added for
5045: one_big_piece (fixes bug #1090)
5046:
5047: * tests/: 229.html, results/229.processed: code coverage tests
5048:
5049: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
5050: body) was called
5051:
5052: * src/classes/op.C: whitespace
5053:
5054: * tests/: 323.html, results/323.processed: test for code junction
5055: should not be returned by ^reflection:class, ^reflection:base
5056:
5057: * src/classes/reflection.C: bugfix: code junction should not be
5058: returned by ^reflection:class, ^reflection:base
5059:
5060: * tests/: 323.html, 352.html, results/352.processed: no more
5061: exception for ^reflection:method[class;no-such-method] (related
5062: to feature #1087)
5063:
5064: * src/classes/reflection.C:
5065: ^reflection:method[class;no-such-method] : exception -> void
5066: (related to feature #1087)
5067:
5068: * src/include/pa_request.h: request::write_value added to allow
5069: write value without convertion (related to issue #1091)
5070:
5071: 2016-09-19 moko
5072:
5073: * src/main/pa_random.C: windows build fix
5074:
5075: * src/types/pa_vhash.h: warning war
5076:
5077: 2016-09-14 moko
5078:
5079: * tests/: 352.html, 552.html, results/352.processed,
5080: results/552.processed: test for ^reflection:method[] extension
5081: added (related to feature #1087)
5082:
5083: * tests/: 552.html, results/552.processed: test for
5084: ^reflection:method[] extension added (related to feature #1087)
5085:
5086: * src/classes/reflection.C: compatibility issue fixed, VClass
5087: dynamic_cast check added (related to feature #1087)
5088:
5089: * tests/: 351.html, results/351.processed: test for @auto[]
5090: inheritance bug diring ^process[] added (related to bug #1088)
5091:
5092: * src/: classes/op.C, main/pa_request.C,
5093: types/pa_vstateless_class.C: set_method now checks for @auto[] to
5094: disable it inheritance during ^process (fixes bug #1088)
5095:
5096: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
5097: added (implements feature #1087)
5098:
5099: 2016-09-13 moko
5100:
5101: * tests/: 349.html, results/auto.p: test for objects prototyping
5102: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
5103: to feature #1086)
5104:
5105: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
5106: types/pa_vobject.C: objects now are not class instances, but have
5107: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
5108: in @conf (implements feature #1086)
5109:
5110: 2016-09-08 moko
5111:
5112: * src/: classes/file.C, classes/mail.C, classes/string.C,
5113: classes/table.C, main/pa_http.C, main/pa_string.C,
5114: include/pa_string.h: cleanup: string::split limit argument
5115: removed as no longer required, pos_after no longer reference
5116: (related to feature #11)
5117:
5118: * src/classes/table.C, tests/results/348.processed: now exception
5119: is rised when invalid option is passed to ^table::create[]
5120:
5121: * tests/: 282.cfg, 282.html, results/282.processed: more code
5122: coverage tests
5123:
5124: * tests/: 348.html, results/348.processed: code coverage tests
5125: added
5126:
5127: * tests/: 348.html, results/348.processed: generic ^table::create[]
5128: tests
5129:
5130: * tests/: 035.html, results/035.processed, results/272.processed:
5131: tests updated after $.encloser[] support for ^table::create
5132: implementation (related to feature #11)
5133:
5134: * src/classes/table.C: $.encloser[] support for ^table::create
5135: finally added (implements feature #11)
5136:
5137: 2016-09-07 moko
5138:
5139: * src/include/pa_string.h: added StringSplitHelper as friend
5140: (related to feature #11)
5141:
5142: * src/include/pa_string.h: body and langs now protected, not
5143: private to allow inheritance (related to feature #11)
5144:
5145: * src/classes/table.C: lsplit optimized before cloning for
5146: ^table::create with $.encloser[] (related to feature #11)
5147:
5148: * src/classes/table.C: optimizaion: TableControlChars.separators
5149: added and used (related to feature #11)
5150:
5151: * src/classes/table.C: spelling:
5152:
5153: TableSeparators -> TableControlChars column -> separator
5154: separators -> control_chars
5155:
5156: 2016-09-06 moko
5157:
5158: * src/main/pa_string.C: whitespace
5159:
5160: * src/main/pa_string.C: whitespace
5161:
5162: 2016-09-01 moko
5163:
5164: * tests/: 347-curl.html, results/347-curl.processed: to make tests
5165: results OS-independent
5166:
5167: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
5168: compiler (related to feature #1042)
5169:
5170: 2016-08-15 moko
5171:
5172: * src/include/pa_string.h: whitespace
5173:
5174: * src/classes/table.C: whitespace
5175:
1.106 moko 5176: 2016-08-05 moko
5177:
5178: * tests/: 344.html, results/344.processed: test for
5179: ^hash::create[$file] added (related to feature #1075)
5180:
5181: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
5182: supported (implements feature #1075)
5183:
5184: 2016-08-04 moko
5185:
5186: * tests/: 341.html, results/341.processed: more code coverage tests
5187:
5188: * tests/: 346-curl.html, results/346-curl.processed: more code
5189: coverage tests for curl
5190:
5191: * tests/: 346-curl.html, results/346-curl.processed: more code
5192: coverage tests for curl
5193:
5194: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
5195: results/223.processed: code coverage tests: $.form[ $.table[] ]
5196: test added
5197:
5198: * tests/: 223-curl.html, results/223-curl.processed: more code
5199: coverage tests for curl
5200:
5201: 2016-08-03 moko
5202:
5203: * src/classes/curl.C: dlink(curl_library) now called not once, but
5204: until it will be loaded, allowing to find existing library.
5205:
5206: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
5207: results/347-curl.processed: more code coverage tests for curl
5208:
5209: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
5210: results/339-curl.processed, results/346-curl.processed: curl
5211: functionality tests
5212:
5213: 2016-08-02 moko
5214:
5215: * tests/: 339.html, results/339.processed: test for tables in
5216: ^file:load[] and ^curl:load[] (commented) added (related to
5217: feature #1042)
5218:
5219: * tests/: 345.html, results/345.processed: code coverage tests for
5220: file class
5221:
5222: * tests/: 344.html, results/344.processed: code coverage tests
5223:
5224: * tests/: 344.html, results/344.processed: mdate removed from
5225: output
5226:
5227: * src/classes/file.C: minor bugfix: is_text should be taked from
5228: fcontent.is_text_mode() if not set (related to feature #1061)
5229:
5230: * tests/: 344.html, results/344.processed: more tests
5231:
5232: * tests/: 343.html, 344.html, results/343.processed,
5233: results/344.processed: tests for ^file::create[ $.from-charset
5234: and $.to-charset ] (related to feature #1061)
5235:
5236: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5237: aset_text_mode argument optimized
5238:
5239: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5240: checkBOM now used in detect_binary_content (related to feature
5241: #1061)
5242:
5243: * src/main/pa_request.C: load_charset no longer required to_upper
5244:
5245: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
5246: preserves original file mode (if no $.mode specified)
5247:
5248: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5249: ^file::create now supports $.from-charset[] and $.to-charset
5250: options (implements feature #1061), automatic transcode is done
5251: if text file is created from binary file and charset is detected.
5252:
5253: 2016-07-30 moko
5254:
5255: * src/classes/table.C: ^t.hash[..;] now supported (related to
5256: feature #1057)
5257:
5258: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
5259: added (related to feature #1057)
5260:
5261: * tests/: 286.html, results/286.processed: code tests coverage
5262:
5263: 2016-07-29 moko
5264:
5265: * src/classes/table.C: table size should be checked inside menu and
5266: foreach (related to feature #858)
5267:
5268: * src/: classes/curl.C, classes/file.C, classes/string.C,
5269: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
5270: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
5271: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
5272: charsets.get now does str_upper inside (related to feature #1061)
5273:
5274: * tests/: 342.html, results/342.processed: more code coverage tests
5275:
5276: * tests/: 342.html, outputs/342.processed: table menu code coverage
5277: + foreach test added (related to feature #858)
5278:
5279: * tests/: 341.html, results/341.processed: tests for
5280: ^table.hash[]{code} added + code coverage tests (related to
5281: feature #1057)
5282:
5283: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
5284: value} support (implements feature #1057)
5285:
5286: * src/classes/table.C: whitespace
5287:
5288: 2016-07-28 moko
5289:
5290: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
5291: from URL, if not specified query string removed from url-based
5292: filenames in ^curl:load[] and ^file::load[] (related to feature
5293: #1042)
5294:
5295: 2016-07-27 moko
5296:
5297: * tests/: 340.html, results/340.processed: test for
5298: transcode_text_result=false added (related to issue #1042)
5299:
5300: 2016-07-26 moko
5301:
5302: * src/types/pa_vfile.C: file name should not be empty (if file path
5303: is folder and ends with /) (related to feature #1042)
5304:
5305: * src/main/pa_http.C: whitespace optimizaion
5306:
5307: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
5308: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
5309: multiple headers, ^file::load supports headers transcoding
5310: (implements feature #1042)
5311:
5312: 2016-07-25 moko
5313:
5314: * src/include/pa_common.h: PA_DEFAULT added
5315:
5316: 2016-07-22 moko
5317:
5318: * tests/: 338.html, results/338.processed: test for
5319: $date.field(value) added (related to feature #1066)
5320:
5321: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5322: $date.field(value) now supported for y/m/d/h/m/s (implements
5323: feature #1066)
5324:
1.105 moko 5325: 2016-07-21 moko
5326:
5327: * src/: classes/file.C, classes/image.C, include/pa_common.h,
5328: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
5329: arguments removed; image.C - absolute path shown in exception
5330: (implements feature #1071)
5331:
5332: * tests/: 235.html, results/235.processed: test and test result
5333: updated after static boundary in mail and Errors-To: mail header
5334: removed (related to feature #1047)
5335:
5336: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
5337: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
5338: used, static boundary in mail removed, Errors-To: mail header
5339: removed (implements feature #1047)
5340:
5341: 2016-07-20 moko
5342:
5343: * src/: classes/reflection.C, types/pa_vstateless_class.h:
5344: equest.classes(): Value -> VStateless_class, part 3 (related to
5345: issue #1051)
5346:
5347: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
5348: request.classes(): Value -> VStateless_class, part 2 (related to
5349: issue #1051)
5350:
5351: * tests/results/: 224.processed, 323.processed: classes without
5352: methods should not be methoded (related to issue #1051)
5353:
5354: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
5355: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5356: -> VStateless_class, part 1 (related to issue #1051)
5357:
5358: * tests/: 337.html, results/337.processed: test for
5359: ^reflection:fields_reference[] and VHashReference class added
5360: (related to feature #1072)
5361:
5362: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5363: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5364: and VHashReference added, allowing ^reflection:fields_reference[]
5365: implementation (closes feature #1072)
5366:
5367: 2016-07-19 moko
5368:
5369: * tests/: 323.html, results/323.processed: we want to see
5370: "methoded"
5371:
5372: * tests/: 336.html, results/336.processed: test for $BASE:property
5373: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5374: #1059)
5375:
5376: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5377: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5378: somebody_entered_some_class, $BASE:property works again,
5379: ^BASE:method[] bugs fixed (fixes bug #1059)
5380:
5381: 2016-07-14 moko
5382:
5383: * tests/: 335.html, results/335.processed: test for feature #1055
5384: added
5385:
5386: * src/classes/hash.C: bugfix: $._default was not copied if empty
5387: feature: ^hash.contains[_default] added (implements feature
5388: #1055)
5389:
5390: 2016-07-13 moko
5391:
5392: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5393: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5394:
5395: 2016-07-05 moko
5396:
5397: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5398: in ^hash.foreach (related to feature #1073)
5399:
5400: 2016-07-04 moko
5401:
5402: * tests/: 134.html, 281.html, results/134.processed,
5403: results/281.processed: tests updated after hash blocking removed
5404: (related to feature #1073)
5405:
5406: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5407: no longer blocks on change during foreach (implements feature
5408: #1073)
5409:
5410: 2016-06-17 moko
5411:
5412: * tests/: 330.html, results/330.processed: try exception source
5413: test added (related to bug in #1062)
5414:
5415: * tests/: 334.html, results/334.processed: Exception stack trace
5416: test added (related to bug in $1062)
5417:
5418: * src/classes/op.C: Exception trace now correctly restored and
5419: errors reported (related to bug #1062)
5420:
1.104 moko 5421: 2016-05-25 moko
5422:
5423: * src/main/compile.y: minor cleanup + beauty
5424:
5425: 2016-05-24 moko
5426:
5427: * tests/: 333.html, results/333.processed: more exceptions testing
5428:
5429: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5430: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5431: features #1056, #1026)
5432:
5433: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5434: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5435: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5436: (implements feature #1056)
5437:
5438: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5439: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5440: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5441: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5442: feature #1026)
5443:
5444: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5445: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5446: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5447: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5448: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5449: feature #1026)
5450:
5451: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5452: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5453: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5454: SYMBOLS_CACHING define implemented (related to feature #1026)
5455:
5456: * src/main/main.vcproj: + ps_symbols
5457:
5458: * src/: include/Makefile.am, include/pa_string.h,
5459: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5460: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5461: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5462: types/pa_vstateless_class.C: initial implementation for symbols
5463: cache (related to feature #1026)
5464:
5465: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5466:
5467: * src/main/pa_globals.C: minor cleanup
5468:
5469: 2016-05-19 moko
5470:
5471: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5472: (related to feature #1046)
5473:
5474: * tests/: 331.html, results/331.processed: test for
5475: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5476: (related to feature #1051)
5477:
5478: * src/main/compile.y:
5479: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5480: (implements feature #1054)
5481:
5482: 2016-05-18 moko
5483:
5484: * src/types/pa_vtable.C, tests/results/324.processed: no more
5485: "column not found" exception for ^table.no-such-method[] (related
5486: to feature #1046)
5487:
5488: * tests/: 261.html, results/261.processed: test added and updated
5489: after feature #1046 implementation
5490:
5491: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5492: types/pa_vvoid.h: $string.anything works for whitespace strings,
5493: ^string.contains added for hash compatibility, $string.method no
5494: longer returns stting method (implements feature #1046)
5495:
5496: 2016-05-12 moko
5497:
5498: * src/classes/curl.C: content-type response header no longer
5499: ignored (fixes issue #1045)
5500:
5501: * tests/: 330.html, results/330.processed: test for incomplete
5502: finally execution when break occures added (related to issue
5503: #1077)
5504:
5505: * src/classes/op.C: bugfix: Request::skip reset is called before
5506: executing catch and finally code (fixes issue #1062)
5507:
5508: 2016-05-11 moko
5509:
5510: * tests/: 329.html, results/329.processed: test for invalid
5511: ^break[] behavour added (bug #1077)
5512:
5513: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5514:
5515: 2016-04-24 moko
5516:
5517: * src/types/pa_vstateless_class.h: warning war
5518:
5519: 2016-04-17 moko
5520:
5521: * tests/: 328.html, results/328.processed: test for
5522: ^break(condition) and ^continue(condition) (related to feature
5523: #1063)
5524:
5525: * src/classes/op.C: ^break(condition) and ^continue(condition)
5526: implemented (feature #1063)
5527:
5528: 2016-04-12 moko
5529:
5530: * tests/results/280.processed: ordered hash now used for class
5531: methods and properties (test results updated for feature #1069)
5532:
5533: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5534: to xdoc.C as under FreeBSD it was inited after and inheritance
5535: failed (related to issue #1051)
5536:
5537: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5538: are printed to check inheritance (related to feature #1051)
5539:
1.103 moko 5540: 2016-04-09 moko
5541:
5542: * tests/results/320.processed: ordered hash now used for class
5543: methods and properties (test results updated for feature #1069)
5544:
5545: * src/types/pa_vstateless_class.h: ordered hash now used for class
5546: methods and properties (implements feature #1069)
5547:
5548: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5549: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5550: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5551: feature #1051)
5552:
5553: 2016-04-07 moko
5554:
5555: * src/main/execute.C: returned Value in .CLASS case for VJunction
5556: (related to feature #1051)
5557:
5558: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5559: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5560: string constants deduplication (related to feature #1051)
5561:
5562: * tests/results/224.processed: test result updated (related to
5563: feature #1051)
5564:
5565: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5566: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5567: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5568: types/pa_vstatus.h: classes hash now contains only
5569: VStateless_class derived objects, .CLASS is also allways
5570: VStateless_class derived object (related to feature #1051).
5571:
5572: 2016-04-06 moko
5573:
5574: * tests/results/323.processed: test result updated after feature
5575: #1051 implementation
5576:
5577: * src/: classes/classes.h, classes/op.C, classes/response.C,
5578: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5579: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5580: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5581: types/pa_vresponse.C, types/pa_vresponse.h,
5582: types/pa_vstateless_class.h: base -> methoded_donor for static
5583: classes, type() moved from VStateless_class to VClass and
5584: Methoded (implements feature #1051)
5585:
5586: 2016-04-04 moko
5587:
5588: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5589: beauty: put_class added (related to feature #1051)
5590:
5591: 2016-04-01 moko
5592:
5593: * tests/results/: 175.processed, 192.processed, 224.processed,
5594: 229.processed, 244.processed, 246.processed, 316.processed: test
5595: results updated as class.type() removed from error messages, only
5596: type() left (related to feature #1051)
5597:
5598: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5599: classes/op.C, classes/reflection.C, main/compile.y,
5600: main/compile_tools.h, main/execute.C, main/pa_request.C,
5601: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5602: types/pa_vmethod_frame.h, types/pa_vobject.h,
5603: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5604: from VStateless_class, type() is used instead (related to feature
5605: #1051)
5606:
5607: * src/classes/mail.C: old logic restored.
5608:
5609: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5610: classes/classes.h, classes/curl.C, classes/date.C,
5611: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5612: classes/hashfile.C, classes/image.C, classes/inet.C,
5613: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5614: classes/memcached.C, classes/memory.C, classes/reflection.C,
5615: classes/regex.C, classes/response.C, classes/string.C,
5616: classes/table.C, classes/xdoc.C, classes/xnode.C,
5617: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5618: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5619: feature #1051)
5620:
5621: 2016-03-30 moko
5622:
5623: * tests/: 327.html, results/224.processed, results/327.processed:
5624: test for TZ specification in ^date::create[], TZ is kept during
5625: ^date::create[$dt] (related to feature #1048)
5626:
5627: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5628: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5629: feature #1048)
5630:
5631: 2016-03-29 moko
5632:
5633: * tests/: 315.html, results/315.processed: test for timezone format
5634: +HHmm added (related to feature #1065)
5635:
5636: * src/classes/date.C: timezone format +HHmm now supported
5637: (implements feature #1065)
5638:
5639: 2016-03-28 moko
5640:
5641: * tests/: 202.html, results/131.processed, results/202.processed,
5642: results/224.processed, results/256.processed,
5643: results/315.processed: test results updated after %.2d now
5644: default for hours offset in iso-string (was %2d), test for
5645: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5646: added (related to feature #1065)
5647:
5648: 2016-03-27 moko
5649:
5650: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5651: feature #1065)
5652:
5653: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5654: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5655: added (implements feature #1065)
5656:
5657: 2016-03-24 moko
5658:
5659: * tests/: 202.html, results/202.processed: test $date.week added
5660: (related to bug #1067)
5661:
5662: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5663: date (fix for bug #1067)
5664:
5665: 2016-03-10 moko
5666:
5667: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5668:
1.102 moko 5669: 2015-12-07 moko
5670:
5671: * tests/: 326.html, results/326.processed: test for .CLASS &
5672: .CLASS_NAME optimization added (related to feature #844)
5673:
5674: 2015-11-17 moko
5675:
5676: * tests/: 323.html, results/323.processed: order added
5677:
5678: * tests/: 325.html, results/325.processed: double range test added
5679: (related to bug #1049)
5680:
5681: 2015-11-16 moko
5682:
5683: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5684: added to disallow NaN and Infinity (fixes bug #1049)
5685:
5686: 2015-11-11 moko
5687:
5688: * tests/324.html: parser 3.4.3 execution support added (related to
5689: feature #1017)
5690:
5691: * tests/: 324.html, results/324.processed: test for
5692: GET_ELEMENT4CALL feature added (feature #1017)
5693:
1.101 moko 5694: 2015-10-29 moko
5695:
1.211 moko 5696: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5697:
5698: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5699:
5700: * src/main/pa_exec.C: get_exit_status implemented for Windows
5701: (related to bug #1043)
5702:
5703: 2015-10-28 moko
5704:
5705: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5706: hangup during ^file::exec (fixes bug #1043)
5707:
1.100 moko 5708: 2015-10-27 moko
5709:
5710: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5711:
1.99 moko 5712: 2015-10-26 moko
5713:
1.100 moko 5714: * tests/322.html, src/classes/reflection.C: arguments reorder
5715: (related to issue #1041)
5716:
5717: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5718: Copyright year updated
5719:
1.99 moko 5720: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5721: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5722: classes/form.C, classes/hash.C, classes/hashfile.C,
5723: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5724: classes/mail.C, classes/math.C, classes/memcached.C,
5725: classes/memory.C, classes/op.C, classes/reflection.C,
5726: classes/regex.C, classes/response.C, classes/string.C,
5727: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5728: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5729: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5730: include/pa_config_fixed.h, include/pa_config_includes.h,
5731: include/pa_dictionary.h, include/pa_dir.h,
5732: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5733: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5734: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5735: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5736: include/pa_request_charsets.h, include/pa_request_info.h,
5737: include/pa_sapi.h, include/pa_socks.h,
5738: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5739: include/pa_stack.h, include/pa_string.h,
5740: include/pa_stylesheet_connection.h,
5741: include/pa_stylesheet_manager.h, include/pa_table.h,
5742: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5743: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5744: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5745: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5746: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5747: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5748: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5749: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5750: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5751: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5752: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5753: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5754: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5755: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5756: main/pa_string.C, main/pa_stylesheet_connection.C,
5757: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5758: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5759: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5760: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5761: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5762: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5763: targets/isapi/parser3isapi.C, types/pa_junction.h,
5764: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5765: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5766: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5767: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5768: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5769: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5770: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5771: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5772: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5773: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5774: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5775: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5776: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5777: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5778: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5779: types/pa_vresponse.C, types/pa_vresponse.h,
5780: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5781: types/pa_vstateless_object.h, types/pa_vstatus.C,
5782: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5783: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5784: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5785: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5786: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5787:
5788: * src/targets/cgi/parser3.C: year updated
5789:
5790: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5791: issue #1041)
5792:
5793: * tests/: 323.html, results/323.processed: test for base classes
5794: added
5795:
5796: * tests/: 261.html, results/261.processed: updated after better
5797: error reporting done for $string.key exception
5798:
5799: * src/types/pa_vstring.h: better error report for $string.key
5800: exception
5801:
5802: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5803: copied as VObject::get_element4call to remove extra virtual call
5804:
5805: * tests/: 322.html, results/322.processed: test for
5806: ^reflection:is[] added (related to feature #1041)
5807:
5808: * src/classes/reflection.C: ^reflection:is empty value is void
5809: (related to feature #1041)
5810:
5811: * src/classes/reflection.C:
5812: ^reflection:is[class_name|code|method;[context;]element_name]
5813: added (implements feature #1041)
5814:
5815: 2015-10-24 moko
5816:
5817: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5818:
1.98 moko 5819: 2015-10-22 moko
5820:
5821: * tests/: 321.html, results/321.processed: test for
5822: ^reflection:method_info[] file detection added
5823:
5824: * tests/: 320.html, results/320.processed: test for
5825: ^reflection:class_by_name[class_name] added (related to feature
5826: #993)
5827:
5828: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5829: added (implements feature #993)
5830:
5831: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5832: (related to feature #1017)
5833:
5834: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5835: added (related to issue #1039)
5836:
5837: * src/main/pa_request.C: ^throw origin fixed (related to feature
5838: #1039)
5839:
5840: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5841: for VDate
5842:
5843: * tests/results/182.processed: updated after feature #1038
5844: implemented
5845:
5846: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5847: compile-time exception origin added (test for feature #1039)
5848:
5849: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5850: main/pa_request.C: exception unification: compile-time exceptions
5851: now have origin, @USE origins also tracked (implements feature
5852: #1039)
5853:
5854: 2015-10-20 moko
5855:
5856: * src/main/pa_request.C: cleanup
5857:
5858: 2015-10-15 moko
5859:
5860: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5861:
5862: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5863: types/pa_vtable.C: new feature: no more $table.method and
5864: $hash.method, aliases for _at, _count, _key (related to feature
5865: #1017)
5866:
1.97 moko 5867: 2015-10-14 moko
5868:
1.98 moko 5869: * tests/: 317.html, results/317.processed: test for
5870: ^string.unescape[] added (related to feature #120)
5871:
1.97 moko 5872: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5873: defined" bug (described in issue #1036)
5874:
5875: * tests/: 247.html, results/247.processed: test for checkBOM added
5876: (test for bug #1037)
5877:
5878: * src/: include/pa_charsets.h, main/pa_charsets.C,
5879: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5880: it's not enforced, skips BOM signature if it complies charset
5881: (fixes bug #1037)
5882:
5883: 2015-10-13 moko
5884:
5885: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5886: linking
5887:
5888: * src/classes/inet.C: vs2003 compilation fix
5889:
5890: * src/classes/math.C: warning war
5891:
5892: * src/lib/punycode/pa_punycode.c: warning war
5893:
5894: 2015-10-12 moko
5895:
5896: * src/lib/punycode/pa_punycode.c: warning war
5897:
5898: * parser3.sln: moved parser3 first, to make it default startup
5899: project
5900:
5901: * buildall: parser "mirror" now used for external libs sources
5902: (implements feature #1036)
5903:
5904: * buildall: most external libs are updated to their current
5905: versions (related to feature #1036)
5906:
5907: * src/classes/image.C: more tags added
5908:
5909: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5910:
5911: 2015-10-11 moko
5912:
5913: * src/classes/curl.C: minor optimization (related to feature #1035)
5914:
5915: 2015-10-09 moko
5916:
5917: * src/classes/curl.C: pa_strdup added for strings from curl
5918: (related to feature #1035)
5919:
5920: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5921: ULLONG_MAX definition
5922:
5923: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5924: (implements feature #1035)
5925:
5926: * src/main/pa_charset.C: String::Body(String::C) used
5927:
5928: * src/main/pa_charset.C: exceptions unified
5929:
5930: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5931: unified
5932:
5933: * src/: classes/file.C, classes/image.C, classes/mail.C,
5934: classes/op.C, classes/xdoc.C, classes/xnode.C,
5935: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5936: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5937: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5938: String::Body(String::C) constructor added (related to bug #957)
5939:
5940: * src/classes/file.C: minor optimization
5941:
5942: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5943: Cord(char*) autocreation (related to bug #957)
5944:
5945: * src/: classes/string.C, main/untaint.C: minor optimizations
5946:
5947: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5948: String(char*, Lang, length) removed, String(C(), Lang) used
5949: instead (related to bug #957)
5950:
5951: 2015-10-08 moko
5952:
5953: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5954: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5955: main/untaint.C: Now char * is converted to CORD only using
5956: AS_CORD() to check for empty cord bug (fixes bug #957)
5957:
5958: * src/include/pa_hash.h: fixed compilation without
5959: HASH_CODE_CACHING
5960:
5961: * src/classes/string.C:
5962: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5963: feature #120)
5964:
5965: * src/main/pa_common.C: reduce js flags checks count (related to
5966: feature #120)
5967:
1.96 moko 5968: 2015-10-07 moko
5969:
5970: * tests/: 275.html, results/275.processed: test modified after
5971: unsigned long long int support implemented (feature #1034)
5972:
5973: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5974: pa_atoul added for unsigned long long int support
5975:
5976: 2015-10-06 moko
5977:
5978: * src/types/pa_vdate.C: INT_MAX used
5979:
5980: 2015-10-03 moko
5981:
5982: * tests/: 302.html, results/302.processed: test for bug #1023
5983: (\u2028, \u2029 escaping) added
5984:
5985: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5986: json:string[] (fixes bug #1023)
5987:
5988: 2015-09-29 moko
5989:
5990: * tests/305.html: try-catch added for OS without ipv6 support
5991:
5992: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5993: compilation
5994:
5995: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5996: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5997: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5998: implemented to distinguish ^hash.method from $hash.field
5999: (implements feature #1017)
6000:
6001: * src/lib/punycode/pa_punycode.c: warning war
6002:
6003: * src/include/pa_config_includes.h: warning war
6004:
6005: * src/include/pa_config_includes.h: pragma warning actualized a bit
6006:
6007: * src/include/pa_config_includes.h: warning war
6008:
6009: * src/include/pa_hash.h: clang compilation fix
6010:
6011: 2015-09-27 moko
6012:
6013: * src/main/compile.tab.C: Bison 3 is now default
6014:
6015: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
6016:
6017: 2015-09-25 moko
6018:
6019: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
6020: works with undefined HASH_ORDER (related to feature #196)
6021:
6022: 2015-09-24 moko
6023:
6024: * tests/: 027.html, results/027.processed: test modified to test
6025: ^hash.sort (feature #196)
6026:
6027: * src/: classes/hash.C, include/pa_hash.h:
6028: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
6029: added (implements feature #196)
6030:
6031: * tests/: 316.html, results/316.processed: Added test for bug #1025
6032: (exception handling in non-cached ^cache), plus for "it does not
6033: have logical value" and "$exception.handled value must be either
6034: boolean or string 'cache'" exceptions.
6035:
6036: * src/classes/op.C: ^cache: exceptions now handled in non-cached
6037: code (fixes bug #1025)
6038:
1.95 moko 6039: 2015-09-23 moko
6040:
6041: * src/classes/table.C: warning war
6042:
6043: * src/: classes/math.C, types/pa_vcookie.C: warning war
6044:
6045: * src/classes/file.C: warning war
6046:
6047: * src/: include/pa_table.h, main/pa_table.C: warning war
6048:
6049: * src/: main/pa_request.C, classes/date.C: warning war
6050:
6051: * src/: types/pa_vdate.C, classes/op.C: warning war
6052:
6053: * tests/: 122.html, results/122.processed: win sync: to remove
6054: differences with OS that doesn't keep timezone change history
6055:
6056: * src/types/pa_vdate.C: tzset() should be called in Windows after
6057: TZ change (related to feature #36)
6058:
6059: * tests/: 075.html, results/075.processed: win sync: to remove
6060: differences with OS that doesn't keep timezone change history
6061:
6062: * tests/: 315.html, results/315.processed: win sync: to remove
6063: differences with OS that doesn't keep timezone change history
6064:
6065: * tests/: 256.html, results/256.processed: win sync: to remove
6066: differences with OS that doesn't keep timezone change history
6067:
6068: * tests/: 124.html, results/124.processed: win results sync: to
6069: avoid hitting time change hole.
6070:
6071: * src/types/pa_vdate.C: static returned. :)
6072:
6073: 2015-09-22 moko
6074:
6075: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
6076:
6077: * tests/results/131.processed: more tests for feature #1032
6078:
6079: * src/classes/date.C: minor fix related to feature #1032
6080:
1.211 moko 6081: * operators.ru.txt, operators.txt: ISO date creation documented
6082: (related to feature #1032)
1.95 moko 6083:
1.211 moko 6084: * operators.ru.txt, operators.txt: iso-string documented (related
6085: to feature #1032)
1.95 moko 6086:
6087: * tests/: 315.html, results/315.processed: more tests added
6088: (related to feature #1032)
6089:
6090: * tests/: 131.html, results/131.processed: date range checks
6091: updated (related to feature #36)
6092:
6093: * tests/: 315.html, results/057.processed, results/315.processed:
6094: test added for ISO date support (related to issue #315)
6095:
6096: * src/classes/date.C: more readable exceptions in date creation
6097: (related to ticket #1032)
6098:
6099: 2015-09-18 moko
6100:
6101: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
6102: added (related to issue #1032)
6103:
6104: * tests/results/256.processed, src/classes/json.C: iso-string
6105: documented (related to issue #1032)
6106:
6107: * tests/: 256.html, results/256.processed: ISO date check added
6108: (related to issue #1032)
6109:
6110: * tests/: 057.html, results/057.processed, results/224.processed:
6111: tests results updated after ISO date support implemented (related
6112: to feature #1032)
6113:
6114: * src/: classes/date.C, classes/image.C, types/pa_value.h,
6115: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
6116: ^date::create[string] constructor formalized, ^date.iso-string[]
6117: added (implements feature #1032)
6118:
6119: 2015-09-05 moko
6120:
1.211 moko 6121: * operators.ru.txt, operators.txt: actualized
1.95 moko 6122:
1.211 moko 6123: * operators.ru.txt, operators.txt: date changes documented (related
6124: to ticket #36)
1.95 moko 6125:
6126: 2015-09-04 moko
6127:
6128: * src/types/pa_vdate.C: warning war
6129:
6130: * src/: classes/op.C, types/pa_vhashfile.C: warning war
6131:
6132: 2015-09-03 moko
6133:
6134: * tests/results/096.processed: test result updated for 0..9999 year
6135: date range support (related to feature #36)
6136:
6137: * tests/: 314.html, results/314.processed: test for
6138: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
6139: bug #1031)
6140:
6141: * src/classes/string.C: Static calls fixed for ^string:base64[],
6142: ^string:idna[], ^string:js-escape[] (closes bug #1031)
6143:
1.116 moko 6144: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
6145: configure.in -> configure.ac
1.95 moko 6146:
1.116 moko 6147: * configure, configure.in, src/include/pa_config_auto.h.in: more
6148: correct timezone check for FreeBSD Warning war: configure.in ->
6149: configure.ac
1.95 moko 6150:
6151: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 6152: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
6153: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
6154: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
6155: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
6156: src/main/Makefile.am, src/targets/apache/Makefile.am,
6157: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 6158: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
6159: check added
6160:
6161: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
6162:
6163: * tests/results/: 124.processed, 224.processed: test resuls updated
6164: for new date implementation (related to feature #36)
6165:
6166: * src/: classes/date.C, classes/image.C, include/pa_common.h,
6167: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
6168: types/pa_vdate.h: new double date implementation with internal
6169: support for extended 0..9999 year range, default timezone support
6170: (related to feature #36)
6171:
6172: 2015-08-28 moko
6173:
6174: * src/types/pa_vmail.C: fixed $mail:received.date calculations
6175: (fixes bug #1030)
6176:
6177: 2015-08-21 moko
6178:
6179: * src/classes/inet.C: snprintf size "bug" commented
6180:
6181: * src/main/pa_common.C: snprintf comments updated
6182:
6183: 2015-08-16 moko
6184:
6185: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
6186:
6187: 2015-08-11 moko
6188:
6189: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6190: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
6191: can be null (fixes bug #1029)
6192:
6193: 2015-08-06 moko
6194:
1.116 moko 6195: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
6196: pa_vdate.C added
1.95 moko 6197:
6198: 2015-08-05 moko
6199:
6200: * tests/: 313.html, results/313.processed: test for
6201: ^table.count[columns] and ^table.flip[] with nameless tables
6202: (feature #1003)
6203:
6204: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6205: max_cell added, now ^table.count[columns] and ^table.flip[] works
6206: correctly for nameless tables (implements feature #1003)
6207:
6208: 2015-08-03 moko
6209:
6210: * tests/312.html: test for ^table.append[$hash] and
6211: ^table.insert[$hash] added (related to feature #1028)
6212:
6213: * src/classes/table.C: ^table.append[$hash] and
6214: ^table.insert[$hash] now supported (implements feature #1028)
6215:
6216: * tests/: 312.html, results/312.processed: test row copy in
6217: ^table.hash[; $.type[table] ] added (related to feature #1016)
6218:
6219: * src/classes/table.C: row copy now created in ^table.hash[;
6220: $.type[table] ] (related to feature #1016)
6221:
6222: 2015-07-29 moko
6223:
6224: * tests/: 312.html, results/312.processed: test for ^table.delete[]
6225: added (related to feature #1016)
6226:
6227: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6228: ^table.delete[] added to delete current row (related to feature
6229: 1016)
6230:
6231: 2015-07-28 moko
6232:
6233: * tests/: 312.html, results/312.processed: test for
6234: $table.column[value] and ^table.insert{row} (related to feature
6235: #1016)
6236:
6237: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
6238: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
6239: ^table.insert{row} are now implemented (feature #1016)
6240:
6241: * src/include/pa_array.h: Optimization: bool reverse removed from
6242: append(), insert() added, memmove arguments order in remove()
6243: fixed (related to feature #1016)
6244:
6245: 2015-07-23 moko
6246:
6247: * src/classes/json.C: tainted json and empty json exception added
6248: (implements feature #1015)
6249:
6250: * tests/: 311.html, results/311.processed: empty json and tainted
6251: json exception test added (related to issue #1015)
6252:
6253: 2015-07-22 moko
6254:
6255: * tests/: 311.html, results/311.processed: test for UTF-8
6256: processing added
6257:
6258: * tests/: 311.html, results/311.processed: test for
6259: json_exception_with_source added (related to issue #394)
6260:
6261: * src/classes/json.C: json_exception_with_source added (implements
6262: feature #394)
6263:
6264: 2015-06-29 moko
6265:
6266: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
6267: directories are now correctly determined if _d_type == DT_UNKNOWN
6268: (closes bug #1027)
6269:
6270: 2015-06-10 moko
6271:
6272: * src/types/pa_vxnode.h: extern "C" not requred and causes build
6273: error if libxml has LIBXML_ICU_ENABLED.
6274:
6275: 2015-06-04 moko
6276:
6277: * tests/099.html: ups, reverting
6278:
6279: * tests/: 099.html, 309.html, 310.html, results/309.processed,
6280: results/310.processed: tests for $response:body[ $.file[] ] and
6281: $response:last-modified added
6282:
6283: * src/main/pa_request.C: last-modified check fixed
6284:
6285: 2015-06-03 moko
6286:
6287: * tests/: 204.html, 205.html, 293.html, results/204.processed,
6288: results/205.processed, results/293.processed: $response:headers
6289: logging added (tests for feature #1007)
6290:
6291: * src/: include/pa_common.h, include/pa_request.h,
6292: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
6293: $response:headers are now in uppercase (closes feature #1007)
6294:
6295: 2015-06-02 moko
6296:
6297: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
6298: build errors reverted for clang compatibility
6299:
6300: 2015-06-01 moko
6301:
6302: * src/include/pa_memory.h: -pedantic build errors fixed
6303:
6304: * src/classes/math.C: -pedantic build error fixed
6305:
6306: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
6307:
6308: 2015-05-31 moko
6309:
6310: * src/classes/table.C: USE_STRINGSTREAM optimized
6311:
6312: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
6313: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
6314: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
6315: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
6316: types/pa_vxnode.h: warning war (-pedantic flag)
6317:
6318: 2015-05-28 moko
6319:
6320: * tests/: 308.html, results/308.processed: test for
6321: ^table::create[$t;], etc work added (related to bug #975)
6322:
6323: * src/classes/table.C: check_option_param removed,
6324: ^table::create[$t;], etc now works (fixes bug #975)
6325:
6326: 2015-05-27 moko
6327:
6328: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
6329: (Debian jessie) fixed (closes issue #1024)
6330:
6331: * tests/Makefile: sort added as in Debian jessie list become
6332: unsorted
6333:
6334: 2015-05-18 moko
6335:
6336: * tests/: 201.html, results/201.processed: test for
6337: ^string.trim[what] feature #1022
6338:
6339: * src/classes/string.C: ^string.trim[what] now supported,
6340: implements feature #1022
6341:
6342: 2015-05-17 moko
6343:
6344: * tests/results/185.processed: test result updated as feature #1021
6345: implemented (left/right accept negative parameter)
6346:
6347: * src/classes/string.C: left/right now accept negative parameter
6348: (implements feature #1021)
6349:
6350: 2015-05-08 moko
6351:
6352: * src/classes/math.C: isalnum -> pa_isalnum
6353:
6354: * src/main/execute.C: optimization in getter-junction processing
6355: (related to issue #997)
6356:
6357: 2015-05-07 moko
6358:
6359: * tests/: 307.html, results/307.processed: test for issue #997
6360: added
6361:
6362: * src/main/execute.C: process_getter result now checked if junction
6363: returned (closes issue #997)
6364:
6365: * tests/: 305.html, results/305.processed: sort added to ignore
6366: different order
6367:
6368: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6369: assignment (closes issue #994)
6370:
6371: * tests/: 306.html, results/306.processed: test for issue #994
6372: added
6373:
6374: * tests/: 303.html, results/303.processed: two more errors tested
6375:
6376: 2015-05-06 moko
6377:
6378: * tests/: 305.html, results/305.processed: test for name2ip &
6379: ip2name added (related to feature #992)
6380:
6381: * tests/: 303.html, 304.html, results/303.processed,
6382: results/304.processed: tests for idna conversion added (related
6383: to issue #849)
6384:
6385: 2015-05-02 moko
6386:
6387: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6388: implemented
6389:
6390: 2015-04-30 moko
6391:
6392: * src/main/pa_http.C: idna_host added, related to issue #849
6393:
6394: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6395: (related to issue #849)
6396:
6397: 2015-04-24 moko
6398:
6399: * src/types/pa_vjunction.C: warning war
6400:
6401: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6402: unification
6403:
6404: * src/lib/punycode/pa_idna.c: warning war
6405:
6406: 2015-04-22 moko
6407:
6408: * src/main/main.vcproj: punycode include path added
6409:
6410: * src/lib/punycode/pa_idna.c: windows compile error fixed
6411:
6412: * src/lib/punycode/pa_idna.c: warning war
6413:
6414: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6415: project file added
6416:
6417: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6418:
6419: * src/include/pa_memory.h: warning war
6420:
6421: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6422: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6423: implemented (related to feature #849)
6424:
6425: * configure.in, src/main/Makefile.am,
6426: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6427: libpunycode added in Unix
6428:
6429: 2015-04-21 moko
6430:
6431: * configure.in: large files support
6432:
6433: 2015-04-15 moko
6434:
6435: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6436: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6437: pa_punycode.h: initial version for punycode/idna support library
6438: (ticket #849)
6439:
6440: 2015-04-08 moko
6441:
6442: * src/: classes/curl.C, classes/date.C, classes/file.C,
6443: classes/image.C, classes/mail.C, classes/reflection.C,
6444: classes/string.C, classes/xnode.C, include/pa_request.h,
6445: include/pa_string.h, include/pa_stylesheet_connection.h,
6446: main/compile.y, main/compile_tools.h, main/execute.C,
6447: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6448: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6449: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6450: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6451: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6452: clang compiler warnings (closes issue #1018)
6453:
6454: * src/include/pa_string.h: String::Body comparation operators with
6455: char * added (related to issue #958)
6456:
6457: 2015-04-07 moko
6458:
6459: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6460: pa_malloc/pa_free to remove system malloc/free usage (related to
6461: issue #1018)
6462:
6463: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6464: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6465: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6466: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6467: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6468: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6469: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6470: malloc/strdup/free replaced with pa_ version and checks for
6471: accidental use of non-pa_ version added (related to issue #1018)
6472:
6473: 2015-04-03 moko
6474:
6475: * buildall: pcre-8.33 -> pcre-8.36
6476:
6477: * src/: main/compile.y, classes/form.C, classes/mail.C,
6478: classes/op.C, classes/string.C, main/compile.tab.C,
6479: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6480: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6481: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6482: ticket #958)
6483:
6484: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6485: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6486: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6487: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6488: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6489: $request:headers, $request:method added (implements feature
6490: #1007)
6491:
6492: 2015-03-17 misha
6493:
6494: * tests/302.html: - test for
6495: ^json:string[...;$._default[method-name]]
6496:
6497: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6498: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6499: option $._default[method-name] is specified in ^json:string[], a
6500: method with specified name will be called for classes/objects
6501: serialization ( new feature: #982 )
6502:
6503: 2015-03-16 misha
6504:
6505: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6506: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6507: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6508: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6509: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6510: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6511: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6512: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6513: types/pa_vrequest.h, types/pa_vstateless_class.C,
6514: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6515: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6516: $var.CLASS_NAME now have special opcodes. This can be switched
6517: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6518: on pa_opcode.h ( new feature: #844 )
6519:
6520: 2015-03-15 misha
6521:
6522: * tests/075.html: - test for $response:header[]
6523:
6524: * src/types/pa_vresponse.C: - $response:header[] deletes header
6525: that was set earlie ( new feature: #1001 )
6526:
6527: 2015-03-12 misha
6528:
6529: * tests/246.html: - more tests for ^hash._at[]
6530:
6531: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6532: accepts second param [key|value|hash] ( new feature: #1012 )
6533:
6534: 2015-03-09 moko
6535:
6536: * src/types/pa_vmail.C: exception for everything but
6537: $mail:received, closes issue #1011
6538:
6539: 2015-02-20 moko
6540:
6541: * tests/: 275.html, results/275.processed: hex detection in
6542: pa_atoui fix test (closes issue #1010)
6543:
6544: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6545: issue #1010)
6546:
6547: 2015-02-17 moko
6548:
6549: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6550: tainted.
6551:
6552: 2015-02-03 misha
6553:
6554: * tests/301.html: - test for ^json:string($double) causes
6555: exception. bugfix: #1008
6556:
6557: * src/classes/json.C: - ^json:string($double) causes exception.
6558: bugfix: #1008
6559:
6560: * tests/014.html: - updated for work with ^hash.delete[]
6561:
6562: 2015-01-12 misha
6563:
6564: * src/: classes/form.C, include/pa_common.h,
6565: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6566: types/pa_vform.h: - supports body with PUT method as well ( new
6567: feature: #1006 )
6568:
6569: * src/classes/file.C: - warnings war
6570:
6571: 2015-01-11 misha
6572:
6573: * tests/300.html: - test for ^hash.delete[] is added
6574:
6575: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6576: feature: #989 ) - tiny optimization in intersects
6577:
6578: 2015-01-06 moko
6579:
6580: * src/types/pa_vmail.C: file names transcode added, to and cc added
6581: with transcode, attachments detection fixed
6582:
6583: * src/main/pa_request.C: filling mail received after cgi/auto.p
6584: load to allow charset switch (related to issue #996)
6585:
6586: 2014-12-31 moko
6587:
6588: * src/types/pa_vmail.C: from and subject now transcoded if not
6589: UTF-8 source charset (fixes issue 996)
6590:
6591: * src/main/pa_exception.C: fixed string from stack bug (closes
6592: issue #1000)
6593:
6594: 2014-12-11 misha
6595:
6596: * src/types/pa_vhashfile.C: - check if key is not empty before
6597: access ( bug fix: #1005 )
6598:
6599: 2014-11-13 misha
6600:
6601: * src/main/compile.y: - PC.append does not reset to false while
6602: creating a new class. bugfix: #990
6603:
6604: * tests/299.html: - test for creation class after working with
6605: partial class (create+append)
6606:
6607: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6608: #995
6609:
6610: * tests/232.html: - test for @get[def] added
6611:
6612: 2014-10-12 moko
6613:
6614: * src/lib/pcre/pcre_internal.vcproj: correct path
6615:
6616: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6617: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6618: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6619: targets/apache/ApacheModuleParser3.vcproj,
6620: targets/apache/ApacheModuleParser3Core.vcproj,
6621: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6622: types/types.vcproj: project GUID inserted in *.vcproj for correct
6623: conversion in newer VS versions
6624:
6625: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6626: pcre_internal.vcproj added
6627:
6628: 2014-08-28 moko
6629:
6630: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6631: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6632: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6633:
6634: 2014-06-30 misha
6635:
6636: * tests/298.html: - tests for ^reflection:def[class;className]
6637: added
6638:
6639: * src/classes/reflection.C: - ^reflection:def[class;className]
6640: added ( new feature: #918 )
6641:
6642: 2014-06-29 misha
6643:
6644: * src/classes/table.C: - ^table::create[unsupported data] -
6645: exception comment changed to "body must be table or code" ( bug
6646: fix: #951 )
6647:
6648: * tests/: 261.html, results/261.processed: - tests for
6649: ^json:string[...;$.void[null|string]] added
6650:
6651: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6652: option $.void[string|null] added to ^json:string[...] ( new
6653: feature: #952 )
6654:
6655: 2014-06-28 moko
6656:
6657: * src/classes/curl.C: $.charset now processed before other curl
6658: options (closes issue #980)
6659:
6660: 2014-05-23 misha
6661:
6662: * src/classes/json.C: - bug fix: #987
6663:
6664: 2014-05-04 misha
6665:
6666: * tests/: 253.html, 253_json.txt: - test for
6667: ^json:parse[$.int(false)] is added
6668:
6669: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6670: default true). The option is similar to $.double(bool) but for
6671: integers.
6672:
6673: 2014-05-01 moko
6674:
6675: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6676: #12 )
6677:
6678: 2014-04-16 moko
6679:
6680: * src/main/pa_http.C: response-charset option should finally work
6681: now (fix for issue #867)
6682:
6683: * src/main/pa_http.C: response-charset option should work now (fix
6684: for issue #867)
6685:
6686: 2014-03-07 moko
6687:
6688: * buildall: libgc moved
6689:
6690: * buildall: libgc moved
6691:
6692: 2013-12-29 moko
6693:
6694: * src/classes/string.C: ^string:js-unescape result now tainted,
6695: closes issue #966
6696:
6697: * tests/: 186.html, results/186.processed: ^string:js-unescape
6698: result now tainted, issue #966
6699:
6700: 2013-12-03 moko
6701:
6702: * src/: classes/memcached.C, types/pa_vmemcached.C,
6703: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6704: option was added for http://www.parser.ru/forum/?id=79343
6705:
6706: * src/classes/file.C: bugfix for
6707: http://www.parser.ru/forum/?id=79337
6708:
6709: 2013-11-05 moko
6710:
6711: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6712:
6713: * src/main/pa_globals.C: spelling fixed
6714:
6715: 2013-10-29 moko
6716:
6717: * src/lib/json/json.vcproj: json.c -> pa_json.C
6718:
6719: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6720: #892
6721:
6722: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6723: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6724: exceptions to be thrown thougth json library), related to issue
6725: #892
6726:
6727: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6728: related to issue #896
6729:
6730: 2013-10-24 moko
6731:
6732: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6733:
6734: 2013-10-23 moko
6735:
6736: * README: actualization
6737:
6738: 2013-10-22 moko
6739:
6740: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6741: compatibility patch from Sergey Kirpichev
6742:
6743: * tests/: 297.html, results/297.processed: non-working getter fix
6744: test for issue #948
6745:
6746: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6747: called when saving value of $match variable in ^string.match[] to
6748: increase compatibility (related to issue #948).
6749:
6750: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6751: usage optimization
6752:
6753: 2013-10-21 moko
6754:
6755: * tests/: 182.html, results/182.processed: local path removed for
6756: compatibility
6757:
6758: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6759: results/244.processed, results/253.processed,
6760: results/254.processed, results/275.processed,
6761: results/281.processed: try_catch -> try-catch
6762:
6763: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6764: results/294.processed, results/296.processed: try_catch ->
6765: try-catch
6766:
6767: 2013-10-20 moko
6768:
6769: * tests/: 296.html, results/296.processed: test for xsl exception
6770: for issue #938 added.
6771:
6772: * src/: include/pa_xml_exception.h,
6773: main/pa_stylesheet_connection.C: forgotten to be replaced
6774: XmlException is now replaced (once again closes issue #938)
6775:
6776: 2013-10-18 moko
6777:
6778: * buildall: disable clock_gettime detection to avoid librt linking
6779: (which in turn depends on libpthread), related to issue #943
6780:
6781: 2013-10-18 misha
6782:
6783: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6784: lib/smtp/smtp.vcproj, main/main.vcproj,
6785: targets/apache/ApacheModuleParser3Core.vcproj,
6786: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6787: types/types.vcproj: - new locations for libxml2 includes where
6788: added to vcproj files
6789:
6790: 2013-10-18 moko
6791:
6792: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6793: fix
6794:
6795: * tests/: 295.html, results/295.processed: test for issue #948
6796: updated
6797:
6798: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6799: :)
6800:
6801: * tests/: 295.html, results/295.processed: test for issue #948
6802: added
6803:
6804: * src/: classes/hash.C, classes/string.C, classes/table.C,
6805: include/pa_request.h, types/pa_method.h: for getters and setters
6806: to be executed request.put_element should be called, not
6807: context.put_element (fixes issue #948)
6808:
6809: 2013-10-17 moko
6810:
6811: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6812: LIBXML2_NEW_BUFFER check (closes issue #943)
6813:
6814: * buildall: libxml 2.9.1 build is broken --without-reader.
6815:
6816: 2013-10-16 moko
6817:
6818: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6819:
6820: * tests/: 294.html, results/294.processed: test for issue #938
6821:
6822: * src/: classes/xdoc.C, classes/xnode.C,
6823: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6824: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6825:
6826: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6827: libxslt-1.1.26 -> libxslt-1.1.28
6828:
6829: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6830: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6831: to '?', related to issue #938
6832:
6833: 2013-10-15 moko
6834:
6835: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6836: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6837: minor optimizations (closes issue #896)
6838:
6839: * tests/results/: 292.processed, 293.processed: results updated to
6840: comply with issue #896
6841:
6842: * tests/: 292.html, 293.html, results/292.processed,
6843: results/293.processed: tests for json escaping
6844:
6845: 2013-10-14 moko
6846:
6847: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6848: and cleanup, code moved from .h to .C, no changes in code
6849:
6850: 2013-10-12 moko
6851:
6852: * tests/results/119.processed: updated test result commited
6853:
6854: * tests/: 291.html, results/291.processed: test for issue #894
6855: added
6856:
6857: * src/types/pa_wcontext.h: base methods call support function
6858: get_somebody_entered_some_class should not be true forever, as
6859: wcontext can have many get_elements calls (fixes issue #894)
6860:
6861: 2013-10-11 moko
6862:
6863: * tests/: 290.html, results/290.processed: test for junction GPF
6864: issue #942 added
6865:
6866: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6867: to native method fixed (closes issue #942)
6868:
6869: * tests/: 158.html, results/158.processed: test for csv-string[]
6870: added
6871:
6872: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6873: feature #907)
6874:
6875: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6876: feature #907)
6877:
6878: 2013-10-09 moko
6879:
6880: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6881: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6882: types/pa_vstateless_class.C: GET_default, SET_default now works
6883: properly not only in objects, but in classes as well (closes
6884: issue #903)
6885:
6886: * tests/: 289.html, results/289.processed: GET/SET_default now
6887: works in classes, not only objects, test case added, related to
6888: issue #903
6889:
6890: * tests/: 288.html, results/288.processed: test for endless
6891: recursion bug added (related to issue #903)
6892:
6893: 2013-10-05 moko
6894:
6895: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6896: classes/table.C, main/execute.C, types/pa_method.h,
6897: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6898: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6899: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6900: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6901: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6902: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6903: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6904: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6905: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6906: optimization: put_element no longer has "bool areplace" argument,
6907: related to issue #903
6908:
6909: 2013-10-03 moko
6910:
6911: * tests/results/182.processed: result for $.replace(false) test
6912: commited
6913:
6914: * src/classes/date.C: ^date::create(number) processed correctly
6915: (fixes issue #901)
6916:
6917: * src/classes/image.C: as_no_junction removed, as param can be
6918: expression (closes issue #931)
6919:
6920: * tests/233.html: test for issue #931 added
6921:
6922: 2013-10-02 moko
6923:
6924: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6925: modified, test for $.replace(false) added
6926:
6927: * src/main/compile_tools.h: forgotten class replace returned. :)
6928:
6929: 2013-09-30 moko
6930:
6931: * tests/: 141.html, results/141.processed: md5 tainting test added
6932:
6933: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6934: main/compile_tools.h, main/pa_request.C: allow_class_replace
6935: implemented; $.replace option added to ^process and ^use
6936:
6937: 2013-08-27 moko
6938:
6939: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6940: cstr_to_string_body_untaint should be called with charsets for
6941: possible uri language and connection for possible sql language.
6942: related to issue #857
6943:
6944: * buildall: and -> or fixed
6945:
6946: 2013-08-26 moko
6947:
6948: * buildall: prepare_ functions logic changed to support
6949: gc-7.2d.tar.gz extracting to gc-7.2 directory
6950:
6951: 2013-08-23 moko
6952:
6953: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6954: statically
6955:
6956: 2013-08-22 moko
6957:
6958: * src/classes/string.C: String::Empty used (related to issue #912)
6959: append_know_length removed (related to old GPF bug)
6960:
6961: 2013-08-21 moko
6962:
6963: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6964:
6965: * src/classes/math.C: ^math:digest[...;$file] support added
6966: (related to ticket #857
6967:
6968: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6969: implemented
6970:
6971: * src/types/pa_vhashfile.h: warning war
6972:
6973: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6974: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6975: anti_endless_json_string_recoursion removed from request;
6976: json_string_recoursion added to json_options; $.indent[indent
6977: value] now supported and passed within recoursion closes feature
6978: #937
6979:
6980: * tests/: 287.html, results/287.processed: test for feature #937
6981:
6982: 2013-07-31 moko
6983:
6984: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6985: compilation having #define _S
6986:
6987: * src/main/pa_globals.C: cleanup
6988:
6989: 2013-07-30 moko
6990:
6991: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6992: main/pa_common.C: vs2003 warning war
6993:
6994: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6995:
6996: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6997:
6998: * src/lib/md5/pa_sha2.c: warning war
6999:
7000: 2013-07-29 moko
7001:
7002: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
7003: patches from github
7004:
7005: * src/: classes/bool.C, classes/double.C, classes/int.C,
7006: classes/memcached.C, include/pa_config_includes.h,
7007: types/pa_vfile.C, types/pa_vfile.h: warning war
7008:
7009: * src/lib/json/json.vcproj: C++ -> C
7010:
7011: * src/lib/json/: json.c, pa_json.C: C++ warning revert
7012:
7013: * src/lib/json/: json.c, pa_json.C: windows compatibility
7014:
7015: * src/lib/json/: json.c, pa_json.C: windows compatibility
7016:
7017: * src/lib/json/: json.c, pa_json.C: warning war
7018:
7019: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
7020:
7021: * src/include/pa_config_fixed.h: uint16_t added
7022:
7023: * configure.in: uint16_t check added
7024:
7025: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 7026: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
7027: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
7028: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
7029: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 7030:
7031: 2013-07-25 moko
7032:
7033: * parser3.sln: dependencies added
7034:
7035: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
7036: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
7037: module support
7038:
7039: * src/targets/apache/mod_parser3_core.C: win32 cleanup
7040:
7041: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
7042:
7043: 2013-07-23 moko
7044:
7045: * src/: include/pa_memory.h, main/pa_memory.C: non-working
7046: PA_DEBUG_GC_MEMORY removed
7047:
7048: * src/: main/pa_globals.C, targets/cgi/parser3.C:
7049: PA_DEBUG_DISABLE_GC compilation fix
7050:
7051: * src/: classes/op.C, classes/table.C, include/pa_request.h,
7052: main/pa_request.C: outdated RESOURCES_DEBUG removed
7053:
7054: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
7055: garbage cleanup
7056:
7057: * src/main/pa_common.C: warning war
7058:
7059: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
7060:
7061: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
7062: minor cleanup
7063:
7064: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
7065: uses cygwin, not WIN32 implementation
7066:
7067: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
7068: able to exec shell scripts
7069:
7070: * src/classes/math.C: ifdef WIN32 cleanup
7071:
7072: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
7073:
7074: * src/classes/curl.C: LT_MODULE_EXT used
7075:
7076: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
7077:
7078: 2013-07-22 moko
7079:
7080: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
7081: includes fix
7082:
7083: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
7084:
7085: * configure.in, src/include/pa_config_includes.h,
7086: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
7087: src/main/pa_exec.C: includes cleanup
7088:
7089: * src/targets/cgi/parser3.C: 2012->2013
7090:
7091: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
7092:
7093: * configure.in, src/include/pa_config_includes.h,
7094: src/include/pa_http.h, src/lib/json/JSON_parser.h,
7095: src/main/pa_random.C, src/main/pa_socks.C,
7096: src/types/pa_vstatus.C: cygwin support cleanup
7097:
7098: * configure.in: dirent.h check added
7099:
7100: * src/: include/pa_config_includes.h, include/pa_dir.h,
7101: main/pa_dir.C: includes cleanup, dirent.h check added filePath
7102: not copied
7103:
7104: 2013-07-21 moko
7105:
7106: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
7107:
7108: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
7109: parser3.vcproj: unused getopt.h / getopt.c removed
7110:
1.211 moko 7111: * operators.ru.txt, operators.txt, src/classes/file.C,
7112: tests/022.html, tests/results/022.processed:
7113: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 7114:
7115: * configure.in, src/classes/file.C, src/include/pa_dir.h,
7116: src/main/pa_dir.C: ^file:list[] now has dir column and when
7117: $.stat(true) it has size/*date columns modified patch from misha@
7118: that closes issue #914.
7119:
7120: * src/: include/pa_config_includes.h, main/pa_globals.C:
7121: PA_RELEASE_ASSERTS removed
7122:
7123: * src/lib/md5/pa_md5c.c: minor cleanup
7124:
7125: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
7126: localeconv()->decimal_point usage remoed (related to issue #934)
7127:
7128: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
7129: cordprnt.c removed
7130:
7131: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
7132: pa-include/pa_errno.h, pa-include/pa_file_io.h,
7133: pa-include/pa_strings.h: includes cleanup
7134:
7135: * src/lib/md5/pa_md5c.c: headers cleanup
7136:
7137: 2013-07-20 moko
7138:
7139: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
7140: cleanup
7141:
7142: 2013-07-19 moko
7143:
7144: * src/classes/math.C: extern "C" added for crypt
7145:
7146: 2013-07-18 moko
7147:
7148: * src/classes/math.C: fix redhat7.2 build
7149:
7150: 2013-07-17 moko
7151:
7152: * configure.in, src/include/pa_config_includes.h,
7153: src/include/pa_config_fixed.h: headers actualized (inttypes.h
7154: added for uint8/32/64_t)
7155:
7156: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
7157: pa_config_includes.h used for uint32/64_t
7158:
7159: 2013-07-16 moko
7160:
7161: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
7162: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
7163: war
7164:
7165: * src/main/compile.tab.C: compile.y was updated
7166:
7167: * src/main/compile.y: warning war
7168:
7169: * src/: include/pa_exception.h, main/pa_exception.C,
7170: main/pa_xml_exception.C: warning war
7171:
7172: * src/: include/pa_common.h, main/pa_common.C: warning war
7173:
7174: * configure.in: beauty :)
7175:
7176: * tests/: 141.html, results/141.processed: sha256/512 added
7177:
7178: 2013-07-13 moko
7179:
7180: * src/lib/md5/md5.vcproj: sha2 added
7181:
7182: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
7183: classes/math.C: sha2 support (sha256/sha512 digest)
7184:
7185: 2013-07-08 moko
7186:
7187: * src/classes/image.C: directory read or other read problem message
7188: fixed (related to issue #933)
7189:
7190: 2013-07-07 moko
7191:
7192: * AUTHORS: + misha + moko. :)
7193:
7194: 2013-07-06 moko
7195:
7196: * src/: classes/curl.C, include/pa_globals.h,
7197: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
7198: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
7199: for lt_dlinit to be called once and lt_dlexit called at right
7200: place (related to issue #925)
7201:
7202: 2013-07-04 moko
7203:
7204: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
7205: VString::as_vfile now uses vfile.set_binary_string to avoid
7206: content-type to be set, as it brokes badly designed logic in
7207: response output. This hopefully finishes issue #928.
7208:
7209: * tests/results/: 256.processed, 286.processed: file now displayed
7210: as name, size, mode, content-type
7211:
7212: * src/main/pa_common.C: read error now reported cottectly (fixes
7213: issue #933
7214:
7215: 2013-06-28 moko
7216:
7217: * tests/: 286.html, results/286.processed: test extended
7218:
7219: * tests/: 286.html, results/286.processed: Test for issue #928
7220: added. it tests default content-type change.
7221:
7222: * src/types/pa_vfile.C: closes issue #928 - default content-type
7223: now updated
7224:
7225: 2013-06-25 moko
7226:
7227: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
7228: content-type for text/binary files without name added;
7229: ^file::create[$f;...] options now works properly and $f
7230: properties are default (fixes issue #928)
7231:
7232: 2013-05-16 misha
7233:
7234: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
7235: added
7236:
7237: * src/main/pa_table.C: - a tiny memory optimisation while creating
7238: table if specified limit is bigger than source rows count
7239:
7240: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
7241: added ( new feature: #858 )
7242:
7243: 2013-04-29 moko
7244:
7245: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
7246: $.ipresolve(0|1|2) added (closes issue #891)
7247:
7248: * src/lib/curl/curl.h: CURL_IPRESOLVE added
7249:
7250: 2013-04-24 moko
7251:
7252: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7253: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7254: types/pa_vmemcached.h: ^memcache.release[] added, calls
7255: memcached_quit (refs #893)
7256:
7257: 2013-04-22 moko
7258:
7259: * src/: include/pa_string.h, main/pa_common.C: no more double
7260: slashes in file path (fixes bug #872)
7261:
7262: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
7263: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
7264: #739)
7265:
7266: * tests/results/266.processed: $.max_params added (feature #915)
7267:
7268: * src/: include/pa_common.h, main/pa_http.C: response-charset
7269: option added to file::load (closes issue #867)
7270:
7271: 2013-04-20 misha
7272:
7273: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
7274: commited
7275:
7276: 2013-03-15 misha
7277:
7278: * src/classes/: hash.C, table.C: - Optimisation: do not create
7279: multiple empty strings while ::sql. uae String::Empty instead
7280:
7281: 2013-03-14 misha
7282:
7283: * src/classes/reflection.C: - for user classes
7284: ^reflection:method_info[] returns $.max_params and $.extra_param
7285: with $.call_type if they available ( new feature: #915 )
7286:
7287: * src/classes/file.C: - ^file:delete[] now supports an option
7288: $.exception(false) that suppress any exception while deleting
7289: file ( new feature: #916 )
7290:
7291: * src/classes/curl.C: - parsing cookies after curl:load now should
7292: work :)
7293:
7294: 2013-03-12 misha
7295:
7296: * src/types/pa_vfile.C: - if specified file_name is empty string
7297: set default name for the file
7298:
7299: 2013-03-11 misha
7300:
7301: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
7302: also available in $f.cookies
7303:
7304: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
7305: moved to a separate method
7306:
7307: 2013-03-10 moko
7308:
7309: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
7310: added
7311:
7312: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
7313: removed (declared by autoconf)
7314:
7315: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
7316: uint32_t define
7317:
7318: 2013-03-10 misha
7319:
7320: * src/classes/file.C: ^file:delete and ^file:move now support
7321: option $.keep-empty-dirs(true) ( new feature: #884 )
7322:
7323: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
7324: empty dirs is added
7325:
7326: 2013-03-10 moko
7327:
7328: * src/classes/: bool.C, double.C, int.C: default can be present,
7329: but default check removed from ^int/double/bool.int/double/bool
7330: for string.int/double/bool compatibility (related to issue #913)
7331:
7332: * src/classes/string.C: ^string.int/dobule/bool no longer
7333: internally throws exception if default is present (closes issue
7334: #913)
7335:
7336: 2013-03-09 misha
7337:
7338: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
7339: optimisations ( #845 )
7340:
7341: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
7342:
7343: 2013-03-08 moko
7344:
7345: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
7346: creates correct table (fixes issue #910)
7347:
7348: * src/classes/op.C: r.connection() -> r.connection(false) to allow
7349: use outside of 'connect' operator (fixes issue #911)
7350:
7351: * tests/results/: 096.processed, 122.processed: test results
7352: updated as doubles now printed with 15 significant digits, not 5
7353: (fixes issue #882)
7354:
7355: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7356: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7357:
7358: 2013-02-21 moko
7359:
7360: * src/classes/table.C: _locate_name_value does not check arguments
7361: count, so we check it in advance (fixes issue #905)
7362:
7363: 2012-10-23 moko
7364:
7365: * buildall: old shell for and echo compatibility (for six)
7366:
7367: 2012-10-19 moko
7368:
7369: * buildall: --strip added --disable-safe-mode listed in usage
7370:
7371: 2012-10-17 misha
7372:
7373: * src/classes/op.C: - apply-taint should not throw "outside
7374: connect" exception with sql lang now
7375:
7376: 2012-10-17 moko
7377:
7378: * src/main/pa_request.C: bugfix: safe mode should be inited for
7379: each request (for apache module)
7380:
7381: 2012-09-26 moko
7382:
7383: * src/doc/doxygen.cfg: png -> svg
7384:
7385: 2012-09-25 moko
7386:
7387: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7388: test added
7389:
7390: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7391: double use when key is long
7392:
7393: 2012-09-16 moko
7394:
7395: * src/classes/math.C: Format -> Method Encode -> Format
7396:
7397: * tests/: 141.html, results/141.processed: math:digest hmac test
7398: added
7399:
7400: 2012-09-14 moko
7401:
7402: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7403: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7404: implementation added
7405:
7406: 2012-09-12 moko
7407:
7408: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7409: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7410: targets.dox and string.dox slightly actualized
7411:
7412: 2012-08-31 moko
7413:
7414: * ChangeLog: now generated with patched cvs2cl.pl
7415:
7416: 2012-07-29 moko
7417:
7418: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7419: result should be pushed after VMethodFrame destructor is called,
7420: as it deletes junctions from stack params (fixes issue #868)
7421:
7422: 2012-07-23 moko
7423:
7424: * INSTALL, README: buildall script usage documented, other outdated
7425: info updated.
7426:
7427: * buildall-with-xml, buildall-without-xml: replaced by buildall
7428:
7429: 2012-07-21 moko
7430:
7431: * buildall: glib does not compile when threads are disabled...
7432:
7433: * src/types/pa_vmail.C: g_assertion fixes for empty input
7434:
7435: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7436: unref, can't unref nested objects)
7437:
7438: * src/types/pa_vmail.C: another check added
7439:
7440: 2012-07-19 moko
7441:
7442: * buildall: usage added
7443:
7444: * buildall: new buildall script that unites buildall-with-xml,
7445: buildall-without-xml, --with-apache and --with-mailreceive
7446:
7447: * configure.in: support for static gmime and dynamic glib linking.
7448: fixes for FreeBSD
7449:
7450: 2012-07-17 moko
7451:
7452: * configure.in: --with-mailreceive replaced
7453: --with-static-mailreceive and --with-shared-mailreceive pathlink
7454: removed
7455:
7456: 2012-07-16 moko
7457:
7458: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7459: capitalized, content now decoded and text content converted to
7460: $request:charset. all properties are accessed by functions, this
7461: ready for dynamic load.
7462:
7463: 2012-06-28 moko
7464:
1.116 moko 7465: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7466: 32 bit
1.95 moko 7467:
7468: 2012-06-27 moko
7469:
7470: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7471: passive ftp
7472:
7473: * src/lib/ltdl/ltdl.vcproj: release build fixed
7474:
7475: * configure.in: 3.4.2 RC -> 3.4.2
7476:
7477: 2012-06-22 moko
7478:
7479: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7480: #815)
7481:
7482: * tests/: 284.html, results/284.processed: output options test
7483: (feature #265)
7484:
7485: 2012-06-22 misha
7486:
7487: * tests/215.html: - little changes
7488:
7489: 2012-06-21 moko
7490:
7491: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7492: types/pa_vxdoc.h: output_options returned and used (bugfix for
7493: feature #265)
7494:
7495: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7496: breaks long .*, default 10M restored. (issue #216)
7497:
7498: * tests/: 283.html, results/283.processed: test for issue #815
7499: added
7500:
7501: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7502: again, cstrm not required.
7503:
7504: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7505: Win32 and broken FreeBSD (issue #45)
7506:
7507: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7508:
7509: * src/main/pa_string.C: warnings war
7510:
7511: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7512: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7513: main/pa_socks.C, targets/apache/pa_threads.C,
7514: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7515: types/pa_vstatus.C: compilation under cygwin fixed
7516:
7517: 2012-06-19 moko
7518:
7519: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7520: Windows fixed
7521:
7522: * parser3.sln: removed antique pcre_ctype
7523:
7524: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7525:
7526: * src/include/pa_config_fixed.h: undefined reference to
7527: __imp__pcre_* fix for Windows
7528:
7529: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7530: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7531: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7532: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7533: define fixed
1.95 moko 7534:
7535: 2012-06-18 moko
7536:
7537: * src/classes/memcached.C: flush -> clear
7538:
7539: * src/classes/memcached.C: memcached does not support quotes even
7540: in server name
7541:
7542: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7543: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7544: called on open to check servers existance. $.key(true) syntax
7545: now supported
7546:
7547: 2012-06-17 moko
7548:
7549: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7550: cleanup
7551:
7552: * src/classes/table.C, tests/282.cfg, tests/282.html,
7553: tests/results/282.processed: encloser at the EOF bug fixed,
7554: incorrectly enclosed data now processed more logicaly (fixes
7555: #339)
7556:
7557: 2012-06-15 moko
7558:
7559: * buildall-without-xml: sync with buildall-with-xml
7560:
7561: * buildall-with-xml: download auto-detected between fetch and curl
7562:
7563: * configure.in: --with-gc and --with-pcre now also processed
7564: correctly
7565:
1.116 moko 7566: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7567: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7568: should be run on rol1 using automake / aclocal (GNU automake)
7569: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7570:
7571: * configure.in: new PARSER_VERSION logic
7572:
7573: * src/include/pa_version.h: new pa_version.h logic
7574:
7575: * src/: classes/curl.C, classes/file.C, classes/image.C,
7576: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7577: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7578: feols_normalized -> fis_text_content set_binary added
7579:
7580: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7581:
7582: 2012-06-15 misha
7583:
7584: * src/: classes/curl.C, classes/file.C, classes/image.C,
7585: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7586: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7587: ^file::create[text;content] EOLs in content now is normalized. (
7588: new feature: #815 )
7589:
7590: 2012-06-15 moko
7591:
7592: * configure.in: --disable-version-update added to disable version
7593: update with host information (for debian package) whitespace
7594: optimized
7595:
7596: * configure.in: version changed to 3.4.2 RC no-pic added for
7597: libtool
7598:
7599: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7600: it.
7601:
7602: 2012-06-14 moko
7603:
7604: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7605: tests/results/281.processed: "hash flocked" error removed for
7606: safe operations like ^h._count[] ( new feature: #335 )
7607:
1.116 moko 7608: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7609:
7610: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7611:
7612: * configure.in: --with-static/shared xml replaced with --with-xml,
7613: xml compilation check added
7614:
7615: * configure.in: --with-static/shared-gc, --with-static-pcre are
7616: replaced with --with-gc and --with-pcre test for pcre linking
7617: added
7618:
7619: 2012-06-13 moko
7620:
7621: * configure.in: apxs2 check optimized
7622:
7623: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7624: .la, includes optimized
7625:
7626: * buildall-with-xml: --with-pic looks better for -fPIC
7627:
7628: * configure.in: switched to convenience library in static linking
7629:
7630: * src/targets/apache/Makefile.am: switched to convenience library
7631: usage to avoid libtool warnings
7632:
7633: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7634: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7635: smtp/Makefile.am: switched to convenience library usage
7636:
7637: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7638:
7639: * src/targets/apache/Makefile.am: updated for libtool usage
7640:
7641: * buildall-without-xml: --with-included-ltdl added
7642:
7643: * buildall-without-xml: sync with buildall-with-xml
7644:
7645: * buildall-with-xml: --with-included-ltdl added $cflags added for
7646: -fPIC for x64 $download added for wget success check added
7647:
7648: * buildall-without-xml: --with-dynamic-stdcpp removed
7649:
7650: * configure.in: disable-static returned
7651:
7652: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7653: LIBTOOLFLAGS
7654:
7655: 2012-06-12 moko
7656:
7657: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7658: compatible with LIBTOOLFLAGS for unknown reasons
7659:
7660: * buildall-with-xml: --with-dynamic-stdcpp removed
7661:
7662: * configure.in: static/dynamic -lstdc++ linking option removed
7663: apxs2 check added
7664:
7665: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7666: option removed
7667:
7668: 2012-06-10 moko
7669:
7670: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7671: added
7672:
7673: * src/targets/cgi/pp3.cmd: old PAF stuff
7674:
1.116 moko 7675: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7676: beauty
1.95 moko 7677:
7678: * depcomp: from libtool 2.4.2
7679:
7680: * configure.in: ltdl directory removed, it has correct Makefile.in
7681:
7682: 2012-06-09 moko
7683:
1.116 moko 7684: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7685: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7686: autogenerated files updated after libtool update
7687:
1.116 moko 7688: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7689: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7690: config_auto.h.in, config_fixed.h, configure, configure.ac,
7691: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7692: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7693: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7694: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7695: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7696: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7697: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7698: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7699: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7700: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7701:
7702: * configure.in: preparation for new libtool
7703:
7704: * configure.in: Some beauty added :)
7705:
7706: * src/targets/apache/Makefile.am: := -> =
7707:
7708: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7709: again. :)
7710:
7711: * src/include/pa_config_includes.h, configure.in: limits.h added,
7712: previously was taken from pcre_internal.h. :)
7713:
7714: * src/lib/pcre/Makefile.am: config.h returned
7715:
7716: * src/lib/pcre/config.h: still need this. :)
7717:
7718: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7719:
7720: * configure.in: --with-charsets removed; --with-mysql-client & co
7721: removed
7722:
7723: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7724: now in parser tree, no need to copy
7725:
7726: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7727: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7728: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7729: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7730: extracts now used old trash removed
7731:
7732: * etc/parser3.charsets/Makefile.am: charsets now in share
7733: (debian/patches/104_automake.patch) + all charsets are copied
7734:
7735: * buildall-with-xml, buildall-without-xml: curl option removed +
7736: extra arguments now supported
7737:
7738: 2012-06-08 misha
7739:
7740: * src/classes/table.C: - one params.as_hash usage was rolled back:
7741: the 2nd option in ^table.hash[] could be hash or table so
7742: .as_hash will throw an exception when table option is specified
7743:
7744: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7745: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7746: classes/table.C, classes/void.C, classes/xdoc.C,
7747: include/pa_exception.h, types/pa_vmethod_frame.C,
7748: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7749: and improved (whitespaces are allowed as empty options) -
7750: MethodParams::as_table is added - above methods are used for
7751: parsing methods' options ( new feature: #9 )
7752:
7753: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7754: to vclass. now class fields can be accessible as a hash:
7755: $h[^hash::create[$asd:CLASS]]
7756:
7757: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7758: have get_fields method so their fields can be accessed with
7759: ^reflection:fields[...] & ^reflection:field[...]
7760:
7761: 2012-06-06 misha
7762:
7763: * tests/280.html: - tests for
7764: ^reflection:method[obj-or-class;method],
7765: ^reflection:field[obj-or-class;field] and
7766: ^reflection:fields[obj-or-class] are added
7767:
7768: 2012-06-05 misha
7769:
7770: * src/classes/reflection.C: - ^reflection:method[class or
7771: object;method name] and ^reflection:field[class or object;field
7772: name] are added
7773:
7774: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7775: is used
7776:
7777: * src/types/pa_method.h: - Method::as_vjunction method is added
7778:
7779: 2012-06-05 moko
7780:
1.116 moko 7781: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7782:
7783: * src/classes/memcached.C: flish ttl fixed
7784:
7785: 2012-06-04 moko
7786:
7787: * src/classes/json.C, src/classes/op.C, tests/279.html,
7788: tests/results/279.processed: ^json:parse[] now supports $.taint
7789: option (new feature #833)
7790:
7791: 2012-06-04 misha
7792:
7793: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7794: - search_stop method was moved from pa_vcookie.C to pa_common.C
7795:
7796: 2012-06-03 misha
7797:
7798: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7799: cookies are parced and stored into $.cookies ( new feature: #31 )
7800:
7801: 2012-05-30 misha
7802:
7803: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7804: incomplete class into a scope while @USE is found
7805:
7806: * src/main/compile.y: - add incomplete class into a scope while
7807: @USE and @CLASS instructions are found ( bugfix: #838 )
7808:
7809: 2012-05-30 moko
7810:
7811: * src/types/pa_vclass.C, tests/278.html,
7812: tests/results/278.processed: removed "property has no getter
7813: method" exception when GET_DEFAULT present (fixes #269)
7814:
7815: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7816: $._default
7817:
7818: 2012-05-29 moko
7819:
7820: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7821: uninitialized values usage (new feature: #154)
7822:
7823: 2012-05-28 moko
7824:
7825: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7826: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7827: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7828: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7829: src/types/pa_vobject.C, src/types/pa_vobject.h,
7830: src/types/pa_vstring.h, src/types/pa_vtable.C,
7831: tests/results/277.processed, src/types/pa_vtable.h,
7832: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7833: ^json:string[$o; $.default[$method]] implemented for VObject (new
7834: feature #803)
7835:
7836: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7837: tests/results/277.processed: json numbers are now treated as
7838: double ( new feature: #834 )
7839:
7840: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7841: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7842: added for out of range checks, zero division in vint/vdouble
7843: check added ( fixes #832 )
7844:
7845: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7846: ( fixes #832 )
7847:
7848: 2012-05-28 misha
7849:
7850: * buildall-with-xml: - --without-lzma option is added to libxml2
7851: configure
7852:
7853: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7854: added - tests for unsupported values for options $.file, $.table
7855: and $.date are added
7856:
7857: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7858: accepts "stat" $.file[] option's value in addition to existed
7859: "text" and "base64" ( new feature: #835 )
7860:
7861: * tests/276.html: - test for
7862: ^reflection:delete[$object-or-class;field-name]
7863:
7864: * src/classes/reflection.C: -
7865: ^reflection:delete[$object-or-class;field-name] is added ( new
7866: feature: #268 )
7867:
7868: 2012-05-27 misha
7869:
7870: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7871:
7872: 2012-05-24 misha
7873:
7874: * src/include/pa_common.h: - method lastposafter was removed
7875:
7876: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7877: lastposafter - ^file:dirname[] & Co proper handle windows file
7878: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7879: work as *nix commands
7880:
7881: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7882:
7883: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7884: rskipchars were added
7885:
7886: * tests/270.html: - more tests for ^file:find[]
7887:
7888: * tests/065.html: - more tests for ^file:dirname[] & Co
7889:
7890: * src/include/pa_version.h: - must be "win32" here. it is
7891: auto-generated on *nix
7892:
7893: 2012-05-24 moko
7894:
7895: * src/classes/math.C: ^math:convert[] now supports uint32 and
7896: throws overflow exception ( new feature: #830 )
7897:
7898: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7899: uint32 support and overflow added ( new feature: #830 )
7900:
7901: 2012-05-23 moko
7902:
7903: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7904: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7905: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7906: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7907: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7908: types/pa_vregex.h, types/pa_vstateless_class.C,
7909: types/pa_vstateless_class.h, types/pa_vstring.h,
7910: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7911: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7912: "return string as-is" removed from as_expr_result. ( new feature:
7913: #831 )
7914:
7915: * tests/results/244.processed: test changed after bug #782 fix
7916: commited
7917:
7918: * tests/results/229.processed: test results for bug #782 commited
7919:
7920: * tests/: 254.html, results/254.processed: uid now just compared,
7921: not printed. :)
7922:
7923: 2012-05-20 moko
7924:
7925: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7926: feature: #341 )
7927:
7928: * tests/: 254.html, results/254.processed: test for
7929: ^reflection:uid[] added
7930:
7931: * tests/: 254.html, results/254.processed: test for
7932: ^reflection:uid[$obj] added
7933:
7934: 2012-05-17 misha
7935:
7936: * src/main/untaint.C: - do not replace ' char by _26 while
7937: exploding filespec-tainting ( new feature: #829 )
7938:
7939: 2012-05-12 moko
7940:
7941: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7942: not.
7943:
7944: 2012-05-08 moko
7945:
7946: * src/types/pa_vmethod_frame.h: bug #782 fixed
7947:
7948: * tests/229.html: test for bug #782
7949:
7950: * tests/results/259.processed, src/main/pa_request.C,
7951: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7952: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7953: src/types/pa_vvoid.h: feature #154 - first empty param now
7954: string; defined locals are empty strings; $STRICT-VARS(true)
7955: added
7956:
7957: 2012-04-27 moko
7958:
1.116 moko 7959: * src/targets/apache/Makefile.am:
1.95 moko 7960: ../../lib/memcached/libmemcached.a added
7961:
7962: 2012-04-27 misha
7963:
7964: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7965: ( #827 )
7966:
7967: 2012-04-25 moko
7968:
7969: * src/: classes/json.C, classes/memcached.C,
7970: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7971: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7972: implemented.
7973:
7974: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7975:
7976: 2012-04-23 moko
7977:
7978: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7979: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7980: types/pa_vmemcached.h: open allows options hash for new
7981: memcached(options) function
7982:
7983: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7984: not appended
7985:
7986: 2012-04-21 moko
7987:
7988: * src/classes/curl.C: '' added. :)
7989:
7990: * src/classes/classes.vcproj: new curl.h location
7991:
7992: * src/classes/curl.C: verbose output redirection from stderr to
7993: file curl option added
7994:
7995: 2012-04-20 moko
7996:
7997: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7998: contains what we need from curl, #ifdef HAVE_CURL removed
7999:
1.116 moko 8000: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 8001: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 8002: src/lib/Makefile.am, src/lib/curl/Makefile.am,
8003: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 8004: configure option
8005:
8006: 2012-04-19 moko
8007:
8008: * src/: classes/double.C, classes/inet.C, classes/int.C,
8009: classes/string.C, lib/gc/include/gc_allocator.h,
8010: types/pa_vform.C: PVS-Studio detected errors fixes, unused
8011: options from sql_result_string removed. (closes issue #468)
8012:
8013: * src/types/pa_vmemcached.C: empty string fix
8014:
8015: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
8016: pa_vstring.C, pa_vstring.h: serialization helpers moved to
8017: pa_vmemcached.C
8018:
8019: 2012-04-18 moko
8020:
8021: * src/targets/apache/mod_parser3.c: "Parser3 module requires
8022: apache2-mpm-prefork" error displayed in threaded mpm.
8023:
8024: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8025: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
8026: installed (issue #354)
8027:
8028: 2012-04-16 moko
8029:
8030: * src/types/pa_vmemcached.C: call to memcached_result_create and
8031: memcached_result_free removed
8032:
8033: 2012-04-14 moko
8034:
8035: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
8036:
8037: * src/types/pa_vmemcached.C: check_key added and used
8038:
8039: 2012-04-13 moko
8040:
8041: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
8042: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
8043: Serialization_data now added and used, VString now serialized
8044: with languages into memcached.
8045:
8046: 2012-03-28 moko
8047:
8048: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
8049: lib/memcached/pa_memcached.h: result lengths added
8050:
8051: 2012-03-27 moko
8052:
8053: * src/types/pa_vmemcached.C: strdup added
8054:
8055: 2012-03-24 moko
8056:
8057: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
8058: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
8059: types/pa_vmemcached.h: memcached: mget, flush, fttl added
8060:
8061: 2012-03-20 moko
8062:
1.116 moko 8063: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 8064:
8065: * src/targets/cgi/Makefile.am: cleanup
8066:
8067: * src/: types/Makefile.am, types/pa_vmemcached.C,
8068: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
8069:
8070: * src/: classes/Makefile.am, classes/memcached.C,
8071: lib/memcached/Makefile.am, lib/memcached/constants.h,
8072: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
8073: lib/memcached/types.h, lib/Makefile.am: memcached initial
8074:
8075: 2012-03-16 moko
8076:
8077: * src/main/execute.C: ident now works under Linux + ident displays
8078: filenames (closes issue #818)
8079:
1.116 moko 8080: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 8081: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
8082: pa_vmethod_frame_local.h removed
8083:
8084: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
8085: classes/classes.h, classes/curl.C, classes/date.C,
8086: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8087: classes/hashfile.C, classes/image.C, classes/inet.C,
8088: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
8089: classes/memory.C, classes/op.C, classes/reflection.C,
8090: classes/regex.C, classes/response.C, classes/string.C,
8091: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8092: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
8093: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8094: include/pa_config_fixed.h, include/pa_config_includes.h,
8095: include/pa_dictionary.h, include/pa_dir.h,
8096: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8097: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
8098: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
8099: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
8100: include/pa_request_charsets.h, include/pa_request_info.h,
8101: include/pa_sapi.h, include/pa_socks.h,
8102: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8103: include/pa_stack.h, include/pa_string.h,
8104: include/pa_stylesheet_connection.h,
8105: include/pa_stylesheet_manager.h, include/pa_table.h,
8106: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8107: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8108: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8109: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
8110: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
8111: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
8112: main/compile.tab.C, main/compile.y, main/compile_tools.C,
8113: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8114: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8115: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8116: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
8117: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
8118: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
8119: main/pa_string.C, main/pa_stylesheet_connection.C,
8120: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
8121: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
8122: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
8123: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
8124: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
8125: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8126: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8127: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
8128: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
8129: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8130: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8131: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
8132: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8133: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
8134: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
8135: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8136: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
8137: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
8138: types/pa_vmemory.h, types/pa_vmethod_frame.C,
8139: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
8140: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
8141: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
8142: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8143: types/pa_vresponse.h, types/pa_vstateless_class.C,
8144: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
8145: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
8146: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
8147: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
8148: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8149: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
8150: ident now works under Linux + ident displays filenames (closes
8151: issue #818) Copyright updated
8152:
8153: 2012-03-13 moko
8154:
8155: * src/main/pa_string.C: compilation fix for feature #741
8156:
8157: 2012-03-09 misha
8158:
8159: * tests/193.html: - tests for ^string:base64[encoded] are updated
8160:
8161: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
8162: now detects invalid base64 chars in the middle of encoded stricg
8163: ( new feature: #55 )
8164:
8165: * src/include/pa_exception.h: - new exception type for base64
8166: decoding is added
8167:
8168: 2012-03-06 misha
8169:
8170: * tests/274.html: - tests for ^date::today[] and
8171: ^date.sql-string[datetime|date|time] are added
8172:
8173: * src/classes/date.C: - constructor ^date::today[] is added ( new
8174: feature: #811 ) - ^date.sql-string[] now can accept one param --
8175: strings "datetime", "date" or "time" - comments tidying up
8176:
8177: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
8178: date and time
8179:
8180: 2012-03-03 misha
8181:
8182: * tests/193.html: - tests for
8183: ^string:base64[encoded;$.strict(true)] are added
8184:
8185: * tests/results/auto.p: - try-catch operator is added
8186:
8187: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8188: main/pa_common.C: - $.strict(true|false) option is added to
8189: base64 decode methods ( new feature: #55 )
8190:
8191: * src/main/pa_common.C: - base64 decode memory usage was decreased
8192: ( new feature: #819 )
8193:
8194: 2012-02-28 moko
8195:
8196: * src/classes/hash.C: ident test
8197:
8198: 2012-02-27 misha
8199:
8200: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
8201:
8202: 2012-01-08 misha
8203:
8204: * tests/273.html: - tests for ^string.replace[from;to] are added
8205:
8206: * src/: classes/string.C, include/pa_dictionary.h,
8207: main/pa_dictionary.C, main/pa_string.C: -
8208: ^string.replace[from;to] is added ( new feature: #741 ) -
8209: ^string.replace[one subst here] is slightly optimized
8210:
8211: 2011-12-07 misha
8212:
8213: * src/classes/table.C: - $t[^table::create{$empty}] now creates
8214: named table with one empty column ( bugfix: #63 )
8215:
8216: 2011-11-30 misha
8217:
8218: * src/classes/json.C: - it's possible to set user's method for
8219: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
8220: #763 )
8221:
8222: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
8223:
8224: 2011-11-23 misha
8225:
8226: * src/: classes/curl.C, classes/file.C, classes/image.C,
8227: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
8228: types/pa_vfile.h, types/pa_vform.C: - constructor
8229: ^file::create[mode;filename;content[;options]] now accepts binary
8230: mode and file-content - new constructor's format:
8231: ^file::create[string-or-file-content[;$.name[filename]
8232: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
8233: feature: #65 )
8234:
8235: * src/: include/pa_request.h, main/pa_request.C: - new method
8236: mime_type_of(const String*) is added
8237:
8238: * src/include/pa_exception.h: - new exception constant
8239: FILE_NAME_MUST_BE_SPECIFIED is added
8240:
8241: * src/classes/table.C: - bug with negative offset transformed into
8242: a feature. it means pointing to a row from the end of the table (
8243: new feature: #810 )
8244:
8245: 2011-11-19 misha
8246:
8247: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
8248: â ìåòîäå _select ( new feature: #810 )
8249:
8250: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
8251: options were specified together is simplified
8252:
8253: 2011-11-12 misha
8254:
8255: * src/main/pa_request.C: - forgotten fix for escaping filename in
8256: HTTP content-disposition header (a part of bug #361 )
8257:
8258: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
8259: checks for ancestors' classes as well ( new feature: #456 )
8260:
8261: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
8262: "without cycle" now have types "parser.break" and
8263: "parser.continue" instead of "parser.runtime" ( new feature: #799
8264: )
8265:
8266: 2011-11-11 misha
8267:
8268: * tests/results/: 099.processed, 100.processed, 205.processed,
8269: 237.processed: - since bug #361 was fixed the content of filename
8270: in HTTP headers is quoted
8271:
8272: * tests/results/270.processed: - result for test 270
8273:
8274: * tests/: 065.html, results/065.processed: - more tests for
8275: ^file:basename[] & Co were added
8276:
8277: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
8278:
8279: * tests/270.html: - tests for ^file:find[] are added
8280:
8281: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
8282: using option $.charset. option $.engoding is still supported but
8283: these options can not be specified together
8284:
8285: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
8286: comparation charset name with string "UTF-8" ( bugfix: #759 )
8287:
8288: 2011-10-11 misha
8289:
8290: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
8291: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
8292: #622)
8293:
8294: 2011-09-30 misha
8295:
8296: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
8297: exception "saving stat-ed file" ( bugfix: #395 )
8298:
8299: 2011-05-30 misha
8300:
8301: * src/classes/string.C: - fixed bug which was added with
8302: params.as_hash into string:sql
8303:
8304: 2011-05-29 misha
8305:
8306: * src/types/pa_value.C: - filename in content-disposition header
8307: must be quoted ( bugfix: #361 )
8308:
8309: 2011-05-27 misha
8310:
8311: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
8312: created file
8313:
8314: * src/classes/: hash.C, mail.C: - little tunning with get_hash
8315: usage
8316:
8317: * src/include/pa_exception.h: - one more string for exception was
8318: added
8319:
8320: 2011-05-25 misha
8321:
8322: * tests/269.html: - tests for checking input params in some dom
8323: methods
8324:
8325: * src/classes/: xdoc.C, xnode.C: - validation of some input params
8326: was added. it isn't possible not wo create xdoc with invalid
8327: tagName. ( bugfix: #160 )
8328:
8329: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
8330: string "data must be string" was mover from pa_exception.h to
8331: pa_xml_exception.h
8332:
8333: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
8334: as_xmlncname, as_xmlname and as_xmlnsuri were added
8335:
8336: * src/main/pa_xml_exception.C: - XmlException accepts more options
8337:
8338: * src/include/pa_xml_exception.h: - XmlException accepts more
8339: options - XML-related exception's strings were added
8340:
8341: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
8342: output_options were removed)
8343:
8344: 2011-05-19 misha
8345:
8346: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8347: params.as_hash is used more while parsing methods hash-options
8348:
8349: 2011-05-18 misha
8350:
1.211 moko 8351: * operators.ru.txt, operators.txt: - info about json-serialization
8352: of xdoc was added
1.95 moko 8353:
8354: * tests/256.html: - tests for json-serialization xdoc were added
8355:
8356: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8357:
8358: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8359: classes/json.C, classes/xdoc.C: - now json:string can serialize
8360: xdoc-objects. options (the same as ^xdoc.string[]) could be
8361: specified in $.xdoc[] ( new feature: #265 )
8362:
8363: 2011-05-15 misha
8364:
8365: * tests/268.html: - tests for ^table.count[with options] were added
8366:
8367: * src/classes/table.C: - method ^table.count[] now can accept
8368: options ( new feature: #93 ): ^table.count[column] returns number
8369: of columns for named table; ^table.count[cells] returns number of
8370: cells in the current row; ^table.count[] & ^table.count[rows]
8371: return number of rows in a table.
8372:
8373: * tests/267.html: - test for checking switch/case in boolean mode
8374: was added
8375:
8376: * src/classes/op.C: - if switch's or case's value is bool, they are
8377: compared as bool values, not as double values: new feature: #351
8378:
8379: 2011-05-06 misha
8380:
8381: * tests/242.html: - EOL before EOF was added
8382:
8383: * tests/169.html: - tests for splitting empty string and void were
8384: added
8385:
8386: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8387: returned table with one empty cell)
8388:
8389: 2011-04-03 misha
8390:
8391: * src/include/pa_version.h, configure.in: - version in head was
8392: changed to 3.4.2b
8393:
8394: 2011-03-30 misha
8395:
8396: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8397: as well ( new feature #294 )
8398:
8399: 2011-03-29 misha
8400:
8401: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8402: limited to approx. 6 MB. previous limits were too big for real
8403: life. bugfix: #216
8404:
8405: 2011-03-04 moko
8406:
8407: * etc/parser3.charsets/cp866.cfg: Conforms to
8408: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8409:
8410: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8411: vlalek@
8412:
8413: 2011-02-22 misha
8414:
1.211 moko 8415: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8416: methods mustn't be under #ifdef XML or parser can't be compiled
8417: without xml support
1.95 moko 8418:
8419: 2011-02-21 misha
8420:
1.116 moko 8421: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8422: ApacheModuleParser3.vcproj was removed
8423:
8424: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8425: removed)
8426:
8427: 2011-02-20 misha
8428:
8429: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8430: $.overridden in ^reflection:method_info[...] were added
8431:
8432: * src/classes/reflection.C: - beautifying result of
8433: ^reflection:method_info[] ($.overridden/inherited)
8434:
8435: 2011-02-18 misha
8436:
8437: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8438: and pa_isalnum instead of isalpha and isalnum - bug with
8439: redundand quoting lowercased latin chars while building email
8440: body was fixed
8441:
8442: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8443: added (they check for latin chars only)
8444:
8445: 2011-02-16 misha
8446:
8447: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8448: string size for transcoding gave too small value (should ever
8449: look for availability char in dest charset inspite of the char
8450: size)
8451:
8452: 2011-02-04 moko
8453:
8454: * tests/223.html: header values now not url-encoded (issue #195)
8455:
8456: 2011-02-01 misha
8457:
8458: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8459:
8460: 2011-01-31 misha
8461:
8462: * src/main/pa_request.C: - throw exception if param file_name in
8463: use_file is empty
8464:
8465: 2011-01-08 moko
8466:
8467: * src/classes/curl.C: compilations errors fixed
8468:
8469: 2010-12-29 moko
8470:
8471: * tests/: 265.html, results/265.processed: test for issue #200
8472: added
8473:
8474: * src/main/pa_string.C: empty regex result check added (fixes issue
8475: #200)
8476:
8477: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8478:
8479: * tests/results/223.processed: header values now not url-encoded
8480: (issue #195)
8481:
8482: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8483: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8484: pa_http_safe_header_name added for headers names (fixes bug #195)
8485:
8486: 2010-12-18 misha
8487:
8488: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8489: => pa-include
8490:
8491: 2010-11-28 moko
8492:
8493: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8494:
8495: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8496: -> pa
8497:
8498: * configure.in: apr -> pa
8499:
8500: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8501:
8502: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8503: classes/Makefile.am, types/Makefile.am: apr -> pa
8504:
8505: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8506: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8507: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8508: pa-include/pa_apr.h, pa-include/pa_errno.h,
8509: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8510: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8511: module apr name conflict resolved)
8512:
8513: 2010-11-27 misha
8514:
8515: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8516: libbz2
8517:
8518: 2010-11-26 misha
8519:
8520: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8521: warnings removed
8522:
8523: 2010-11-25 moko
8524:
1.211 moko 8525: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8526:
1.211 moko 8527: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8528:
1.211 moko 8529: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8530:
8531: * buildall-with-xml: libxml2-2.7.8 + with-apache
8532:
8533: 2010-11-24 moko
8534:
1.116 moko 8535: * configure: apxs support
1.95 moko 8536:
8537: * configure.in: apxs support -Bstatic gc removed for OS X
8538:
8539: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8540:
8541: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8542: THREAD_LOCAL usage
8543:
8544: * src/: classes/curl.C, include/pa_config_includes.h,
8545: main/pa_globals.C: THREAD_LOCAL defined and used
8546:
8547: 2010-11-23 moko
8548:
8549: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8550: should be passed to pa_sleep, and only fractional part (bugfix:
8551: #188)
8552:
8553: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8554:
8555: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8556: GC_dont_gc=1, as in cgi version
8557:
8558: * src/targets/apache/mod_parser3.c: warning war
8559:
8560: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8561: pa_httpd.h: version removed, some trash removed
8562:
8563: * src/targets/apache/mod_parser3.c: version removed (we don't want
8564: to show it), warning war
8565:
8566: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8567: pa_httpd.h: parser_status_allowed removed + merge config
8568: functions removed (override is the default) + beauty
8569:
8570: * src/: include/pa_request.h, main/pa_request.C,
8571: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8572: hide $status used in apache module removed
8573:
8574: 2010-11-18 moko
8575:
1.211 moko 8576: * operators.ru.txt, operators.txt: $.table[compact] added for
8577: ^json:string[]
1.95 moko 8578:
8579: 2010-11-16 moko
8580:
8581: * src/targets/apache/mod_parser3.c: some cleanup done
8582:
8583: * src/main/untaint.C: bugfix: first, second String::Body argument
8584: is hashcode; second, info.fragment_begin is original, not
8585: resulting length
8586:
8587: * src/classes/file.C: new feature: $.stdin now untainted
8588:
8589: * tests/results/264.processed: new feature: $.stdin[] now untainted
8590:
8591: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8592:
8593: * src/classes/op.C: ^apply-taint[] method added
8594:
8595: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8596: added; $.stdin untaint test added
8597:
8598: 2010-11-15 moko
8599:
8600: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8601: removed
8602:
8603: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8604: pa_httpd.h: 2x2 calculated under apache2. :)
8605:
8606: 2010-11-13 moko
8607:
8608: * src/targets/apache/mod_parser3.c: initial changes to build module
8609: with apache 2.x includes
8610:
8611: * src/targets/apache/: Makefile.am, mod_parser3.c,
8612: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8613: united apache 1.3 / apache 2.x DSO module
8614:
8615: 2010-11-09 moko
8616:
8617: * src/types/pa_method.h: check added to dissallow @method[name;*]
8618: syntax
8619:
8620: * tests/: 263.html, results/263.processed: test from method[*args]
8621: added
8622:
8623: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8624: number of params can now be passed to a method declared with *arg
8625:
8626: 2010-11-06 moko
8627:
8628: * src/classes/table.C: formating fixed. :)
8629:
8630: * src/classes/table.C: closes #4: ^table.select now supports
8631: $.limit(), $.offset, $.reverse() options
8632:
8633: * tests/: 262.html, results/262.processed: test for ^table:select
8634: with options added (feature #4)
8635:
8636: * src/include/pa_array.h: remove function added
8637:
8638: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8639: object in get_element/put_element, using static one.
8640:
8641: 2010-11-04 moko
8642:
8643: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8644: options is passed
8645:
8646: * tests/: 256.html, results/256.processed: $.table[compact] feature
8647: now tested; k and p in handler now tested.
8648:
8649: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8650: $.table[compact] feature added
8651:
8652: * src/classes/json.C: key is now passed to handler in
8653: value_json_string; ^json:string result now process tainting
8654: inside and returns clean string, related to issue #153
8655:
8656: * src/main/untaint.C: bugfix: charset can be null (in
8657: ^string:save[] as example), thus check is added
8658:
8659: 2010-10-31 moko
8660:
8661: * src/classes/string.C: error message changed (fixes issue #149)
8662:
8663: 2010-10-29 moko
8664:
8665: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8666: port is not default (fixes issue #155); exception on invalid port
8667: added.
8668:
8669: * src/main/untaint.C: '*' is now not urlencoded to allow header
8670: "Accept: */*" to be passed
8671:
8672: 2010-10-28 moko
8673:
8674: * src/classes/curl.C: bugfix: detect_charset() was throwing
8675: exception on unknown charset even if response_charset was
8676: specified
8677:
8678: 2010-10-27 moko
8679:
8680: * src/classes/string.C: ^string.append removed for void
8681: compatibility
8682:
8683: 2010-10-26 moko
8684:
8685: * src/classes/json.C: libjson supports array at top level, we too
8686: (GPF fixed)
8687:
8688: 2010-10-25 moko
8689:
8690: * tests/: 253.html, results/253.processed: libjson supports array
8691: at top level, parser now supports it as well.
8692:
8693: * tests/261.html, tests/results/261.processed,
8694: src/types/pa_vstring.h: empty string is now void compatible
8695: (allows $empty.key)
8696:
8697: 2010-10-22 misha
8698:
8699: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8700: while adding additional expires checkout)
8701:
8702: * tests/030.html: - test for session cookie was added
8703:
8704: 2010-10-21 moko
8705:
8706: * src/: classes/string.C, classes/void.C, main/execute.C,
8707: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8708: string (feature #111)
8709:
8710: * tests/: 261.html, results/261.processed: checks void from string
8711: inheritance (feature #111)
8712:
8713: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8714: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8715: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8716: now true by default
8717:
8718: 2010-10-17 moko
8719:
8720: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8721: upload now uses binary blocks instead of L_FILE_POST tainting.
8722: (bugfix: #128)
8723:
8724: * tests/: 223.html, results/223.processed: binary file upload test
8725: added, GPF (issue #128) also checked in this test
8726:
8727: 2010-10-13 misha
8728:
8729: * tests/260.html: - test for math:convert
8730:
8731: * src/classes/math.C: - error in math:convert was fixed
8732:
1.211 moko 8733: * operators.ru.txt, operators.txt: - info about
1.95 moko 8734: ^math:convert[number](from-base;to-base) was added
8735:
8736: * src/classes/math.C: - method
8737: ^math:convert[number](from-base;to-base) for converting number
8738: represention from one base to another was added ( new feature:
8739: #23 )
8740:
8741: 2010-10-13 moko
8742:
8743: * src/main/compile.tab.C: [] now is empty string, not void
8744:
8745: * src/main/compile.y: [] now is empty string, not void
8746:
8747: * src/types/pa_vvoid.h: void now passed as parameter
8748:
8749: * tests/: 259.html, results/259.processed: to test difference
8750: between void and empty string (see ticket #111)
8751:
8752: * tests/results/152.processed: $sEmpty[] is now empty string, not
8753: void
8754:
8755: * tests/256.html: $s[$void] is no longer empty string
8756:
8757: * tests/254.html: empty string is no longer void
8758:
8759: 2010-10-12 misha
8760:
8761: * src/types/pa_vcookie.C: - check if $.expires value can be
8762: converted to date during cookies set up ( bugfix: #104 )
8763:
8764: * tests/041.html: - more tests for ^table.locate were added
8765:
8766: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8767: work ( bugfix: #129 ) - exception comment for incorrect options
8768: ^table.locate[field;value;options] was fixed
8769:
8770: 2010-10-10 moko
8771:
8772: * src/: classes/reflection.C, main/execute.C: constructor returning
8773: another object feature returned
8774:
8775: * tests/results/258.processed: test result updated as constructor
8776: returning another object feature returned
8777:
8778: * tests/: 258.html, results/258.processed: test for constructor
8779: returning another object
8780:
8781: 2010-10-08 misha
8782:
8783: * tests/257.html: - whitespaces after @METACOMMANDS and their
8784: options shouldn't cause exceptions any longer
8785:
8786: 2010-10-06 moko
8787:
8788: * src/classes/: hash.C, table.C: length from sql server is now
8789: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8790:
8791: 2010-10-02 misha
8792:
1.211 moko 8793: * operators.ru.txt, operators.txt: - the X mark was removed from
8794: ^cache[file]. it is usable to delete cache file.
1.95 moko 8795:
8796: 2010-10-02 moko
8797:
8798: * tests/: 253.html, results/253.processed: hook_key added for key
8799: checking
8800:
8801: * src/classes/json.C: null key bug fixed
8802:
8803: 2010-09-29 misha
8804:
8805: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8806:
8807: 2010-09-25 moko
8808:
8809: * src/classes/json.C: small fixed
8810:
8811: * tests/results/: 253.processed, 255.processed: just updated
8812:
8813: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8814: results/255.processed: charset transcode test added for
8815: json:parse
8816:
8817: 2010-09-24 moko
8818:
8819: * src/types/pa_value.h: warning war :)
8820:
8821: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8822: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8823: ^json:string
8824:
8825: 2010-09-22 moko
8826:
8827: * src/main/pa_charset.C: parser charset tables declare only
8828: white-space before 0x20, thus adding the missing chars
8829:
8830: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8831: to http://unicode.org/Public/MAPPINGS/VENDORS/
8832:
8833: 2010-09-21 misha
8834:
8835: * src/main/compile.y: - some semicolons were added (VS2010 don't
8836: want to compile grammar if they are absent)
8837:
8838: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8839:
8840: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8841:
8842: * src/main/main.vcproj: - path to bison is changed
8843:
8844: 2010-09-21 moko
8845:
1.116 moko 8846: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8847: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8848: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8849:
8850: 2010-09-20 misha
8851:
8852: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8853:
8854: * src/classes/json.C: - add EOL while json-serializing hash
8855:
8856: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8857: compilers don't like 'ES'.
8858:
8859: 2010-09-17 misha
8860:
1.211 moko 8861: * operators.ru.txt, operators.txt: - info about json class was
8862: added
1.95 moko 8863:
8864: * src/classes/json.C: - ^json:string[object]
8865:
8866: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8867: preventing infinite recursion while executing json:string was
8868: added
8869:
8870: * src/include/pa_string.h: - method append_quoted was added
8871:
8872: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8873: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8874: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8875: was added to Value & Co
8876:
8877: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8878: were used
8879:
8880: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8881: were added
8882:
8883: 2010-09-10 moko
8884:
8885: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8886: die_or_abort (backport from 3.4.1)
8887:
8888: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8889: die_or_abort (bugfix: #106)
8890:
8891: 2010-09-09 moko
8892:
8893: * src/classes/json.C: warning war. :)
8894:
8895: 2010-09-08 misha
8896:
8897: * src/lib/json/Makefile.am: - additional include directories were
8898: added (for pa_memory.h and gc.h)
8899:
8900: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8901: compile as C++ instead default - additional include directory was
8902: added (for gc.h)
8903:
8904: * src/types/pa_vform.C: - little code reformating
8905:
8906: * src/classes/file.C: - $.content-type option now can be specified
8907: in ^file::create ( new feature: #102 )
8908:
8909: 2010-09-08 moko
8910:
8911: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8912: pa_malloc/pa_free
8913:
8914: 2010-09-07 moko
8915:
8916: * tests/results/254.processed: VStateless_class:put_element
8917: exception was fixed
8918:
8919: * src/types/: pa_value.h, pa_vstateless_class.h: now
8920: VStateless_class:put_element barks self.type, not this.type
8921: (bugfix: #105)
8922:
8923: 2010-09-06 moko
8924:
8925: * src/classes/reflection.C: bugfix: new String() is required for
8926: exception handling
8927:
8928: * tests/: 254.html, results/254.processed: test modified
8929:
8930: 2010-09-05 moko
8931:
8932: * tests/: 254.html, results/254.processed: ^reflection:copy test
8933: added
8934:
8935: * src/: classes/reflection.C, include/pa_request.h:
8936: ^reflection:copy implemented (new feature: #100)
8937:
8938: 2010-09-03 moko
8939:
8940: * src/lib/json/JSON_parser.C: c++ compatiblity
8941:
8942: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8943: option testing added
8944:
8945: 2010-09-02 moko
8946:
8947: * src/classes/json.C: $.distinct[first|last|all] added
8948:
8949: 2010-09-01 moko
8950:
8951: * tests/results/253.processed: json test result
8952:
8953: * tests/: 253.html, 253_json.txt: json test added
8954:
8955: * src/classes/json.C: json.C update to actual version + hash key
8956: creation bugfix
8957:
8958: 2010-08-31 misha
8959:
8960: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8961: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8962: src/lib/Makefile.am, src/classes/Makefile.am,
8963: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8964: json library was added
8965:
8966: 2010-08-30 moko
8967:
8968: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8969: types/pa_vobject.C: cosmetic optimization in
8970: request:execute_method usage
8971:
8972: * src/: include/pa_charset.h, main/pa_charset.C: small
8973: optimization, just to decrease number of lines. :)
8974:
8975: 2010-08-27 misha
8976:
8977: * src/classes/op.C: - taint[json] was added
8978:
8979: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8980: were added
8981:
8982: * src/main/pa_exec.C: - warning fix was rolled back.
8983:
8984: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8985: include/pa_string.h: - taint[json] was added - escaping was
8986: slightly modified
8987:
8988: 2010-08-25 misha
8989:
8990: * src/classes/file.C: - typo in file:sql exception was fixed
8991:
8992: * src/main/pa_exec.C: - warning about declared and not used
8993: variable forced_allow was removed
8994:
8995: 2010-08-14 misha
8996:
8997: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8998: were removed
8999:
9000: 2010-08-11 moko
9001:
9002: * tests/: 249.html, results/249.processed: default setter and
9003: anti-recursive default getter test added
9004:
9005: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
9006: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
9007: types/pa_vobject.h, types/pa_vstateless_class.C,
9008: types/pa_vstateless_class.h: default setter support +
9009: anti-recursive default getter support ( new feature: #13 )
9010:
9011: * src/include/pa_hash.h: optimization: threshold member removed
9012: from hash, reducing sizeof(hash)
9013:
9014: 2010-08-10 misha
9015:
9016: * tests/196.html: - junction-method was added to the test
9017:
9018: * tests/248.html: - ups. typo :)
9019:
9020: * tests/248.html: - test for checking .match with 4 params
9021:
9022: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
9023: 247_windows1251.txt: - test for "transcode file from utf-8 to
9024: $request:charset during loading if the BOM code is detected"
9025:
9026: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
9027: $request:charset during loading if the BOM code is detected ( new
9028: feature: #98 )
9029:
9030: 2010-08-05 misha
9031:
9032: * src/classes/image.C: - ^image.replace now can accept only 2
9033: params. in this case the whole image is affected ( new feature:
9034: #95 )
9035:
9036: 2010-08-04 misha
9037:
9038: * tests/246.html: - test tor ^hash._at[] was added
9039:
9040: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
9041: #53 )
9042:
9043: * src/include/pa_hash.h: - methods for accessing the first and the
9044: last values of ordered hash were added (first_value and
9045: last_value)
9046:
9047: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
9048: (similar to others file's methods):
9049: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
9050: #68 )
9051:
9052: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
9053:
9054: 2010-08-01 moko
9055:
9056: * src/classes/op.C: to correctly process $result[] in code, called
9057: from ^process
9058:
9059: * tests/245.html: $result in ^process[] test added
9060:
9061: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
9062: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
9063: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
9064: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
9065: caller, self) op_call(VMethodFrame &frame, bool constructing)
9066: removed, construct(class,method) added
9067:
9068: * tests/results/: 192.processed, 244.processed: request::construct
9069: added
9070:
9071: * tests/: 244.html, 245.html, results/244.processed,
9072: results/245.processed: object creation exceptions and ^process
9073: tests added
9074:
9075: 2010-07-28 misha
9076:
9077: * tests/make_tests.cmd: - win32 EOLs
9078:
9079: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
9080: tests on Win32 were added (The system timezone should be GMT+3)
9081:
9082: 2010-07-26 misha
9083:
9084: * tests/: 212.html, results/212.processed: - sizes were removed
9085: mecause they could be different on different OSs
9086:
9087: * tests/065.html: - make it "win32 friendly"
9088:
9089: 2010-07-25 misha
9090:
9091: * src/main/compile.y: - all EOLs between methods are removed during
9092: compilation ( new feature: #47 )
9093:
9094: * tests/results/149.processed: - prepare tests to trim trailing
9095: methods' EOLs
9096:
9097: * tests/149.html: - prepare tests to trim trailing methods' EOLs
9098:
9099: * tests/: results/006.processed, results/014.processed, 006.html,
9100: 014.html, 022.html: - prepare tests to trim trailing methods'
9101: EOLs
9102:
9103: * tests/: 059.html, 071.html, 149.html, results/059.processed,
9104: results/071.processed, results/022.processed: - prepare tests to
9105: trim trailing methods' EOLs
9106:
9107: * tests/: results/073.processed, results/109.processed,
9108: results/142.processed, results/144.processed,
9109: results/149.processed, 073.html, 096.html, 109.html, 142.html,
9110: 144.html: - prepare tests to trim trailing methods' EOLs
9111:
9112: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
9113: 149.html, 152.html, results/096.processed, results/107.processed,
9114: results/109.processed, results/142.processed,
9115: results/144.processed: - prepare tests to trim trailing methods'
9116: EOLs
9117:
9118: 2010-07-24 moko
9119:
9120: * tests/results/: 156.processed, 224.processed: fix for #54 changed
9121: the hash order in this test
9122:
9123: * tests/014.html: to check hash order, hash no is longer sorted
9124: before print
9125:
9126: * src/include/pa_hash.h: hash copy constructor now keeps order
9127: (bugfix: #54)
9128:
9129: 2010-07-23 moko
9130:
9131: * tests/results/224.processed: @auto[] is no longer inherited
9132:
9133: * src/types/pa_vstateless_class.C, tests/227.html,
9134: tests/results/227.processed: @auto[] is no longer inherited
9135: (bugfix: #57)
9136:
9137: 2010-07-22 misha
9138:
9139: * src/classes/table.C: - don't skip comment lines during
9140: table::load if encloser or separator is set as '#' ( new feature:
9141: #30 )
9142:
9143: * src/targets/cgi/parser3.C: - don't run as cgi if
9144: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
9145: #12 )
9146:
9147: * src/classes/file.C: - set PARSER_VARSION env before external
9148: script executing
9149:
9150: 2010-07-13 misha
9151:
9152: * tests/058.html: - test for suppressing @border was added - test
9153: for user attribute was added
9154:
9155: * tests/results/186.processed: unescaping from \uXXXX
9156:
9157: * tests/186.html: unescaping from \uXXXX
9158:
9159: * tests/: 239.html, results/239.processed: method call type
9160:
9161: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
9162: $junction_method.CLASS_NAME (+CLASS)
9163:
9164: 2010-07-07 misha
9165:
9166: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
9167: *nix
9168:
9169: 2010-07-05 misha
9170:
9171: * src/: classes/curl.C, classes/file.C, classes/hash.C,
9172: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
9173: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
9174: comment strings "options must be hash", "options must be hash,
9175: not code" and "called with invalid option" were replaced by
9176: constatns - exception comment string "invalid option passed" was
9177: replaced by "called with invalid option" (now in different
9178: methods are the same exception comment string)
9179:
9180: * src/include/pa_exception.h: - more exception strings were defined
9181:
9182: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9183: types/pa_vstateless_class.h: - now we can define possible
9184: method's call type ( new feature: #5 ) 1.
9185: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
9186: methods 2. @static:method[params] (only static keyword could be
9187: used here) -- for specified methods
9188:
9189: * src/main/pa_common.C: - junction points should not be deleted on
9190: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
9191: cleanup
9192:
9193: 2010-07-03 misha
9194:
9195: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
9196: results/158.processed, results/160.processed,
9197: results/161.processed, results/162.processed,
9198: results/163.processed: - prepare tests to trim trailing methods'
9199: EOLs
9200:
9201: * tests/results/169.processed: - prepare tests to trim trailing
9202: methods' EOLs
9203:
9204: * tests/results/: 168.processed, 169.processed: - prepare tests to
9205: trim trailing methods' EOLs
9206:
9207: * tests/: results/170.processed, results/167.processed,
9208: results/168.processed, results/169.processed, 167.html, 168.html,
9209: 169.html: - prepare tests to trim trailing methods' EOLs
9210:
9211: * tests/: results/170.processed, results/171.processed,
9212: results/172.processed, results/173.processed,
9213: results/174.processed, results/175.processed, 170.html, 171.html,
9214: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
9215: trailing methods' EOLs
9216:
9217: * tests/: results/176.processed, results/180.processed,
9218: results/184.processed, results/185.processed,
9219: results/191.processed, results/192.processed,
9220: results/196.processed, results/197.processed,
9221: results/198.processed, 176.html, 180.html, 184.html, 185.html,
9222: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
9223: to trim trailing methods' EOLs
9224:
9225: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
9226: results/199.processed, results/208.processed,
9227: results/209.processed, results/213.processed,
9228: results/214.processed: - prepare tests to trim trailing methods'
9229: EOLs
9230:
9231: 2010-06-29 misha
9232:
9233: * tests/: 220.html, 218.html, results/218.processed,
9234: results/215.processed, results/217.processed, 215.html, 217.html:
9235: - prepare tests to trim trailing methods' EOLs
9236:
9237: * tests/: results/224.processed, 224.html, 223.html,
9238: results/223.processed, results/220.processed: - prepare tests to
9239: trim trailing methods' EOLs
9240:
9241: * tests/results/: 226.processed, 230.processed: - prepare tests to
9242: trim trailing methods' EOLs
9243:
9244: * tests/: 229.html, results/229.processed: - prepare tests to trim
9245: trailing methods' EOLs
9246:
9247: * tests/: 232.html, 235.html, results/232.processed,
9248: results/235.processed, 226.html, 227.html, 228.html, 230.html,
9249: results/226.processed, results/227.processed,
9250: results/228.processed, results/230.processed: - prepare tests to
9251: trim trailing methods' EOLs
9252:
9253: 2010-06-16 moko
9254:
9255: * tests/: 229.html, results/229.processed: elseif now supported in
9256: ^if
9257:
9258: * src/classes/op.C: new feature: #56 elseif now supported in ^if
9259:
9260: 2010-06-03 misha
9261:
9262: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
9263: instead of memcopy for overlaped regions
9264:
9265: 2010-05-25 misha
9266:
9267: * src/main/pa_common.C: - wanring about unused vars was removed
9268:
9269: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
9270: get_method_filename was moved to execute.C
9271:
9272: 2010-05-23 misha
9273:
9274: * src/main/pa_request.C: - more accurate detection of method's file
9275:
9276: 2010-05-22 misha
9277:
9278: * src/classes/reflection.C: - bugfix: core during detection of
9279: .file if filespec isn't detected successfully
9280:
9281: 2010-05-20 misha
9282:
9283: * src/main/pa_request.C: - fix in get_method_filename
9284:
9285: * src/include/pa_request.h: - new feature: #24 -- searching
9286: included file in @USE/^use is changed. if its filespec doesn't
9287: start from '/' it will be searched in caller file directory
9288:
9289: * src/classes/reflection.C: - ^reflection:method_info returns file
9290: where the method is defined
9291:
9292: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
9293: classes/op.C: - new feature: #24 -- searching included file in
9294: @USE/^use is changed. if its filespec doesn't start from '/' it
9295: will be searched in caller file directory
9296:
9297: * src/: classes/file.C, include/pa_common.h: - method lastposafter
9298: is moved to pa_common.h
9299:
9300: 2010-05-18 misha
9301:
9302: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
9303: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
9304: cookie parser decode \uXXXX as well as %uXXXX
9305:
9306: 2010-05-17 misha
9307:
9308: * src/classes/curl.C: beauty: - unused param is removed in method
9309: _curl_version_action - some spaces were removed or replaced by
9310: tabs
9311:
9312: * src/classes/table.C: - bugfix: #72 core with empty value during
9313: ^table.hash[...;name_of_the_last_column][$.type[string]]
9314:
9315: 2010-05-16 misha
9316:
9317: * src/classes/curl.C: new: #61 more curl options were added
9318: (contributed by Sumo)
9319:
9320: 2010-04-29 pretender
9321:
9322: * src/main/pa_string.C: fixes #63 Split result from empty string
9323: now empty string.
9324:
9325: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
9326: string type.
9327:
9328: 2010-04-28 pretender
9329:
9330: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9331: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
9332: macrodefinition removed
9333:
9334: 2010-04-19 pretender
9335:
9336: * src/main/execute.C: fixes #60 Stacktrace now contains info for
9337: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
9338:
9339: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
9340: fixes #64 Now file.missing exception generates in unsafe mode to.
9341:
9342: * src/classes/file.C: fixes #48 Now not throw "not save environment
9343: variable" exception in grpunlim version.
9344:
9345: 2010-04-05 misha
9346:
9347: * src/classes/string.C: - new feature: 4th param was added to
9348: match. if specified its value is returned in case of nothing was
9349: found
9350:
9351: 2010-04-01 misha
9352:
9353: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
9354: multiple execution of /a/b/auto.p
9355:
9356: 2010-03-19 misha
9357:
9358: * src/main/execute.C: - core in $table1.$table2 was fixed
9359:
9360: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9361:
9362: 2010-01-27 misha
9363:
9364: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9365: trying to open file by path /existing-file/non-exixting-file
9366:
9367: 2010-01-26 misha
9368:
9369: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9370: was added (returns file)
9371:
9372: 2009-12-22 misha
9373:
9374: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9375: now parser doesn't have class curl if it was built without it
9376:
9377: 2009-12-15 misha
9378:
9379: * configure.in: - little cheat with curl include dir was added
9380:
9381: 2009-12-05 misha
9382:
9383: * src/classes/curl.C: - some fixes
9384:
9385: 2009-12-04 misha
9386:
9387: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9388: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9389: buildall-with-xml, buildall-without-xml, configure.in: - curl
9390: class was added
9391:
9392: * src/include/pa_hash.h: - hash-iterator was added
9393:
9394: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9395: was added to pcre
9396:
9397: 2009-11-27 misha
9398:
9399: * src/classes/image.C: - don't add @border attribute to output of
9400: ^image.html[] if it was specified by user with empty value
9401:
9402: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9403: root element and we are trying to access .documentElement
9404:
9405: 2009-11-11 misha
9406:
9407: * src/classes/table.C: - in ^table.flip[] look at number of columns
9408: instead of number of items in first row for named tables
9409:
9410: 2009-11-10 misha
9411:
1.211 moko 9412: * operators.ru.txt, operators.txt: - info about hash-options in
9413: ^file::create was added
1.95 moko 9414:
9415: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9416: added
9417:
9418: 2009-11-09 misha
9419:
9420: * buildall-with-xml: - moving to libxml 2.7.6
9421:
9422: * tests/236.html: - tests for comparations cords with functions
9423: were added
9424:
9425: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9426: added
9427:
9428: * src/main/pa_http.C: - little optimisation
9429:
9430: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9431: GPF mallocs + stringstream (table.save)
9432:
9433: * src/classes/file.C: - file::create now accepts 4th param: options
9434: with $.charset
9435:
9436: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9437: bug in cord (comparation cords with functions was buggy)
9438:
9439: 2009-11-06 misha
9440:
9441: * src/main/pa_string.C: - bugfix: calculation string.length
9442: sometimes was buggy
9443:
9444: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9445: destroyed if exception occured during match/replace
9446:
9447: * src/: main/pa_charset.C, include/pa_charset.h: - method
9448: lengthUTF8Char was added
9449:
9450: * src/classes/op.C: - clean tainting lang was added for user's
9451: usage
9452:
9453: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9454: fixed: checkouts are required after GC_MALLOC
9455:
9456: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9457:
1.211 moko 9458: * operators.ru.txt, operators.txt: - actually, there is no
9459: ^untaint[xml] in file::create
1.95 moko 9460:
9461: 2009-10-15 misha
9462:
9463: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9464: were added
9465:
9466: * tests/234.html: - more tests for checking ^taint[uri] escaping
9467: were added
9468:
9469: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9470: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9471: hacking: for dealing with transcoding+^taint[uri]
9472: transcode_and_untaint was replaced by untaint_and_transcode
9473:
9474: 2009-10-13 misha
9475:
9476: * tests/: 121.html, results/121.processed: - test transcoding +
9477: url-escaping now
9478:
9479: * tests/results/auto.p: - more helpers' methods were added
9480:
9481: * src/main/pa_globals.C: - die instead of abort
9482:
9483: 2009-10-06 misha
9484:
9485: * src/main/pa_common.C: - don't allocate memory during
9486: capitalization if input string is already capitalized
9487:
9488: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9489:
9490: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9491: use format function because it calls malloc
9492:
9493: * src/include/pa_common.h: - more capitalized headers were added
9494:
9495: * src/main/pa_common.C: - in safe mode clear executable bits during
9496: file writing
9497:
9498: 2009-10-05 misha
9499:
9500: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9501:
9502: 2009-10-03 misha
9503:
9504: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9505: ^img.text[] & ^img.length[] can work in utf-8 now
9506:
9507: * src/: include/pa_charset.h, main/pa_charset.C: - class
9508: UTF8_string_iterator was added
9509:
9510: * src/classes/image.C: - respect utf-8 when calculate alphabet
9511: length
9512:
9513: * src/classes/mail.C: - check from before get message.cstr
9514:
9515: 2009-10-02 misha
9516:
9517: * tests/233.html: - test for image.font, image.length, image.text
9518: with text in utf-8 were added
9519:
9520: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9521:
9522: * buildall-with-xml, buildall-without-xml: - comment about gc
9523: version for freebsd 4 was added
9524:
9525: 2009-10-01 misha
9526:
9527: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9528: terminator) - read_pipe were slightly optimized
9529:
9530: 2009-09-28 misha
9531:
9532: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9533: removed
9534:
9535: * src/types/pa_vmail.C: - forgot about space after ':'
9536:
9537: * src/types/pa_vmail.C: - escape filenames while preparing mail
9538: body - small simplifications
9539:
9540: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9541: inout params like pa_base64
9542:
9543: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9544: option $.debug-print(1) was added to mail:send - changes for
9545: using uue_encode which uses less memory
9546:
9547: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9548:
9549: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9550: memory now
9551:
9552: 2009-09-26 misha
9553:
9554: * src/types/pa_vmail.C: - default encoding now is base64
9555:
9556: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9557:
9558: 2009-09-25 misha
9559:
9560: * src/types/pa_vmail.C: - capitalization of headers was added to
9561: sending mail as well
9562:
9563: * buildall-with-xml: - catalog package was removed from libxml
9564:
9565: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9566: win32 absolute path
9567:
9568: * src/include/pa_common.h: - one more capitalized header was added
9569:
9570: 2009-09-22 misha
9571:
9572: * INSTALL: - comment about building just httpd binary while
9573: building apache module was added
9574:
9575: 2009-09-21 misha
9576:
9577: * buildall-with-xml: - moving to the latest versions of xml libs:
9578: libxml 2.7.4 and libxslt 1.1.25
9579:
9580: 2009-09-19 misha
9581:
9582: * tests/231.html: - test for encoding cookie in win-1251
9583:
9584: 2009-09-18 misha
9585:
9586: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9587: object] were added
9588:
1.211 moko 9589: * operators.ru.txt, operators.txt: - info about method
9590: ^reflection:fields[class or object] was added
1.95 moko 9591:
9592: * src/classes/reflection.C: - method ^reflection:fields[class or
9593: object] was added
9594:
9595: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9596: methods get_fields were added
9597:
9598: * tests/232.html: - tests for @GET[name]
9599:
9600: * src/classes/table.C: - some changes in handling hash-options for
9601: creare, join and locate
9602:
9603: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9604: defined with option: the type of requested value
9605:
9606: 2009-09-17 misha
9607:
9608: * tests/212.html: - tests for .pattern and .options were added
9609:
9610: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9611: $regex.options were added
9612:
9613: 2009-09-11 misha
9614:
9615: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9616: rewrited. it checks not just one case of sending cookies during
9617: file::load[http], but also sending headers and fields (including
9618: files)
9619:
9620: 2009-09-10 misha
9621:
9622: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9623: was removed => now parser can open files with Russian 'r' in
9624: filename
9625:
9626: * src/main/untaint.C: - bugfix: client charset whould be analized
9627: while escaping cookies but now source charset
9628:
9629: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9630: ^tainted[uri] so it was possible to make request with incorrect
9631: http header
9632:
9633: * src/main/pa_http.C: - capitalization of http headers during
9634: file::load[http was slightly changes - bugfix: all headers which
9635: parser sends during file::load[http should be transcoded and only
9636: then escaped
9637:
9638: * src/main/untaint.C: - a bit more comments were added
9639:
9640: * src/classes/: file.C, string.C: - types where changes (minus 2
9641: warnings)
9642:
9643: * src/include/pa_common.h: - 2 capitalized strings for making http
9644: headers during file::load[http were added
9645:
9646: 2009-09-08 misha
9647:
1.211 moko 9648: * operators.ru.txt, operators.txt: - changes in file.save and
9649: string.save were added
1.95 moko 9650:
9651: * tests/: 230.html, 230.txt: - tests for checking options in
9652: file.save and string.save were added
9653:
9654: * src/main/pa_request.C: - http headers names, which are passed to
9655: SAPI::add_header_attribute are lowercased now (it'll be
9656: capitalized in that method)
9657:
9658: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9659: classes/string.C: - file_write accepts Request_charsets and asked
9660: charset and cound transcode content before writing - string.save
9661: and file.save have option $.charset now
9662:
9663: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9664: classes/xdoc.C: - file_write accepts Request_charsets and asked
9665: charset and cound transcode content before writing
9666:
9667: * src/include/pa_exception.h: - new exception comment string was
9668: defined
9669:
9670: 2009-09-07 misha
9671:
9672: * src/main/compile.y: - grammar $name\ name stops now for regex
9673: sub-pattern\s
9674:
9675: 2009-09-04 misha
9676:
9677: * src/main/pa_http.C: - capitalization of http headers during
9678: file::load[http was implemented
9679:
9680: 2009-09-03 misha
9681:
9682: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9683: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9684: types/pa_vmail.C, targets/cgi/parser3.C,
9685: targets/isapi/parser3isapi.C: - back to storing response http
9686: headers in lowercase - capitalize them during output
9687:
9688: 2009-08-31 misha
9689:
9690: * src/classes/table.C: - allow call with any brackets (it could be
9691: useful in methods with explict result declaration)
9692:
9693: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9694: correctly if $request:charset==koi8-r
9695:
9696: 2009-08-30 misha
9697:
9698: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9699: changed: content-type => Content-type and so on
9700:
9701: * src/classes/file.C, src/include/pa_common.h,
9702: src/include/pa_request.h, src/main/pa_http.C,
9703: src/main/pa_request.C, src/types/pa_vcookie.C,
9704: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9705: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9706: tests/results/002.processed, tests/results/003.processed,
9707: tests/results/004.processed, tests/results/005.processed,
9708: tests/results/006.processed, tests/results/007.processed,
9709: tests/results/008.processed, tests/results/009.processed,
9710: tests/results/010.processed, tests/results/011.processed,
9711: tests/results/012.processed, tests/results/013.processed,
9712: tests/results/014.processed, tests/results/015.processed,
9713: tests/results/016.processed, tests/results/017.processed,
9714: tests/results/018.processed, tests/results/019.processed,
9715: tests/results/020.processed, tests/results/021.processed,
9716: tests/results/022.processed, tests/results/023.processed,
9717: tests/results/024.processed, tests/results/025.processed,
9718: tests/results/026.processed, tests/results/027.processed,
9719: tests/results/028.processed, tests/results/029.processed,
9720: tests/results/030.processed, tests/results/031.processed,
9721: tests/results/032.processed, tests/results/033.processed,
9722: tests/results/034.processed, tests/results/035.processed,
9723: tests/results/036.processed, tests/results/037.processed,
9724: tests/results/038.processed, tests/results/039.processed,
9725: tests/results/040.processed, tests/results/041.processed,
9726: tests/results/042.processed, tests/results/043.processed,
9727: tests/results/044.processed, tests/results/045.processed,
9728: tests/results/046.processed, tests/results/047.processed,
9729: tests/results/048.processed, tests/results/049.processed,
9730: tests/results/050.processed, tests/results/051.processed,
9731: tests/results/052.processed, tests/results/053.processed,
9732: tests/results/054.processed, tests/results/055.processed,
9733: tests/results/056.processed, tests/results/057.processed,
9734: tests/results/058.processed, tests/results/059.processed,
9735: tests/results/060.processed, tests/results/061.processed,
9736: tests/results/062.processed, tests/results/063.processed,
9737: tests/results/064.processed, tests/results/065.processed,
9738: tests/results/066.processed, tests/results/067.processed,
9739: tests/results/068.processed, tests/results/069.processed,
9740: tests/results/070.processed, tests/results/071.processed,
9741: tests/results/072.processed, tests/results/073.processed,
9742: tests/results/074.processed, tests/results/075.processed,
9743: tests/results/076.processed, tests/results/077.processed,
9744: tests/results/078.processed, tests/results/079.processed,
9745: tests/results/080.processed, tests/results/081.processed,
9746: tests/results/082.processed, tests/results/083.processed,
9747: tests/results/084.processed, tests/results/085.processed,
9748: tests/results/086.processed, tests/results/087.processed,
9749: tests/results/088.processed, tests/results/089.processed,
9750: tests/results/090.processed, tests/results/091.processed,
9751: tests/results/092.processed, tests/results/093.processed,
9752: tests/results/094.processed, tests/results/095.processed,
9753: tests/results/096.processed, tests/results/097.processed,
9754: tests/results/098.processed, tests/results/099.processed,
9755: tests/results/100.processed, tests/results/101.processed,
9756: tests/results/102.processed, tests/results/103.processed,
9757: tests/results/104.processed, tests/results/105.processed,
9758: tests/results/106.processed, tests/results/107.processed,
9759: tests/results/108.processed, tests/results/109.processed,
9760: tests/results/110.processed, tests/results/111.processed,
9761: tests/results/112.processed, tests/results/113.processed,
9762: tests/results/114.processed, tests/results/115.processed,
9763: tests/results/116.processed, tests/results/117.processed,
9764: tests/results/118.processed, tests/results/119.processed,
9765: tests/results/120.processed, tests/results/121.processed,
9766: tests/results/122.processed, tests/results/123.processed,
9767: tests/results/124.processed, tests/results/125.processed,
9768: tests/results/126.processed, tests/results/127.processed,
9769: tests/results/128.processed, tests/results/129.processed,
9770: tests/results/130.processed, tests/results/131.processed,
9771: tests/results/132.processed, tests/results/133.processed,
9772: tests/results/134.processed, tests/results/135.processed,
9773: tests/results/136.processed, tests/results/138.processed,
9774: tests/results/139.processed, tests/results/140.processed,
9775: tests/results/141.processed, tests/results/142.processed,
9776: tests/results/143.processed, tests/results/144.processed,
9777: tests/results/145.processed, tests/results/146.processed,
9778: tests/results/147.processed, tests/results/148.processed,
9779: tests/results/149.processed, tests/results/150.processed,
9780: tests/results/151.processed, tests/results/152.processed,
9781: tests/results/153.processed, tests/results/154.processed,
9782: tests/results/155.processed, tests/results/156.processed,
9783: tests/results/157.processed, tests/results/158.processed,
9784: tests/results/159.processed, tests/results/160.processed,
9785: tests/results/161.processed, tests/results/162.processed,
9786: tests/results/163.processed, tests/results/164.processed,
9787: tests/results/165.processed, tests/results/166.processed,
9788: tests/results/167.processed, tests/results/168.processed,
9789: tests/results/169.processed, tests/results/170.processed,
9790: tests/results/171.processed, tests/results/172.processed,
9791: tests/results/173.processed, tests/results/174.processed,
9792: tests/results/175.processed, tests/results/176.processed,
9793: tests/results/177.processed, tests/results/178.processed,
9794: tests/results/179.processed, tests/results/180.processed,
9795: tests/results/181.processed, tests/results/182.processed,
9796: tests/results/183.processed, tests/results/184.processed,
9797: tests/results/185.processed, tests/results/186.processed,
9798: tests/results/187.processed, tests/results/188.processed,
9799: tests/results/189.processed, tests/results/190.processed,
9800: tests/results/191.processed, tests/results/192.processed,
9801: tests/results/193.processed, tests/results/194.processed,
9802: tests/results/195.processed, tests/results/196.processed,
9803: tests/results/197.processed, tests/results/198.processed,
9804: tests/results/199.processed, tests/results/200.processed,
9805: tests/results/201.processed, tests/results/202.processed,
9806: tests/results/203.processed, tests/results/204.processed,
9807: tests/results/205.processed, tests/results/206.processed,
9808: tests/results/207.processed, tests/results/208.processed,
9809: tests/results/209.processed, tests/results/210.processed,
9810: tests/results/211.processed, tests/results/212.processed,
9811: tests/results/213.processed, tests/results/214.processed,
9812: tests/results/215.processed, tests/results/216.processed,
9813: tests/results/217.processed, tests/results/218.processed,
9814: tests/results/219.processed, tests/results/220.processed,
9815: tests/results/221.processed, tests/results/222.processed,
9816: tests/results/223.processed, tests/results/224.processed,
9817: tests/results/225.processed, tests/results/226.processed,
9818: tests/results/227.processed, tests/results/228.processed,
9819: tests/results/229.processed: - http headers were changed:
9820: content-type => Content-type and so on
9821:
9822: 2009-08-27 misha
9823:
9824: * src/: main/pa_random.C, include/pa_random.h,
9825: targets/cgi/parser3.C: - year was updated :)
9826:
9827: 2009-08-26 misha
9828:
9829: * tests/: 224.html, 224.p: - test for creating of parser object
9830: using constructor without params - little bugfix in test
9831:
9832: * src/main/compile_tools.h: - bugfix: should't call autouse while
9833: checking existed class while processing partial option
9834:
9835: * src/classes/reflection.C: - bugfix: core when creating object
9836: with reflection and constructor doesn't have params
9837:
9838: 2009-08-24 misha
9839:
9840: * tests/229.html: - tests for checking the number of parameters
9841: were added
9842:
9843: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9844: number of method's parameters wasn't checked correctly (the bug
9845: was introduced in 3.4.0)
9846:
9847: 2009-08-22 misha
9848:
9849: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9850: transcoded, but tainted pieces are escaped only when
9851: content-type==url-encoding
9852:
9853: * tests/228.html: - test for checking
9854: ^file::load[http://...;$.body[]]
9855:
9856: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9857: post charset was too early (charsets is empty at this moment)
9858:
9859: 2009-08-21 misha
9860:
9861: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9862: main/untaint.C: - some fixes with transcode+untaint
9863:
9864: 2009-08-15 misha
9865:
9866: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9867: was increaced to 100 (was 50)
9868:
9869: * tests/227.html: - test for checking overriding properties in
9870: static classes was added
9871:
9872: * tests/: 226.html, 226.p: - test for @autoload[] was added
9873:
9874: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9875: main/execute.C, main/pa_request.C, classes/reflection.C: -
9876: autouse was implemented
9877:
9878: 2009-08-14 misha
9879:
9880: * src/classes/reflection.C: - outdated checkout was removed
9881:
9882: * src/classes/reflection.C: - optimization - method ^dynamical was
9883: added.
9884:
9885: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9886: types/pa_vstateless_class.h, main/execute.C: - optimization
9887:
9888: * src/types/pa_vclass.C: - exception if base on sytem class
9889:
9890: 2009-08-12 misha
9891:
9892: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9893: pa_vstateless_class.h: - little optimisation
9894:
9895: 2009-08-11 misha
9896:
9897: * tests/224.html: - method_params => method_info - checking for
9898: $.inherited
9899:
1.211 moko 9900: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9901: method method_params was renamed to method_info and now it
9902: returns class name, if method was defined in ancestor
1.95 moko 9903:
9904: * tests/225.html: - tests for cheching properties in hierarhical
9905: classes were added
9906:
9907: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9908: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9909: main/compile.y, main/execute.C, classes/classes.C: - problems
9910: with properties in new classes implementation were fixed
9911:
9912: 2009-08-10 misha
9913:
9914: * src/main/execute.C: - now constructor shouldn't be defined in
9915: class. it could be defined in parent.
9916:
9917: 2009-08-09 misha
9918:
9919: * src/classes/reflection.C: - ^reflection:methods doesn't return
9920: base's methods
9921:
9922: 2009-08-08 misha
9923:
9924: * src/: classes/classes.h, classes/date.C, classes/file.C,
9925: classes/form.C, classes/hash.C, classes/hashfile.C,
9926: classes/image.C, classes/mail.C, classes/op.C,
9927: classes/reflection.C, classes/regex.C, classes/string.C,
9928: classes/table.C, classes/xdoc.C, classes/xnode.C,
9929: classes/xnode.h, include/pa_hash.h, main/execute.C,
9930: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9931: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9932: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9933: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9934: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9935: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9936: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9937: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9938: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9939: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9940: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9941: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9942: types/pa_vresponse.C, types/pa_vresponse.h,
9943: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9944: types/pa_vstateless_object.h, types/pa_vstatus.C,
9945: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9946: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9947: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9948: types/pa_wwrapper.h, types/types.vcproj: - new classes
9949: implementation
9950:
9951: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9952: USE_MUNMAP is used. so it is disabled as a workaround.
9953:
9954: 2009-08-05 misha
9955:
9956: * src/: main/pa_common.C, include/pa_common.h: - not needed
9957: parameter was removed
9958:
9959: * src/main/pa_http.C: - bugfix: error was during detecting
9960: content-type of file which was loaded by http
9961:
9962: 2009-08-01 misha
9963:
9964: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9965: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9966: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9967: can't be disabled with defines any longer
9968:
9969: 2009-07-29 misha
9970:
9971: * src/classes/reflection.C, tests/results/224.processed: - for
9972: native methods with any call type now returned empty call_type
9973: value
9974:
9975: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9976: classes/table.C, include/pa_hash.h, include/pa_request.h,
9977: main/pa_request.C: - break in cycles was optimized
9978:
9979: * INSTALL: - more defines were described
9980:
9981: 2009-07-28 misha
9982:
1.211 moko 9983: * operators.ru.txt, operators.txt: - some changes in information
9984: about reflection class
1.95 moko 9985:
9986: * tests/: 224.html, 224.p: - tests for reflection class
9987:
9988: * src/classes/reflection.C: - some bugs were fixed, method classes
9989: was added, refactoring
9990:
9991: 2009-07-26 misha
9992:
9993: * src/classes/classes.vcproj: - reflection class wass added to
9994: project
9995:
1.211 moko 9996: * operators.ru.txt, operators.txt: - information about reflection
9997: class was added
1.95 moko 9998:
9999: * src/classes/reflection.C: - class was redesigned
10000:
10001: 2009-07-24 misha
10002:
10003: * src/classes/: Makefile.am, reflection.C: - class reflection was
10004: added
10005:
10006: * src/types/pa_vstateless_class.h: - method for reflection method's
10007: in classes was added
10008:
10009: 2009-07-22 misha
10010:
10011: * src/main/compile_tools.h: - bugfix: $object.$var was
10012: over-optimized. it failed if $object1.$object2.field
10013:
10014: 2009-07-16 misha
10015:
10016: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10017: lib/cord/cordxtra.c, lib/cord/include/cord.h,
10018: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
10019: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
10020: one more arg: length of cord
10021:
10022: 2009-07-15 misha
10023:
10024: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
10025: tainted in ^file::load[http://...;$.cookies[]]
10026:
10027: * src/classes/: op.C, regex.C, string.C: - new string with
10028: exception was used
10029:
10030: * src/include/pa_exception.h: - new string with exception was added
10031:
10032: * tests/223.html: - test for checking cookie-encoding during
10033: ^file::load[http was added
10034:
10035: * tests/: 221.html, 222.html: - tests for checking type of
10036: $table.fields.field were added
10037:
10038: * src/types/pa_vtable.C: - not used var decl was removed
10039:
10040: * src/include/pa_string.h: - use cached string length in Body::mid.
10041: it improves speed of match with brackets in pattern
10042:
10043: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
10044: outside
10045:
10046: 2009-07-14 misha
10047:
10048: * src/types/pa_vtable.C: - $table.fields.a return string even if
10049: column is empty (sometime returned void) - $table.fields was
10050: added for nameless tables
10051:
10052: * src/targets/cgi/getopt.c: - one warning resolved
10053:
10054: * src/main/pa_string.C: - potentian bug fixed
10055:
10056: * src/classes/op.C: - small optimization in taint/untaint
10057:
10058: 2009-07-13 misha
10059:
10060: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
10061: added
10062:
10063: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
10064: souldn't add the attribut to output
10065:
10066: 2009-07-11 misha
10067:
10068: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10069: stack size was increaced to 2MB (default=1MB)
10070:
10071: 2009-07-08 misha
10072:
10073: * src/main/pa_string.C: - link to UTF-8 description was added
10074:
10075: * src/include/pa_hash.h: - hash keeps element's order in more
10076: places (ex: ._keys[])
10077:
10078: * tests/220.html: - test for checking order of elements in hash in
10079: foreach was added
10080:
10081: * tests/172.html: - small changes in printing hash
10082:
10083: * tests/129.html: - small changes in printing hash
10084:
10085: * src/: include/pa_common.h, include/pa_hash.h,
10086: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
10087: types/pa_vmethod_frame.h: - hash now keeps order of elements
10088:
10089: * tests/014.html: - small changes in printing hash
10090:
10091: 2009-07-07 misha
10092:
10093: * src/classes/op.C: - new taint language "parser-code" was added
10094:
10095: * tests/219.html: - test for auto untaint parser code in process
10096: was added
10097:
10098: * src/classes/op.C: - tainted pieces in body of process are
10099: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
10100:
10101: * src/: include/pa_string.h, main/untaint.C: - new language
10102: L_PARSER_CODE for auto-untaint in process was added
10103:
10104: * src/: classes/file.C, classes/hash.C, classes/image.C,
10105: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
10106: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
10107: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
10108: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
10109: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
10110: code cleanup
10111:
10112: 2009-07-06 misha
10113:
10114: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
10115: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
10116: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10117:
10118: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
10119: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
10120: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
10121: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
10122: should be used
10123:
10124: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
10125: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
10126: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
10127: untaint_cstr[m] should be used
10128:
10129: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
10130: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10131:
10132: * tests/218.html: - test for checking automatic file-spec-taint was
10133: added
10134:
10135: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
10136: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
10137: classes/file.C, classes/hash.C, classes/image.C,
10138: classes/string.C, classes/table.C, classes/void.C,
10139: classes/xdoc.C: - optimizations and simplification of
10140: string.cstr(...)
10141:
10142: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
10143: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
10144: - optimizations and simplification of string.cstr(...)
10145:
10146: 2009-07-04 misha
10147:
10148: * tests/217.html: - test for recursion detection was added
10149:
10150: * src/: types/types.vcproj, main/main.vcproj,
10151: classes/classes.vcproj, targets/cgi/parser3.vcproj,
10152: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
10153: from .vcproj
10154:
10155: * src/types/pa_wwrapper.h: - dynamic_cast was removed
10156:
10157: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
10158: uploading files and case-insensitive http-method were added
10159:
10160: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
10161: tainted pattern in ^file:list[] was added
10162:
10163: 2009-07-03 misha
10164:
10165: * src/: classes/classes.vcproj, main/main.vcproj,
10166: types/types.vcproj, targets/cgi/parser3.vcproj,
10167: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
10168: for dynamic_cast) - little options changes
10169:
10170: * src/main/pa_http.C: - file::load[http works now with uploading
10171: files _and_ changing $.charset
10172:
10173: 2009-06-29 misha
10174:
10175: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
10176: while creating pattern
10177:
10178: 2009-06-25 misha
10179:
1.211 moko 10180: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
10181: names for ^image.font were changed to $.space, $.width and
10182: $spacing - default space width now == gif's width
1.95 moko 10183:
10184: 2009-06-24 misha
10185:
10186: * tests/215.html: - tests for $file.mode were added
10187:
1.211 moko 10188: * operators.ru.txt, operators.txt: - added info about $file.mode
10189: and changes in ^image.font[
1.95 moko 10190:
10191: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
10192: param now could be omited - third param now could be hash (with
10193: all widths options: $.space-width, $.letter-width) - it's
10194: possible to specify tracking ($.letter-space)
10195:
10196: * src/classes/file.C: - file objects now could have mode field
10197: (text|binary)
10198:
10199: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
10200:
10201: 2009-06-23 misha
10202:
10203: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10204: trim can work with utf-8 chars now
10205:
10206: 2009-06-20 misha
10207:
10208: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
10209: was implemented
10210:
10211: * src/classes/table.C: - string length cacheing was implemented
10212:
10213: * src/include/pa_string.h: - string length cacheing was implemented
10214:
10215: 2009-06-17 misha
10216:
10217: * src/main/execute.C: - value param was removed from
10218: WContext::WContext
10219:
10220: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
10221: pa_wwrapper.h: - value param was removed from WContext::WContext
10222: - field wcontext was removed from VCodeFrame (using fparent
10223: instead)
10224:
10225: * tests/214.html: - test with hash copying
10226:
10227: 2009-06-16 misha
10228:
10229: * tests/: 062.html, results/062.processed: - evaluation hardcoded
10230: strings doesn't work in expression anymore
10231:
10232: * src/main/execute.C: - less calls for get_constructing() - little
10233: refactoring
10234:
10235: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
10236: include/pa_request.h: - less calls for get_constructing()
10237:
10238: * src/classes/: hash.C, hashfile.C: - fixed bug which was
10239: introduced with OPTIMIZE_SINGLE_STRING optimization
10240:
10241: 2009-06-14 misha
10242:
10243: * src/: classes/date.C, classes/file.C, classes/hash.C,
10244: classes/hashfile.C, classes/image.C, classes/regex.C,
10245: classes/table.C, classes/xdoc.C, classes/xnode.h,
10246: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10247: types/pa_vstateless_class.h, main/execute.C: - create object for
10248: storing object's fields only for parser objects
10249:
10250: 2009-06-13 misha
10251:
10252: * buildall-with-xml, buildall-without-xml: - new option was added
10253: for building GC (it slightly reduces memory usage)
10254:
10255: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
10256: single string write
10257:
10258: * src/main/execute.C: - bytecode optimization of ^class:constructor
10259: - optimization of single string write
10260:
10261: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
10262: - bytecode optimization of ^class:constructor
10263:
10264: 2009-06-09 misha
10265:
10266: * src/targets/cgi/parser3.C: - type size_t was changed to int in
10267: main (better compatibility)
10268:
10269: 2009-06-08 misha
10270:
10271: * src/main/compile.y: - I've forgot to commit it :(
10272:
10273: 2009-06-07 misha
10274:
10275: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
10276: WITH_READ and WITH_ROOT
10277:
10278: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10279: execute.C: - more optimizations for WITH_SELF, WITH_READ and
10280: WITH_ROOT - little refactoring
10281:
10282: 2009-06-06 misha
10283:
10284: * tests/213.html: - tests for 3rd match string-param were added
10285:
10286: * src/classes/string.C: - 3rd match param could be string now
10287:
10288: * src/main/: compile.y, compile_tools.h: - much more bytecode's
10289: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
10290: GET_OBJECT_ELEMENT
10291:
10292: 2009-06-05 misha
10293:
10294: * src/main/pa_http.C: - bugfix: content-length was not calculated
10295: if $.body was specified
10296:
10297: 2009-06-04 misha
10298:
10299: * src/classes/op.C: - optimizing write_assign_lang in connect
10300:
10301: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
10302:
10303: * src/main/execute.C: - little refactoring - optimizing
10304: write_assign_lang in taint/untaint
10305:
10306: * src/include/pa_opcode.h: - little refactoring
10307:
10308: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
10309: main/compile_tools.h, main/execute.C: - optimizations for
10310: $self.field, ^self.method, $self.field[...] and $self.field(...)
10311: were added
10312:
10313: 2009-06-03 misha
10314:
10315: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
10316:
10317: 2009-06-02 misha
10318:
10319: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
10320: include/pa_opcode.h: - refactoring in last optimizations
10321: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
10322: now but code is much easy and it is ready for further
10323: improvements.
10324:
10325: 2009-05-27 misha
10326:
10327: * src/: types/pa_junction.h, types/pa_vjunction.C,
10328: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
10329: changed in destructing junctions
10330:
10331: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
10332: String:Body
10333:
10334: 2009-05-26 misha
10335:
10336: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
10337: one method detect_charset was deleted - bug was fixed in this
10338: method (error while detecting charset in content_type withot last
10339: ';')
10340:
10341: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
10342: once
10343:
10344: 2009-05-25 misha
10345:
10346: * src/classes/file.C: - bugfix: file::exec didn't work after
10347: optimizing of helper_length
10348:
10349: 2009-05-24 misha
10350:
10351: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
10352: were added - little refactoring
10353:
10354: * src/main/execute.C: - core while printing in debug log
10355: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10356: optimisations were added
10357:
10358: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10359: were added
10360:
10361: 2009-05-23 misha
10362:
10363: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10364: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10365: CORD_cat optimization
10366:
10367: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10368: - call constr optimisation under separate define now
10369:
10370: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10371: in $b should be string, not void
10372:
10373: * src/main/compile.y: - little fix for rem-cut optimisation
10374:
10375: * src/: include/pa_opcode.h, main/compile_tools.C,
10376: main/compile_tools.h, main/execute.C: - optimisations for
10377: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10378:
10379: * INSTALL: - description of some #defined were added
10380:
10381: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10382: before 1st access (memory usage is reduced if don't access to
10383: .text field)
10384:
10385: * src/include/pa_array.h: - array grows step now not static (it
10386: reduces numbers of reallocs)
10387:
10388: 2009-05-20 misha
10389:
10390: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10391: $.b(2), $c[d] and $.e[f] was added
10392:
10393: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10394: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10395: $.e[f] was added
10396:
10397: * src/main/execute.C: - debug printing moved in defines
10398:
10399: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10400: and little refactoring for OP_GET_OBJECT_ELEMENT +
10401: OP_GET_OBJECT_VAR_ELEMENT optimisation
10402:
10403: 2009-05-19 misha
10404:
10405: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10406: execute.C: - $a.$b & ^a.$b bytecode optimisation
10407:
10408: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10409: ^a.$b optimisation)
10410:
10411: * src/main/compile.y: - compiler now generate new opcodes:
10412: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10413: ^a.b - compiler now cut off ^rem{ with all content ; any number
10414: of params }
10415:
10416: * src/main/execute.C: - code for handle new opcodes
10417: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10418:
10419: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10420: added for LA2V and LA2S
10421:
10422: * src/include/pa_opcode.h: - new defines which can be used for
10423: disable some bytecode optimisation and new opcodes were added
10424:
10425: 2009-05-17 misha
10426:
10427: * src/lib/cord/cordxtra.c: - bugfix.
10428:
10429: * tests/212.html: - .size[] and .study_size[] were added to tests
10430:
1.211 moko 10431: * operators.ru.txt, operators.txt: - info about regex class was
10432: added
1.95 moko 10433:
10434: * tests/212.html: - tests for regex class were added
10435:
10436: 2009-05-16 misha
10437:
10438: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10439: gc7.1
10440:
10441: * tests/022.html: - test for ^file:list[path;] (empty second param)
10442: was added
10443:
10444: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10445: param) should work
10446:
10447: 2009-05-15 misha
10448:
10449: * src/classes/table.C: - automatically disable stringstream usage
10450: on freebsd4
10451:
10452: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10453: scope
10454:
10455: * tests/211.html: - test with different types of access to hash was
10456: added
10457:
10458: * tests/210.html: - test which checks for loosing tainting in
10459: hash's keys was added
10460:
10461: * tests/208.html: - some parser work added. or stime == 0 %-)
10462:
10463: * src/lib/cord/cordbscs.c: - little hack was added to cord
10464:
10465: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10466:
10467: * src/include/pa_version.h, configure.in: - moko have made a lot of
10468: optimisations for increacing version number more dramatically :)
10469:
10470: * src/classes/date.C: - little refactoring: use constructor which
10471: accepts formated string
10472:
10473: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10474: which can print formatted string was added
10475:
10476: 2009-05-14 misha
10477:
10478: * src/include/pa_string.h: - type was fixed
10479:
10480: * src/: classes/hashfile.C, classes/op.C,
10481: include/pa_cache_managers.h, include/pa_charset.h,
10482: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10483: include/pa_request.h, include/pa_sql_driver_manager.h,
10484: include/pa_string.h, include/pa_stylesheet_manager.h,
10485: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10486: main/pa_charsets.C, main/pa_string.C,
10487: main/pa_stylesheet_connection.C, types/pa_value.h,
10488: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10489: types/pa_vobject.C, types/pa_vstateless_class.C,
10490: types/pa_vstateless_class.h: - hash_code caching was implemented
10491: (seaches should be faster now)
10492:
10493: * src/: classes/file.C, classes/hash.C, classes/image.C,
10494: classes/string.C, classes/table.C, include/pa_string.h,
10495: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10496: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10497: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10498: types/pa_vrequest.C: - String constructors don't have that stupid
10499: true/false param which means 'tainted'. they accept lang instead.
10500:
10501: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10502: with OPTIMIZE_RESULT
10503:
10504: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10505: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10506:
10507: 2009-05-13 misha
10508:
10509: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10510: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10511: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10512: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10513: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10514: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10515: include/pa_string.h, classes/date.C, classes/file.C,
10516: classes/hash.C, classes/image.C, classes/string.C,
10517: classes/table.C, classes/xdoc.C: - result optimisation -
10518: helper_length parameter removed from string constructors
10519:
10520: 2009-05-11 misha
10521:
10522: * tests/209.html: - tests for ^hash::create[hash] were added
10523:
10524: * tests/208.html: - tests for $status:rusage, $status:memory,
10525: ^memory:compact[] were added
10526:
10527: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10528: log10 were added
10529:
10530: * tests/206.html: - test for try with finally was added
10531:
10532: 2009-05-10 misha
10533:
10534: * tests/205.html: - test for ^file::create[...] was added
10535:
10536: * tests/204.html: - test for ^response:clear[] was added
10537:
10538: * tests/038.html: - tests for trigonometric functions were added
10539:
10540: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10541: added - more tests for .add, .sub, .union, .intersects and
10542: .intersections
10543:
10544: * tests/065.html: - test for ^file:dirname was added
10545:
10546: * tests/030.html: - test for $cookie:fields was added
10547:
10548: * tests/203.html: - test for ^h._keys[column name] was added
10549:
10550: * tests/201.html: - tests for .trim were added
10551:
10552: * tests/202.html: - tests for last-day,
10553: date:calendar[type](YYYY;MM;DD) were added
10554:
10555: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10556: .offset[type](N) were added
10557:
10558: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10559: and .pos[c](N) were added
10560:
10561: * tests/141.html: - test for math:sha1 was added
10562:
10563: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10564:
10565: 2009-05-09 misha
10566:
10567: * src/main/compile.y: - rollback
10568:
10569: 2009-05-05 misha
10570:
10571: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10572: replaced by is_empty()
10573:
10574: * src/: include/pa_string.h, main/pa_charset.C: - little
10575: optimisation: somewhere length() was replaced by is_empty()
10576:
10577: * src/classes/table.C: - little optimisation: somewhere length()
10578: was replaced by is_empty()
10579:
10580: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10581: classes/op.C, classes/table.C, main/pa_exception.C: - little
10582: optimisation: somewhere length() was replaced by is_empty()
10583:
10584: 2009-05-04 misha
10585:
10586: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10587: types/pa_vstateless_class.h, main/execute.C,
10588: include/pa_request.h, classes/hash.C, classes/op.C,
10589: classes/table.C: - more optimisations were added: some operators
10590: don't switch write context anylonger
10591:
10592: 2009-05-01 misha
10593:
10594: * src/main/compile.y: - slightly more opcode optimisations for
10595: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10596:
10597: * src/main/execute.C: - simplifying process for getters
10598:
10599: 2009-04-30 misha
10600:
10601: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10602:
10603: * tests/results/199.processed: - test for checking $result into
10604: ^rem was added
10605:
10606: * tests/199.html: - test for checking $result into ^rem was added
10607:
10608: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10609: some OS it returns list in different order)
10610:
10611: * src/: include/pa_array.h, include/pa_request.h,
10612: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10613: changes in stack impl - get_element() optimisation: 3rd param
10614: removed - bugfix: problems with reading empty input param -
10615: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10616:
10617: * tests/results/198.processed: - test for reading empty local var
10618: was added
10619:
10620: * tests/198.html: - test for reading empty local var was added
10621:
10622: 2009-04-29 misha
10623:
10624: * src/main/compile.y: - bugfix: couldn't compile because
10625: OP_VALUE__GET_ELEMENT should be unde #ifdef
10626:
10627: * src/: include/pa_array.h, include/pa_opcode.h,
10628: include/pa_request.h, main/compile.y, main/execute.C,
10629: main/pa_request.C, types/pa_vmethod_frame.C,
10630: types/pa_vmethod_frame.h: - we can work without opcode
10631: OP_STORE_PARAM, so it was removed
10632:
10633: 2009-04-28 misha
10634:
10635: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10636: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10637: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10638: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10639: 4.
10640: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10641:
10642: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10643:
10644: * src/: main/pa_string.C, classes/string.C: - !length() =>
10645: is_empty()
10646:
10647: 2009-04-27 misha
10648:
10649: * src/types/pa_vregex.h: - back explicit vars initialisation
10650:
10651: 2009-04-24 misha
10652:
10653: * src/classes/string.C: - ups. typo fixed
10654:
10655: * src/main/execute.C: - more replacements '*new VBool' to
10656: 'VBool::get' - checks for ^break[], ^continue[] and
10657: parser.interrupted were optimised
10658:
10659: * src/classes/string.C: - number of params.count() calls was
10660: slightly reduced
10661:
10662: 2009-04-23 misha
10663:
10664: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10665: make it x64 friendly
10666:
10667: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10668: parser is x64 friendly now
10669:
10670: 2009-04-22 misha
10671:
10672: * src/types/pa_vhashfile.C: - coder friendly exception about
10673: exceeding record size was added
10674:
10675: * src/classes/file.C: - use vregex object instead of direct calls
10676: methods from pcre lib
10677:
10678: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10679: classes/string.C: - use vregex object instead of direct calls
10680: methods from pcre lib
10681:
10682: * src/: include/pa_common.h, main/pa_common.C: - method
10683: print_pcre_exec_error_text was moved to class vregex
10684:
10685: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10686: was added
10687:
10688: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10689: - class vregex was added
10690:
10691: 2009-04-21 misha
10692:
10693: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10694:
10695: * src/: types/pa_junction.h, types/pa_value.C,
10696: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10697: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10698: junction-optimisation (destructors)
10699:
10700: * src/include/pa_array.h: - free under if now
10701:
10702: 2009-04-19 misha
10703:
10704: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10705:
10706: 2009-04-18 misha
10707:
10708: * src/include/pa_version.h:
10709: :q :
10710:
10711: CV:
10712: ----------------------------------------------------------------------
10713:
10714: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10715: refactoring
10716:
10717: * src/: include/pa_array.h, include/pa_hash.h,
10718: types/pa_vmethod_frame.h: - destructors under #ifdef now
10719:
10720: * src/include/pa_memory.h: - define for using destructors was added
10721:
10722: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10723: main/execute.C: - some junctions will be cached now
10724:
10725: * src/include/pa_hash.h: - hash destructor frees pairs now
10726:
10727: * src/include/pa_array.h: - inline was added to destructor
10728:
10729: * src/types/pa_method.h: - comment was changed
10730:
10731: 2009-04-17 misha
10732:
10733: * src/: include/pa_array.h, include/pa_hash.h,
10734: types/pa_vmethod_frame.h: - destructors were added
10735:
10736: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10737: renamed to always_use_result
10738:
10739: * src/main/: compile.y, compile_tools.h: - rollback changes in
10740: compiler: full backward compatibility is better
10741:
10742: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10743: result in var's hash
10744:
10745: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10746: optimisation in method_frame
10747:
10748: * src/include/pa_array.h: - optimisation in array (allocate
10749: elements only when needed)
10750:
10751: * src/types/pa_vresponse.C: - check for $response:headers field
10752: before looking at custom fields
10753:
10754: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10755: not needed to check existance var with name 'result' in var's
10756: hash
10757:
10758: * src/main/compile.y: - compiler was changed: now it detects
10759: writings to $result and set flag writo_to_result in method
10760:
10761: * src/classes/string.C: - little optimisation: no needed to write
10762: number with lang
10763:
10764: * src/main/pa_charset.C: - methods readChar and skipChar which is
10765: used for read utf8-strings were renamed - is_escaped was renamed
10766: to isEscaped (to the same name convention)
10767:
10768: * src/: types/pa_method.h, main/compile_tools.h: - flag
10769: write_to_result added. compiler get this info from code.
10770:
10771: 2009-04-16 misha
10772:
10773: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10774: String only before 1st write
10775:
10776: * src/include/pa_string.h: - not needed template removed
10777:
10778: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10779: types/pa_vjunction.C, types/pa_vproperty.C,
10780: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10781: main/pa_request.C, classes/bool.C, classes/double.C,
10782: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10783: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10784: bool objects)
10785:
10786: 2009-04-15 misha
10787:
10788: * src/lib/cord/cordxtra.c: - more optimisation
10789:
10790: * src/: include/pa_string.h, main/untaint.C: - String::append
10791: optimisation
10792:
10793: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10794: then get and can sometime be used)
10795:
10796: * src/main/pa_string.C: - String::length optimisation
10797:
10798: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10799: these methods read different strings
10800:
10801: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10802: fresult_initial_void removed + some optimisation - if $result
10803: defined we don't write to context anymore
10804:
10805: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10806: need just skip char)
10807:
10808: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10809: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10810: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10811:
10812: * src/types/pa_vvoid.h: - added get() method for retreave one
10813: instance
10814:
10815: 2009-04-11 misha
10816:
10817: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10818:
10819: * tests/197.html: - test for parser://test in xml was added
10820:
10821: * src/classes/string.C: - small optimisation
10822:
10823: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10824: optimisation
10825:
10826: 2009-04-10 misha
10827:
10828: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10829: to pcre-7.8
10830:
10831: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10832:
10833: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10834: added
10835:
10836: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10837: $request:CLASS_NAME were added
10838:
10839: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10840: were added
10841:
10842: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10843: $env:CLASS_NAME were added
10844:
10845: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10846: '@todo' now
10847:
10848: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10849: compirer
10850:
10851: * src/main/pa_string.C: - little code cleanup
10852:
10853: * src/main/pa_common.C: - describe one more UTF-8 related error
10854: during PCRE compile/execute
10855:
10856: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10857: normalizing todo-comments: '@todo' now
10858:
10859: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10860:
10861: * src/main/pa_charset.C: - type changed for making compiler happy
10862:
10863: 2009-03-10 misha
10864:
10865: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10866: in main()
10867:
10868: 2009-02-01 misha
10869:
10870: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10871: boundary
10872:
10873: 2009-01-25 misha
10874:
10875: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10876:
10877: * src/classes/file.C: - more changes for parsing different number
10878: of params for file::load
10879:
10880: * tests/193.html: - tests for exception while base64-decode binary
10881: to string was added
10882:
10883: * tests/192.html: - tests for file::load with different number of
10884: options
10885:
10886: * src/classes/math.C: - ups. forgot '+1'
10887:
10888: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10889: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10890: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10891: (new option $.encode[multipart-form/data] should be specified) -
10892: $.method[] option for file::load now is not case-sensitive
10893:
10894: * src/: include/pa_string.h, main/untaint.C: - for file post the
10895: new taint language L_FILE_POST was added
10896:
10897: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10898: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10899: stuff was moved to separate files
10900:
10901: 2009-01-23 misha
10902:
10903: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10904: spaces to tabs were converted
10905:
10906: 2009-01-12 misha
10907:
10908: * src/main/pa_http.C: - value of $.method[] option force uppercased
10909: now
10910:
10911: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10912: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10913: their names
10914:
10915: * src/main/pa_common.C: - changes in formating
10916:
10917: * src/: classes/file.C, main/pa_http.C: - some constants changed
10918: their names
10919:
10920: * src/include/pa_http.h: - some spaces were converted to tabs
10921:
10922: * src/include/pa_common.h: - some constants changed their names
10923:
10924: * src/classes/file.C: - fixed 4-th paramether for file::load -
10925: little code rewriting
10926:
10927: * src/types/pa_vfile.C: - little code rewriting
10928:
10929: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10930: types/pa_value.h: - some formating changes
10931:
10932: * src/include/pa_common.h: - some formating spaces transformed to
10933: tabs
10934:
10935: * src/classes/string.C: - exception while base64-decode binary to a
10936: string
10937:
10938: 2009-01-11 misha
10939:
10940: * configure.in: - version changed to 3.3.1b
10941:
10942: 2008-09-05 misha
10943:
10944: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10945: release_3_3_0 on 2008-09-05 10:59:35 +0000
10946:
10947: 2008-09-04 misha
10948:
10949: * tests/: 130.html, 131.html: - these exceptions not typeless
10950: anymore
10951:
10952: * src/classes/op.C: - exception with 'invalid taint language' not
10953: typeless anylonger
10954:
10955: * src/classes/image.C: - some exceptions while operations with
10956: image not typeless anymore
10957:
10958: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10959: main/pa_exec.C, main/pa_http.C: - some exceptions while
10960: operations with files not typeless anymore
10961:
10962: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10963: types/pa_vdate.h: - exceptions while checking date range not
10964: typeless anymore
10965:
10966: * src/include/pa_exception.h: - exception type string for invalid
10967: date range was added
10968:
10969: 2008-09-03 misha
10970:
10971: * src/: classes/file.C, main/pa_string.C: - exception while pce
10972: operations not typeless anymore
10973:
10974: * src/include/pa_exception.h: - exception type for pce operations
10975: was added
10976:
10977: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10978: and .CLASS_NAME insite classes
10979:
10980: * src/classes/table.C: - don't save table header whiile
10981: ^table.save[append;filename] if file exists
10982:
10983: 2008-09-02 misha
10984:
10985: * src/main/compile.y, src/main/compile_tools.h,
10986: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10987: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10988: renamed to partial and it login changed: we must mark class as
10989: partial for allow their modifications in future.
10990:
10991: 2008-08-29 misha
10992:
10993: * tests/results/022.processed: - testing taint[regex] in mask for
10994: file:list
10995:
10996: * tests/022.html: - testing taint[regex] in mask for file:list
10997:
10998: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10999: for file:list was added
11000:
11001: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
11002: file:list
11003:
11004: 2008-08-26 misha
11005:
11006: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
11007: last derived object
11008:
11009: * src/classes/image.C: - many strings "image.format" replaced by
11010: IMAGE_FORMAT constant string - handle GPS info while parse exif -
11011: understand some more exif tags
11012:
11013: * src/include/pa_exception.h: - string "image.format" was added
11014:
11015: 2008-08-21 misha
11016:
11017: * src/: main/pa_string.C, classes/file.C: - use method for print
11018: pcre_exec text error
11019:
11020: * src/main/pa_common.C: - method for print pcre_exec text error was
11021: added
11022:
11023: * src/include/pa_common.h: - method declaration for print pcre_exec
11024: text error was added
11025:
11026: 2008-08-19 misha
11027:
11028: * src/main/execute.C: - bugfix: opcodes must be in separate
11029: namespace while debug execution as well
11030:
11031: * tests/: 015.html, results/015.processed: - test for escaping some
11032: parser chars was added
11033:
11034: 2008-08-18 misha
11035:
11036: * tests/: 190.html, 190.p, results/190.processed: - test for
11037: $caller.self.field + default getter in one class was added
11038:
11039: * tests/: 189.html, results/189.processed: - test for
11040: ^date::create[date object]
11041:
11042: * tests/: 188.html, results/188.processed: - tests for match with
11043: UTF-8 strings
11044:
11045: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
11046: ^string.match[]
11047:
11048: * ChangeLog: - parser 3.3.0 beta13
11049:
11050: 2008-08-15 misha
11051:
1.116 moko 11052: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
11053: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
11054: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
11055: dftables.c: - old PCRE files removed
1.95 moko 11056:
11057: * src/lib/pcre/config.h: - configuration for PCRE library
11058:
11059: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
11060: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
11061:
11062: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
11063: library and set flag UTF8 if $request:charset is UTF-8
11064:
11065: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
11066: include/pa_config_fixed.h: - moved to new PCRE library
11067:
11068: * src/: main/main.vcproj, types/types.vcproj,
11069: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
11070: win32\pcre instead of parser3\src\lib\pcre
11071:
11072: * src/: include/pa_opcode.h, include/pa_operation.h,
11073: main/compile.C, main/compile.y, main/compile_tools.C,
11074: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
11075: opcodes were moved to separate namespace
11076:
11077: 2008-08-14 misha
11078:
11079: * src/types/pa_vstateless_class.C: - newline at the end missed
11080:
11081: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
11082: tainting
11083:
11084: 2008-08-11 misha
11085:
11086: * tests/: 187.html, 187.p, results/187.processed: - tests for
11087: $caller.self, $caller.self.field and $caller.self.field[value]
11088: were added
11089:
11090: * src/types/pa_vmethod_frame.h: - still need to check 'self'
11091: runtime as well (for $caller.self)
11092:
11093: 2008-07-25 misha
11094:
11095: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
11096: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
11097: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
11098: tests with international characters
11099:
11100: 2008-07-23 misha
11101:
11102: * src/main/pa_http.C: - escape $cookies as %uXXXX while
11103: file::load[...;http://
11104:
11105: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
11106: now everywhere in separate namespace
11107:
11108: * src/types/pa_vmethod_frame.h: - looking for caller before looking
11109: for vars
11110:
11111: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
11112: can be escaped by '^'
11113:
11114: 2008-07-22 misha
11115:
11116: * src/classes/string.C, tests/186.html: - names changes:
11117: escape=>js-escape, unescape=>js-unescape
11118:
11119: 2008-07-21 misha
11120:
11121: * tests/results/186.processed: - test for string escape/unescape
11122:
11123: * tests/186.html: - test for string escape/unescape
11124:
11125: * src/classes/string.C: - string has escape and unescape methods
11126: now
11127:
11128: * src/: include/pa_string.h, main/pa_string.C: - escape method was
11129: added
11130:
11131: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
11132: method-layers added (with different params)
11133:
11134: 2008-07-18 misha
11135:
11136: * tests/results/185.processed: - test for ^str.pos[substr](offset)
11137: was added
11138:
11139: * tests/185.html: - test for ^str.pos[sub](offset) added
11140:
1.211 moko 11141: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
11142: operators.txt: - ^string.pos[substr](offset) -- 2nd param
11143: accepted now
1.95 moko 11144:
11145: * src/main/pa_string.C: - .pos works fine with offset for utf-8
11146: strings
11147:
11148: 2008-07-17 misha
11149:
11150: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
11151: helper length added for mid for small optimisation
11152:
11153: 2008-07-16 misha
11154:
11155: * tests/: 185.html, results/185.processed: - tests for
11156: length/left/right/mid/pos with utf-8 strings
11157:
11158: * src/classes/string.C: - left/right/mid/length/pos works fine for
11159: utf-8 strings
11160:
11161: * src/main/untaint.C: - comments removed
11162:
11163: * src/: include/pa_string.h, main/pa_string.C,
11164: include/pa_charset.h, main/pa_charset.C: - methods for working
11165: with pos/mid for strings in utf-8 were added
11166:
11167: 2008-07-15 misha
11168:
11169: * tests/: 184.html, results/184.processed: - test for case body as
11170: expression: $var(^switch(1){^case(1)(true)..})
11171:
11172: * src/classes/op.C: - case body can be expression now:
11173: $var(^switch(1){^case(1)(true)..})
11174:
11175: * tests/: results/183.processed, 183.html: - added test for testing
11176: new cookie encoding (%uXXXX)
11177:
11178: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
11179: decoding for backward compatibility they decoded from %XX in
11180: request:charset too
11181:
11182: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
11183: - cookie class now decode cookies before first access after last
11184: request:charset changing (as form class).
11185:
11186: * src/main/pa_charset.C: - added method escape for escaping cookies
11187: as %uXXXX - before transcode calculate required space for dest
11188: string. it reduce mem usage for transcode
11189:
11190: * src/include/pa_charset.h: - added method escape for escaping
11191: cookies as %uXXXX
11192:
11193: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
11194: was added. will used for escaping cookies as %uXXXX
11195:
11196: * src/include/pa_common.h: - escape method has new option for skip
11197: converting '+' to a space char
11198:
11199: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
11200: transcode - escape method has new option for skip converting '+'
11201: to a space char
11202:
11203: 2008-07-08 misha
11204:
11205: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
11206: (no UE if more then 1 case matches anylonger) - optimization:
11207: doing searching.as_string() || searching.as_double() only once
11208:
11209: 2008-07-04 misha
11210:
11211: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
11212: now ^date::create[date object] works
11213:
11214: * src/classes/string.C: - left and right added as aliases for start
11215: and end in ^string.trim[]
11216:
11217: 2008-07-03 misha
11218:
11219: * src/classes/file.C: - allow $.limit for file::sql as well
11220:
11221: * src/classes/file.C: - allow $.offset option for file::sql - force
11222: send limit=1 to query for use sql specifics authomatically
11223:
11224: * src/classes/: hash.C, string.C, table.C: - don't throw exception
11225: if $.limit value if empty. autoconvert it as everywere
11226:
11227: 2008-07-02 misha
11228:
11229: * configure.in: - time to change version number to 3.3.0 %-)
11230:
11231: * src/include/pa_version.h: - time to change version number to
11232: 3.3.0 %-)
11233:
11234: 2008-06-26 misha
11235:
11236: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
11237: $.limit(0) fixes
11238:
11239: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
11240: - $.limit(0) fixes
11241:
11242: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
11243: new API)
11244:
11245: * src/: include/pa_sql_driver_manager.h,
11246: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
11247: classes/op.C: - document_root added
11248:
11249: * src/main/compile.tab.C: - error message was changed
11250:
11251: 2008-06-25 misha
11252:
11253: * src/main/compile.y: - error message was changed
11254:
11255: 2008-06-24 misha
11256:
11257: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
11258:
11259: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
11260: tests for @OPTIONS\nappend
11261:
11262: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
11263:
11264: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
11265:
11266: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
11267:
11268: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
11269: compile.y
11270:
11271: 2008-06-17 misha
11272:
11273: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
11274: compilation: ^if(default){true. it's incorrect. must be
11275: exception}
11276:
11277: 2008-06-16 misha
11278:
11279: * tests/: 181.ent, 181.html, results/181.processed: - test for
11280: checking external reference loading with 'http://localhost'
11281: prefix while creating xdoc
11282:
11283: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
11284: ^math:long2ip[] and ^math:ip2long[]
11285:
11286: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
11287: added which use scalar stateless class method when user object
11288: used in scalar context - use get_scalar_value when user object
11289: requested in scalar context
11290:
11291: * src/main/pa_common.C: - size must be int but not size_t or we
11292: can't compare with 0 sprintf result
11293:
11294: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11295: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
11296: with internal switch between local/global vars
11297:
11298: * src/types/pa_vclass.C: - register scalar if method @GET[] was
11299: specified
11300:
11301: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
11302: pa_vstateless_object.h: - stateless class and object now has
11303: private scalar field and getter/setter for working with it
11304:
11305: * src/classes/math.C: - methods math:long2ip & math:ip2long were
11306: moved to inet static class
11307:
11308: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
11309: class added (^inet:aton[IP], ^inet:ntoa(number))
11310:
11311: * tests/: 180.html, results/180.processed: - tests for
11312: ^math:long2ip(long) and ^math:ip2long[IP]
11313:
11314: * src/classes/math.C: - ^math:ip2long[IP] added
11315:
11316: 2008-06-11 misha
11317:
11318: * src/main/pa_xml_io.C: - use file_read_text again because of we
11319: need cut BOM code and remove DOS newline chars. but don't
11320: transcode it anyway.
11321:
11322: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
11323: main/pa_http.C: - option for disable transcoding while file_read
11324: and file_read_text added
11325:
11326: 2008-06-10 misha
11327:
11328: * tests/: 179.html, 179.p, results/179.processed: - test for many
11329: classes in 1 file
11330:
11331: * src/main/: compile.C, compile_tools.h: - compile return list of
11332: classes now.
11333:
11334: * src/main/: compile.y, compile.tab.C: - compile return list of
11335: classes now. internals.
11336:
11337: * src/main/pa_request.C: - compile return list of classes now. try
11338: call @conf and @auto for each returned class
11339:
11340: * src/include/pa_request.h: - compile return list of classes now
11341:
11342: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
11343: return list of classes when compile buf)
11344:
11345: 2008-06-07 misha
11346:
11347: * src/main/pa_request.C: - constructing VRequest object with 3rd
11348: param -- form
11349:
11350: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
11351: 3rd param: form. needed for get post_charset
11352:
11353: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
11354: added
11355:
11356: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11357: types/pa_vform.C, types/pa_vform.h: - some polish
11358:
11359: 2008-06-06 misha
11360:
11361: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11362: charset and decode chars from it but not from response:charset
11363:
11364: * src/main/pa_http.C: - detect_charset moved out of here
11365:
11366: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11367: methods moved here - unescape_chars accepn one charset now
11368:
11369: * src/main/pa_http.C: - new constants used - don't allow
11370: $.content-type in ^file::load[;http://;$.method[POST]] - add
11371: charset info while ^file::load[;http://;$.method[POST]] - option
11372: $.omit-post-charset(true) added to ^file::load[;http://] for
11373: disabling charset during post
11374:
11375: * src/types/pa_vform.C: - new constants used
11376:
11377: * src/include/pa_common.h: - some constants were added
11378:
11379: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11380: instead of StrEqNc
11381:
11382: * src/main/pa_common.C: - new method for caseless search
11383: c-substring in c-string - use isxdigit instead of is_hex_digit
11384:
11385: * src/include/pa_common.h: - new method for caseless search
11386: c-substring in c-string
11387:
11388: 2008-06-05 misha
11389:
11390: * tests/results/178.processed: - test for testing default getter
11391:
11392: * tests/178.html: - test for testing default getter
11393:
11394: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11395: for test for testing default getter
11396:
11397: * src/main/execute.C: - default getter soul
11398:
11399: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11400: requested objects' field not found
11401:
11402: * src/types/pa_vclass.C: - register default getter if defined - get
11403: default getter if requested field not found
11404:
11405: * src/types/pa_vstateless_object.h: - method get_default_getter was
11406: added
11407:
11408: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11409: pointer to default getter and methods for get/set it were added
11410:
11411: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11412: auto_name field (for default getter)
11413:
11414: 2008-06-04 misha
11415:
11416: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11417: transcoding, no cutting BOM code, no fixing line breaks) and get
11418: it to libxml "as is"
11419:
11420: 2008-06-03 misha
11421:
11422: * src/main/pa_common.C: - use store_Char instead of
11423: transcodeCharFromUTF8
11424:
11425: * src/: include/pa_charset.h, main/pa_charset.C: - method
11426: store_Char added, transcodeCharFromUTF8 -- removed
11427:
11428: 2008-06-02 misha
11429:
11430: * tests/: results/177.processed, 177.html: - test for checking
11431: .[acm]date after local ^file::load[] was added
11432:
11433: * tests/: results/176.processed, 176.html: - test for checking
11434: @OPTION\locals + @method[vars][locals] added
11435:
11436: * tests/results/auto.p: - CLASS_PATH specified for checking use
11437:
11438: 2008-05-30 misha
11439:
11440: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11441: @OPTION\nlocals + @method[vars][;locals;] were added
11442:
11443: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11444: moved to separate method op_code - switch from VMethodFrame to
11445: VMethodFrameGlobal + VMethodFrameLocal
11446:
11447: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11448: was moved to separate method op_code
11449:
11450: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11451: VMethodFrame now
11452:
11453: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11454: all_vars_local as well
11455:
11456: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11457: pa_vmethod_frame_local.h, Makefile.am: - who children for
11458: VMethodFrame were added: one (global) works as VMethodFrame
11459: before and second (local) write all vars in self vars scope
11460:
11461: * src/types/pa_method.h: - method has bool flag all_vars_local now
11462:
11463: 2008-05-29 misha
11464:
11465: * tests/: 129.html, results/129.processed: - more tests for
11466: ^table.hash[]
11467:
11468: * src/classes/hash.C: - ^hash::sql has a new option:
11469: $.type[hash|string|table] as ^table.hash[] one.
11470:
11471: * src/classes/op.C: - ^try has 3rd param now: finally code which
11472: executed anyway after try or catch section
11473:
11474: 2008-05-27 misha
11475:
11476: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11477: must not fail if $.distinct(1) wasn't specified
11478:
11479: 2008-05-26 misha
11480:
11481: * src/classes/op.C: - allow ^throw[my type]
11482:
11483: 2008-05-22 misha
11484:
11485: * configure.in, configure: - version number updated to 3.2.4b
11486:
11487: * src/classes/: op.C, string.C: - trim format string before
11488: eval/format
11489:
11490: * tests/: results/175.processed, 175.html: - more tests for
11491: different format strings in .format[]
11492:
11493: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11494: as well (not only %XX)
11495:
11496: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11497: charset specified - checks for format before print number
11498: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11499: (instead of tabs) removed
11500:
11501: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11502: charset specified
11503:
11504: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11505: char in requested charset from utf code was added
11506:
11507: 2008-05-19 misha
11508:
11509: * tests/: 174.html, results/174.processed: - test for
11510: ^hashfile.cleanup[] added
11511:
11512: * src/classes/hashfile.C: - optimization: don't create any key or
11513: value variable if it's name weren't specified
11514: (^hf.foreach[;v]{...})
11515:
11516: 2008-05-16 misha
11517:
11518: * src/classes/hash.C: - optimization: don't create any key variable
11519: if variable name wasn't specified (^h.foreach[;v]{...})
11520:
11521: 2008-05-15 misha
11522:
11523: * src/classes/op.C: - small changes
11524:
11525: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11526:
11527: * src/classes/hash.C: - calculate var_context once before foreach
11528:
11529: 2008-05-14 misha
11530:
11531: * src/classes/hashfile.C: - incorrect vars context calculation for
11532: ^hashfile.foreach[;]{} fixed
11533:
11534: * src/classes/: hash.C, table.C: - little optimisation
11535:
11536: * src/classes/file.C: - bugfix: double absolute path while loading
11537: file
11538:
11539: * tests/: 174.html, results/174.processed: - tests for hashfile
11540: were added
11541:
11542: * buildall-with-xml: - moving to libxslt 1.1.24
11543:
11544: 2008-04-30 misha
11545:
11546: * src/classes/file.C: - stat file while loading (local only) so
11547: .adate, .mdate and .cdate available without additional ::stat
11548:
11549: 2008-04-28 misha
11550:
11551: * src/classes/file.C: - $.name and $.content-type available for
11552: stated file
11553:
11554: 2008-04-14 misha
11555:
11556: * src/targets/cgi/parser3.C: - new year in copyright %-)
11557:
11558: * src/include/pa_version.h: - new version number in head
11559:
11560: 2008-04-10 misha
11561:
11562: * tests/: 080.html, results/080.processed: - cut '0' from
11563: exponential part because of on diff OS it differ (20 or 020 for
11564: ex)
11565:
11566: * tests/: 119.html, results/119.processed: - check for encoding
11567: while creating xdoc
11568:
11569: 2008-04-09 misha
11570:
11571: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11572:
11573: * src/main/pa_common.C: - comment added
11574:
11575: * src/classes/date.C: - little refactoring
11576:
11577: 2008-04-07 misha
11578:
11579: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11580: style of ^table.save[]: prepare one big string and sabe it at
11581: once. it's safe on freebsd 4.x but use much more memory.
11582:
11583: * buildall-with-xml, buildall-without-xml: - option
11584: --disable-stringstream added (under comment. use it on freebsd
11585: 4.x)
11586:
11587: 2008-02-22 misha
11588:
11589: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11590: specified together in file::load[;http] - get back transcoding
11591: $.body[] in file::load[;http]
11592:
11593: 2008-02-21 misha
11594:
11595: * src/classes/date.C: - ^date.gmt-string[] was added
11596:
11597: * src/types/pa_value.C: - method for output date in RFC 822 format
11598: moved to pa_common.h
11599:
11600: * src/include/pa_common.h: - method for output date in RFC 822
11601: format moved here from pa_value.C
11602:
11603: * src/types/pa_vmail.C: - fixed core in sending mail with
11604: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11605:
11606: 2008-02-20 misha
11607:
11608: * src/main/pa_http.C: - transcode $.headers before escaping into
11609: specified charset while ^file::load[...;http://...] (L_URI
11610: instead of L_HTTP_HEADER) - $.cookies param available in
11611: ^file::load[;http://...] now (but we don't parse set-cookies from
11612: response yet) (cookies not transcoded as common $cookies)
11613:
11614: 2008-02-19 misha
11615:
11616: * src/main/pa_request.C: - rollback: we mustn't force taint
11617: $response:field values because in this case
11618: $response:locateion[http://...] don't works.
11619:
11620: 2008-02-15 misha
11621:
11622: * src/classes/op.C: - little refactoring
11623:
11624: * src/main/pa_http.C: - taint names of $.headers for load[;http
11625:
11626: * src/main/pa_request.C: - force taint values of $response:field
11627:
11628: 2008-02-14 misha
11629:
11630: * src/main/pa_request.C: - $response:field transcoded to
11631: $response:charset before escaping now
11632:
11633: * src/main/pa_http.C: - some outdated comments removed
11634:
11635: * src/classes/date.C: - lastdat -> last-day
11636:
11637: * src/classes/date.C: - ^date:lastday(year;month) and
11638: ^date.lastday[] were added - little code refactoring - comments
11639: changes
11640:
11641: * tests/: 159.html, results/159.processed: - test for number of
11642: days in February
11643:
11644: * src/types/pa_value.C: - fixes in code formatting
11645:
11646: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11647: and comments
11648:
11649: 2008-02-13 misha
11650:
11651: * src/main/pa_common.C: - bugfix for february at leap year
11652:
11653: 2008-01-28 misha
11654:
11655: * tests/: 160.html, results/160.processed: - more test for cache
11656: added
11657:
11658: * src/classes/op.C: - bugfix: cache body executed twice if contains
11659: unhandled exception
11660:
11661: 2008-01-25 misha
11662:
11663: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11664: bug when hashfile became inavailable after memory:compact)
11665:
11666: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11667:
11668: 2008-01-22 misha
11669:
11670: * src/classes/table.C: - little refactiring and exception texts
11671: changes in method ^table.hash[]
11672:
11673: * src/types/pa_vcookie.C: - link to cookie specification changed
11674:
11675: 2008-01-21 misha
11676:
11677: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11678: file::exec/cgi
11679:
11680: * src/classes/file.C: - bugfix: core while processing headers if
11681: executed cgi script don't return content
11682:
11683: 2008-01-18 misha
11684:
11685: * buildall-with-xml: - move to libxml2 version 2.6.31
11686:
11687: * src/include/pa_version.h, configure.in: - version number updated
11688: to '3.2.3b'
11689:
11690: 2007-12-28 misha
11691:
11692: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11693: hash.contains
11694:
11695: 2007-12-27 misha
11696:
11697: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11698: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11699: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11700: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11701: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11702: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11703: src/targets/cgi/parser3.vcproj,
11704: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11705: back to VS2003 because of Apache 1.3 module can't work if it was
11706: built in VS 2005. with cgi all file so VS2003 project files can
11707: be easy converted to the new format.
11708:
11709: 2007-12-04 misha
11710:
11711: * src/types/pa_vcode_frame.h: - changes in comment
11712:
11713: 2007-11-29 misha
11714:
11715: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11716: intercept strings any longer
11717:
11718: * tests/: 173.html, results/173.processed: - tests for
11719: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11720: but not in main code frame
11721:
11722: * tests/: 172.html, results/172.processed: - more tests for pass
11723: objects from code frames
11724:
11725: 2007-11-27 misha
11726:
11727: * tests/: 152.html, results/152.processed: - tests for converting
11728: strings 'true'/'false' to bool were added
11729:
11730: * tests/152.html: - added checks for converting strings
11731: 'true'/'false' to bool
11732:
11733: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11734: not only strings with numbers but with values 'true'/'false' as
11735: well
11736:
11737: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11738: for parser3.log increased
11739:
11740: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11741:
11742: * src/include/pa_common.h: - remove_crlf return cstring size now
11743:
11744: * src/include/pa_types.h: - constant with buffer size for
11745: parser3.log added
11746:
11747: 2007-11-16 misha
11748:
11749: * tests/cat.sh: - script for tests for file::exec/cgi
11750:
11751: * tests/171.html: - tests for file::exec/cgi
11752:
11753: * tests/results/171.processed: - tests results for file::exec/cgi
11754:
11755: 2007-11-15 misha
11756:
11757: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11758:
11759: * src/classes/file.C: - .body must be set before analyzing cgi
11760: headers
11761:
11762: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11763: only if exec/cgi return anything.
11764:
11765: 2007-11-14 misha
11766:
1.211 moko 11767: * operators.ru.txt, operators.txt: - info about new text|binary
11768: option for file::exec/cgi was added
1.95 moko 11769:
11770: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11771: ^file:exec[[text|binary];script;...]
11772:
11773: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11774: classes/string.C, classes/table.C: - more text strings moved to
11775: the one place
11776:
11777: 2007-11-09 misha
11778:
11779: * src/types/pa_vrequest.C: - $request:argv must be taint
11780:
11781: * ChangeLog: - $request:argv [patch from Sumo]
11782:
1.211 moko 11783: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11784:
11785: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11786: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11787:
11788: 2007-10-25 misha
11789:
11790: * buildall-with-xml, buildall-without-xml: - options preparations
11791: for ./configure rewrited
11792:
11793: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11794: error occure in unhandled_exception finally fixed
11795:
11796: 2007-10-23 misha
11797:
11798: * tests/: 170.html, results/170.processed: - test for
11799: @method[][result]
11800:
1.211 moko 11801: * operators.ru.txt, operators.txt: - added info about node.prefix
11802: and node.namespaceURI
1.95 moko 11803:
11804: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11805:
11806: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11807: added for node and attribute
11808:
11809: 2007-10-22 misha
11810:
11811: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11812:
11813: * src/main/pa_request.C: - added const content-transfer-encoding
11814:
11815: * src/include/pa_request.h: - added const content-transfer-encoding
11816: - ups. constants must be in lowercase (for search)
11817:
11818: * src/types/pa_vmail.C: - more constants used -
11819: content-transfer-encoding: 8bit added
11820:
11821: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11822:
11823: * src/include/pa_request.h: - more constants
11824:
11825: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11826: ommit anymore if $.content-disposition was specified - little
11827: refactoring
11828:
11829: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11830:
11831: 2007-10-17 misha
11832:
1.211 moko 11833: * operators.ru.txt, operators.txt: - info about
1.95 moko 11834: table::create[nameless]{data}[>options<] was added
11835:
11836: * src/main/: compile.tab.C, compile.y: - if error occure while
11837: compile method don't put this method in methods table anymore.
11838: in other case the parser coredumped if @unhandled_exception
11839: method can't be compiled because of parser.compile error.
11840:
11841: * src/main/execute.C: - little code reformating
11842:
11843: * src/main/pa_request.C: - little code reformating - comment
11844: changed
11845:
11846: 2007-10-16 misha
11847:
11848: * tests/: 035.html, results/035.processed: - tests
11849: table::create[]{}[options] added
11850:
11851: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11852: options (only $.seperator[] yet)
11853:
11854: 2007-10-10 misha
11855:
11856: * src/classes/table.C: - some contstants moved to pa_common.h -
11857: some code changes
11858:
11859: 2007-10-02 misha
11860:
11861: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11862: then three time as much. but base64 encoding method still use
11863: less memory anyway.
11864:
11865: 2007-09-17 misha
11866:
1.211 moko 11867: * operators.ru.txt, operators.txt: - added info about
11868: $cookie:fields
1.95 moko 11869:
11870: * src/types/pa_vcookie.C: - $cookie:fields available now
11871:
11872: * src/classes/hash.C: - some stuff for use with .for_each moved to
11873: common
11874:
11875: * src/include/pa_common.h: - some stuff for use with .for_each
11876: moved here
11877:
11878: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11879:
11880: 2007-09-14 misha
11881:
11882: * buildall-with-xml: - new xml libs again =)
11883:
11884: 2007-08-28 misha
11885:
1.211 moko 11886: * operators.ru.txt, operators.txt: - texts about
11887: ^table.columns[[column name]] and ^string.split[...][v][column
11888: name] were added
1.95 moko 11889:
11890: * tests/: 168.html, 169.html, results/168.processed,
11891: results/169.processed: - tests for ^table.columns[[column name]]
11892: and ^string.split[...][v][column name] were added
11893:
11894: * src/classes/table.C: - new option ^table.columns[[column name]]
11895: was added
11896:
11897: * src/classes/string.C: - new option ^string.split[...;v;[column
11898: name]]
11899:
11900: * src/include/pa_exception.h: - error text message for
11901: ^hash._keys[], ^table.columns[] and ^string.split[]
11902:
11903: 2007-08-27 misha
11904:
11905: * src/main/untaint.C: - try to fix coredump on unix if print to
11906: body ^taint[sql][something] outside of connect
11907:
11908: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11909: outside of connect
11910:
11911: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11912: added (commented by default)
11913:
11914: 2007-08-20 misha
11915:
1.211 moko 11916: * operators.ru.txt, operators.txt: - comment about new method
11917: ^node.hasAttributes[] was added
1.95 moko 11918:
11919: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11920: duplicated exception text strings were removed
11921:
11922: * src/include/pa_exception.h: - more exception text strings moved
11923: here
11924:
11925: * src/classes/table.C: - some duplicate exceptions' text strings
11926: removed
11927:
11928: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11929: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11930: removed
11931:
11932: * src/include/pa_exception.h: - some exception text strings movet
11933: to pa_exception
11934:
11935: * tests/: 149.html, results/149.processed: - test for
11936: ^xnode.hasAttributes[] was added - some code changes
11937:
11938: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11939: added
11940:
11941: 2007-08-17 misha
11942:
11943: * tests/: results/006.processed, results/059.processed, 006.html,
11944: 059.html: - more tests for match
11945:
11946: * tests/: 129.html, results/129.processed: - tests for
11947: ^table.hash[...][$.type[string|hash|table]] added
11948:
11949: * src/targets/cgi/parser3.C: - little syntax changes
11950:
11951: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11952: syntax changes
11953:
1.211 moko 11954: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11955: annoying 'SIGPIPE' messages in parser3.log switched off by
11956: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11957:
11958: 2007-08-08 misha
11959:
11960: * buildall-with-xml, buildall-without-xml: - remove libs source
11961: files by default since now
11962:
11963: 2007-08-07 misha
11964:
11965: * buildall-without-xml: - some option syntax changes
11966:
11967: * buildall-with-xml: - compile libxml2 without http support - some
11968: option syntax changes
11969:
11970: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11971:
11972: 2007-08-06 misha
11973:
11974: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11975:
11976: * tests/: 160.html, results/160.processed: - cache test was
11977: rewrited
11978:
11979: 2007-07-06 misha
11980:
11981: * tests/: 153.html, results/153.processed: - added test for
11982: ^math:sha1[string]
11983:
11984: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11985: transcoded
11986:
11987: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11988: were added
11989:
11990: 2007-06-28 misha
11991:
11992: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11993: some incorrect chars
11994:
11995: 2007-06-19 misha
11996:
11997: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11998: were moved on top because of gcc 4 had a problems during
11999: building.
12000:
12001: 2007-06-18 misha
12002:
12003: * tests/results/019.processed: - new image commited
12004:
12005: 2007-06-09 misha
12006:
12007: * src/classes/: op.C, table.C: - in while and table.select method
12008: as_expression used now
12009:
12010: * src/types/pa_vmethod_frame.h: - method as_expression was added
12011:
12012: 2007-06-08 misha
12013:
12014: * tests/: 166.html, results/166.processed: - test for
12015: ^match[...][n]
12016:
12017: * tests/: 165.html, results/165.processed: - tests for loops
12018:
12019: * src/lib/cord/include/private/cord_pos.h: - back to origin value
12020: because of no speed/memory optimisation but some proglems with
12021: long cycles occure
12022:
12023: 2007-06-06 misha
12024:
12025: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
12026: ^table.select(true) and ^table.select(1) didn't works because of
12027: awaiting junction-param only. fixed.
12028:
12029: 2007-05-24 misha
12030:
12031: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
12032: with 0.5 secs interval
12033:
12034: * src/classes/op.C: - cache was rewrited. I hope it works with
12035: locking system now on unix
12036:
12037: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
12038: system locks which wait till other threads release it but try get
12039: lock, if fail wait 1 sec and make 10 attempts.
12040:
12041: * src/include/pa_os.h: - consts for blocking locks + some comments
12042: were added
12043:
12044: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
12045: opening files
12046:
12047: * src/classes/table.C: - changes in includes. if unclude <sstream>
12048: after our classes on unix it can't be build
12049:
12050: * src/types/pa_vhashfile.C: - not needed code removed
12051:
12052: 2007-05-23 misha
12053:
12054: * src/: classes/file.C, classes/op.C, main/pa_common.C,
12055: include/pa_common.h: - cosmetic changes
12056:
12057: 2007-05-18 misha
12058:
12059: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
12060: often. it's give some speed increasing
12061:
12062: * tests/results/160.processed: - returned time corrected
12063:
12064: * tests/160.html: - time increased because on unix 1 mean nothing
12065: :(
12066:
1.211 moko 12067: * operators.ru.txt, operators.txt: - added info about
12068: ^hash.contain[key]
1.95 moko 12069:
12070: * src/classes/hash.C: - added ^hash.contain[key]
12071:
12072: * src/include/pa_hash.h: - added method for checking key exists in
12073: hash
12074:
12075: 2007-05-07 misha
12076:
12077: * src/include/pa_string.h: - was compilation error during build on
12078: freebsd4
12079:
12080: 2007-05-03 misha
12081:
12082: * src/classes/table.C: - option $.type[hash|string|table] was added
12083: for ^table.hash[]
12084:
12085: * src/classes/file.C: - comment removed
12086:
12087: 2007-04-26 misha
12088:
12089: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
12090: real files doesn't opened in place anymore
12091:
12092: 2007-04-24 misha
12093:
12094: * src/classes/math.C: - I thought one more time and remove lg(N) :)
12095:
12096: * src/include/pa_exception.h: "static" removed
12097:
12098: 2007-04-23 misha
12099:
12100: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
12101:
12102: * src/classes/math.C: added: - ^math:ln(N) (the same as
12103: ^math:log(N)) - ^math:lg(N)
12104:
12105: * tests/: 097.html, results/097.processed: - charsets converstion
12106: during ^file::load[text;http://...] added
12107:
12108: * tests/: 164.html, results/164.processed: - check for set expires
12109: as a date
12110:
12111: * tests/: 164.html, results/164.processed: - test for hashfile
12112:
12113: * src/classes/hashfile.C: - little comment changes
12114:
12115: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
12116: access
12117:
12118: * src/: classes/date.C, classes/double.C, classes/file.C,
12119: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12120: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
12121: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12122: classes/xnode.h, include/pa_request.h, main/execute.C,
12123: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12124: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
12125: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
12126: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12127: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
12128: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
12129: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12130: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
12131: "parser.runtime" strings were removed
12132:
12133: * src/classes/hashfile.C: - with .clear[] called files_delete()
12134: now.
12135:
12136: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
12137:
12138: * src/include/pa_exception.h: - string constant with
12139: "parser.runtime" text was added
12140:
12141: 2007-04-20 misha
12142:
1.211 moko 12143: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 12144:
1.211 moko 12145: * operators.ru.txt, operators.txt: - added info about
12146: .^hashfile.release[], ^hashfile.clenaup[] and new
12147: ^string.match[][>N-option<]
1.95 moko 12148:
12149: * configure: =cheching for unsetenv
12150:
12151: * src/classes/hashfile.C: - ^hashfile.cleanup[],
12152: ^hashfile.release[] were added
12153:
12154: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
12155: ^string.match[][] understand new option now: return number of
12156: matches but not table wit results
12157:
12158: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
12159: reopen now
12160:
12161: * src/classes/op.C: - bug. must be false
12162:
12163: * configure.in: - checking for unsetenv was added
12164:
12165: * src/types/pa_vform.C: - some comments
12166:
12167: 2007-04-18 misha
12168:
12169: * buildall-with-xml: moving to libxml2-2.6.28
12170:
12171: * buildall-with-xml, buildall-without-xml: added commented lines
12172: with --disable-safe-mode option
12173:
1.211 moko 12174: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 12175:
12176: 2007-04-17 misha
12177:
12178: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
12179: $form:files was added
12180:
12181: * tests/: 163.html, results/163.processed: removing auto format
12182:
12183: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
12184:
12185: 2007-04-16 misha
12186:
12187: * tests/: 163.html, results/163.processed: - test for .int[],
12188: floor, round, ceiling and .format[]
12189:
12190: * src/classes/file.C: - little optimization for getting args in
12191: exec/cgi
12192:
12193: 2007-04-13 misha
12194:
12195: * src/classes/file.C: - arguments for file::exec/cgi can be
12196: specified now as s table with one column
12197:
12198: 2007-03-27 misha
12199:
12200: * tests/: 162.html, results/162.processed: - test for
12201: ^table.select(^condition[$t])
12202:
12203: * tests/results/auto.p: - load windows-1251 charset for some tests
12204:
12205: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
12206:
12207: * tests/: results/161.processed, 161.html, 161_utf8.txt,
12208: 161_windows1251.txt: - added test for
12209: ^file::load[text;/local/file.txt;$.charset[...]]
12210:
12211: * tests/: results/013.processed, 013.html: - added test for
12212: checking $._default value while hash modifications
12213:
12214: * tests/: 160.html, results/160.processed: - add test for
12215: ^cache[key](secs){code}, ^cache[] and ^cache(0)
12216:
12217: 2007-03-22 misha
12218:
12219: * src/include/pa_common.h: - "charset" string defined for
12220: ^file::load[text;/local.txt] and ^table::load[/table.txt]
12221:
12222: * src/main/: pa_common.C, pa_http.C: - $.charset option for
12223: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
12224: added - not needed transcodes were removed from
12225: ^file::load[...;http://...]
12226:
12227: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
12228: added
12229:
12230: * src/classes/date.C: - date.week was fixed
12231:
1.211 moko 12232: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 12233:
12234: * tests/: 159.html, results/159.processed: - tests for date.week
12235: and date.weekyear added
12236:
12237: 2007-03-15 misha
12238:
12239: * src/classes/table.C: - enclose column numbers for nameless tables
12240: as well
12241:
12242: 2007-03-14 misha
12243:
12244: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
12245:
12246: * src/classes/table.C: - table.save optimization: now required much
12247: less memory
12248:
12249: 2007-03-13 misha
12250:
12251: * tests/results/: 158.processed, 158.processes: - tests for
12252: table.save/table.load
12253:
12254: * tests/: 158.html, results/158.processes: - tests for
12255: table.save/table.load
12256:
12257: * buildall-with-xml: libxml2: --without-ftp --without-docbook
12258:
12259: * buildall-with-xml: - pattern needed now for building
12260:
12261: * tests/results/097.processed: - added test results for xdoc::load
12262: & xdoc::load[http://...]
12263:
12264: * tests/097.html: - added test for xdoc::load
12265:
12266: 2007-03-12 misha
12267:
12268: * tests/: 107.html, results/107.processed: - added test for xpath
12269: '//man'
12270:
12271: 2007-03-01 misha
12272:
12273: * tests/: 097.html, results/097.processed: - added test for
12274: creating xdoc from file
12275:
12276: * tests/: results/157.processed, 157.html: - added test for
12277: file:move
12278:
12279: 2007-02-28 misha
12280:
12281: * src/classes/xdoc.C: - another attempt
12282:
12283: * src/classes/xdoc.C: - roll back last changes for a while
12284:
1.211 moko 12285: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
12286: ^xdoc::create[$file] added.
1.95 moko 12287:
12288: * src/classes/file.C: - under lock we create non-exist dir anyway
12289:
12290: * tests/results/099.processed: - ever send content-disposition to
12291: client with file
12292:
12293: * tests/157.html: + test for file:copy
12294:
12295: 2007-02-26 misha
12296:
12297: * src/classes/file.C: - some similar strings moved to #define
12298: instead of to be copy/pasted many times
12299:
12300: * src/types/pa_vfile.h: - class name string ("file") moved to
12301: #define
12302:
12303: 2007-02-20 misha
12304:
12305: * configure.in: - added some strings for sqlite detection
12306:
12307: 2007-02-19 misha
12308:
1.211 moko 12309: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 12310:
12311: * buildall-with-xml, buildall-without-xml: - some modifications
12312:
12313: 2007-02-17 misha
12314:
12315: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
12316:
12317: * src/main/pa_request.C: - damn, i forgot to commit it while I
12318: change console behaviour
12319:
12320: 2007-02-12 misha
12321:
12322: * src/targets/cgi/parser3.C: - don't print headers if
12323: $console:line[data] was used during cgi execution.
12324:
12325: * src/types/pa_vconsole.h: - console class have bool flag now which
12326: marked as 'true' if class was used.
12327:
12328: * tests/: 152.html, results/152.processed: - more types was added
12329: to test 152
12330:
12331: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
12332: adding 'bool' (^if($image){} caused exception)
12333:
12334: 2007-02-09 misha
12335:
12336: * tests/: 152.html, results/152.processed: - test alightly updated
12337:
12338: * tests/: 152.html, results/152.processed: - test rewrited
12339:
12340: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
12341: bugfix. I broke xdoc & xnode in expression
12342:
12343: 2007-02-08 misha
12344:
12345: * tests/: 152.html, results/152.processed: - add test for checking
12346: 'def' for void, string, bool, int & double
12347:
12348: 2007-02-07 misha
12349:
1.211 moko 12350: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
12351: added
1.95 moko 12352:
12353: * tests/results/153.processed: - result test for
12354: ^file:base64[filespec] was updated
12355:
12356: * tests/153.html: - test for ^file:base64[filespec] was added
12357:
12358: * src/types/pa_vconsole.h: - little optimization
12359:
12360: * src/classes/file.C: - ^file:base64[filespec]
12361:
12362: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12363:
12364: * src/include/pa_common.h: - declarations for
12365: ^file:base64[filespec]
12366:
12367: * src/types/pa_vcookie.C: - little optimization
12368:
12369: 2007-02-06 misha
12370:
12371: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12372: were temporary commented
12373:
12374: * src/types/pa_vbool.h: - bugfix
12375:
12376: * tests/156.html: - added test for bool cookie
12377:
12378: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12379:
12380: * tests/: 155.html, results/155.processed: - added test for check
12381: $.encloser[] option for table save/load
12382:
12383: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12384:
12385: 2007-02-05 misha
12386:
12387: * tests/results/152.processed: - newline at the end was missed
12388:
12389: * tests/results/141.processed: - math:md5 must be lowercased
12390:
12391: * src/targets/cgi/parser3.C: - 2007 in help ;)
12392:
12393: 2007-02-03 misha
12394:
12395: * tests/results/: 150.processed, 151.processed, 152.processed: -
12396: test for bool added and some content length fixes
12397:
12398: * tests/152.html: - test for bool added
12399:
12400: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12401:
1.211 moko 12402: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12403:
1.116 moko 12404: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12405: classes/classes.vcproj, classes/double.C, classes/int.C,
12406: classes/string.C, classes/void.C, classes/xnode.C,
12407: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12408: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12409: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12410: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12411: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12412: types/types.vcproj: - bool class was added
12413:
12414: * src/main/pa_request.C: - fix
12415:
12416: 2007-01-18 misha
12417:
12418: * src/: main/pa_string.C, classes/string.C: - return table during
12419: ^string.match[][] even if no matched found.
12420:
12421: 2006-12-20 misha
12422:
12423: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12424: http://www.parser.ru/forum/?id=55598 ]
12425:
12426: 2006-12-19 misha
12427:
12428: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12429: details: http://www.parser.ru/forum/?id=52359
12430:
12431: * src/main/pa_request.C: - always set content-disposition for
12432: $response:body[hash here]. more details:
12433: http://www.parser.ru/forum/?id=52130
12434:
12435: 2006-12-07 misha
12436:
1.211 moko 12437: * operators.ru.txt, operators.txt: - added info about bool params
12438: in cookie set
1.95 moko 12439:
12440: * src/types/pa_vcookie.C: - bool param in cookies available now
12441: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12442: ]
12443:
12444: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12445: was added
12446:
12447: 2006-12-02 misha
12448:
12449: * src/classes/file.C: - file_block_read used instead of native read
12450:
12451: * src/main/pa_common.C: - added file_block_read with read error
12452: detection - file_block_read used instead of native read
12453:
12454: * src/include/pa_common.h: - added file_block_read declaration
12455:
12456: 2006-12-01 misha
12457:
1.211 moko 12458: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12459: added
1.95 moko 12460:
12461: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12462: $var.CLASS_NAME added
12463:
1.211 moko 12464: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12465:
12466: * src/classes/file.C: - ^file:copy[from;fo] was added
12467:
12468: 2006-11-20 misha
12469:
12470: * src/classes/date.C: - bug fix :)
12471:
12472: 2006-11-17 misha
12473:
12474: * src/include/pa_common.h: - array in crc32 calculation was changed
12475: to static
12476:
12477: * src/main/pa_common.C: - little optimization in getMonthDays -
12478: small changes in crc32 calculation
12479:
12480: * src/classes/date.C: - not needed code was removed
12481:
12482: 2006-11-16 misha
12483:
12484: * src/types/pa_vmail.C: - fix missed brakes
12485:
12486: * src/types/pa_vmail.C: - mail:send now set content-type:
12487: multipart/related instead of multipart/mixed if file have
12488: $.content-id[]
12489:
12490: 2006-11-15 misha
12491:
12492: * src/types/pa_vdouble.h: abs -> fabs
12493:
12494: 2006-11-14 misha
12495:
1.211 moko 12496: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12497: and ^file:md5[file-name]
1.95 moko 12498:
12499: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12500: added
12501:
12502: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12503: FILE_BUFFER_SIZE
12504:
12505: * src/classes/math.C: - hex_string was moved to pa_common.h
12506:
12507: * src/include/pa_common.h: - hex_string was moved from math.C -
12508: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12509:
12510: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12511: values was fixed
12512:
12513: 2006-11-13 misha
12514:
1.211 moko 12515: * operators.ru.txt, operators.txt: - added info about
12516: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12517:
12518: * src/classes/math.C: - added ^math:crc32[string]
12519:
12520: * src/classes/file.C: - some comments were changed - added
12521: ^file:crc32[file-name] and ^file.crc32[]
12522:
12523: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12524: crc32 calculation added
12525:
12526: 2006-11-03 misha
12527:
12528: * src/include/pa_array.h: - not needed variable removed
12529:
12530: * tests/: 150.html, 151.html, results/150.processed,
12531: results/151.processed: - 2 tests were added
12532:
12533: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12534: with $.reverse(1) were fixed
12535:
12536: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12537: query converted to $.charset during ^file::load[http://...]
12538:
12539: 2006-11-02 misha
12540:
12541: * src/include/pa_table.h: ups. forget '=' char
12542:
12543: * src/include/pa_table.h: - one more fix in
12544: .locate[...][$.reverse(1)]
12545:
12546: 2006-11-01 misha
12547:
12548: * src/classes/math.C: - bug fix, details:
12549: http://www.parser.ru/forum/?id=53360
12550:
12551: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12552: false for all records )[$.reverse(1)]
12553:
12554: * src/main/pa_http.C: - second param for this mid method is length
12555: but not end_index so this method has error and can't detect
12556: charsets in next content-types: Content-type: text/html;
12557: charset="windows-1251" Content-type: text/html;
12558: charset="windows-1251"; Content-type: text/html;
12559: charset=windows-1251;
12560:
12561: only Content-type: text/html; charset=windows-1251 was fine
12562:
12563: 2006-10-31 misha
12564:
12565: * src/classes/file.C: - empty args in file::exec removed now
12566:
12567: 2006-09-03 paf
12568:
12569: * src/classes/file.C: proper tainting of
12570: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12571:
12572: 2006-06-09 paf
12573:
12574: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12575:
12576: * src/classes/table.C: formatting
12577:
12578: * src/classes/table.C: incorporated patch from misha: Sent:
12579: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12580: ignoring string options for ^table.save[]
12581:
12582: * src/classes/hash.C: incorporated patch from misha Sent:
12583: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12584: $hash._default disappear while
12585:
1.211 moko 12586: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12587: $.value[file] $.format[!uue|!base64] << new base64 option.
12588: default uue ] ]
1.95 moko 12589:
12590: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12591: PM Subject: patch for base64 in ^mail:send[] %-)
12592:
12593: 2006-04-09 paf
12594:
12595: * src/main/compile.tab.C: ` change compiled
12596:
1.211 moko 12597: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12598: src/classes/classes.vcproj, src/classes/file.C,
12599: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12600: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12601: src/classes/xnode.C, src/include/pa_array.h,
12602: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12603: src/include/pa_memory.h, src/include/pa_request.h,
12604: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12605: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12606: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12607: src/lib/pcre/pcre_dftables.vcproj,
12608: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12609: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12610: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12611: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12612: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12613: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12614: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12615: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12616: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12617: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12618: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12619: src/types/pa_value.h, src/types/pa_vcookie.C,
12620: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12621: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12622: src/types/pa_vstatus.C, src/types/types.vcproj,
12623: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12624: ^menu, ^hash/hashfile.foreach
12625:
12626: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12627: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12628: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12629: src/classes/xnode.C, src/include/pa_array.h,
12630: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12631: src/include/pa_memory.h, src/include/pa_request.h,
12632: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12633: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12634: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12635: src/lib/pcre/pcre_dftables.vcproj,
12636: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12637: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12638: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12639: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12640: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12641: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12642: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12643: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12644: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12645: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12646: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12647: src/types/pa_value.h, src/types/pa_vcookie.C,
12648: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12649: src/types/pa_vstatus.C, src/types/types.vcproj,
12650: tests/descript.ion: ! switched to VS2005 (projects and
12651: object<info explicitly typed>.for_each(, info)) +
12652: $response:field[] setting void means removing + grammar $name`
12653: name stops now, for mysql `$field` + started ^break[]
12654: ^continue[], in ^for. TODO: to other iterators (while, menu,
12655: foreach) + all log messages += [uri=, method=, cl=]
12656:
12657: * buildall-with-xml: merged . ftp paths update
12658:
12659: * buildall-with-xml: . ftp paths update
12660:
12661: 2006-03-04 paf
12662:
12663: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12664: checks++ [thanks to Igor Zinkovsky for detailed report]
12665:
12666: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12667: Igor Zinkovsky for detailed report]
12668:
12669: 2006-03-01 paf
12670:
12671: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12672: \n to ' ' in
12673:
12674: 2006-02-18 paf
12675:
12676: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12677: \n to ' ' in
12678:
12679: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12680:
12681: 2006-02-03 paf
12682:
12683: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12684: base64
12685:
12686: * src/main/pa_common.C: ! bugfix: decoding from base64
12687:
12688: 2006-01-20 paf
12689:
12690: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12691: economy fix
12692:
12693: * src/classes/: table.C: merged from HEAD ! bugfix
12694: ^table.save[$.encloser-s now handled properly
12695:
12696: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12697: handled properly
12698:
12699: 2006-01-19 paf
12700:
12701: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12702: libgc:USE_MUNMAP activates merging of free memory blocks which
12703: helps a lot in our case: after transform we want
12704: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12705:
12706: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12707: economy fix
12708:
12709: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12710: activates merging of free memory blocks which helps a lot in our
12711: case: after transform we want CORD(main.result)->cstr[big
12712: malloc]->transcode[big malloc]
12713:
12714: 2006-01-17 paf
12715:
12716: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12717: before reading them. got rid of reallocs = became quicker and
12718: less fragmentated
12719:
12720: 2005-12-29 paf
12721:
1.116 moko 12722: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12723: configure, configure.in, src/include/pa_version.h,
12724: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12725: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12726: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12727: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12728: src/lib/ltdl/missing: . merged from 3.2.1
12729:
1.116 moko 12730: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12731: packaged when 'make dist', so do configure companion files in
12732: src/lib/ltdl
12733:
12734: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12735: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12736: missing: . now config_auto.h is created with configure [were
12737: constant]
1.95 moko 12738:
12739: * INSTALL: . references to documentation and some clarification
12740:
12741: * buildall-with-xml, buildall-without-xml: . farawell doc
12742: indication
12743:
1.116 moko 12744: * Makefile.am: . dist+=buildall*
1.95 moko 12745:
12746: 2005-12-28 paf
12747:
12748: * configure: . 3.2.1
12749:
12750: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12751: simplify build process, see INSTALL
12752:
12753: 2005-12-26 paf
12754:
12755: * configure: ver
12756:
12757: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12758: version
12759:
12760: 2005-12-21 paf
12761:
12762: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12763: compiled with bison 1.875b, it reports unexpected token names
12764:
12765: 2005-12-19 paf
12766:
12767: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12768: holds a link to xmlNode to prevent premature gc(xmlNode)
12769:
12770: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12771: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12772: src/main/main.vcproj, src/main/pa_globals.C,
12773: src/targets/cgi/parser3.vcproj,
12774: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12775: configure, configure.in, src/include/pa_version.h: . killing
12776: gdome [what a relief]
12777:
12778: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12779: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12780: run_parser.sh, results/001.processed, results/002.processed,
12781: results/003.processed, results/004.processed,
12782: results/005.processed, results/006.processed,
12783: results/008.processed, results/009.processed,
12784: results/010.processed, results/011.processed,
12785: results/012.processed, results/013.processed,
12786: results/014.processed, results/015.processed,
12787: results/016.processed, results/017.processed,
12788: results/018.processed, results/020.processed,
12789: results/021.processed, results/022.processed,
12790: results/023.processed, results/024.processed,
12791: results/025.processed, results/026.processed,
12792: results/027.processed, results/028.processed,
12793: results/029.processed, results/030.processed,
12794: results/031.processed, results/032.processed,
12795: results/033.processed, results/034.processed,
12796: results/035.processed, results/036.processed,
12797: results/037.processed, results/038.processed,
12798: results/039.processed, results/040.processed,
12799: results/041.processed, results/042.processed,
12800: results/043.processed, results/044.processed,
12801: results/045.processed, results/046.processed,
12802: results/047.processed, results/048.processed,
12803: results/049.processed, results/050.processed,
12804: results/051.processed, results/052.processed,
12805: results/053.processed, results/054.processed,
12806: results/055.processed, results/056.processed,
12807: results/057.processed, results/058.processed,
12808: results/059.processed, results/060.processed,
12809: results/061.processed, results/062.processed,
12810: results/063.processed, results/064.processed,
12811: results/065.processed, results/066.processed,
12812: results/067.processed, results/068.processed,
12813: results/069.processed, results/070.processed,
12814: results/071.processed, results/072.processed,
12815: results/073.processed, results/074.processed,
12816: results/075.processed, results/076.processed,
12817: results/077.processed, results/078.processed,
12818: results/079.processed, results/080.processed,
12819: results/081.processed, results/082.processed,
12820: results/083.processed, results/084.processed,
12821: results/085.processed, results/086.processed,
12822: results/087.processed, results/088.processed,
12823: results/089.processed, results/090.processed,
12824: results/091.processed, results/092.processed,
12825: results/093.processed, results/094.processed,
12826: results/095.processed, results/096.processed,
12827: results/097.processed, results/099.processed,
12828: results/100.processed, results/101.processed,
12829: results/102.processed, results/104.processed,
12830: results/105.processed, results/106.processed,
12831: results/107.processed, results/108.processed,
12832: results/109.processed, results/110.processed,
12833: results/111.processed, results/112.processed,
12834: results/113.processed, results/114.processed,
12835: results/115.processed, results/117.processed,
12836: results/119.processed, results/120.processed,
12837: results/121.processed, results/122.processed,
12838: results/123.processed, results/124.processed,
12839: results/125.processed, results/126.processed,
12840: results/127.processed, results/128.processed,
12841: results/129.processed, results/130.processed,
12842: results/131.processed, results/132.processed,
12843: results/133.processed, results/134.processed,
12844: results/135.processed, results/136.processed,
12845: results/138.processed, results/139.processed,
12846: results/140.processed, results/141.processed,
12847: results/142.processed, results/143.processed,
12848: results/144.processed, results/145.processed,
12849: results/146.processed, results/147.processed,
12850: results/148.processed, results/149.processed, results/auto.p: .
12851: now works if we turn off default auto.p
12852:
1.116 moko 12853: * configure: . makes
1.95 moko 12854:
12855: * src/types/pa_vxnode.C: . less warnings
12856:
12857: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12858: tests/145.html, tests/149.html, tests/descript.ion,
12859: tests/outputs/d.cmd, tests/results/142.processed,
12860: tests/results/143.processed, tests/results/144.processed,
12861: tests/results/145.processed, tests/results/146.processed,
12862: tests/results/147.processed, tests/results/148.processed,
12863: tests/results/149.processed: . removed .nodeValue from all node
12864: types other than 5 (grabbed piece from gdome)
12865:
12866: * tests/: 137.html, results/137.processed: . not handled this case
12867: yet. code does not hang from inserting parent into child,
12868: considering thing minor issue -- nodes are removed from source
12869: anyway, don't know why shold that be an error after all
12870:
12871: * src/targets/cgi/parser3.C: . style
12872:
12873: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12874: xdoc too [were barking "not element"]
12875:
12876: 2005-12-16 paf
12877:
12878: * tests/: 146.html, 147.html, 148.html: . more tests
12879:
12880: * src/classes/xnode.C: . also bark on possible errors
12881:
12882: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12883: props
12884:
12885: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12886: main/compile.y: merged from HEAD ! fixed overoptimized
12887: ^call(false) case. (confused it with ^call[] case)
12888:
12889: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12890: ^call(false) case. (confused it with ^call[] case)
12891:
12892: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12893:
12894: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12895: results/001.processed, results/002.processed,
12896: results/003.processed, results/004.processed,
12897: results/005.processed, results/006.processed,
12898: results/008.processed, results/009.processed,
12899: results/010.processed, results/011.processed,
12900: results/012.processed, results/013.processed,
12901: results/014.processed, results/015.processed,
12902: results/016.processed, results/017.processed,
12903: results/018.processed, results/019.processed,
12904: results/020.processed, results/021.processed,
12905: results/022.processed, results/023.processed,
12906: results/024.processed, results/025.processed,
12907: results/026.processed, results/027.processed,
12908: results/028.processed, results/029.processed,
12909: results/030.processed, results/031.processed,
12910: results/032.processed, results/033.processed,
12911: results/034.processed, results/035.processed,
12912: results/036.processed, results/037.processed,
12913: results/038.processed, results/039.processed,
12914: results/040.processed, results/041.processed,
12915: results/042.processed, results/043.processed,
12916: results/044.processed, results/045.processed,
12917: results/046.processed, results/047.processed,
12918: results/048.processed, results/049.processed,
12919: results/050.processed, results/051.processed,
12920: results/052.processed, results/053.processed,
12921: results/054.processed, results/055.processed,
12922: results/056.processed, results/057.processed,
12923: results/058.processed, results/059.processed,
12924: results/060.processed, results/061.processed,
12925: results/062.processed, results/063.processed,
12926: results/064.processed, results/065.processed,
12927: results/066.processed, results/067.processed,
12928: results/068.processed, results/069.processed,
12929: results/070.processed, results/071.processed,
12930: results/072.processed, results/073.processed,
12931: results/074.processed, results/075.processed,
12932: results/076.processed, results/077.processed,
12933: results/078.processed, results/079.processed,
12934: results/080.processed, results/081.processed,
12935: results/082.processed, results/083.processed,
12936: results/084.processed, results/085.processed,
12937: results/086.processed, results/087.processed,
12938: results/088.processed, results/089.processed,
12939: results/090.processed, results/091.processed,
12940: results/092.processed, results/093.processed,
12941: results/094.processed, results/095.processed,
12942: results/096.processed, results/097.processed,
12943: results/099.processed, results/101.processed,
12944: results/102.processed, results/104.processed,
12945: results/105.processed, results/106.processed,
12946: results/107.processed, results/108.processed,
12947: results/109.processed, results/110.processed,
12948: results/111.processed, results/112.processed,
12949: results/113.processed, results/114.processed,
12950: results/115.processed, results/116.processed,
12951: results/117.processed, results/118.processed,
12952: results/119.processed, results/120.processed,
12953: results/121.processed, results/122.processed,
12954: results/123.processed, results/124.processed,
12955: results/125.processed, results/126.processed,
12956: results/127.processed, results/128.processed,
12957: results/129.processed, results/130.processed,
12958: results/131.processed, results/132.processed,
12959: results/133.processed, results/134.processed,
12960: results/135.processed, results/136.processed,
12961: results/137.processed, results/138.processed,
12962: results/139.processed, results/140.processed,
12963: results/141.processed: . refreshed old tests, made them work
12964: without auto.p (in utf8) . things noted: . gif got encoded
12965: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12966: some strange year)
12967:
12968: * INSTALL: . revived linux libgc fix
12969:
12970: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12971: glib/gdome in INSTALL and patches]
12972:
12973: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12974: include/pa_charset.h, include/pa_config_includes.h,
12975: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12976: include/pa_xml_exception.h, lib/cord/Makefile.am,
12977: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12978: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12979: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12980: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12981: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12982: types/pa_vxnode.h: . started killing gdome
12983:
12984: 2005-12-13 paf
12985:
12986: * src/main/: pa_request.C: merged from HEAD ! when code in
12987: @unhandled_exception thrown another exception, print correct
12988: origin (earlier code in catch of exception inside of
12989: @unhandled_exception grabbed parent_frame(original_exception)
12990: origin and printed it, instead of true origin)
12991:
12992: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12993: another exception, print correct origin (earlier code in catch of
12994: exception inside of @unhandled_exception grabbed
12995: parent_frame(original_exception) origin and printed it, instead
12996: of true origin)
12997:
12998: 2005-12-09 paf
12999:
13000: * INSTALL: . updated INSTALL doc to work around linux stack base
13001: detection problem, due to change in gc6.4 code
13002:
13003: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
13004: ignored in ^string.matched :(
13005:
13006: * src/main/pa_string.C: ! regex tainting were ignored in
13007: ^string.matched :(
13008:
13009: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
13010: src/include/pa_config_fixed.h, src/include/pa_version.h,
13011: src/main/compile.y, src/main/compile_tools.h,
13012: src/main/pa_charset.C, src/main/pa_common.C,
13013: src/main/pa_globals.C, src/main/pa_string.C,
13014: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
13015: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
13016:
13017: 2005-12-08 paf
13018:
13019: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
13020: 500 chars now handled OK [were wrapped on 500th char according to
13021: rfc, but sendmail failed to unwrap it properly]
13022:
13023: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
13024: handled OK [were wrapped on 500th char according to rfc, but
13025: sendmail failed to unwrap it properly]
13026:
13027: * src/targets/isapi/parser3isapi.C: . less warnings
13028:
13029: * src/targets/isapi/parser3isapi.C: . undone some strange change
13030: since 3.1.5
13031:
13032: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
13033: link fixes
13034:
13035: * src/: classes/date.C, include/pa_config_fixed.h,
13036: main/compile.tab.C, main/compile.y, main/compile_tools.h,
13037: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
13038: main/pa_string.C, targets/cgi/getopt.c: . less warnings
13039:
13040: * src/include/pa_config_fixed.h: . removed outdated string origins
13041: [in current storage scheme there's no place for them. someday we
13042: can add third CORD to store origins and special version of parser
13043: which stores origins there [separate binary]]
13044:
13045: 2005-12-07 paf
13046:
13047: * src/targets/isapi/parser3isapi.C: . now links in release mode
13048:
13049: * src/include/pa_version.h: makefiles
13050:
13051: * src/include/pa_version.h: . not beta
13052:
13053: * configure, configure.in, src/include/pa_version.h: not beta
13054:
13055: 2005-12-06 paf
13056:
13057: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
13058: [some details here http://i2/tasks/edit/?id=4869912143891354460]
13059: decided to undo the change ^call[$void] passes void. now it will
13060: pass empty string again.
13061:
13062: * src/main/: compile.tab.C, compile.y: . version readded
13063:
13064: * src/classes/op.C: . in this version there is no ^switch[$nothing]
13065: = ^switch[void] problem
13066:
13067: 2005-12-01 paf
13068:
13069: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
13070: caused ^case[string] to be coerced to double since searching
13071: value were not string (it was vvoid)
13072:
13073: * src/classes/op.C: . bugfix ^switch[$void_value] caused
13074: ^case[string] to be coerced to double since searching value were
13075: not string (it was vvoid)
13076:
13077: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
13078: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
13079:
13080: 2005-11-30 paf
13081:
13082: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
13083: win32 must putenv("TZ="), on unix works only putenv("TZ")
13084:
13085: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
13086: putenv("TZ="), on unix works only putenv("TZ")
13087:
13088: * INSTALL: . xml libs versions updated
13089:
13090: * src/main/pa_globals.C: //20051130 trying to remove this, author
13091: claims that fixed a lot there // 20040920 for now both
13092: workarounds needed. wait for new libxml/xsl versions
13093:
13094: 2005-11-28 paf
13095:
13096: * src/classes/table.C: merged from HEAD: ! nameless table has
13097: columns==0
13098:
13099: * src/classes/table.C: ! nameless table has columns==0
13100:
13101: * src/main/pa_http.C: merged from HEAD: ! status line check made
13102: earlier [was totally wrong]
13103:
13104: * src/main/pa_http.C: ! status line check made earlier [was totally
13105: wrong]
13106:
13107: 2005-11-25 paf
13108:
13109: * src/include/pa_array.h: -this reduces speed(table::load) strange.
13110: undoing for now...
13111:
13112: * src/include/pa_version.h: -this reduces speed(table::load),
13113: strange. undoing
13114:
13115: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
13116:
13117: * src/classes/op.C: + ^while(){}[SEPARATOR]
13118:
13119: * src/include/pa_array.h: + optimistics added: all arrays (table
13120: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
13121: this speeds things up and saves memory a LOT! (not noticed
13122: negative effect on syntetic tests, future will tell...)
13123:
13124: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
13125: changed gc_malloc implementation, which obscured profiling
13126:
13127: * src/classes/table.C: merged from HEAD: + optimized
13128: table::load/sql, now row ArrayString-s allocated with
13129: columns.count() elements and don't always grow from
13130: count=3[realloc,realloc]
13131:
13132: * src/classes/table.C: + optimized table::load/sql, now row
13133: ArrayString-s allocated with columns.count() elements and don't
13134: always grow from count=3[realloc,realloc]
13135:
13136: * src/classes/table.C: merged from HEAD: . ^table.save unused
13137: buffer after save
13138:
13139: * src/classes/table.C: . ^table.save unused buffer after save
13140:
13141: 2005-11-24 paf
13142:
13143: * configure.in: . merged glib2-config patch
13144:
13145: * configure.in: + trying to find glib2-config
13146:
13147: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13148: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
13149: file/dir_readable to simple file/dir_exist, this would help in
13150: situations "class not found because .p file has bad rights" << in
13151: that case error would be explicit "access denied to 'this' file"
13152:
1.116 moko 13153: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 13154:
13155: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13156: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
13157: to simple file/dir_exist, this would help in situations "class
13158: not found because .p file has bad rights" << in that case error
13159: would be explicit "access denied to 'this' file"
13160:
13161: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
13162: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13163: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
13164: ^file::exec/cgi[script;$.charset[changed]
13165: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13166: encoded in $.charset charset
13167:
13168: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
13169: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13170: encoded in $.charset charset
13171:
13172: * src/: include/Makefile.am, include/pa_common.h,
13173: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13174: main/pa_common.C, main/pa_http.C: . extracted http:// into
13175: separate file [preparation for
13176: ^file::cgi[script;$.form[$.field1[]
13177:
13178: 2005-11-22 paf
13179:
13180: * src/: include/pa_version.h, main/compile.tab.C: makefiles
13181:
13182: * acinclude.m4, configure.in: . merged underquting fixes
13183:
1.116 moko 13184: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 13185:
13186: * src/classes/op.C: . overmerged a little
13187:
13188: * src/main/compile.tab.C: Makefile
13189:
13190: * src/main/: pa_common.C: . less gcc warnings
13191:
13192: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
13193: now reports original exception if we have no old cache
13194:
13195: * src/classes/op.C: + $exception.handled[cache] now reports
13196: original exception if we have no old cache
13197:
13198: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
13199: from HEAD: + ^taint/untaint[regex] << escapes these:
13200: \^$.[]|()?*+{}
13201:
13202: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
13203: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
13204:
13205: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13206: getenv-ed variable, which does not work both on win32&unix.
13207: copied old TZ value now
13208:
13209: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
13210: stored pointer to getenv-ed variable, which does not work both on
13211: win32&unix. copied old TZ value now
13212:
13213: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13214: getenv-ed variable, which does not work both on win32&unix.
13215: copied old TZ value now
13216:
13217: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
13218: access to internal hash
13219:
13220: * src/types/pa_vresponse.C: + $response:headers access to internal
13221: hash
13222:
13223: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
13224: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13225: isapi] this reduces number of "GC Warning: Repeated allocation of
13226: very large block" messages to only important onces
13227:
13228: * src/targets/isapi/parser3isapi.C: +
13229: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13230: isapi] this reduces number of "GC Warning: Repeated allocation of
13231: very large block" messages to only important onces
13232:
13233: * src/classes/string.C: merged from HEAD: + removed limitation on
13234: ^string/int/double:sql{}[$.default[({param style})] ]
13235:
13236: * src/classes/string.C: + removed limitation on
13237: ^string/int/double:sql{}[$.default[({param style})] ]
13238:
13239: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
13240: with ?params or $.form option" limitation
13241:
13242: * src/main/pa_common.C: + removed "use either uri with ?params or
13243: $.form option" limitation
13244:
13245: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13246: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
13247: ^file::base64[encoded] decode
13248:
13249: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13250: main/pa_common.C: + ^file.base64[] encode +
13251: ^file::base64[encoded] decode
13252:
13253: * src/classes/: file.C, string.C: + ^string.base64[] encode +
13254: ^string:base64[encoded] decode
13255:
13256: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
13257: ^string:base64[in] encode + ^string.base64[] decode
13258:
13259: 2005-11-21 paf
13260:
13261: * src/classes/file.C: + merged from HEAD:
13262: ^file::create[text;file.xml;^untaint[xml]{data}]
13263:
13264: * src/classes/file.C: +
13265: ^file::create[text;file.xml;^untaint[xml]{data}]
13266:
13267: * src/main/pa_request.C: ! merged: $response:body[file] now
13268: differes from :download, it does not return content-disposition
13269: at all now [previusely it returned valueless content-disposition]
13270:
13271: * src/main/pa_request.C: ! $response:body[file] now differes from
13272: :download, it does not return content-disposition at all now
13273: [previusely it returned valueless content-disposition]
13274:
13275: * src/main/: compile.tab.C, compile.y: ! overoptimized void
13276: literals, reverted to just vvod, recreating empty array with each
13277: void_value token. that's absolutely needed, since that array
13278: grows
13279:
13280: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13281: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13282: types/pa_vmethod_frame.h: + merged: expression literals:
13283: true/false. ^format[$.indent(true)]
13284:
13285: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13286: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13287: types/pa_vmethod_frame.h: + expression literals: true/false.
13288: ^format[$.indent(true)]
13289:
13290: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13291: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13292: i386-pc-win32)"
13293:
13294: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13295: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13296: i386-pc-win32)"
13297:
13298: 2005-11-18 paf
13299:
13300: * src/classes/: double.C, int.C: ! ^int/double:sql{select
13301: null}[$.default(123)] will now return default value
13302:
13303: * src/classes/op.C: + merged ^cache[] << returns current cache
13304: expiration time
13305:
13306: * src/classes/op.C: + ^cache[] << returns current cache expiration
13307: time
13308:
13309: * src/classes/table.C: ! merged ^table::create[not'nameless';
13310: failed << Exception.problem_source pointed to local var!
13311:
13312: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
13313: Exception.problem_source pointed to local var!
13314:
13315: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
13316: now loads VFile.ptr!=0, so such files can be saved now
13317:
13318: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
13319: loads VFile.ptr!=0, so such files can be saved now
13320:
13321: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
13322: only . and .. now removed from list [were removed all .*]
13323:
13324: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
13325: .. now removed from list [were removed all .*]
13326:
13327: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
13328: open error now checked, were not :( [stole that piece from apache
13329: 1.3 sources]
13330:
13331: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
13332: checked, were not :( [stole that piece from apache 1.3 sources]
13333:
13334: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
13335: untainting of @main result if returned by $result or
13336: $response:body
13337:
13338: * src/main/pa_request.C: ! ensured proper untainting of @main
13339: result if returned by $result or $response:body
13340:
13341: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
13342: issue: now tries to guess content-length and allocates one big
13343: piece if possible [regretfully gc_realloc works as malloc+free,
13344: leaving lots of holes behind]
13345:
13346: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
13347: fixed file load memory issue: now tries to guess content-length
13348: and allocates one big piece if possible [regretfully gc_realloc
13349: works as malloc+free, leaving lots of holes behind]
13350:
13351: 2005-11-16 paf
13352:
13353: * src/: include/pa_common.h, classes/file.C, classes/table.C,
13354: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
13355: table::save with enclosers now doubles them: "->"" !
13356: table::save/load do not remove elements from options hash
13357:
13358: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13359: [were overoptimized ^if(double_literal), compiler confused
13360: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13361:
13362: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13363: [were overoptimized ^if(double_literal), compiler confused
13364: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13365:
13366: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13367: main/pa_common.C: ! table::save with enclosers now doubles them:
13368: "->"" ! table::save/load do not remove elements from options hash
13369:
13370: 2005-11-03 paf
13371:
1.116 moko 13372: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13373: compilation, not all makefiles liked that
1.95 moko 13374:
13375: 2005-08-30 paf
13376:
13377: * src/classes/op.C: merge . speedup check of [DEFAULT]
13378:
13379: * src/classes/op.C: . speedup check of [DEFAULT]
13380:
13381: 2005-08-26 paf
13382:
13383: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13384:
13385: * src/: classes/date.C, types/pa_vdate.h: + date.week
13386:
13387: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13388: complains about bad!=nameless
13389:
13390: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13391: about bad!=nameless
13392:
13393: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13394: optional options were allowed to be empty. were checked
13395: if(is_string), changed to !defined||is_string to allow void
13396:
13397: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13398: classes/string.C, classes/table.C, classes/void.C: ! optional
13399: options were allowed to be empty. were checked if(is_string),
13400: changed to !defined||is_string to allow void
13401:
13402: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13403: as_junction where they needed as_int/double, so failed with
13404: recent "(const) now no junction" optimization
13405:
13406: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13407: merged ! many classes/* used as_junction where they needed
13408: as_int/double, so failed with recent "(const) now no junction"
13409: optimization
13410:
13411: * src/: classes/double.C, classes/int.C, classes/math.C,
13412: classes/op.C, classes/string.C, classes/table.C,
13413: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13414: used as_junction where they needed as_int/double, so failed with
13415: recent "(const) now no junction" optimization
13416:
13417: 2005-08-24 paf
13418:
13419: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13420: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13421: stripped it
13422:
13423: 2005-08-09 paf
13424:
13425: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13426: not cleared
13427:
13428: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13429: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13430: classes/hashfile.C, classes/image.C, classes/int.C,
13431: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13432: classes/response.C, classes/string.C, classes/table.C,
13433: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13434: include/pa_array.h, include/pa_cache_managers.h,
13435: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13436: include/pa_config_fixed.h, include/pa_config_includes.h,
13437: include/pa_dictionary.h, include/pa_dir.h,
13438: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13439: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13440: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13441: include/pa_request_charsets.h, include/pa_request_info.h,
13442: include/pa_sapi.h, include/pa_socks.h,
13443: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13444: include/pa_stack.h, include/pa_string.h,
13445: include/pa_stylesheet_connection.h,
13446: include/pa_stylesheet_manager.h, include/pa_table.h,
13447: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13448: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13449: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13450: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13451: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13452: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13453: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13454: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13455: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13456: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13457: main/pa_sql_driver_manager.C, main/pa_string.C,
13458: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13459: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13460: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13461: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13462: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13463: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13464: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13465: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13466: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13467: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13468: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13469: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13470: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13471: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13472: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13473: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13474: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13475: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13476: types/pa_vresponse.C, types/pa_vresponse.h,
13477: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13478: types/pa_vstateless_object.h, types/pa_vstatus.C,
13479: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13480: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13481: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13482: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13483: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13484:
13485: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13486: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13487: speedup consequent checks in vmethod_frame
13488:
13489: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13490: not cleared
13491:
13492: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13493: params: 50 max (were 10)
13494:
13495: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13496: params: 50 max (were 10)
13497:
13498: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13499: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13500: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13501: empty string) ! simplified (double) speedup consequent checks in
13502: vmethod_frame
13503:
13504: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13505: optimized constants in expressions vstring->vdouble + optimized
13506: ^call(vdouble), no junction creation, no calls later
13507:
13508: 2005-08-08 paf
13509:
13510: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13511: compile_tools.h: merged + optimized constants in expressions
13512: vstring->vdouble + optimized ^call(vdouble), no junction
13513: creation, no calls later
13514:
13515: * src/types/pa_vdouble.h: merged . double values without fractional
13516: part now default printed as %.0f instead of %g
13517:
13518: * src/types/pa_vdouble.h: . double values without fractional part
13519: now default printed as %.0f instead of %g
13520:
13521: * src/classes/hashfile.C: . merged ! second hashfile::open would
13522: cause an exception
13523:
13524: * src/classes/hashfile.C: ! second hashfile::open would cause an
13525: exception
13526:
13527: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13528: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13529: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13530: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13531: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13532: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13533: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13534: types/pa_vresponse.h, types/pa_vstateless_class.C,
13535: types/pa_vstateless_object.h, types/pa_vvoid.h,
13536: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13537: merged VJunction(new Junction) optimization from 3.1.4
13538:
13539: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13540: types/pa_vstateless_class.C: + optimized new VJunction(new
13541: Junction(params)) to new VJunction(params), thousands of mallocs
13542: removed
13543:
13544: 2005-08-05 paf
13545:
13546: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13547: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13548: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13549: creation, no calls later
13550:
13551: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13552: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13553: classes/hashfile.C, classes/image.C, classes/int.C,
13554: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13555: classes/response.C, classes/string.C, classes/table.C,
13556: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13557: include/pa_array.h, include/pa_cache_managers.h,
13558: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13559: include/pa_config_fixed.h, include/pa_config_includes.h,
13560: include/pa_dictionary.h, include/pa_dir.h,
13561: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13562: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13563: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13564: include/pa_request_charsets.h, include/pa_request_info.h,
13565: include/pa_sapi.h, include/pa_socks.h,
13566: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13567: include/pa_stack.h, include/pa_string.h,
13568: include/pa_stylesheet_connection.h,
13569: include/pa_stylesheet_manager.h, include/pa_table.h,
13570: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13571: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13572: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13573: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13574: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13575: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13576: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13577: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13578: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13579: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13580: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13581: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13582: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13583: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13584: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13585: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13586: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13587: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13588: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13589: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13590: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13591: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13592: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13593: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13594: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13595: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13596: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13597: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13598: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13599: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13600: types/pa_vstateless_object.h, types/pa_vstatus.C,
13601: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13602: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13603: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13604: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13605: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13606:
13607: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13608: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13609: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13610: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13611: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13612: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13613: optimized constants in expressions vstring->vdouble
13614:
13615: 2005-07-29 paf
13616:
13617: * src/types/pa_vclass.C: . shaped up error messages a bit
13618:
13619: * src/types/pa_vclass.C: + property getter can now be overridden
13620:
13621: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13622: bug fix: static parent fields were not replaced in case
13623: $derived:field[put] + property setter can now be overridden
13624:
13625: 2005-07-28 paf
13626:
13627: * configure, configure.in, src/classes/classes.h,
13628: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13629: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13630: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13631: src/classes/xnode.h, src/include/pa_hash.h,
13632: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13633: src/types/Makefile.am, src/types/pa_method.h,
13634: src/types/pa_value.h, src/types/pa_vclass.C,
13635: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13636: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13637: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13638: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13639: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13640: src/types/pa_vobject.C, src/types/pa_vobject.h,
13641: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13642: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13643: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13644: src/types/pa_vstateless_class.h,
1.95 moko 13645: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13646: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13647: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13648: dynamic_fields_join
13649:
13650: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13651: classes/xnode.C, include/pa_hash.h, main/execute.C,
13652: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13653: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13654: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13655: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13656: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13657: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13658: types/pa_vresponse.h, types/pa_vstateless_object.h,
13659: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13660: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13661: restored its checks in vobject.put_element->static fields |
13662: dynamic properties
13663:
13664: 2005-07-27 paf
13665:
13666: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13667: is some old code containing @set_name $name
13668:
13669: * src/types/pa_vobject.h: . fixed warning
13670:
13671: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13672: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13673:
13674: * src/: classes/xnode.C, include/pa_hash.h,
13675: types/pa_vstateless_class.C: ! new asserts were all false.
13676: regretfully reverted them all to checks
13677:
13678: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13679: classes/op.C, main/execute.C, types/pa_method.h,
13680: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13681: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13682: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13683: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13684: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13685: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13686: types/pa_vstateless_object.h, types/pa_vvoid.h,
13687: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13688: joined_dynamic_fields: removed unused param from put_method
13689: (returned to 3 params)
13690:
13691: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13692: joined_dynamic_fields: dynamic get/set works with overriding
13693: props [alpha2]
13694:
13695: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13696: works [alfa]
13697:
13698: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13699: classes/op.C, include/pa_hash.h, main/execute.C,
13700: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13701: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13702: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13703: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13704: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13705: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13706: types/pa_vresponse.h, types/pa_vstateless_class.C,
13707: types/pa_vstateless_object.h, types/pa_vvoid.h,
13708: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13709: joined_dynamic_fields: just compiled
13710:
13711: * src/: classes/date.C, classes/file.C, classes/hash.C,
13712: classes/hashfile.C, classes/image.C, classes/table.C,
13713: classes/xdoc.C, classes/xnode.h, main/execute.C,
13714: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13715: types/pa_vstateless_class.h: joined_dynamic_fields: started
13716:
13717: * src/types/pa_vobject.C: . object setters [only started, does not
13718: work yet]
13719:
13720: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13721: object setters [only started, does not work yet]
13722:
13723: 2005-07-26 paf
13724:
13725: * src/: include/pa_request.h, main/execute.C: . properties: set
13726: works [alpha2]. for classes. todo: for objects
13727:
13728: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13729: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13730: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13731: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13732: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13733: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13734: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13735: types/pa_vstateless_object.h, types/pa_vvoid.h,
13736: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13737: properties: set works [alpha1]
13738:
13739: 2005-07-25 paf
13740:
13741: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13742: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13743: properties: started, get works [alpha1, other approach]
13744:
13745: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13746: properties: started, get works [alpha2]
13747:
13748: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13749: pa_vstateless_class.h: . properties: started, get works [alpha]
13750:
13751: 2005-07-15 paf
13752:
13753: * src/: classes/classes.h, classes/op.C, main/execute.C,
13754: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13755: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13756: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13757: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13758: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13759: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13760: types/pa_vresponse.C, types/pa_vresponse.h,
13761: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13762: types/pa_vstateless_object.h, types/pa_vvoid.h,
13763: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13764: types/pa_wwrapper.h, types/types.vcproj: + started property
13765: [getters work but think of changing them too to precaching]
13766:
13767: 2005-07-08 paf
13768:
13769: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13770: gpf
13771:
13772: 2005-06-28 paf
13773:
13774: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13775: in passing empty strings to file::exec/cgi environment
13776:
13777: 2005-06-06 paf
13778:
13779: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13780: ^table:sql ^hash:sql now DO process $.bind option
13781:
13782: 2005-05-24 paf
13783:
13784: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13785: $.limit] now work again [support was broken in 3.1.4]
13786:
13787: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13788: ALL_INTERIOR_POINTERS
13789:
13790: 2005-05-12 paf
13791:
13792: * configure: 3.1.5beta
13793:
13794: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13795:
13796: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13797: $.limit] now work again [support was broken in 3.1.4]
13798:
13799: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13800: line-width [was refusing to fill if line-width >1, thanks to
13801: Seras <seras@pinxit.lt> for repro case
13802:
13803: 2005-04-25 paf
13804:
13805: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13806: correctly
13807:
13808: 2005-04-19 paf
13809:
13810: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13811: in VString violating invariant!!
13812:
13813: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13814: getenv("TZ")==null
13815:
13816: 2005-04-08 paf
13817:
13818: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13819: bugfix: when there is no char in charset one byte produces 6
13820: (ÿ <<max). increased buffer size!
13821:
13822: 2005-03-23 paf
13823:
13824: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13825: ^date.sql-string now takes TZ into account
13826:
13827: 2005-03-16 paf
13828:
13829: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13830: gcc 3.4
13831:
13832: * src/types/pa_vhash.C: . warning about eof eol
13833:
13834: 2005-02-17 paf
13835:
1.211 moko 13836: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13837: ^sleep(double seconds)
1.95 moko 13838:
13839: 2005-02-02 paf
13840:
13841: * src/classes/xnode.C: beauty: removed needless includes
13842:
13843: 2005-01-31 paf
13844:
13845: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13846: $.partNoNumber now alias to $.part1
13847:
13848: * src/types/pa_vmail.C: change: incoming letter part contains
13849: "content-disposition" header with any value? now considering that
13850: part to be "file#" [for text/plain text/html were $.text#
13851: $.html#]
13852:
13853: * INSTALL: updatet to latest working versions available
13854:
13855: 2005-01-20 paf
13856:
13857: * configure.in, src/include/pa_version.h: version
13858:
13859: 2005-01-19 paf
13860:
1.116 moko 13861: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13862: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13863: couple warnings in parser3.C
1.95 moko 13864:
13865: 2004-12-23 paf
13866:
13867: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13868:
13869: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13870: dir to directory of script (when shbang used), not to directory
13871: of its interpreter
13872:
13873: * src/include/pa_version.h: compiled on win32...
13874:
13875: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13876: we need more hspace
13877:
13878: * configure, configure.in, src/include/pa_version.h: configured
13879: host to pa_version. will be displayed everywhere
13880:
13881: * src/main/pa_request.C: new: @unhandled_exception can prevent
13882: exception from being logged by setting $exception.handled(1)
13883:
1.211 moko 13884: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13885: ^file::sql{query}[[options]] options: $.name[file name]
13886: $.content-type[application/what]
13887:
13888: * src/: include/pa_common.h, main/pa_common.C,
13889: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13890: new file
13891:
13892: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13893: bugfix: table->hash now regards _default
13894:
13895: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13896: created by accessing $name_of_method it acquired bad self=closest
13897: methodframe; instead of proper self (current class)
13898:
13899: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13900: hashfile produced bad cord
13901:
13902: 2004-12-10 paf
13903:
13904: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13905: subsequent failures though defined in .h
13906:
13907: * src/main/pa_common.C: comment on volatile
13908:
13909: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13910: alarm function were not used since the beginning due to stupid
13911: error [setsigjmp were not checked in configure.in]
13912:
13913: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13914: unix too
13915:
13916: * src/main/pa_common.C: http: exception status of send/recv errors
13917: change to most probable http.timeout
13918:
13919: * src/main/pa_common.C: win32: http connection $.timeout option now
13920: works [setsockopt on send/receive]
13921:
13922: 2004-12-08 paf
13923:
13924: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13925: cstr-ed knowing mail charset, and untainting uri lang now knows
13926: proper charset
13927:
13928: 2004-11-24 paf
13929:
13930: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13931:
13932: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13933: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13934:
13935: 2004-11-12 paf
13936:
13937: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13938: [since 3.0.4]
13939:
13940: 2004-11-09 paf
13941:
13942: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13943: writes basics to c:\parser3.log
13944:
13945: 2004-10-21 paf
13946:
13947: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13948: tainted strings [were returning clean onces]
13949:
13950: 2004-10-15 paf
13951:
13952: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13953: cycles(i=1; i=2), which was wrong, now does ONE
13954:
13955: 2004-10-12 paf
13956:
13957: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13958:
13959: 2004-10-07 paf
13960:
13961: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13962: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13963: release asserts
13964:
13965: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13966: String.dump() to stdout in detailed form [were String.v() in
13967: short form]
13968:
13969: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13970: \t\r\n as @#| and truncates long char sequences less
13971:
13972: 2004-10-06 paf
13973:
13974: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13975: win32 beauty: socket errors properly decoded
13976:
13977: 2004-10-05 paf
13978:
13979: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13980: request::configure_user/admin done always, even if no
13981: file-to-process useful in @unhandled_exception [say, if they
13982: would want to mail by SMTP something]
13983:
13984: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13985: now performed prior to file loading [and @auto executing] thus
13986: making $cookie:value available in @auto and in
13987: @unhandled_exception when IIS is configured to run interpreter
13988: even if no file exist
13989:
13990: 2004-09-20 paf
13991:
13992: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13993: somewhere where it should have called xmlMalloc and it calls
13994: xmlFree when it should have not called it. inserted two
13995: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13996: xmlFree just ignored. put away a testcase, maybe someday libxml
13997: author would fix all that. until that day: we have SLOW garbage
13998: collecting when many xml objects are alive hint: do
13999: ^memory:compact[] before xdoc::create
14000:
14001: 2004-09-17 paf
14002:
14003: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
14004: error from 3.0.8 version]
14005:
14006: 2004-09-14 paf
14007:
14008: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
14009: part bugfix: hashfile.foreach iterated only part if hashfile were
14010: modified inside
14011:
14012: 2004-09-13 paf
14013:
14014: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
14015: [were as octal]
14016:
14017: * src/types/pa_vhashfile.C: beauty: not reproduced
14018: $hashfile.key[$novalue] bug [reported by motorin], inserted
14019: safety-check
14020:
14021: * src/types/pa_vhashfile.C: change: empty keys now error in parser
14022: [not something obscure from sdbm lib]
14023:
14024: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
14025: = strerror now returnes something and we can properly report that
14026: to client
14027:
14028: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
14029: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
14030:
14031: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
14032: [tainted as-is] this helps //[space][newline] to remain as-is and
14033: not be unnecessary optimized away [ruining javascript]
14034:
14035: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
14036: [tainted as-is]
14037:
14038: * src/classes/mail.C: bugfix: typo error
14039:
14040: 2004-09-09 paf
14041:
14042: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
14043: separators bugfix: loads header with endings \r\n\r\n and \n\n
14044: (bloody yandex.server)
14045:
14046: 2004-09-06 paf
14047:
14048: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
14049: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
14050: encoded
14051:
14052: 2004-09-01 paf
14053:
14054: * src/types/pa_vmail.C: change: multipart/mixed changed to
14055: multipart/related outlook express have no problems showing
14056: unrelated attachments. todo: someday figure out a way of
14057: multipart/mixed multipart/related text/html
14058: image/xxx application/octet-stream << true attachments
14059:
14060: * src/types/pa_vmail.C: new:
14061: ^mail:send[$.file[$.content-disposition can be overriden new:
14062: empty mail header fields removed from letter
14063:
14064: * src/: classes/mail.C, include/pa_config_fixed.h,
14065: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
14066: ^mail:send[ $.file[ $.any[header]
14067:
14068: 2004-08-30 paf
14069:
14070: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
14071: warnings
14072:
14073: * src/main/pa_common.C: beauty: do not bother with charset
14074: detection when ^file::load[binary
14075:
14076: 2004-08-27 paf
14077:
14078: * src/main/pa_common.C: hack: for yandex.server http server
14079:
14080: 2004-08-18 paf
14081:
14082: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
14083: possibly-chunked response
14084:
14085: 2004-08-17 paf
14086:
14087: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14088: $f.content-type now = that of http response
14089:
14090: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14091: $f.content-type now = that of http response
14092:
14093: 2004-07-30 paf
14094:
14095: * src/: include/pa_request.h, main/pa_request.C,
14096: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
14097: win32: system&parser exceptions in release mode reported properly
14098: parser exception in exception handler WERE mistakenly reported as
14099: system exception, without details [in apache & isapi] +some
14100: beauty in exception text
14101:
14102: * src/: include/pa_exception.h, main/pa_request.C,
14103: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
14104: release mode reported properly parser exception in exception
14105: handler WERE mistakenly reported as system exception, without
14106: details
14107:
14108: * src/main/execute.C: beauty: simplified system exception handling
14109:
14110: 2004-07-29 paf
14111:
14112: * src/classes/table.C: bugfix:
14113: ^table.save[export.csv;$.separator[^;]] now works fine [separator
14114: were ignored, and \t used unconditionally]
14115:
14116: * src/types/Makefile.am: added vhash.c
14117:
14118: 2004-07-28 paf
14119:
14120: * src/: classes/date.C, classes/image.C, classes/math.C,
14121: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
14122: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
14123: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
14124: failed on russian letters
14125:
14126: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
14127: bugfix: isspace((unsigned char)c) everywhere. failed on russian
14128: letters
14129:
14130: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
14131: as 'currentDirectory' parameter to CreateProcess
14132:
14133: 2004-07-27 paf
14134:
14135: * src/targets/cgi/parser3.vcproj: beauty: win32:
14136: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
14137: from release somewhere [to help searching for unhandled system
14138: exceptions]
14139:
14140: * src/types/pa_vdate.h: check: for invalid datetime after temporary
14141: TZ shift
14142:
14143: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
14144: but also in ctor
14145:
14146: 2004-07-26 paf
14147:
1.211 moko 14148: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14149: src/main/pa_common.C, src/main/pa_request.C,
14150: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 14151: src/types/types.vcproj: new: $response:body/download[
14152: $.file[name on disk] $.name[of file for user]
14153: $.mdate[date of last-modified. default from directory] ]
14154:
14155: * src/classes/file.C: moving file:send somewhere else..
14156:
14157: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
14158: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
14159: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
14160: $response:download[ $.filename[filename] $.option[] ,, ]
14161:
14162: * src/classes/file.C: beauty: invalid mode thoroughly reported
14163:
14164: 2004-07-21 paf
14165:
14166: * src/types/pa_vmail.C: bugfix: too long header values now splitted
14167: to several lines
14168:
14169: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
14170:
14171: note: ms outlook[!express] shows only first 255 characters of
14172: subject
14173:
14174: 2004-07-15 paf
14175:
14176: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
14177: off]
14178:
14179: 2004-07-14 paf
14180:
14181: * src/classes/table.C: bugfix: $.bind values now got untainted
14182: according to lang [were: as-is]
14183:
14184: 2004-07-07 paf
14185:
14186: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
14187: checked that
14188:
14189: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
14190: now untainted according to their languages. were: as-is.
14191: EVERYWHERE
14192:
14193: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
14194: environment string now untainted according to their languages.
14195: were: as-is. EVERYWHERE
14196:
14197: * src/main/pa_exec.C: bufix: on unix environment string now
14198: untainted according to their languages. were: as-is. on win32:
14199: ok
14200:
14201: * parser3.vssscc: ...would not go unnoticed
14202:
14203: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
14204: fails. in case on input appears nonutf, those bytes will be
14205: printed in %HH form. that can be easily decoded/recovered.
14206:
14207: this form is quite noticable, and hopefully would not go noticed
14208:
14209: 2004-07-06 paf
14210:
14211: * src/main/pa_exec.C: bufix: on unix environment string now
14212: untainted according to their languages. were: as-is. on win32:
14213: ok
14214:
14215: 2004-07-01 paf
14216:
14217: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
14218: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
14219: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14220: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
14221: main/main.vcproj, targets/cgi/parser3.vcproj,
14222: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
14223: option: global optimization ON
14224:
14225: * src/main/untaint.C: workaround kinda bug in libxml: life requires
14226: to do xdoc::create{invalid chars} standard disables chars less
14227: then \x20, except tab, cr, lf.
14228:
14229: changed tainting so that those become '!'
14230:
14231: 2004-06-25 paf
14232:
14233: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14234: int on odd address [prev bugfix failed due to superwize
14235: optimizer, which turned memcpy into same 'ld' asm command]
14236:
14237: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14238: int on odd address
14239:
14240: 2004-06-22 paf
14241:
14242: * src/sql/pa_sql_driver.h: note: about possible optimization
14243:
1.211 moko 14244: * operators.ru.txt, operators.txt, src/classes/hash.C,
14245: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
14246: src/classes/void.C, src/include/pa_config_includes.h: new:
14247: ^void:sql{call paf(:a)}[ $.bind[
14248: $.a[2] ] ] output variables work. todo:
14249: check in out variables
1.95 moko 14250:
14251: 2004-06-18 paf
14252:
14253: * src/: classes/file.C, classes/hash.C, classes/string.C,
14254: classes/table.C, classes/void.C, include/pa_globals.h,
14255: include/pa_sql_connection.h, main/compile.tab.C,
14256: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
14257: $.bind[ $.a[2] ]
14258: ] input variables work. todo:output
14259:
14260: * src/targets/cgi/parser3.C: bugfix: iis specific
14261: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
14262: /_bug.html?404;http://hpsv/test/
14263: --------------------------------------------------------------------------------
14264: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
14265: --------------------------------------------------------------------------------
14266: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
14267:
14268: 2004-06-16 paf
14269:
14270: * src/targets/cgi/parser3.C: new: iis specific
14271: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
14272: $request:query
14273: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
14274: $form:fields IIS-STATUS="404"
14275: IIS-DOCUMENT="http://server/_bug.html" f="v"
14276:
14277: todo: isapi too
14278:
14279: 2004-05-26 paf
14280:
14281: * src/include/pa_version.h: 3.1.3
14282:
1.211 moko 14283: * operators.ru.txt, operators.txt: beauty: removed outdated level
14284: 'table'
1.95 moko 14285:
14286: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
14287:
14288: * src/main/pa_string.C: beauty: removed 3 warnings
14289:
14290: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
14291: classes/op.C: beauty: removed outdated level 'table'
14292:
14293: 2004-05-25 paf
14294:
14295: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
14296: implementation. mistery: how anything worked
14297:
14298: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
14299: changed, it is now safe to use url if pointers to it are stored
14300: to gc mem
14301:
14302: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
14303: unknown errors reported and not cause SIGSEGV now
14304:
14305: 2004-05-24 paf
14306:
14307: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14308: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
14309: less memory: CORD_chars_block originally intended to ... it was
14310: good that CORD_chars_block were not used: it consumes more memory
14311: [and, might be slow too] undoing that. [and removed that func so
14312: that it would not confuse parser developer in future]
14313:
14314: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
14315: less memory: CORD_chars_block originally intended to
14316: speedup/reduce mem usage were forgotten, and were used stupid
14317: CORD_chars
14318:
14319: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
14320:
14321: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
14322: BIGENDIAN processors space-conserving mech failed, causing
14323: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
14324: (1|2|3));
14325:
14326: 2004-05-14 paf
14327:
14328: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
14329: bugfix: void now has vfile value, and $response:body[] works OK
14330:
14331: 2004-05-12 paf
14332:
14333: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
14334: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
14335: sources to use is_defined() {return as_bool();} along VBool
14336:
14337: 2004-05-11 paf
14338:
14339: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
14340: referencing to local objects
14341:
14342: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
14343: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
14344: left intact
14345:
14346: 2004-04-15 paf
14347:
14348: * src/classes/date.C: merged: beauty: unused var removed
14349:
14350: * src/classes/date.C: beauty: unused var removed
14351:
14352: * src/include/: pa_exec.h: bugfix: interface without pointer
14353: provoked bug
14354:
14355: 2004-04-09 paf
14356:
14357: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14358:
14359: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14360:
14361: 2004-04-08 paf
14362:
14363: * src/classes/date.C: new: ^date::create[y-m-d
14364: h-M-s>>.milliseconds<<] now allowed, ignored so far
14365:
14366: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14367:
14368: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14369: to consult default catalog [usually, that file belongs to other
14370: user/group]
14371:
14372: 2004-04-06 paf
14373:
14374: * src/main/pa_common.C: beauty: gcc warning removed
14375:
14376: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14377: accept that trick, trying other
14378:
14379: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14380: explicit result problem
14381:
14382: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14383: explicit result problem
14384:
14385: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14386: explicit result problem
14387:
1.211 moko 14388: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14389: ^string.append[string]
1.95 moko 14390:
14391: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14392: main/execute.C: attempt_check_call_in_explicit_result_mode:
14393: failed
14394:
14395: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14396: http://i.p.a.ddress gethostbyaddr added [on some platforms
14397: gethostbyname failed with such 'domains'] now checked properly,
14398: were: needless reverse/forward dns lookup
14399:
14400: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14401: http://i.p.a.ddress gethostbyaddr added [on some platforms
14402: gethostbyname failed with such 'domains'] now checked properly,
14403: were: needless reverse/forward dns lookup
14404:
14405: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14406: @method[][result] means "no string output here" moved to lexical
14407: level [on grammar level it were too difficult]
14408:
1.211 moko 14409: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14410: src/main/compile.tab.C, src/main/compile.y,
14411: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14412: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14413: string output here", implemented part of that idea: compiler
14414: throws away string literal generation code. and barks
14415: nonwhitespace chars
1.95 moko 14416:
1.211 moko 14417: * operators.ru.txt, operators.txt: truth: removed comment about
14418: $ORIGIN
1.95 moko 14419:
14420: 2004-04-05 paf
14421:
14422: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14423: src/include/pa_version.h, src/main/pa_common.C,
14424: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14425:
14426: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14427: Konstantin Tomashevitch [mailto:konst@design.ru]
14428:
14429: * src/doc/html2chm.cmd: beauty: no need in bg here
14430:
14431: * src/doc/sources2html.cmd: beauty: same window, in bg it
14432: interfered with FAR console
14433:
14434: * configure, configure.in: 3.1.3
14435:
14436: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14437:
14438: * src/main/pa_common.C: removed warning
14439:
14440: * src/include/pa_version.h: 3.1.3
14441:
14442: 2004-04-02 paf
14443:
14444: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14445:
14446: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14447: allows to specify where to put parser log file
14448:
14449: 2004-04-01 paf
14450:
14451: * src/classes/table.C: bugfix: bugfix: table::load last line
14452: without tab and enter were ignored
14453:
14454: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14455: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14456: main/pa_socks.C, targets/cgi/parser3.C,
14457: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14458: bugfix: sql connections now are disconnected
14459:
14460: 2004-03-30 paf
14461:
14462: * src/classes/table.C: bugfix: table::load last line without tab
14463: and enter were ignored
14464:
14465: * src/classes/table.C: bufix: if last table lines were commented,
14466: gpfed
14467:
14468: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14469: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14470: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14471: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14472: doc/methoded.dox, doc/object.dox, doc/string.dox,
14473: doc/targets.dox, doc/value.dox, include/pa_version.h,
14474: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14475: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14476: bugfixes from 3.1.2, changed version to 3.1.3beta
14477:
14478: 2004-03-29 paf
14479:
14480: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14481: causes gpf
14482:
14483: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14484: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14485: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14486: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14487: value.dox: translated to english
14488:
14489: 2004-03-25 paf
14490:
14491: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14492: parser3project dependency removed
14493:
14494: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14495: bugfix: refused to compile without xml
14496:
14497: * src/types/pa_vform.C: beauty: removed warning
14498:
14499: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14500: any folder [removed last ;) folder dependency]
14501:
14502: * src/classes/classes.vcproj: bugfix: now all compiles in any
14503: folder [removed last ;) folder dependency]
14504:
14505: * src/include/pa_version.h: release
14506:
14507: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14508:
14509: * src/classes/table.C: beauty: comment& more meaningful error
14510: message
14511:
14512: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14513: $.hash[$.column_value1(true) ... ] [were producing some strang
14514: thing]
14515:
14516: 2004-03-23 paf
14517:
14518: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14519: and http status line parsing checked number of columns in table
14520: [user reported an assert]
14521:
1.211 moko 14522: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14523:
14524: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14525: bugfix: junction reattach now actually reattaches a junction to
14526: new wcontext [were only assigning it to junction, which caused
14527: junction tracking to loose junction, and it's context were not
14528: killed, and it tried to process in invalid context, gpf]
14529:
14530: * src/targets/cgi/parser3.C: debug helper added
14531:
14532: 2004-03-19 paf
14533:
14534: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14535: "type(type)" in braces
14536:
14537: 2004-03-10 paf
14538:
1.211 moko 14539: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14540: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14541: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14542: src/types/pa_vxnode.h: new: refined solution to
14543: search-in-namespaces problem:
1.95 moko 14544: $xdoc.search-namespaces.x[http://pif.design.ru/]
14545: $nodes[^xdoc.select[//x:second]]
14546:
1.211 moko 14547: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14548: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14549: search for info in namespaces
1.95 moko 14550:
14551: $nodes[^xdoc.select[//x:second][
14552: $.x[http://pif.design.ru/] ]]
14553:
14554: 2004-03-09 paf
14555:
1.211 moko 14556: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14557: ^file::load[...][options] $.form[
14558: !$.field1[string]
14559: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14560: ] !$.body[string]
14561:
14562: GET ?here notGET(POST, HEAD, others) in content-type:
14563: application/x-www-form-urlencoded
14564:
14565: todo: upload files ability
14566:
14567: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14568: properly, done
14569:
14570: 2004-03-05 paf
14571:
1.211 moko 14572: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14573: file::load[;http:// GET/POST $.form[$.fields started, not tested
14574: yet todo:$.field[table] for multiple values
1.95 moko 14575:
1.211 moko 14576: * operators.ru.txt, operators.txt: new: http:// options $.user
14577: $.password basic authorization
1.95 moko 14578:
14579: * src/main/pa_common.C: beauty: link to rtf added
14580:
1.211 moko 14581: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14582: src/main/pa_common.C: new: http:// options $.user $.password
14583: basic authorization
1.95 moko 14584:
14585: * src/main/pa_common.C: beauty: removed needless vars
14586:
1.211 moko 14587: * operators.ru.txt, operators.txt: new: pgsql option [like that
14588: recently added to oracle driver]
14589: ClientCharset=parser-charset << charset in which parser thinks
14590: client works
14591:
14592: * operators.ru.txt, operators.txt: new: odbc option [like that
14593: recently added to oracle driver]
14594: ClientCharset=parser-charset << charset in which parser thinks
14595: client works
1.95 moko 14596:
14597: * src/sql/pa_sql_driver.h: beauty: important warning added
14598:
14599: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14600: char!
14601:
14602: * etc/parser3.charsets/windows-1251.cfg: typo
14603:
14604: 2004-03-04 paf
14605:
14606: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14607: cached, sql transcoding now goes faster
14608:
1.211 moko 14609: * operators.ru.txt, operators.txt: new: mysql option [like that
14610: recently added to oracle driver]
14611: ClientCharset=parser-charset << charset in which parser thinks
14612: client works
1.95 moko 14613:
14614: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14615: typo error
14616:
14617: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14618: chars commented
14619:
14620: 2004-03-03 paf
14621:
14622: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14623: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14624:
14625: 2004-03-02 paf
14626:
1.211 moko 14627: * operators.ru.txt, operators.txt: new[update typo]:
14628: !^void.left(n) nothing !^void.right(n) nothing
14629: !^void.mid(p[;n]) nothing
14630:
14631: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14632: !^void.left(n) nothing !^void.right(n) nothing
14633: !^void.pos(p[;n]) nothing
1.95 moko 14634:
1.211 moko 14635: * operators.ru.txt, operators.txt, src/classes/file.C,
14636: src/include/pa_string.h: new:
1.95 moko 14637: ^file::sql[[name_to_become_$.name]]{} query result must be one
14638: row with columns: first: data second: file name third:
14639: content-type
14640:
1.211 moko 14641: * operators.ru.txt, operators.txt, src/classes/file.C:
14642: ^file.sql-string[] inside ^connect gets properly escaped string,
14643: which can be passed to request now this for mysql only. it's up
14644: to parser sql driver to fix zeros properly
1.95 moko 14645:
14646: * INSTALL: note: added on building apache with this option:
14647: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14648:
14649: 2004-03-01 paf
14650:
14651: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14652: extension memory:compact befor processingrequest
14653:
1.211 moko 14654: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14655: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14656:
1.211 moko 14657: * operators.ru.txt, operators.txt, src/classes/image.C,
14658: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14659: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14660:
14661: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14662: beauty: image -- less checks [were ugly impl]
14663:
14664: * src/classes/string.C: bugfix: ^string.left/right/mid with
14665: negative values now considered bad
14666:
14667: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14668:
14669: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14670: options now have unified defaults [after transform
14671: indent/omit-xml-declaration/standalone 'default' erroreously
14672: meant 'true']
14673:
14674: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14675: added [on some platforms gethostbyname failed with such
14676: 'domains']
14677:
14678: * src/include/pa_config_auto.h.in: no select check, no define
14679:
14680: * src/classes/string.C: feature: ^string.trim both parameters may
14681: be empty-strings, meaning kind=both chars=whitespaces
14682:
14683: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14684: exist
14685:
14686: * src/classes/string.C: check: trim 'chars' must not be empty,
14687: exception if it is
14688:
14689: * src/classes/string.C: changed: ^string.trim [] << both,
14690: whitespaces [start|both|end] << kind, whitespaces
14691: [start|both|end;chars] full
14692:
14693: 2004-02-27 paf
14694:
1.211 moko 14695: * operators.ru.txt, operators.txt, src/classes/string.C,
14696: src/main/pa_string.C: new method:
14697: ^string.trim[start|both|end[;chars]] default 'chars' --
14698: whitespace chars finished
1.95 moko 14699:
1.211 moko 14700: * operators.ru.txt, operators.txt, src/classes/string.C,
14701: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14702: ^string.trim[start|both|end[;chars]] default 'chars' --
14703: whitespace chars started, only start works
14704:
14705: * src/main/compile.C: bugfix: line numbers after
14706: ^process{}[$.line(-10]] can be negative, allowed to print they as
14707: signed
14708:
14709: * src/main/untaint.C: speed: there's no \n chars in output
14710: [normally], so no need to optimize them they could be retrived
14711: from databases, though. but 1. should be replaced 2. if not
14712: optimized, no harm done
14713:
14714: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14715: ^file::exec/cgi could return invalid status & zombie child can
14716: remain for short period until process exists [very bad in
14717: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14718:
14719: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14720: malicious SMTP server to attack as by returning too long status
14721: responses http://i2/tasks/edit/?id=4629448401140924947
14722:
14723: 2004-02-26 paf
14724:
1.211 moko 14725: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14726: has options] which are $.main[to what to rename @main]
1.95 moko 14727: $.file[file, from which (user says) goes that CODE]
14728: $.lineno(line number in that file, where CODE starts. may be
14729: negative)
14730:
1.211 moko 14731: * operators.ru.txt, operators.txt, src/classes/op.C,
14732: src/include/pa_request.h, src/main/compile.C,
14733: src/main/compile_tools.h, src/main/pa_request.C: feature:
14734: ^process...{CODE}[now has options] which are $.main[to
14735: what to rename @main] $.file[file, from which (user says)
14736: goes that CODE] $.lineno(line number in that file, where
14737: CODE starts. may be negative)
14738:
1.95 moko 14739: 2004-02-25 paf
14740:
1.116 moko 14741: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14742: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14743:
14744: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14745: produces hash of column=>1
14746:
14747: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14748: with incomplete errno constants set
14749:
14750: 2004-02-24 paf
14751:
14752: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14753: "man select"
14754:
14755: * src/main/pa_os.C: beauty: <0 better then ==-1
14756:
14757: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14758:
14759: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14760:
1.116 moko 14761: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14762:
14763: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14764: unix: steps to work on unix [extracted 'to']
14765:
14766: * src/classes/mail.C: smtp on unix: steps to work on unix
14767:
14768: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14769:
1.116 moko 14770: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14771: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14772: unix [testing on solaris]
1.95 moko 14773:
14774: 2004-02-20 paf
14775:
14776: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14777: pointing that out
14778:
14779: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14780: fixed again [same solution, mistanenly removed one line]
14781:
14782: 2004-02-19 paf
14783:
14784: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14785: date::create from bad datetime in spring daylightsaving hole now
14786: OK for all platforms [on some platforms it failed]
14787:
14788: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14789: in daylightsaving hole] now throws error
14790:
14791: * src/classes/date.C: comment: mistake fixed
14792:
14793: 2004-02-18 paf
14794:
14795: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14796: now renderes in $request:charset, but in header puts
14797: $response:charset todo: make that default only so that coder
14798: could override that
14799:
14800: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14801: turns off omit-xml-declaration
14802:
14803: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14804: /.xsl for sample
14805:
14806: 2004-02-17 paf
14807:
14808: * src/classes/xdoc.C: beauty: needless helper class removed
14809:
14810: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14811: copied extra time
14812:
14813: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14814: part of libxml
14815:
14816: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14817: libxml to do the work] <xsl:output method="html"
14818: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14819: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14820: />
14821:
14822: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14823:
14824: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14825: caused assertion
14826:
14827: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14828: could hang. now such add does nothing, sub clears $hash
14829:
14830: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14831: not made quoted-printable
14832:
14833: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14834: string invariant
14835:
14836: 2004-02-16 paf
14837:
14838: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14839: cleared [were not cleared properly]
14840:
14841: 2004-02-13 paf
14842:
1.116 moko 14843: * src/include/pa_version.h: prerelease
1.95 moko 14844:
14845: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14846: used, introducing dependencies timestamp check
14847:
14848: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14849: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14850: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14851: .xsl.stamp now not used, introducing dependencies timestamp check
14852:
1.150 moko 14853: * configure.in: auto.p: @conf made relative
1.95 moko 14854:
14855: 2004-02-12 paf
14856:
14857: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14858: ruined empty <input type=file> submits. parser thought there were
14859: nameless empty file and $form:field got value of type 'file'
14860:
14861: * INSTALL: --without-threads
14862:
14863: * src/include/pa_sapi.h: 2004
14864:
14865: 2004-02-11 paf
14866:
14867: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14868: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14869: classes/hashfile.C, classes/image.C, classes/int.C,
14870: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14871: classes/response.C, classes/string.C, classes/table.C,
14872: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14873: include/pa_array.h, include/pa_cache_managers.h,
14874: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14875: include/pa_config_fixed.h, include/pa_config_includes.h,
14876: include/pa_dictionary.h, include/pa_dir.h,
14877: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14878: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14879: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14880: include/pa_request_charsets.h, include/pa_request_info.h,
14881: include/pa_socks.h, include/pa_sql_connection.h,
14882: include/pa_sql_driver_manager.h, include/pa_stack.h,
14883: include/pa_string.h, include/pa_stylesheet_connection.h,
14884: include/pa_stylesheet_manager.h, include/pa_table.h,
14885: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14886: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14887: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14888: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14889: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14890: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14891: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14892: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14893: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14894: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14895: main/pa_sql_driver_manager.C, main/pa_string.C,
14896: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14897: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14898: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14899: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14900: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14901: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14902: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14903: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14904: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14905: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14906: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14907: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14908: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14909: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14910: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14911: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14912: types/pa_vresponse.h, types/pa_vstateless_class.C,
14913: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14914: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14915: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14916: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14917: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14918: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14919:
14920: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14921: debug version of gc.dll
14922:
14923: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14924: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14925: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14926: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14927: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14928: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14929: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14930: processes
14931:
14932: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14933: main/pa_globals.C, targets/cgi/parser3.vcproj,
14934: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14935: changes to reflect libxml xsl new folders
14936:
14937: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14938: lib/smtp/smtp.vcproj, main/main.vcproj,
14939: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14940: to reflect libxml xsl new folders
14941:
14942: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14943: lib/smtp/smtp.vcproj, main/main.vcproj,
14944: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14945: types/types.vcproj: started changes to reflect libxml xsl new
14946: folders
14947:
14948: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14949: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14950: src/main/compile.tab.C, src/main/main.vcproj,
14951: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14952: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14953: started changes to reflect libxml xsl new folders
14954:
14955: 2004-02-10 paf
14956:
14957: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14958: compile. recommened latest libxml up to date
14959:
14960: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14961: pattern compilation errors", on which spent 4 hours worktime. use
14962: versions higher than that. recommended now latest up to date
14963:
14964: 2004-02-06 paf
14965:
14966: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14967: beauty: unified destructing style
14968:
14969: * src/main/untaint.C: beauty: removed old def/ifdef
14970:
14971: * src/main/untaint.C: beauty: coredump @unknown untaint language
14972: now
14973:
14974: 2004-02-03 paf
14975:
14976: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14977: targets/isapi/parser3isapi.C, types/pa_value.C,
14978: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14979: then %ld/%lu
14980:
14981: * src/main/pa_common.C: typo: %l -> %u
14982:
14983: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14984: in attributes or documents-results of transform now not xx;
14985:
14986: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14987:
14988: * src/main/pa_charset.C: bugfix: forgot to undo some
14989:
14990: * src/main/pa_charset.C: beauty: uncomment
14991: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14992: libraries
14993:
14994: 2004-02-02 paf
14995:
14996: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14997: $cookie:example[ $.value[value] $.path[/there/] ]
14998:
14999: $cookie:example[ $.value[] $.expires[session]
15000: $.path[/there/] $.domain[test.com] ]
15001:
15002: * src/types/pa_vform.C: bugfix: empty values with
15003: enctype=multipart/form-data now produce entries in $form:tables
15004: <form method=post enctype=multipart/form-data> <input type=hidden
15005: name=a> <input type=hidden name=b>
15006:
15007: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
15008: <hr> <pre>$request:body
15009:
15010: 2004-01-30 paf
15011:
15012: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
15013: or documents-results of transform now not xx;
15014:
15015: * src/classes/date.C: bugfix: ^date::create[invalid fields now
15016: produce exception.
15017:
15018: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
15019: bugfix: ^date::create[invalid fields now produce exception.
15020:
15021: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
15022: year] now produces exception. todo: check other fields
15023:
15024: 2004-01-29 paf
15025:
15026: * src/include/pa_memory.h: typo error
15027:
15028: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
15029: more byte then specified, then zeroed it << useless and
15030: potentially harmful(could gpf)
15031:
15032: 2004-01-22 paf
15033:
15034: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
15035:
15036: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
15037: optimization
15038:
15039: * src/main/untaint.C: bugfix: whitespace now optimized properly
15040: [were bug: ^taint[1 & 2]="1 &2"
15041:
15042: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
15043: errors
15044:
15045: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
15046: overflow
15047:
15048: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
15049: error-reporting code * in parser-error reporting code [when no
15050: @unhandled_exception defined]
15051:
15052: fixed in one place: my *snprintf override
15053:
15054: 2004-01-13 paf
15055:
1.211 moko 15056: * operators.ru.txt, operators.txt: typo erro
1.95 moko 15057:
15058: 2003-12-25 paf
15059:
15060: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
15061: garbled [pieces after zero bytes were removed]
15062:
15063: 2003-12-22 paf
15064:
1.116 moko 15065: * src/include/Makefile.am: bugfix: removed from dist:
15066: src/include/pa_config_auto.h which were configured for
1.95 moko 15067: make-dist-platform and badly updated proper config file in target
15068: [when .tar used for updating existing source tree]
15069:
1.211 moko 15070: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 15071: src/include/pa_sql_connection.h,
15072: src/include/pa_sql_driver_manager.h,
15073: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
15074: feature: sql introducing ability to transcode charsets
15075:
15076: 2003-12-19 paf
15077:
15078: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
15079: error message
15080:
15081: * src/main/pa_charset.C: bugfix: memory for charsethandler
15082: structure for libxml now allocated properly
15083:
15084: 2003-12-17 paf
15085:
15086: * src/types/pa_vfile.C: beauty: removed outdated cast
15087:
15088: * src/main/pa_common.C: bugfix: empty http response caused gpf
15089:
15090: * src/include/pa_string.h: bugfix: removed too strong a assert
15091:
15092: * src/main/pa_globals.C: bugfix: removed false warning [warning:
15093: unreported xmlGenericErrors]
15094:
15095: 2003-12-15 paf
15096:
15097: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
15098: works}
15099:
15100: 2003-12-11 paf
15101:
1.211 moko 15102: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
15103: !$status:pid process id
1.95 moko 15104: !$status:tid thread id
15105:
15106: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15107: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
15108: bugfix(solaris): removed dependency on object initialization
15109: order [one more place]
15110:
15111: * src/: classes/file.C, classes/mail.C, classes/op.C,
15112: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
15113: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
15114: understand that
15115:
15116: * src/: classes/file.C, classes/mail.C, classes/op.C,
15117: classes/xdoc.C, include/pa_cache_managers.h,
15118: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15119: include/pa_stylesheet_manager.h, main/pa_request.C,
15120: main/pa_stylesheet_manager.C, types/pa_vimage.C,
15121: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
15122: ctor call [relying on implicit String::Body(cstr) call]
15123:
15124: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
15125: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
15126: object initialization order [two places]
15127:
15128: 2003-12-10 paf
15129:
15130: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
15131: << time now ok
15132:
1.211 moko 15133: * operators.ru.txt, operators.txt,
15134: src/main/pa_sql_driver_manager.C,
1.95 moko 15135: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
15136: operational
15137:
1.211 moko 15138: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 15139: src/include/pa_charset.h, src/include/pa_sql_connection.h,
15140: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
15141: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
15142: back operational
15143:
15144: 2003-12-02 paf
15145:
15146: * src/types/pa_vmail.C: bugfix:
15147: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
15148: as-is forced]
15149:
15150: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
15151: exceptions out of libxml callbacks: reimplemented error handling
15152: of http://localhost, parser://method and safemode check callbacks
15153:
15154: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
15155: [merged from HEAD]
15156:
15157: * src/classes/image.C: nothing: comment removed
15158:
15159: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
15160: addresses to int
15161:
15162: 2003-12-01 paf
15163:
15164: * src/main/pa_xml_io.C: bugfix: typo
15165:
15166: * src/main/pa_globals.C: bugfix: win32: compile prob
15167:
15168: * src/classes/xdoc.C: bugfix: typo
15169:
15170: * src/main/pa_xml_io.C: todo: safe mode check not to throw
15171: exception
15172:
15173: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
15174:
15175: 2003-11-28 paf
15176:
15177: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
15178: all xml documents read
15179:
15180: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
15181:
15182: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
15183: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15184: replaced original open mech of xdoc::create & co to use libxml
15185: open, so that this would work for root document todo: safe mode
15186: checks to libxml: ideally to some 1 point
15187:
15188: * src/main/pa_xml_io.C: comment
15189:
1.211 moko 15190: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
15191: in http://parser[abscent params]
1.95 moko 15192:
1.211 moko 15193: * operators.ru.txt, operators.txt, src/include/pa_request.h,
15194: src/main/pa_xml_io.C: works. todo: maybe replace original open
15195: mech of xdoc::create & co to use libxml open, so that this would
15196: work for root document
1.95 moko 15197:
15198: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
15199: "parser://method/params/here"> <test> &test^; </test> }]
15200:
15201: ^taint[^xdoc.string[]]
15202:
15203: @method[param] <!ENTITY test
15204: "test-entity-value+$form:user+$param!">
15205:
15206: 2003-11-27 paf
15207:
15208: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
15209:
15210: * src/classes/date.C: bugfix: typo error
15211:
15212: 2003-11-26 paf
15213:
1.211 moko 15214: * operators.ru.txt, operators.txt, src/include/Makefile.am,
15215: src/include/pa_globals.h, src/main/Makefile.am,
15216: src/main/main.vcproj, src/main/pa_globals.C,
15217: src/main/pa_request.C, src/include/pa_xml_io.h,
15218: src/main/pa_xml_io.C: simplification: xml errors to
15219: hash<thread_id,error> reorganization: xml io moved to
15220: pa_xml_io.C/h
1.95 moko 15221:
15222: * src/types/pa_value.h: warnings: --
15223:
15224: 2003-11-25 paf
15225:
15226: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
15227: whatever)
15228:
15229: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
15230: a, (c?x:y, z)
15231:
15232: * src/main/untaint.C: bugfix: consequences of not reading this
15233: comment: CORD_pos_chars_left /* Number of characters in cache.
15234: <= 0 ==> none */
15235:
15236: * src/include/pa_array.h: removed needless checks
15237:
15238: 2003-11-24 paf
15239:
15240: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
15241: removed limit: now $form:xxx can be accessed anytime, even in
15242: @auto/conf [and request/response:charset still can be changed
15243: anytime]
15244:
15245: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
15246: now not transcodes response body
15247:
1.211 moko 15248: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
15249: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
15250: $tn[^xdoc.createTextNode[text node value]]
15251: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 15252: $xdoc.firstChild.firstChild.nodeValue[different]
15253: ^taint[^xdoc.string[]]
15254:
15255: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
15256: workaround: static Hash::allocates -> static Hash_allocates
15257:
15258: 2003-11-21 paf
15259:
1.116 moko 15260: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
15261: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
15262: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 15263:
15264: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
15265:
15266: * src/classes/mail.C: bugfix: typo
15267:
15268: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 15269: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
15270: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
15271: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
15272: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 15273: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
15274:
15275: * src/main/pa_exec.C: bug in safe mode
15276:
15277: * src/include/Makefile.am: pa_xml_exception.h
15278:
15279: * src/targets/isapi/parser3isapi.C: more warnings --
15280:
15281: 2003-11-20 paf
15282:
15283: * src/: classes/math.C, classes/op.C, classes/string.C,
15284: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
15285: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
15286: --
15287:
15288: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
15289: more warnings --
15290:
15291: * src/classes/xdoc.C: more warnings --
15292:
15293: * src/classes/: date.C, image.C, xdoc.C: more warnings --
15294:
15295: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
15296: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
15297:
15298: * src/: classes/date.C, classes/file.C, classes/hash.C,
15299: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
15300: classes/table.C, include/pa_cache_managers.h,
15301: include/pa_stylesheet_connection.h, main/pa_request.C,
15302: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
15303: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
15304: --
15305:
15306: * src/main/: execute.C, pa_request.C: old forgotten todo: when
15307: can't report problem (undefined @unhandled_exception) problem
15308: source string were not reported
15309:
15310: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15311: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15312: classes/hashfile.C, classes/image.C, classes/int.C,
15313: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
15314: classes/response.C, classes/string.C, classes/table.C,
15315: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15316: include/pa_array.h, include/pa_cache_managers.h,
15317: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15318: include/pa_config_fixed.h, include/pa_dictionary.h,
15319: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
15320: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
15321: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
15322: include/pa_request.h, include/pa_request_charsets.h,
15323: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
15324: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15325: include/pa_stack.h, include/pa_string.h,
15326: include/pa_stylesheet_connection.h,
15327: include/pa_stylesheet_manager.h, include/pa_table.h,
15328: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15329: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15330: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
15331: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15332: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
15333: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
15334: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15335: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
15336: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15337: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15338: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
15339: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
15340: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
15341: targets/isapi/parser3isapi.C, types/pa_junction.h,
15342: types/pa_method.h, types/pa_value.C, types/pa_value.h,
15343: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
15344: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
15345: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15346: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15347: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15348: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15349: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15350: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
15351: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
15352: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15353: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15354: types/pa_vresponse.h, types/pa_vstateless_class.C,
15355: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15356: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15357: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15358: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15359: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15360: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15361: const IDENT
15362:
15363: * src/: include/pa_array.h, include/pa_pool.h,
15364: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15365: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15366: types/pa_wcontext.h: more warnings --
15367:
15368: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15369: classes/file.C, classes/hash.C, classes/hashfile.C,
15370: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15371: classes/memory.C, classes/op.C, classes/string.C,
15372: classes/table.C, classes/xdoc.C, classes/xnode.C,
15373: include/pa_config_includes.h, include/pa_operation.h,
15374: include/pa_sql_connection.h, include/pa_table.h,
15375: include/pa_types.h, lib/ltdl/config_fixed.h,
15376: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15377: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15378: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15379: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15380: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15381: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15382: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15383: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15384: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15385: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15386: types/pa_vmail.C, types/pa_vobject.C,
15387: types/pa_vstateless_class.h, types/pa_vtable.C,
15388: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15389: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15390: on all projects (except libltdl=off & libsdbm=level3) found
15391: several unitialized vars
15392:
15393: 2003-11-19 paf
15394:
15395: * src/classes/op.C: more ansi C++ comp
15396:
1.211 moko 15397: * operators.ru.txt, operators.txt, src/classes/op.C,
15398: src/include/pa_request.h, src/main/pa_request.C:
15399: ^cache[...]{body}{catch block with $exception.handled[cache]
15400: meaning "get expired cache, if any. else error"}
1.95 moko 15401:
15402: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15403: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15404: ^cache[...]{body}{catch code with $exception.cache field}
15405:
15406: 2003-11-12 paf
15407:
15408: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15409: [copy/paste bug]
15410:
15411: 2003-11-11 paf
15412:
15413: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15414: failed]
15415:
15416: 2003-11-10 paf
15417:
15418: * src/types/pa_vconsole.h: flush
15419:
1.211 moko 15420: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15421: src/types/Makefile.am, src/types/types.vcproj,
15422: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15423:
1.211 moko 15424: * operators.ru.txt, operators.txt: mysql: transaction support:
15425: ?autocommit=0
1.95 moko 15426:
1.211 moko 15427: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15428:
15429: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15430: serialize version and exipire now removes entries
15431:
1.211 moko 15432: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15433: altogether [and dir, if could]
1.95 moko 15434:
15435: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15436: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15437: removes files altogether [and dir, if could]
15438:
15439: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15440: nonexistent pair. .c coded that that was error. fixed
15441:
15442: * src/types/pa_vhashfile.C: sdbm: exception type change to
15443: file.access [regretfull can't split it to different exceptions
15444: without modifying sdbm source wich would prefer not to]
15445:
15446: 2003-11-07 paf
15447:
15448: * src/: classes/date.C, classes/file.C, classes/hash.C,
15449: classes/hashfile.C, classes/image.C, classes/table.C,
15450: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15451: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15452: main/execute.C, main/main.vcproj, main/pa_pool.C,
15453: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15454: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15455: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15456: destructing objects at request processing end
15457:
15458: 2003-11-06 paf
15459:
15460: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15461: updates
15462:
15463: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15464: to include sdbm
15465:
1.116 moko 15466: * src/include/: pa_config_includes.h, pa_version.h: our
15467: replacements of max& co only for cpp
1.95 moko 15468:
15469: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15470: upper dir, .am updated
15471:
15472: * tests/todo.txt: hashfile: done
15473:
1.211 moko 15474: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15475: hashfile: clear & expiration [time in value. todo: move time to
15476: key]
1.95 moko 15477:
15478: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15479:
15480: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15481: to do that in foreach, no errors, but surely wrong]
15482:
1.211 moko 15483: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15484: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15485:
1.211 moko 15486: * operators.ru.txt, operators.txt, src/classes/hash.C,
15487: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15488: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15489:
15490: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15491: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15492: hashfile: hash
1.95 moko 15493:
1.211 moko 15494: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15495: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15496: tests/todo.txt: hashfile: delete
1.95 moko 15497:
15498: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15499: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15500: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15501: get/put [raw]
15502:
15503: * src/: classes/op.C, main/pa_os.C: just linked
15504:
15505: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15506: XmlException changes
15507:
15508: * src/: include/pa_charset.h, include/pa_globals.h,
15509: include/pa_stylesheet_connection.h, main/pa_exception.C:
15510: XmlException changes
15511:
15512: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15513:
15514: * src/: include/pa_common.h, include/pa_exception.h,
15515: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15516: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15517: main/pa_xml_exception.C: locking move to pa_os [along with
15518: pa_sleep] apr-impl locking done
15519:
1.211 moko 15520: * configure, configure.in, operators.ru.txt, operators.txt,
15521: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15522: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15523: src/include/pa_exception.h, src/include/pa_globals.h,
15524: src/include/pa_memory.h, src/include/pa_version.h,
15525: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15526: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15527: src/main/compile.tab.C, src/main/main.vcproj,
15528: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15529: src/types/Makefile.am, src/types/pa_vhash.C,
15530: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15531: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15532: again with sdbm from apache
15533:
15534: 2003-11-05 paf
15535:
15536: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15537: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15538: \parser3project dir anymore
15539:
15540: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15541: thoughtlessly from xalan]
15542:
15543: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15544: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15545: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15546:
15547: * src/main/helpers/CaseFolding.txt:
15548: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15549:
15550: 2003-11-04 paf
15551:
1.211 moko 15552: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15553:
15554: * src/classes/table.C: compiled on unix
15555:
1.116 moko 15556: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15557:
15558: * src/classes/mail.C: compiled on unix
15559:
1.211 moko 15560: * operators.ru.txt, operators.txt, src/classes/mail.C,
15561: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15562: $.options[unix: string to append to sendmail command
15563: line]
15564:
1.211 moko 15565: * operators.ru.txt, operators.txt, src/classes/table.C,
15566: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15567: $.separator[^#09] $.encloser["] <nothing> by default
15568:
15569: * operators.ru.txt, operators.txt, src/classes/table.C,
15570: tests/todo.txt: ^table::load !$.separator[^#09]
15571: !$.encloser["] <nothing> by default
1.95 moko 15572:
15573: 2003-11-03 paf
15574:
1.211 moko 15575: * operators.ru.txt, operators.txt, src/classes/table.C,
15576: src/main/pa_common.C: ^table::load[; options:
15577: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15578:
1.211 moko 15579: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15580: src/types/pa_vrequest.C: $request:document-root
15581:
15582: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15583: [already included into uri=xxx]
15584:
1.211 moko 15585: * operators.ru.txt, operators.txt, src/classes/image.C,
15586: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15587:
15588: * src/classes/date.C: minor precaution
15589:
1.211 moko 15590: * operators.ru.txt, operators.txt, src/classes/date.C:
15591: !^date::unix-timestamp()
1.95 moko 15592: !^date.unix-timestamp[]
15593:
15594: 2003-10-30 paf
15595:
1.211 moko 15596: * operators.ru.txt, operators.txt, src/classes/date.C,
15597: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15598: $date.hour
1.95 moko 15599:
15600: * src/classes/: date.C, image.C: improvement diagnostics:
15601: $now[^date::create[$undefined]] now is error
15602:
15603: * src/main/pa_common.C: read errors would now be reported 'actually
15604: read -1 bytes'
15605:
15606: 2003-10-24 paf
15607:
15608: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15609: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15610: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15611: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15612:
15613: 2003-10-22 paf
15614:
15615: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15616:
15617: 2003-10-21 paf
15618:
1.211 moko 15619: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15620: src/main/pa_string.C: fixed: string.match[g] without <'> option
15621: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15622:
15623: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15624: recoursion' message with intensive throw-catches fixed: incorrect
15625: name and line (one name upper then needed) in error message about
15626: problems inside try block
15627:
15628: 2003-10-10 paf
15629:
15630: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15631: check offset argument for validity did that in String::Body::pos
15632: myself http://i2/tasks/edit/?id=4577425257580789777
15633:
15634: 2003-10-07 paf
15635:
15636: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15637: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15638:
15639: 2003-10-03 paf
15640:
15641: * parser3.sln, src/include/pa_dictionary.h,
15642: src/main/pa_dictionary.C, src/main/pa_string.C,
15643: src/targets/cgi/parser3.vcproj: dictionary optimized by
15644: precalculating cstr&length
15645:
15646: 2003-10-02 paf
15647:
15648: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15649: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15650: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15651: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15652:
15653: 2003-09-30 paf
15654:
15655: * src/main/pa_string.C: string::replace bug fix [were ignoring
15656: occurrances after lang-mismatched
15657:
15658: 2003-09-29 paf
15659:
15660: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15661: helper
15662:
15663: * src/main/pa_string.C: string::serialize bug fix with
15664: zero-terminator
15665:
15666: * src/classes/table.C: ^nameless_table.save column row now has no
15667: \t at the end
15668:
15669: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15670: @postprocess now takes $response:body/download
15671:
15672: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15673: error message
15674:
15675: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15676:
15677: * src/classes/table.C: bugfix: flip: must produce nameless
15678: http://i2/tasks/edit/?id=4573405524674081244
15679:
15680: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15681: main/helpers/simple_folding.pl: utf-8 upper/lower
15682:
15683: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15684: to typo error http://i2/tasks/edit/?id=4573354650786434584
15685:
15686: 2003-09-26 paf
15687:
15688: * src/main/untaint.C: removed needless field
15689:
15690: * src/main/untaint.C: removed needless const
15691:
15692: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15693: String.for_each bug fixed [omited one-char cases]
15694:
15695: * src/include/pa_stack.h: bugfix: before collecting garbage,
15696: runtime-executor stack were cleared... BADLY
15697:
15698: * src/main/pa_string.C: ^stirng.replace code used old
15699: param-convention on langs.append, fixed that search fo the like,
15700: found none
15701:
15702: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15703: string::serialize/deserialize implemented Language enum assigned
15704: meaningful letters [more convinient for debugging. read warning
15705: before adding/changing anything]
15706:
15707: 2003-09-25 paf
15708:
15709: * src/: include/pa_string.h, include/pa_version.h,
15710: main/pa_string.C, main/untaint.C: templates and anonymous unions
15711: differences on unix
15712:
15713: * parser3.sln, src/classes/file.C, src/classes/image.C,
15714: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15715: src/classes/xdoc.C, src/classes/xnode.C,
15716: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15717: src/include/pa_charsets.h, src/include/pa_common.h,
15718: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15719: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15720: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15721: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15722: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15723: src/main/compile_tools.h, src/main/pa_charset.C,
15724: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15725: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15726: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15727: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15728: src/types/pa_vmail.C, src/types/pa_vmath.C,
15729: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15730: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15731:
15732: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15733: functions aligned to that of eeparser3 look
15734:
15735: * src/lib/cord/cordprnt.c: removed warnings
15736:
15737: 2003-09-24 paf
15738:
15739: * src/: classes/file.C, classes/image.C, classes/mail.C,
15740: classes/op.C, classes/xdoc.C, classes/xnode.C,
15741: include/pa_cache_managers.h, include/pa_charset.h,
15742: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15743: include/pa_sql_driver_manager.h, include/pa_string.h,
15744: include/pa_stylesheet_manager.h, include/pa_table.h,
15745: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15746: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15747: main/pa_sql_driver_manager.C, main/pa_string.C,
15748: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15749: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15750: types/pa_vstateless_class.h, types/pa_vstatus.C,
15751: types/pa_vxnode.C: v() functions of String::Body,
15752: String::Languages and String itself StringBody->String::Body
15753:
15754: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15755: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15756: never optimized anything. todo: somehow speed up harder cases:
15757: concatenationA+concatenationB when last block of A and first of B
15758: contain same letters
15759:
15760: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15761: lib/cord/include/cord.h: langs: speed up by joining adjucent
15762: blocks of same char [CORD_append_block]
15763:
15764: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15765: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15766: save space by extending blocks when appending block with c ==
15767: lastblock.c
15768:
15769: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15770: working yet :( but more working &understood :)
15771:
15772: * src/: classes/table.C, include/pa_string.h,
15773: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15774:
15775: 2003-09-23 paf
15776:
15777: * src/main/untaint.C: $a[ok!] $a works!
15778:
15779: * src/main/untaint.C: something even more works :)
15780:
15781: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15782: something more works :)
15783:
15784: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15785: lib/cord/cordxtra.c: something already works :)
15786:
15787: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15788: serialize&deserialize
15789:
15790: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15791: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15792: main/untaint.C: main idea implemented, details left
15793:
15794: 2003-09-22 paf
15795:
15796: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15797:
15798: * src/classes/xnode.C: copy/paste comment bugfix
15799:
15800: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15801: allocator returns 0, just die.
15802: http://i2/tasks/edit/?id=4570798492410259445
15803:
15804: * src/classes/xdoc.C: copy/paste comment bugfix
15805:
15806: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15807: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15808: xnode: getAttributeNS setAttributeNS removeAttributeNS
15809: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15810:
15811: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15812: chars due to bitwise operation signed-char error]
15813:
15814: 2003-09-19 paf
15815:
15816: * src/types/pa_wcontext.C: output message: more practical
15817: suggestion
15818:
1.211 moko 15819: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15820: $f[^file::load[binary;http://...]] $f.tables
15821:
15822: 2003-09-02 paf
15823:
15824: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15825: flush stdout without referencing 'stdout' symbol. to hell with
15826: non-ansi libraries without 'stdout' symbol
15827:
15828: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15829: unix (users reported problems with some old libc)
15830:
15831: * src/types/pa_vdate.h: forgot initializer
15832:
15833: 2003-09-01 paf
15834:
15835: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15836: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15837: zone]
15838:
15839: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15840:
15841: 2003-08-19 paf
15842:
15843: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15844: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15845: simplified a little
15846:
15847: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15848: [lost fix from 3.0.8]
15849:
15850: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15851: visible here }
15852:
15853: bug fix
15854:
15855: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15856:
15857: * src/main/compile.tab.C: initialized couple of variables about
15858: which user reported runtime problems when parser were compiled
15859: with VC7, warning level4. study shows that later in bison
15860: they've fixed that. would migrate to latest bison someday
15861:
15862: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15863: recoding headers)
15864:
15865: * src/types/pa_vmail.C: works as before, same charset problems:
15866: gmime recodes to UTF-8 only headers, not body. so not recoding
15867: anything for now
15868:
15869: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15870: problems with body
15871:
15872: * src/types/pa_vmail.C: mail_receive just compiled
15873:
15874: 2003-08-18 paf
15875:
15876: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15877: main/main.vcproj, types/types.vcproj: win32: continued process
15878: detaching from \parser3project directory
15879:
15880: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15881: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15882: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15883: src/lib/pcre/pcre_dftables.dsp,
15884: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15885: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15886: src/types/types.dsp: moved to MSVC 7
15887:
15888: * gnu.vcproj.vspscc, parser3.vssscc,
15889: src/classes/classes.vcproj.vspscc,
15890: src/lib/cord/cord.vcproj.vspscc,
15891: src/lib/ltdl/libltdl.vcproj.vspscc,
15892: src/lib/md5/md5.vcproj.vspscc,
15893: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15894: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15895: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15896: src/targets/isapi/parser3isapi.vcproj.vspscc,
15897: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15898: moved to MSVC 7
15899:
15900: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15901: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15902: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15903: src/lib/pcre/pcre_dftables.vcproj,
15904: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15905: src/targets/cgi/parser3.vcproj,
15906: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15907: new VS project files
15908:
15909: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15910: .NET to detect Jalindi Igloo capabilities.
15911:
15912: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15913: src/classes/classes.awk, src/doc/footer.htm,
15914: src/include/pa_config_fixed.h, src/include/pa_version.h,
15915: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15916: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15917: src/types/pa_vmail.C: merged 3.1.0 latest changes
15918:
15919: 2003-08-15 paf
15920:
15921: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15922: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15923:
15924: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15925: non-ascii <yyy> now encoded correctly
15926:
15927: 2003-07-29 paf
15928:
1.116 moko 15929: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15930: dist
1.95 moko 15931:
15932: * src/types/pa_vmail.C: just started --with-mail-receive
15933:
15934: 2003-07-28 paf
15935:
1.116 moko 15936: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15937: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15938:
15939: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15940:
15941: 2003-07-25 paf
15942:
15943: * src/doc/footer.htm: year
15944:
15945: 2003-07-24 paf
15946:
15947: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15948: fix
15949:
15950: * src/include/pa_version.h: release
15951:
1.116 moko 15952: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15953:
15954: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15955: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15956: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15957: getting rid of win32xml pseudo project
15958:
15959: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15960:
1.116 moko 15961: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15962: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15963: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15964: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15965: src/classes/classes.C, src/classes/classes.awk,
15966: src/classes/classes.dsp, src/classes/classes.h,
15967: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15968: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15969: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15970: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15971: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15972: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15973: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15974: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15975: src/include/pa_array.h, src/include/pa_cache_managers.h,
15976: src/include/pa_charset.h, src/include/pa_charsets.h,
15977: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15978: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15979: src/include/pa_dictionary.h, src/include/pa_dir.h,
15980: src/include/pa_exception.h, src/include/pa_exec.h,
15981: src/include/pa_globals.h, src/include/pa_hash.h,
15982: src/include/pa_memory.h, src/include/pa_opcode.h,
15983: src/include/pa_operation.h, src/include/pa_pool.h,
15984: src/include/pa_pragma_pack_begin.h,
1.95 moko 15985: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15986: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15987: src/include/pa_sapi.h, src/include/pa_socks.h,
15988: src/include/pa_sql_connection.h,
15989: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15990: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15991: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15992: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15993: src/include/pa_uue.h, src/lib/Makefile.am,
15994: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15995: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15996: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15997: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15998: src/lib/cord/include/ec.h,
15999: src/lib/cord/include/private/Makefile.am,
16000: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 16001: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
16002: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 16003: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 16004: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
16005: src/main/compile_tools.C, src/main/compile_tools.h,
16006: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
16007: src/main/pa_cache_managers.C, src/main/pa_charset.C,
16008: src/main/pa_charsets.C, src/main/pa_common.C,
16009: src/main/pa_dictionary.C, src/main/pa_dir.C,
16010: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 16011: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
16012: src/main/pa_request.C, src/main/pa_socks.C,
16013: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
16014: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 16015: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
16016: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
16017: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
16018: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
16019: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
16020: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
16021: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 16022: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
16023: src/targets/isapi/parser3isapi.dsp,
16024: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 16025: src/types/pa_junction.h, src/types/pa_method.h,
16026: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 16027: src/types/pa_vclass.C, src/types/pa_vclass.h,
16028: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
16029: src/types/pa_vcookie.h, src/types/pa_vdate.h,
16030: src/types/pa_vdouble.h, src/types/pa_venv.h,
16031: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
16032: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
16033: src/types/pa_vimage.C, src/types/pa_vimage.h,
16034: src/types/pa_vint.h, src/types/pa_vjunction.h,
16035: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
16036: src/types/pa_vmath.h, src/types/pa_vmemory.h,
16037: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
16038: src/types/pa_vobject.C, src/types/pa_vobject.h,
16039: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16040: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16041: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16042: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16043: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16044: src/types/pa_vstring.h, src/types/pa_vtable.C,
16045: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16046: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16047: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16048: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16049: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
16050: HEAD
16051:
16052: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
16053: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
16054: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
16055: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
16056: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
16057: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
16058: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
16059: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
16060: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
16061: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
16062: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
16063: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
16064: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
16065: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
16066: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
16067: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
16068: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
16069: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
16070: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
16071: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
16072: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16073: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
16074: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
16075: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
16076: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
16077: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
16078: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
16079: outputs/create-dir, results/001.processed, results/002.processed,
16080: results/003.processed, results/004.processed,
16081: results/005.processed, results/006.processed,
16082: results/007.processed, results/008.processed,
16083: results/009.processed, results/010.processed,
16084: results/011.processed, results/012.processed,
16085: results/013.processed, results/014.processed,
16086: results/015.processed, results/016.processed,
16087: results/017.processed, results/018.processed,
16088: results/019.processed, results/020.processed,
16089: results/021.processed, results/022.processed,
16090: results/023.processed, results/024.processed,
16091: results/025.processed, results/026.processed,
16092: results/027.processed, results/028.processed,
16093: results/029.processed, results/030.processed,
16094: results/031.processed, results/032.processed,
16095: results/033.processed, results/034.processed,
16096: results/035.processed, results/036.processed,
16097: results/037.processed, results/038.processed,
16098: results/039.processed, results/040.processed,
16099: results/041.processed, results/042.processed,
16100: results/043.processed, results/044.processed,
16101: results/045.processed, results/046.processed,
16102: results/047.processed, results/048.processed,
16103: results/049.processed, results/050.processed,
16104: results/051.processed, results/052.processed,
16105: results/053.processed, results/054.processed,
16106: results/055.processed, results/056.processed,
16107: results/057.processed, results/058.processed,
16108: results/059.processed, results/060.processed,
16109: results/061.processed, results/062.processed,
16110: results/063.processed, results/064.processed,
16111: results/065.processed, results/066.processed,
16112: results/067.processed, results/068.processed,
16113: results/069.processed, results/070.processed,
16114: results/071.processed, results/072.processed,
16115: results/073.processed, results/074.processed,
16116: results/075.processed, results/076.processed,
16117: results/077.processed, results/078.processed,
16118: results/079.processed, results/080.processed,
16119: results/081.processed, results/082.processed,
16120: results/083.processed, results/084.processed,
16121: results/085.processed, results/086.processed,
16122: results/087.processed, results/088.processed,
16123: results/089.processed, results/090.processed,
16124: results/091.processed, results/092.processed,
16125: results/093.processed, results/094.processed,
16126: results/095.processed, results/096.processed,
16127: results/097.processed, results/098.processed,
16128: results/099.processed, results/100.processed,
16129: results/101.processed, results/102.processed,
16130: results/103.processed, results/104.processed,
16131: results/105.processed, results/106.processed,
16132: results/107.processed, results/108.processed,
16133: results/109.processed, results/110.processed,
16134: results/111.processed, results/112.processed,
16135: results/113.processed, results/114.processed,
16136: results/115.processed, results/116.processed,
16137: results/117.processed, results/118.processed,
16138: results/119.processed, results/120.processed,
16139: results/121.processed, results/122.processed,
16140: results/123.processed, results/124.processed,
16141: results/125.processed, results/126.processed,
16142: results/127.processed, results/128.processed,
16143: results/129.processed, results/130.processed,
16144: results/131.processed, results/132.processed,
16145: results/133.processed, results/134.processed,
16146: results/135.processed, results/136.processed,
16147: results/137.processed, results/138.processed,
16148: results/139.processed, results/140.processed,
16149: results/141.processed: merged(copied) to HEAD from template_gc
16150:
16151: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
16152: towards \parser3project not having to be in root
16153:
16154: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
16155: module compiled [were minor unnecessary changes in lib/md5
16156: interface]
16157:
16158: * src/include/pa_version.h: release
16159:
16160: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
16161:
16162: * src/classes/math.C: merged uuid bugfix
16163:
16164: * tests/: 141.html, results/141.processed: fixed bug with
16165: too-small-a-buffer
16166:
16167: * src/classes/math.C: uuid bugfix
16168:
16169: * tests/: 141.html, Makefile, results/005.processed,
16170: results/030.processed, results/075.processed,
16171: results/078.processed: to reflect date format change (were -
16172: become ' ')
16173:
16174: * src/classes/math.C: uuid bugfix
16175:
16176: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
16177: debug/release changes
16178:
16179: * src/lib/md5/pa_md5c.c: PA_ -> pa_
16180:
16181: 2003-07-23 paf
16182:
16183: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16184: renamed a little [to move to comman naming conv]
16185:
1.116 moko 16186: * src/targets/Makefile.am: apache13 splitted to simplify apache
16187: build
1.95 moko 16188:
16189: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
16190: main/pa_request.C, main/pa_sql_driver_manager.C,
16191: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
16192: stack top_index() fixed
16193:
16194: * src/main/pa_globals.C: minor style changes
16195:
16196: * src/: classes/op.C, include/pa_sql_connection.h: connection
16197: closing/caching fixed [connections were not closed/put to cache]
16198:
16199: 2003-07-22 paf
16200:
16201: * INSTALL: gc part updated stightly
16202:
16203: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
16204: new sapi interface
16205:
16206: * src/classes/file.C: comment on OS
16207:
16208: * src/main/pa_string.C: removed reduntant invariant check [there is
16209: one deeper in cord lib]
16210:
16211: * src/main/pa_exec.C: on win32 bugfix in handling shbang
16212:
16213: * src/main/pa_memory.C: out of memory is no longer coredump
16214:
16215: * INSTALL: disable-threads adviced
16216:
16217: 2003-07-21 paf
16218:
1.116 moko 16219: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 16220:
16221: * src/classes/file.C: file::exec/cgi environment variables now must
16222: be UPPERCASE and A-Z 0-9 _-
16223:
16224: * src/classes/file.C: env passing fixed
16225:
16226: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
16227:
16228: * src/main/pa_common.C: http:// CRLF now
16229:
16230: 2003-07-02 paf
16231:
1.211 moko 16232: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
16233: $memory:status fields to reflect their real meaning
1.95 moko 16234:
16235: 2003-06-27 paf
16236:
16237: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
16238: include/pa_hash.h, main/pa_charset.C: merged from HEAD
16239: file::exec/cgi .charset
16240:
16241: 2003-06-26 paf
16242:
16243: * ChangeLog, src/classes/file.C, src/classes/hash.C,
16244: src/classes/image.C, src/classes/op.C, src/classes/string.C,
16245: src/classes/table.C: fixed several uninitialized local
16246: structures. notably ^hash.foreach now inserts delimiters
16247: properly [were inserting it before first body]
16248:
16249: 2003-06-24 paf
16250:
16251: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
16252:
16253: 2003-06-20 paf
16254:
1.211 moko 16255: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
16256: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 16257: $f[^file::load[binary;http://...]] $f.tables
16258:
16259: 2003-06-06 paf
16260:
16261: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
16262: table. [were method lookup: inconsistent]
16263:
16264: 2003-06-02 paf
16265:
16266: * src/include/pa_memory.h: empty string clone fixed to return
16267: writable memory
16268:
16269: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
16270: were not appended] which violated string invariant
16271:
16272: 2003-05-30 paf
16273:
16274: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
16275: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
16276:
16277: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
16278: GMT ; RFC 822, updated by RFC 1123
16279:
16280: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
16281: targets/isapi/parser3isapi.C: initialized request_info properly
16282:
16283: * src/classes/xnode.C: found minor bug, commended for future
16284:
16285: 2003-05-28 paf
16286:
16287: * src/classes/form.C: request_info.content_length can't be <0,
16288: size_t for some time
16289:
16290: 2003-05-26 paf
16291:
16292: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
16293: forgotten <0 changed to !=STRING_NOT_FOUND
16294:
16295: * src/classes/math.C: merged ffffu from HEAD
16296:
16297: 2003-05-11 paf
16298:
16299: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
16300:
16301: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
16302: premature doc free. transformed document had xmlDoc reference
16303: stored to non-gc-memory (libgdome) added holding-reference
16304:
16305: 2003-04-29 paf
16306:
16307: * src/main/pa_globals.C: started digging on double free. on win32
16308: found that that's perfectly normal.
16309:
16310: 2003-04-25 paf
16311:
16312: * src/classes/table.C: table.join bug fix [bad limit check]
16313:
16314: * src/classes/math.C: merged from HEAD: simpiler hash_string
16315:
16316: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
16317: print anything. changed to quicker and simplier code
16318:
16319: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
16320: strict a check]
16321:
16322: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
16323:
16324: 2003-04-24 paf
16325:
16326: * src/include/pa_table.h: too strict assert loosened
16327:
16328: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
16329: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
16330: report
16331:
16332: 2003-04-21 paf
16333:
1.116 moko 16334: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 16335:
16336: * src/main/pa_globals.C: pcre memory management changed to use GC
16337: memory
16338:
16339: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
16340: xmlMallocAtomic [author agreed to my suggestion], used that
16341:
16342: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
16343:
16344: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
16345: types/pa_vmail.C: attributed_meaning_to_string added
16346: L_UNSPECIFIED piece which was sortof OK, but violated string
16347: invariant [assertion barked on that] changed to L_PASS_APPEND,
16348: made that param obligatory
16349:
16350: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
16351: fixed [assert helped]
16352:
16353: * src/include/pa_string.h: assert added [looking for bug]
16354:
16355: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16356: names on Win32 considered disk-global
16357:
16358: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16359: considered disk-global
16360:
16361: 2003-04-18 paf
16362:
16363: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16364: filenames
16365:
16366: * src/main/untaint.C: enabled '~' letter in filenames
16367:
16368: 2003-04-16 paf
16369:
16370: * src/classes/file.C: small bug introduced in autoptr times fixed
16371:
16372: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16373: HEAD
16374:
1.116 moko 16375: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16376:
16377: 2003-04-15 paf
16378:
1.211 moko 16379: * operators.ru.txt, operators.txt, src/classes/math.C,
16380: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16381: tests/results/141.processed: merged from head ^math:uuid[]
16382: ^math:uid64[] ^math:md5[string]
16383:
16384: test added: 141.html
16385:
1.211 moko 16386: * operators.ru.txt, operators.txt, src/classes/math.C:
16387: ^math:uid64[]
1.95 moko 16388:
16389: * src/classes/math.C: ^math:uuid[]
16390:
1.211 moko 16391: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16392:
1.211 moko 16393: * operators.ru.txt, operators.txt, src/classes/math.C,
16394: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16395: 16-byte digest
16396:
16397: * operators.ru.txt, operators.txt, src/classes/file.C,
16398: src/include/pa_common.h, src/include/pa_config_fixed.h,
16399: src/main/pa_common.C: ^file::load[mode;name; $.offset
16400: $.limit
1.95 moko 16401:
16402: 2003-04-14 paf
16403:
16404: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16405: started ^math:md5
16406:
16407: * src/classes/table.C, src/include/pa_array.h,
16408: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16409: tests/results/140.processed: table $.reverse option works in
16410: create&co table $.distinct[tables] bug fix merged
16411:
16412: * src/: classes/table.C, include/pa_table.h: table
16413: $.distinct[tables] bug fixed
16414:
16415: * src/classes/table.C: more warnings
16416:
16417: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16418: removed checks in table::set_current, moved them back to
16419: table::locate implemented table::create/join ñ $.reverse
16420:
16421: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16422: removed checks in table::set_current, moved them back to
16423: table::locate
16424:
16425: 2003-04-11 paf
16426:
1.211 moko 16427: * operators.ru.txt, operators.txt, src/classes/date.C,
16428: src/classes/table.C, src/include/pa_array.h,
16429: src/include/pa_common.h, src/include/pa_config_includes.h,
16430: src/include/pa_string.h, src/include/pa_table.h,
16431: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16432: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16433: before_append_array_limit_sense_change to
16434: after_append_array_limit_sense_change
16435:
16436: * src/classes/table.C: typo
16437:
1.211 moko 16438: * operators.ru.txt, operators.txt, src/classes/date.C,
16439: src/classes/table.C, src/include/pa_array.h,
16440: src/include/pa_common.h, src/include/pa_config_includes.h,
16441: src/include/pa_globals.h, src/include/pa_table.h,
16442: src/main/pa_array.C, src/main/pa_globals.C,
16443: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16444: src/main/pa_string.C, src/main/pa_table.C:
16445: append_array_limit_sense_change locate accepts options same as
16446: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16447:
16448: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16449: (stat xxx,
16450:
16451: * src/classes/: table.C: typo
16452:
16453: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16454: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16455: results/130.processed, results/131.processed,
16456: results/132.processed, results/133.processed,
16457: results/134.processed, results/135.processed,
16458: results/136.processed, results/137.processed,
16459: results/138.processed, results/139.processed: added few mustfail
16460: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16461: date/time 132.html mustfail: access to junction outside of
16462: context 133.html mustfail: access to junction outside of context,
16463: case version 134.html mustfail: hash: adding a key inside of
16464: foreach 135.html mustfail: modifying system class 136.html
16465: mustfail: $.name outside of $hash[here] 137.html mustfail:
16466: appendChild without import 138.html mustfail: invalid encoding
16467: inside of xml 139.html mustfail: bad XPath
16468:
1.211 moko 16469: * operators.ru.txt, operators.txt, src/classes/table.C,
16470: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16471: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16472: tests/results/126.processed, tests/results/127.processed,
16473: tests/results/128.processed, tests/results/129.processed: merged
16474: from HEAD ^table.hash[key][$.distinct[tables]]
16475:
16476: maked appropriate tests [changed one old nonconforming]
16477:
1.211 moko 16478: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16479: ^table.hash[key][$.distinct[tables]]
16480:
16481: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16482: merged fix for found very old xml (dom) bug: were passing
16483: domString objects and later ERROREOUSLY freed them
16484:
16485: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16486: src/main/pa_charset.C: re-added libgdome patch. regretfully
16487: libgdome bug can not be worked around
16488:
16489: 2003-04-10 paf
16490:
16491: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16492: found very old xml (dom) bug: were passing domString objects and
16493: later ERROREOUSLY freed them
16494:
16495: * src/doc/string.dox, src/include/pa_memory.h,
16496: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16497: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16498: tests/123.html, tests/124.html, tests/results/001.processed,
16499: tests/results/002.processed, tests/results/003.processed,
16500: tests/results/004.processed, tests/results/005.processed,
16501: tests/results/006.processed, tests/results/008.processed,
16502: tests/results/009.processed, tests/results/010.processed,
16503: tests/results/011.processed, tests/results/012.processed,
16504: tests/results/013.processed, tests/results/014.processed,
16505: tests/results/015.processed, tests/results/016.processed,
16506: tests/results/017.processed, tests/results/018.processed,
16507: tests/results/020.processed, tests/results/021.processed,
16508: tests/results/022.processed, tests/results/023.processed,
16509: tests/results/024.processed, tests/results/025.processed,
16510: tests/results/026.processed, tests/results/027.processed,
16511: tests/results/028.processed, tests/results/029.processed,
16512: tests/results/030.processed, tests/results/031.processed,
16513: tests/results/032.processed, tests/results/033.processed,
16514: tests/results/034.processed, tests/results/035.processed,
16515: tests/results/036.processed, tests/results/037.processed,
16516: tests/results/038.processed, tests/results/039.processed,
16517: tests/results/040.processed, tests/results/041.processed,
16518: tests/results/042.processed, tests/results/043.processed,
16519: tests/results/044.processed, tests/results/045.processed,
16520: tests/results/046.processed, tests/results/047.processed,
16521: tests/results/048.processed, tests/results/049.processed,
16522: tests/results/050.processed, tests/results/051.processed,
16523: tests/results/052.processed, tests/results/053.processed,
16524: tests/results/054.processed, tests/results/055.processed,
16525: tests/results/056.processed, tests/results/057.processed,
16526: tests/results/058.processed, tests/results/059.processed,
16527: tests/results/060.processed, tests/results/061.processed,
16528: tests/results/062.processed, tests/results/063.processed,
16529: tests/results/064.processed, tests/results/065.processed,
16530: tests/results/066.processed, tests/results/067.processed,
16531: tests/results/068.processed, tests/results/069.processed,
16532: tests/results/070.processed, tests/results/071.processed,
16533: tests/results/072.processed, tests/results/073.processed,
16534: tests/results/074.processed, tests/results/075.processed,
16535: tests/results/076.processed, tests/results/077.processed,
16536: tests/results/078.processed, tests/results/079.processed,
16537: tests/results/080.processed, tests/results/081.processed,
16538: tests/results/082.processed, tests/results/083.processed,
16539: tests/results/084.processed, tests/results/085.processed,
16540: tests/results/086.processed, tests/results/087.processed,
16541: tests/results/088.processed, tests/results/089.processed,
16542: tests/results/090.processed, tests/results/091.processed,
16543: tests/results/092.processed, tests/results/093.processed,
16544: tests/results/094.processed, tests/results/095.processed,
16545: tests/results/096.processed, tests/results/097.processed,
16546: tests/results/101.processed, tests/results/102.processed,
16547: tests/results/104.processed, tests/results/105.processed,
16548: tests/results/106.processed, tests/results/107.processed,
16549: tests/results/108.processed, tests/results/109.processed,
16550: tests/results/110.processed, tests/results/111.processed,
16551: tests/results/112.processed, tests/results/113.processed,
16552: tests/results/114.processed, tests/results/115.processed,
16553: tests/results/116.processed, tests/results/117.processed,
16554: tests/results/118.processed, tests/results/119.processed,
16555: tests/results/120.processed, tests/results/121.processed,
16556: tests/results/122.processed, tests/results/123.processed,
16557: tests/results/124.processed: new convention: char* never 0.
16558: assert in cord on that
16559:
16560: * src/main/pa_charset.C: couple more asserts
16561:
16562: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16563: speedup
16564:
16565: * src/main/pa_charset.C: couple assertions on fantastic situations
16566: added [may be those is the case now?]
16567:
16568: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16569: that's memory from gc_malloc, not from g_malloc :(, but would
16570: hope]
16571:
16572: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16573: that's memory from gc_malloc, not from g_malloc :(, but would
16574: hope]
16575:
16576: * src/main/pa_charset.C: checked custom malloc for returning 0
16577:
16578: 2003-04-09 paf
16579:
16580: * src/classes/date.C: merged ^date.roll changes
16581:
16582: * src/classes/date.C: ^date.roll bug fix
16583:
16584: * src/classes/date.C: ^date.roll now throws less errors: month
16585: shifts handles end of month situation by reducing day number
16586: hour-hole shift reduces hour to recover
16587:
16588: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16589: Sort by function time
16590:
1.211 moko 16591: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16592: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16593:
16594: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16595: added [after volatile fix. passes on win&intel-solaris]
16596:
16597: 2003-04-08 paf
16598:
16599: * src/: classes/file.C, classes/op.C, classes/table.C,
16600: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16601: include/pa_common.h, include/pa_request_charsets.h,
16602: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16603: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16604: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16605: types/pa_vresponse.C: started http:// $.charset[] param and
16606: http response charset detection just compiled. todo:test
16607:
16608: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16609:
16610: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16611: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16612: types/pa_vmail.C: changed transcode param converntion along with
16613: string creating convention -- all strings are zero-terminated,
16614: this allowed to fix one remaining String("123", 2) case
16615:
16616: * src/: classes/date.C, classes/file.C, classes/hash.C,
16617: classes/op.C, classes/string.C, classes/table.C,
16618: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16619: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16620: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16621: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16622: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16623: violated String::invariant. started fixing [not compiled now]
16624:
16625: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16626: main/compile.tab.C, main/compile.y, main/pa_string.C,
16627: main/untaint.C, targets/cgi/parser3.C: number of string style
16628: improvements & optimizations
16629:
16630: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16631: :(]
16632:
16633: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16634: [for it's a pointer really]
16635:
16636: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16637: 'n' param. worked that around
16638:
16639: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16640: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16641: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16642: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16643: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16644:
16645: Thanks for the bug report and patch.
16646:
16647: I hadn't looked at this code in a while. Reading it now, it
16648: seems to me that the tests should also be ">= MAX_DEPTH" to
16649: comply with the invariant, though that may not matter a lot. I
16650: changed that, too.
16651:
16652: Hans
16653:
16654: 2003-04-07 paf
16655:
16656: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16657: merged from head:safe mode error message now includes numbers
16658:
16659: * src/main/execute.C: n-th attempt to make a=a work with double.
16660: problem: as_double returns it's result in fp-register compiler
16661: optimizes access to that register after b->as_double, and just
16662: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16663: from memory. _SAME_ double values do not match here. when
16664: forced to REload fp-register, values do match.
16665:
16666: tried to make them volatile.
16667:
16668: * src/main/execute.C: n-th attempt to make a=a work with double.
16669: problem: as_double returns it's result in fp-register compiler
16670: optimizes access to that register after b->as_double, and just
16671: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16672: from memory. _SAME_ double values do not match here. when
16673: forced to REload fp-register, values do match.
16674:
16675: tried to make them volatile.
16676:
16677: * src/types/pa_vobject.h: small style change
16678:
16679: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16680:
16681: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16682: mode error message now includes numbers
16683:
16684: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16685: now causes death
16686:
16687: 2003-04-04 paf
16688:
16689: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16690: incorportated pa_exec patch by From: "Victor Fedoseev"
16691: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16692: Sent: Thursday, January 23, 2003 9:14 AM
16693:
16694: huge speedup on ^file::cgi with big result
16695:
16696: * src/classes/table.C: sort table with 0 rows bug fixed
16697:
16698: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16699: fix http://i2/tasks/edit/?id=4493701604654042676
16700:
16701: @main[] $with_default[ $.a[1] $._default[default from
16702: with_default] ] ^show[$with_default]
16703:
16704: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16705: =$to_add_to.xxx=<br>
16706:
16707: ^show[$to_add_to]
16708:
16709: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16710: ^show[$cloned]
16711:
16712: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16713:
16714: } <hr>
16715:
16716: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16717: http://i2/tasks/edit/?id=4493701604654042676
16718:
16719: @main[] $with_default[ $.a[1] $._default[default from
16720: with_default] ] ^show[$with_default]
16721:
16722: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16723: =$to_add_to.xxx=<br>
16724:
16725: ^show[$to_add_to]
16726:
16727: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16728: ^show[$cloned]
16729:
16730: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16731:
16732: } <hr>
16733:
16734: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16735: http://i2/tasks/edit/?id=4507350336410850921
16736:
16737: * src/classes/xdoc.C: memory allocation func bugfix
16738: http://i2/tasks/edit/?id=4499303470368629745
16739:
16740: * src/classes/math.C: allowed random 1...
16741:
16742: * src/classes/math.C: allowed random 0..
16743:
16744: * src/main/pa_globals.C: exif mem leak
16745: http://i2/tasks/edit/?id=4480590323629807263
16746:
16747: * src/: classes/classes.dsp, main/main.dsp,
16748: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16749: fix http://i2/tasks/edit/?id=4493946731322521294
16750: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16751:
16752: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16753: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16754: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16755: links to xml libs made relative, no need to unpack parser3project
16756: to /parser3project.
16757:
16758: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16759: column more precise - tab handling bug fixed
16760:
16761: * src/main/: compile.tab.C, compile.y: more understandable error
16762: message in case @CLASS with more then one line inside
16763:
16764: * src/targets/cgi/parser3.C: more understandable error message in
16765: case of errors in @unhandled_exception
16766:
16767: 2003-04-03 paf
16768:
16769: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16770: src/main/compile.tab.C, src/main/compile.y,
16771: src/main/compile_tools.C, src/main/compile_tools.h,
16772: src/main/execute.C, src/main/pa_request.C: debug info format
16773: simplified, now it's: OP_VALUE Operation::Origin << here value*
16774:
16775: higher limits: file number (max: 255) line number (max:
16776: 64535) column number (max: 255)
16777:
16778: * src/classes/math.C: top limit
16779:
16780: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16781: precise parse error position in case of
16782:
16783: ^bug ]
16784:
16785: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16786: changed to realities, and passed [bug fixed]
16787:
16788: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16789: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16790: main/compile_tools.h, main/pa_request.C: introducing
16791: ^process...[main-method-alias]
16792:
16793: * src/: classes/date.C, classes/image.C, classes/op.C,
16794: classes/string.C, classes/table.C, classes/xdoc.C,
16795: types/pa_vmethod_frame.h: MethodParams& now [methods without
16796: params receive zero reference, but they are expected not to look
16797: there]
16798:
1.211 moko 16799: * operators.ru.txt, operators.txt, src/classes/date.C,
16800: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16801: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16802: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16803: src/classes/response.C, src/classes/string.C,
16804: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16805: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16806: src/types/pa_method.h: MethodParams& now [methods without params
16807: receive zero reference, but they are expected not to look there]
16808:
16809: * operators.ru.txt, operators.txt, src/classes/op.C,
16810: src/include/pa_request.h, src/main/pa_request.C,
16811: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16812: better error reporting [file/line/col]
1.95 moko 16813:
16814: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16815: types/pa_vstring.h: slightly improved error messages text: 1. is
16816: '%s', it 2. method undefined in case of ^void[]
16817:
16818: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16819: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16820: handling done. now we have error columns todo: test it
16821:
16822: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16823: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16824:
16825: this makes life easier: were: bad stack order -- were in
16826: exception catch unwind order, which didn't match execution order
16827:
16828: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16829:
16830: @first[] ^throw[a;1]
16831:
16832: showed throw a first throw b try
16833:
16834: which is no good
16835:
16836: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16837: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16838: trace reset after handled exception [old bug fixed]
16839:
16840: * src/main/: compile.tab.C, compile.y: parse position old bug
16841: fixed. position reporting made precise [both, in parse erros and
16842: runtime errors]
16843:
16844: 2003-04-02 paf
16845:
16846: * src/: include/pa_operation.h, include/pa_request.h,
16847: main/compile.C, main/compile.tab.C, main/compile.y,
16848: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16849: main/pa_exception.C, main/pa_request.C: debug info: started
16850: using. todo:complete
16851:
16852: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16853: main/compile.C, main/compile.tab.C, main/compile.y,
16854: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16855: main/pa_request.C: prepared debug info todo:use it
16856:
16857: * src/include/pa_operation.h: strange mistake fixed: forgot to
16858: return Operation class->union after switching from autoptrs.
16859:
16860: * tests/: Makefile, results/108.processed, results/117.processed:
16861: meta considered OK [it's up to coder now to remove it not needed]
16862:
16863: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16864: Dictionary constructor when moved to gc]
16865:
16866: * src/main/pa_common.C: uncommented http:// file loading
16867:
16868: * src/include/pa_array.h, src/main/execute.C,
16869: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16870: fix [gdGrowingBuf]
16871:
16872: * configure.in, src/lib/Makefile.am: removed patches
16873:
16874: * configure, src/include/pa_config_auto.h.in,
16875: src/main/pa_charset.C: --enable-assertions autoconf-ed
16876:
16877: * src/main/pa_common.C: uncommented http:// file loading
16878:
16879: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16880: xdoc::create/load
16881:
16882: * src/: classes/form.C, classes/hash.C, classes/image.C,
16883: classes/string.C, classes/table.C, classes/void.C,
16884: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16885: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16886: String::String(str,helper_length) are checked. found/fixed one
16887: place: $request:body now zero-terminated,
16888:
16889: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16890: main/compile_tools.C, main/execute.C, types/pa_value.h,
16891: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16892: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16893: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16894: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16895: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16896: types/pa_vxnode.h: more locally scoped vars in execute (more
16897: easily optimizable)
16898:
16899: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16900: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16901:
16902: * src/: include/pa_array.h, include/pa_stack.h,
16903: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16904: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16905: become assertion iterator in methodframe filler
16906:
16907: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16908: targets/cgi/parser3.C: array::get/put inlined
16909:
16910: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16911: gc_substitute_memory_management_functions +installed CORD_oom
16912: function
16913:
16914: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16915: src/include/pa_config_includes.h, src/include/pa_string.h,
16916: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16917: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16918: assertions started configure.in --enable-assertions
16919:
16920: 2003-04-01 paf
16921:
16922: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16923: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16924: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16925: gdome uses glib memory, and stores last pointer to xmlDoc there,
16926: gc misses that and collects valid memory fixed by remembering
16927: xmlDoc from dom object in xdoc. todo: do something with
16928: premature free of xdoc with xnodes/node values referring into it
16929:
16930: * src/classes/: mail.C: typo fix
16931:
16932: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16933: changes
16934:
16935: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16936: main/pa_memory.C: moved memory debugging to global level: to
16937: pa_gc_malloc
16938:
16939: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16940: debugging showed no errors. todo: debug parser memory
16941:
16942: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16943: configurations
16944:
16945: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16946: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16947: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16948: types/types.dsp: prepared xml-static configuration
16949:
16950: 2003-03-31 paf
16951:
16952: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16953: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16954: xml lib memory debugging, simple checks failed: it seems that
16955: library does realloc(bad ptr), and recording those ptrs in heap
16956: [for debugging] was bad: heap situation changes = everything
16957: works fine
16958:
16959: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16960: xmlRegisterCharEncodingHandler limitation [currently imposed
16961: limit of 10 user-defined charsets]
16962:
16963: 2003-03-28 paf
16964:
16965: * src/main/execute.C: execution stack copied to local register
16966: variable, removed lots [~2e7) of memory accesses
16967:
16968: 2003-03-27 paf
16969:
16970: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16971: works in debug, but fails in release todo: fix that
16972:
16973: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16974: targets/cgi/parser3.C: forgot to merge XML memory funcs
16975: replacement from gc branch
16976:
16977: * src/main/pa_exec.C: introducing append_help_length [radical
16978: improvement here]
16979:
16980: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16981: 'not recommened' in gc.h, on win32 noticed no difference]
16982:
16983: * src/include/pa_array.h: returned checked array get [were disabled
16984: for debugging] result:not slower [don't understand that, it were
16985: INLINED] todo: find out a way of inlining it!
16986:
16987: * src/: include/pa_string.h, lib/gc/include/gc.h,
16988: lib/gc/include/gc_fake.h, main/compile.tab.C,
16989: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16990: convention changed: all resulting strings are zero-terminated
16991:
16992: * src/: classes/date.C, classes/file.C, classes/hash.C,
16993: classes/string.C, classes/table.C, classes/void.C,
16994: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16995: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16996: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16997: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16998: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16999: types/pa_vfile.C, types/pa_vmail.C: introducing
17000: append_help_length [radical improvement here]
17001:
17002: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
17003: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
17004: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
17005: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
17006: even slower
17007:
17008: * src/: classes/string.C, classes/table.C, include/pa_array.h,
17009: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
17010: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
17011: clients of &get(): most to use non-ref version, some[in tight
17012: places] to get_unchecked_ref
17013:
17014: * src/doc/memory.dox: forgot to add
17015:
17016: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
17017: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
17018: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
17019: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
17020: main/compile.y, main/compile_tools.C, main/compile_tools.h,
17021: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
17022: targets/cgi/parser3.dsp, types/pa_vmail.C,
17023: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
17024: T>>&<< removed after Stack::pop wiping removed [moved to separate
17025: func] other Array & removed
17026:
17027: 2003-03-26 paf
17028:
17029: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
17030: classes/table.C, include/pa_array.h, include/pa_charset.h,
17031: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
17032: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
17033: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
17034: main/main.dsp, main/pa_charset.C, main/pa_common.C,
17035: main/pa_exec.C, main/pa_sql_driver_manager.C,
17036: main/pa_stylesheet_manager.C, main/pa_table.C,
17037: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17038: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
17039: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
17040: pre-evaluated .count() in some places
17041:
17042: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
17043: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
17044: types/types.dsp: .dsp profiling updated
17045:
17046: * src/: classes/classes.dsp, lib/cord/cord.dsp,
17047: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
17048: targets/cgi/parser3.dsp, types/types.dsp: started profiling
17049:
17050: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
17051: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
17052: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
17053: use lib/gc,lib/cord
17054:
1.116 moko 17055: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
17056: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 17057: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
17058: src/include/pa_config_includes.h, src/include/pa_request.h,
17059: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17060: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 17061: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 17062: src/lib/cord/include/Makefile.am,
1.116 moko 17063: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
17064: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
17065: src/targets/cgi/Makefile.am, src/types/Makefile.am,
17066: src/types/pa_vclass.h, src/types/pa_vcookie.h,
17067: src/types/pa_vform.h, src/types/pa_vhash.h,
17068: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
17069: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
17070: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
17071: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
17072: funcs ported pa_exec
1.95 moko 17073:
17074: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
17075:
17076: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
17077: bundled gc includes
17078:
17079: * src/: classes/op.C, include/pa_array.h,
17080: include/pa_sql_connection.h, include/pa_string.h,
17081: include/pa_version.h, main/compile.tab.C, main/compile.y,
17082: main/execute.C, main/pa_common.C, main/pa_exception.C,
17083: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
17084: targets/cgi/parser3.dsp: a number of bugfixes [while testing
17085: first real site (aval)]
17086:
17087: 2003-03-25 paf
17088:
1.211 moko 17089: * operators.ru.txt, operators.txt,
17090: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
17091: $status.memory used free since_compact process
1.95 moko 17092:
17093: * src/: include/pa_sql_connection.h, main/pa_globals.C,
17094: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
17095:
17096: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
17097:
17098: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
17099: src/types/pa_value.h, src/types/pa_vfile.h,
17100: src/types/pa_vobject.C, src/types/pa_vobject.h,
17101: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
17102: tests/results/121.processed: untaint.C L_URI
17103:
1.211 moko 17104: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
17105: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
17106: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
17107: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 17108:
17109: * tests/results/109.processed: it was a bug in parser. updated 109
17110: test result
17111:
17112: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
17113:
17114: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
17115: tests/results/107.processed: fixed dom language [values are now
17116: considered tainted. it was a bug in parser. updated 107 test
17117: result
17118:
17119: * src/classes/xdoc.C: fixed transform params
17120:
17121: * src/: include/pa_stylesheet_manager.h,
17122: main/pa_stylesheet_manager.C: fixed stylesheet caching
17123:
17124: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
17125: overloads for structure handling
17126:
17127: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
17128: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
17129: StringBody(0) ambiguilty, introducting static
17130: StringBody::Format(int)
17131:
17132: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
17133: linked
17134:
17135: * src/types/pa_vxdoc.C: vxdoc compiled
17136:
17137: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
17138: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
17139: finalizers isntalled
17140:
17141: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
17142: doc/exception.dox, doc/index.dox, include/pa_charset.h,
17143: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17144: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
17145: compiled todo: xnode.C / finalizers
17146:
17147: * src/doc/string.dox: updated: new string internals
17148:
17149: 2003-03-24 paf
17150:
17151: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17152: include/pa_charset.h, include/pa_config_fixed.h,
17153: include/pa_request.h, include/pa_stylesheet_connection.h,
17154: include/pa_stylesheet_manager.h, main/pa_charset.C,
17155: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
17156: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
17157: types/pa_vxnode.h: started XML
17158:
17159: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
17160:
17161: * src/: classes/file.C, classes/image.C, classes/mail.C,
17162: include/pa_string.h, main/pa_common.C,
17163: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
17164:
17165: * src/: classes/file.C, classes/image.C, classes/mail.C,
17166: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
17167: main/pa_request.C, main/pa_sql_driver_manager.C,
17168: types/pa_vimage.h: size_t pos everywhere checks changed to check
17169: for eq STRING_NOT_FOUND
17170:
17171: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
17172: optimize bit implemented
17173:
17174: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17175: String::ArrayFragment::append_positions fixed
17176:
17177: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
17178: String::this_starts fixed
17179:
17180: * src/main/pa_string.C, tests/Makefile: string::pos fixed
17181:
17182: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
17183: hashcode implemented fully, including per-char callback [it can
17184: be - substr CORD node]
17185:
17186: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
17187: rewritten to rewalloc with 100byte buf ahead
17188:
17189: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
17190: src/include/pa_string.h, src/main/compile.tab.C,
17191: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
17192: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
17193: CORD_ec [bad] would rewrite as realloc now
17194:
17195: * src/: classes/date.C, classes/file.C, classes/form.C,
17196: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
17197: include/pa_cache_managers.h, include/pa_charsets.h,
17198: include/pa_common.h, include/pa_request.h,
17199: include/pa_sql_driver_manager.h, include/pa_table.h,
17200: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
17201: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
17202: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
17203: types/pa_vmail.C, types/pa_vmethod_frame.C,
17204: types/pa_vstateless_class.h: 2*2 worked :)
17205:
17206: * parser3.dsw, src/classes/date.C, src/classes/file.C,
17207: src/include/pa_exec.h, src/include/pa_string.h,
17208: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
17209: passed OK
17210:
17211: * src/: classes/hash.C, classes/string.C, classes/table.C,
17212: types/pa_value.C: all linked todo: debug
17213:
17214: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
17215: types/pa_vstateless_class.C: all compiled. todo:link
17216:
17217: * src/types/pa_wcontext.C: pa_wcontext.C compiled
17218:
17219: * src/types/pa_vtable.C: pa_vtable.C compiled
17220:
17221: * src/types/pa_vstring.C: pa_vstring.C compiled
17222:
17223: * src/types/pa_vstatus.C: pa_vstatus.C compiled
17224:
17225: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
17226: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
17227: pa_vstateless_class.C, pa_vstateless_class.h:
17228: pa_vstateless_class.C compiled
17229:
17230: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
17231: types/pa_vmath.C: pa_vmail.C compiled
17232:
17233: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
17234:
17235: * src/types/pa_vform.C: pa_vform.C compiled
17236:
17237: * src/types/pa_vfile.C: pa_vfile.C compiled
17238:
17239: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
17240: pa_vstateless_class.C: pa_vcookie.C compiled
17241:
17242: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
17243: types/pa_vhash.h: pa_value.C compiled
17244:
17245: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
17246: classes.lib main.lib compiled
17247:
17248: * src/classes/void.C: void.C compiled
17249:
17250: * src/: classes/string.C, classes/table.C, include/pa_string.h,
17251: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
17252: compiled
17253:
17254: * src/: classes/string.C, include/pa_request.h,
17255: include/pa_string.h, main/pa_string.C: string.C compiled
17256:
17257: * src/: classes/op.C, classes/string.C, classes/table.C,
17258: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
17259: main/pa_request.C, main/pa_string.C: op.C compiled
17260:
17261: * src/classes/: math.C, op.C: math.C compiled
17262:
17263: * src/: classes/mail.C, classes/string.C, classes/table.C,
17264: types/pa_vmail.h: mail.C compiled
17265:
17266: * src/classes/: int.C, table.C: int.C compiled
17267:
17268: * src/: classes/hash.C, classes/image.C, classes/string.C,
17269: classes/table.C, include/pa_memory.h, include/pa_string.h,
17270: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
17271: compiled
17272:
17273: * src/: classes/hash.C, classes/string.C, classes/table.C,
17274: classes/void.C, classes/xdoc.C, include/pa_request.h,
17275: include/pa_sql_connection.h: hash.C compiled
17276:
17277: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
17278: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17279: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17280: classes/math.C, classes/op.C, classes/response.C,
17281: classes/string.C, classes/table.C, classes/void.C,
17282: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
17283: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17284: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
17285: file.C table.C compiled
17286:
17287: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
17288: main/untaint.C: main.lib compiled
17289:
17290: 2003-03-21 paf
17291:
17292: * src/: classes/op.C, include/pa_cache_managers.h,
17293: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17294: include/pa_stylesheet_manager.h, main/pa_exception.C,
17295: main/pa_globals.C, main/pa_sql_driver_manager.C,
17296: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
17297: compiled
17298:
17299: * src/: classes/hash.C, classes/image.C, classes/op.C,
17300: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
17301: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17302: main/compile.C, main/pa_common.C, main/pa_request.C,
17303: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
17304: pa_request.C compiled
17305:
17306: * src/: classes/hash.C, classes/mail.C, classes/op.C,
17307: include/pa_request.h, main/execute.C, main/pa_request.C,
17308: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
17309: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
17310: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17311: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
17312: compiled
17313:
17314: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
17315: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
17316: on unix
17317:
17318: * src/: include/pa_charset.h, include/pa_charsets.h,
17319: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
17320: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
17321: pa_charsets.C compiled
17322:
17323: * src/: classes/image.C, classes/mail.C, classes/op.C,
17324: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
17325: main/compile.y, main/execute.C, main/pa_common.C,
17326: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
17327: types/pa_vcode_frame.h, types/pa_vimage.h,
17328: types/pa_vmethod_frame.h: execute.C compiled
17329:
17330: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17331: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17332: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17333: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
17334: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17335: include/pa_cache_managers.h, include/pa_charsets.h,
17336: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
17337: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
17338: include/pa_sql_driver_manager.h, include/pa_string.h,
17339: include/pa_stylesheet_connection.h,
17340: include/pa_stylesheet_manager.h, include/pa_table.h,
17341: main/compile.C, main/compile.tab.C, main/compile.y,
17342: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17343: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17344: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
17345: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
17346: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17347: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
17348: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
17349: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17350: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17351: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17352: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17353: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17354: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17355: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17356: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17357: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17358: types/pa_vresponse.h, types/pa_vstateless_class.C,
17359: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17360: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17361: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17362: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17363: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17364: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17365: [C++ CORD wrapper]
17366:
17367: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17368:
17369: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17370: $file::exec/cgi[script; $.charset[this is script's charset]
17371:
17372: command line, env values, input got transcoded before call
17373: stdout, stderr got transcoded after call
17374:
17375: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17376: by default. use: ^file::exec[...;$.stdin[$request.body]
17377:
17378: * src/main/pa_common.C: } typo bug fix
17379:
17380: * src/main/pa_common.C: } typo bug fix
17381:
17382: 2003-03-20 paf
17383:
17384: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17385: main/untaint.C: cord bug fix, but still errors todo: clear out
17386:
17387: * src/include/pa_string.h: more tests
17388:
17389: * src/main/pa_string.C: string.pos fixed
17390:
1.116 moko 17391: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17392: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17393: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17394: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17395: replaces
1.95 moko 17396:
17397: * src/: classes/image.C, include/pa_dictionary.h,
17398: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17399: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17400: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17401: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17402:
17403: * src/include/pa_string.h: warning
17404:
17405: * src/include/pa_string.h: this_starts fixed
17406:
17407: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17408: new String ctor & append params convention
17409:
17410: * src/: classes/file.C, classes/hash.C, classes/image.C,
17411: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17412: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17413: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17414: main/pa_exception.C, main/pa_exec.C,
17415: main/pa_sql_driver_manager.C, main/pa_string.C,
17416: main/pa_stylesheet_manager.C, main/untaint.C,
17417: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17418: types/pa_vmail.C: more tests OK
17419:
17420: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17421: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17422: gc/exit runned OK
17423:
17424: * src/types/pa_vmail.C: another naming problem: should not name
17425: vars like that: unpredictable close caused problems with later
17426: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17427: descriptors missing on startup: stdin; Bad file number
17428:
17429: todo: find out why so many filters(stream) here. probably wrong?
17430:
17431: * src/: include/pa_dictionary.h, include/pa_string.h,
17432: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17433: main/untaint.C: test compiled
17434:
17435: * src/: classes/image.C, classes/mail.C, classes/math.C,
17436: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17437: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17438: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17439: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17440: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17441: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17442: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17443: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17444: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17445:
17446: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17447: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17448: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17449: src/include/pa_memory.h, src/include/pa_request.h,
17450: src/include/pa_request_charsets.h,
17451: src/include/pa_sql_connection.h, src/include/pa_string.h,
17452: src/main/compile.tab.C, src/main/execute.C,
17453: src/main/pa_charset.C, src/main/pa_common.C,
17454: src/main/pa_exception.C, src/main/pa_exec.C,
17455: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17456: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17457: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17458: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17459: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17460: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17461: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17462: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17463: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17464: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17465: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17466: pa_common.C [done, without http for now]
17467:
17468: 2003-03-19 paf
17469:
17470: * src/: classes/date.C, classes/form.C, classes/hash.C,
17471: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17472: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17473: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17474: include/pa_string.h, include/pa_table.h, main/compile.C,
17475: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17476: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17477: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17478: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17479: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17480: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17481: types/pa_vstateless_class.h, types/pa_vtable.C,
17482: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17483: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17484: types/pa_wwrapper.h: started test
17485:
1.116 moko 17486: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17487: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17488:
17489: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17490: include/pa_string.h, main/pa_string.C: string compiled todo: test
17491: it
17492:
17493: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17494: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17495: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17496: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17497: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17498: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17499: types/pa_vmethod_frame.h, types/types.dsp: string
17500: reimplementation with cord+array<fragment>: 70%
17501:
17502: 2003-03-18 paf
17503:
17504: * src/: classes/date.C, classes/file.C, classes/form.C,
17505: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17506: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17507: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17508: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17509: can ignore lang in cmp and pos really, but would
17510: split properly!
17511:
17512: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17513: cord part made parser/src/lib: it's not compiled into libgc by
17514: default
17515:
17516: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17517: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17518: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17519: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17520: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17521: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17522: src/classes/xnode.C, src/classes/xnode.h,
17523: src/include/Makefile.am, src/include/pa_cache_managers.h,
17524: src/include/pa_charset.h, src/include/pa_charsets.h,
17525: src/include/pa_common.h, src/include/pa_dictionary.h,
17526: src/include/pa_exception.h, src/include/pa_exec.h,
17527: src/include/pa_globals.h, src/include/pa_hash.h,
17528: src/include/pa_memory.h, src/include/pa_pool.h,
17529: src/include/pa_request.h, src/include/pa_request_charsets.h,
17530: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17531: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17532: src/include/pa_stylesheet_connection.h,
17533: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17534: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17535: src/main/compile.C, src/main/compile.tab.C,
17536: src/main/compile_tools.C, src/main/compile_tools.h,
17537: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17538: src/main/pa_charsets.C, src/main/pa_common.C,
17539: src/main/pa_dictionary.C, src/main/pa_exception.C,
17540: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17541: src/main/pa_pool.C, src/main/pa_request.C,
17542: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17543: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17544: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17545: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17546: src/types/pa_junction.h, src/types/pa_method.h,
17547: src/types/pa_value.C, src/types/pa_value.h,
17548: src/types/pa_vclass.C, src/types/pa_vclass.h,
17549: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17550: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17551: src/types/pa_vdouble.h, src/types/pa_venv.h,
17552: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17553: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17554: src/types/pa_vimage.C, src/types/pa_vimage.h,
17555: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17556: src/types/pa_vmath.C, src/types/pa_vmath.h,
17557: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17558: src/types/pa_vobject.C, src/types/pa_vobject.h,
17559: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17560: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17561: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17562: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17563: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17564: src/types/pa_vstring.h, src/types/pa_vtable.C,
17565: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17566: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17567: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17568: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17569: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17570: gc: PA_Object done lots of replacements also
17571:
17572: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17573: gc logging
17574:
17575: 2003-03-17 paf
17576:
17577: * src/: classes/date.C, classes/file.C, classes/form.C,
17578: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17579: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17580: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17581: include/pa_string.h, include/pa_types.h, main/compile.C,
17582: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17583: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17584: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17585: main/pa_sql_driver_manager.C, main/pa_string.C,
17586: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17587: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17588: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17589: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17590: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17591: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17592: types/pa_vxnode.h: libgc attempt
17593:
17594: 2003-03-13 paf
17595:
17596: * src/: include/pa_sql_driver_manager.h,
17597: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17598: called
17599:
17600: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17601: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17602: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17603: types/pa_value.h, types/pa_vobject.h,
17604: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17605: set_base, set_derived simplified [counter leaks fixed]
17606:
17607: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17608: src/types/types.dsp: incorporated status class patch From:
17609: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17610: 2003 8:14 AM
17611:
17612: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17613: Win32 specific: QuotaPeakNonPagedPoolUsage
17614: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17615:
17616: 2003-03-12 paf
17617:
1.116 moko 17618: * configure, configure.in, src/lib/ltdl/configure,
17619: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17620: lib/ltdl/Makefile now created by /configure.in only [were by
17621: lib/ltdl/configure.in OVERWRITE]
17622:
1.116 moko 17623: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17624: linkage fixed for g++ 3.2.2
1.95 moko 17625:
17626: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17627: on using privately declared class [fixed]
17628:
17629: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17630: 3.2 rightliy complained on using privately declared class [fixed]
17631:
17632: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17633: sigpipe before request constructor now causes death
17634:
17635: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17636: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17637: not cause exception in exception handler
17638:
1.116 moko 17639: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17640: now default links libstdc++ statically. that can be overriden by
17641: --with-dynamic-stdcpp
1.95 moko 17642:
17643: 2003-03-11 paf
17644:
17645: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17646: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17647: necessity of libstdc++
17648:
17649: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17650:
17651: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17652:
17653: 2003-03-08 paf
17654:
17655: * tests/Makefile: make install & co
17656:
17657: * src/: include/pa_request.h, classes/op.C: removing
17658: vclass,object.h -> pa_request.h dependency
17659:
17660: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17661: main/pa_request.C: removing vform,response,cookie.h ->
17662: pa_request.h dependency
17663:
17664: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17665: dependency [testing...]
17666:
17667: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17668: return 0; fixed
17669:
17670: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17671: types/pa_vmail.h: vmail.C received just compiled [not tested]
17672:
17673: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17674:
17675: * src/main/pa_request.C: forgotten: ifdef XML
17676:
17677: * src/main/pa_request.C: forgotten: ifdef XML
17678:
17679: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17680: win32 and run memleak tests again
17681:
17682: * src/targets/cgi/parser3.C: charsets: see some strange things with
17683: old xml lib-- it's internal memory handling has faults
17684:
17685: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17686: problems when transcode from charset A to A.
17687:
17688: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17689: todo: still problems when transcode from charset A to A.
17690:
17691: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17692: classes/table.C, include/pa_array.h,
17693: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17694: started full-scale-site-test [~ http://parser.ru sources]
17695:
17696: some fixes
17697:
17698: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17699: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17700: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17701: results/110.processed, results/111.processed,
17702: results/112.processed, results/113.processed,
17703: results/114.processed, results/115.processed,
17704: results/116.processed, results/117.processed,
17705: results/118.processed, results/119.processed,
17706: results/120.processed: xml: tests 109 dom create/show 110 xpath
17707: selectSingle 111 xdoc.create from tainted & 112
17708: xdoc.create/output with russian attr value 113 xpath
17709: selectString/Number 114 dom attributes.count 115 xpath selectBool
17710: 116 output media-type change 117 transform by dom stylesheet 118
17711: empty transform result 119 dom setAttribute 120 nbsp letter
17712: output
17713:
17714: =END OF PREPARED XML TESTS=
17715:
17716: 2003-03-07 paf
17717:
17718: * src/classes/xdoc.C, src/include/pa_charset.h,
17719: src/include/pa_stylesheet_connection.h, tests/108.html,
17720: tests/108.xsl, tests/results/108.processed: xml: test 108
17721: transform with params [bugs fixed]
17722:
17723: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17724: from copy/paste bug
17725:
17726: * src/classes/xdoc.C, src/include/pa_charset.h,
17727: src/include/pa_request.h, src/main/execute.C,
17728: src/main/pa_charset.C, src/main/pa_exception.C,
17729: src/main/pa_globals.C, src/main/pa_request.C,
17730: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17731: src/types/pa_vxnode.C, tests/107.html,
17732: tests/results/107.processed: xml: test: 107 bug fixes
17733:
17734: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17735: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17736: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17737:
17738: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17739: string
17740:
17741: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17742: mem alloc functions used for different cases [libxml, libxsl]
17743:
17744: * src/classes/classes.C: fixed: prevent system classes from
17745: modification to lock ALL the classes, not only directly used
17746:
17747: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17748: linked
17749:
17750: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17751:
17752: 2003-03-06 paf
17753:
17754: * src/classes/xdoc.C: xdoc.C 50%
17755:
17756: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17757: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17758: main/pa_globals.C, main/pa_request.C,
17759: main/pa_stylesheet_manager.C: xnode.C compiled
17760:
17761: * src/: include/pa_stylesheet_connection.h,
17762: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17763: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17764:
17765: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17766: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17767: xml: stylesheet&manager STARTED
17768:
17769: * src/: include/pa_globals.h, main/pa_charset.C,
17770: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17771:
17772: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17773: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17774: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17775: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17776: charsets
17777:
17778: * tests/023.html: in some cases it rounded up badly. postponing
17779: solution of that problem, making more simple test
17780:
17781: * tests/: 058_paf2000.png, results/058.processed: .png added with
17782: -kb now
17783:
17784: * src/: include/pa_charset.h, include/pa_charsets.h,
17785: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17786: moved to charsets.C
17787:
17788: 2003-03-05 paf
17789:
17790: * src/classes/string.C, src/include/pa_string.h,
17791: src/main/pa_string.C, tests/105.html,
17792: tests/results/105.processed: String::match bug fixed
17793:
17794: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17795: tests/results/104.processed: ^bpt operator added [does int3 in
17796: debug build on win32]
17797:
17798: * tests/: 057.html, results/057.processed: test bug fixed
17799:
1.116 moko 17800: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17801:
17802: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17803: missing
17804:
1.116 moko 17805: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17806: forgotten files added to Makes
1.95 moko 17807:
17808: * ltmain.sh: ltmain.sh added
17809:
17810: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17811: change undone ;(
17812:
17813: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17814: made static
17815:
17816: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17817: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17818: todo:make linker happy
1.95 moko 17819:
17820: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17821: env param made optional
17822:
17823: 2003-03-04 paf
17824:
17825: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17826: types/pa_vimage.h: number of gcc compiler bugs fixed
17827:
17828: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17829: results/103.processed: tests: 103 image.copy transparence test
17830:
17831: * src/main/execute.C, tests/101.html, tests/102.html,
17832: tests/results/101.processed, tests/results/102.processed: tests:
17833: 101 method/variable name conflict test 102 form fields change
17834: should not not change anything [bug fix]
17835:
17836: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17837: results/099.processed, results/100.processed: tests: 57 date
17838: create 2002: added 99,100 response:body/download
17839:
17840: * src/classes/image.C, tests/098.html, tests/098font.gif,
17841: tests/results/098.processed: test: 98 image font text [bug fixed]
17842:
17843: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17844: tests/results/097.processed: test: 97 file::load http:// [bugs
17845: fixed]
17846:
17847: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17848: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17849: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17850: image EXIF [bug fixed]
17851:
17852: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17853: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17854: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17855: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17856: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17857: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17858: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17859: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17860: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17861: tests/094.html, tests/095.html, tests/results/061.processed,
17862: tests/results/062.processed, tests/results/063.processed,
17863: tests/results/064.processed, tests/results/065.processed,
17864: tests/results/066.processed, tests/results/067.processed,
17865: tests/results/068.processed, tests/results/069.processed,
17866: tests/results/070.processed, tests/results/071.processed,
17867: tests/results/072.processed, tests/results/073.processed,
17868: tests/results/074.processed, tests/results/075.processed,
17869: tests/results/076.processed, tests/results/077.processed,
17870: tests/results/078.processed, tests/results/080.processed,
17871: tests/results/081.processed, tests/results/082.processed,
17872: tests/results/083.processed, tests/results/084.processed,
17873: tests/results/085.processed, tests/results/086.processed,
17874: tests/results/087.processed, tests/results/088.processed,
17875: tests/results/089.processed, tests/results/090.processed,
17876: tests/results/091.processed, tests/results/092.processed,
17877: tests/results/093.processed, tests/results/094.processed,
17878: tests/results/095.processed, tests/079.html,
17879: tests/results/079.processed: tests: 61 file::stat size 62
17880: string->int autoconvert 63 double .int,dec,div,mul 64 date
17881: compare 65 file: basename,justname,justext 66 math:crypt 67
17882: string.match simple on long 68 string.match normalized simple on
17883: long 69 string.int 70 file::stat content-type 71 table.join 72
17884: hash parameter conditional pass 73 date daylightsaving,yearday 74
17885: date arithmetics 75 response date values/attributes 76 string.pos
17886: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17887: with local 80 scientific numeric literal in string autoconvert 81
17888: xor: logical and numerical 82 for delims 83 menu delims 84
17889: table.hash distinct 85 long string replace 86 throw+catch
17890: current language preserve 87 bit shifts 88 junction tests +
17891: $caller test 89 hash.foreach selfmodification 90 int/void to int
17892: 91 $caller test 92 junction is + def junction tests 93 $caller
17893: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17894:
17895: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17896: fixed] 60 string eq string [bug fixed]
17897:
17898: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17899: 058.html, 058_paf2000.png, 059.html, 060.html,
17900: results/053.processed, results/054.processed,
17901: results/055.processed, results/056.processed,
17902: results/057.processed, results/058.processed,
17903: results/059.processed, results/060.processed: test: 53
17904: string.replace 54 junctions 55 table.hash 56 call indirect 57
17905: date.create[string] 58 image.measure[png]
17906:
17907: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17908: outputs/051.processed, results/052.processed: test: 52
17909: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17910: task: fix that
17911:
17912: 2003-03-03 paf
17913:
17914: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17915: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17916: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17917: outputs/049.processed, outputs/050.processed,
17918: outputs/051.processed, results/001.processed,
17919: results/002.processed, results/003.processed,
17920: results/005.processed, results/006.processed,
17921: results/008.processed, results/009.processed,
17922: results/011.processed, results/012.processed,
17923: results/013.processed, results/014.processed,
17924: results/015.processed, results/016.processed,
17925: results/017.processed, results/020.processed,
17926: results/021.processed, results/022.processed,
17927: results/024.processed, results/025.processed,
17928: results/026.processed, results/027.processed,
17929: results/028.processed, results/029.processed,
17930: results/030.processed, results/031.processed,
17931: results/049.processed, results/050.processed,
17932: results/051.processed, results/043.processed,
17933: results/044.processed, results/045.processed,
17934: results/046.processed, results/047.processed,
17935: results/048.processed: tests: 43,44,45 date rolls 46
17936: autoevaluating junction 47 table.select 48 name with subvar 49
17937: hash-creating switch 50 process 51 started parent/child, works as
17938: it were but it were NOT GOOD, created separate task to fix that
17939:
17940: * tests/: 042.html, results/042.processed: test: 42
17941: exception.handled
17942:
17943: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17944: expression
17945:
17946: * tests/: 040.html, results/040.processed: test: 39 method result
17947: of type table 40 method param junction auto evaluate
17948:
17949: * tests/: 039.html, results/039.processed: test: 37 method result
17950: of type table
17951:
17952: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17953: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17954: tests/038.html, tests/results/033.processed,
17955: tests/results/034.processed, tests/results/035.processed,
17956: tests/results/036.processed, tests/results/037.processed,
17957: tests/results/038.processed: tests: 33 string.replace 34
17958: string.upper 35 table created 36 local/global vars with juntions
17959: 37 table clone 38 math PI & number formatting
17960:
17961: math class registring typo fixed
17962:
17963: * src/classes/op.C, src/include/pa_request.h,
17964: src/include/pa_string.h, src/main/execute.C,
17965: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17966: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17967: tests/032.html, tests/results/032.processed: uchar changed to
17968: String_UL in all places [was not everywhere] untaint test: 032
17969:
17970: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17971: tests/results/004.processed, tests/parser-cygwin.sh,
17972: tests/parser-unix.sh: removed -H command line key, now testing
17973: using .sh file with SERVER_SOFTWARE=xxx
17974:
17975: 2003-02-26 paf
17976:
17977: * src/main/execute.C, src/types/pa_vstateless_class.h,
17978: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17979: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17980: tests/results/024.processed, tests/results/025.processed,
17981: tests/results/026.processed, tests/results/027.processed,
17982: tests/results/028.processed, tests/results/029.processed,
17983: tests/results/030.processed, tests/results/031.processed: fixed
17984: bug with name_cstr mutable CharPtr more tests
17985:
17986: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17987: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17988: << abort. die now just exits
17989:
17990: * src/classes/classes.awk, src/classes/classes.h,
17991: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17992: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17993: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17994: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17995: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17996: src/classes/xnode.C, src/include/pa_memory.h,
17997: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17998: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17999: src/types/pa_vform.C, tests/015.html, tests/016.html,
18000: tests/017.html, tests/018.html, tests/019.html,
18001: tests/019paf2001.gif, tests/020.html, tests/021.html,
18002: tests/022.html, tests/023.html, tests/022_dir/a.html,
18003: tests/022_dir/b.txt, tests/022_dir/c.htm,
18004: tests/results/015.processed, tests/results/016.processed,
18005: tests/results/017.processed, tests/results/018.processed,
18006: tests/results/019.processed, tests/results/020.processed,
18007: tests/results/021.processed, tests/results/022.processed,
18008: tests/results/023.processed: methoded_array now contains all Mxxx
18009: classes SAPI::get_env now returns info on pool more tests
18010:
18011: * src/include/pa_array.h, src/include/pa_hash.h,
18012: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
18013: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
18014: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
18015: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
18016: tests/014.html, tests/Makefile, tests/outputs/create-dir,
18017: tests/results/001.processed, tests/results/002.processed,
18018: tests/results/003.processed, tests/results/004.processed,
18019: tests/results/005.processed, tests/results/006.processed,
18020: tests/results/007.processed, tests/results/008.processed,
18021: tests/results/009.processed, tests/results/010.processed,
18022: tests/results/011.processed, tests/results/012.processed,
18023: tests/results/013.processed, tests/results/014.processed: hash
18024: cloning fixed
18025:
18026: 2003-02-25 paf
18027:
18028: * src/main/pa_common.C: typo fixed
18029:
18030: 2003-02-24 paf
18031:
18032: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
18033: [one remained]
18034:
18035: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
18036: [should have been get_string(&pool)] todo: check other such calls
18037:
18038: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
18039: test10, bad lookups
18040:
18041: xxx* xxx=smartptr.get(); << is bad style, after ";" original
18042: object got destructed, and xxx points to sky
18043:
18044: * ChangeLog, src/classes/string.C: match bug fixed
18045:
18046: * src/types/pa_vmail.C: body [text/html] transcoded to
18047: $.charset[specified] now
18048:
18049: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
18050: which failed to handle sigsetjmp+throw: crashed inside of
18051: pre-throw code. rewritten simplier [though duplicating
18052: closesocket code]
18053:
18054: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
18055: which failed to handle sigsetjmp+throw: crashed inside of
18056: pre-throw code. rewritten simplier [though duplicating
18057: closesocket code]
18058:
18059: 2003-02-21 paf
18060:
1.211 moko 18061: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
18062: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
18063: now]]
1.95 moko 18064:
18065: written makefile with regression tests [raw]
18066:
18067: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
18068: tests' only [it's not forcing CGI mode now] now use -H to output
18069: CGI header when parser used in command line [useful for tests
18070: also]
18071:
18072: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
18073: switches on CGI mode, and is used in regression tests
18074:
18075: * src/: include/pa_request.h, main/pa_request.C,
18076: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
18077: fixed
18078:
18079: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
18080: handling pa_*
18081:
18082: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
18083: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
18084: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
18085: memory handling files
18086:
18087: * src/main/pa_array.C: pool::format_integer terminator fixed
18088:
18089: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
18090: compiles OK test to show benefits of free
18091:
18092: * src/: classes/file.C, classes/image.C, classes/mail.C,
18093: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
18094: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18095: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
18096: use pool [as the one in ^process]
18097:
18098: * src/classes/op.C: fixed process. sould now check for all cstr's
18099: -- some must use pool [as the one in ^process]
18100:
18101: 2003-02-20 paf
18102:
18103: * src/: classes/date.C, classes/double.C, classes/file.C,
18104: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18105: classes/math.C, classes/op.C, classes/response.C,
18106: classes/string.C, classes/table.C, classes/void.C,
18107: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
18108: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
18109: string cmp fixed
18110:
18111: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
18112: values passed OK now
18113:
18114: 2003-02-19 paf
18115:
18116: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
18117: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
18118: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
18119: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
18120: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
18121: all remaning leaks resulted from pooled::malloc calls [excluding
18122: in gd -- planning complete rewrite extremely ugly code]
18123:
18124: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
18125: files
18126:
18127: 2003-02-17 paf
18128:
18129: * src/: classes/date.C, classes/double.C, classes/file.C,
18130: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18131: classes/response.C, classes/string.C, classes/table.C,
18132: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
18133: include/pa_stylesheet_connection.h,
18134: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
18135: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18136: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
18137: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18138: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18139: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
18140: of unitialized simple-typed field
18141:
18142: * src/: classes/classes.C, classes/classes.h, main/execute.C,
18143: main/pa_charset.C, main/pa_request.C: another bug of unitialized
18144: simple-typed field fixed. todo: find&kill all like that one
18145:
18146: * src/: main/execute.C, targets/cgi/pa_pool.C,
18147: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
18148: debug output fixed
18149:
18150: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
18151: main/pa_request.C: stack-stored items need extra .ref to prevent
18152: object_ptr from delete[them]
18153:
18154: * src/: classes/date.C, classes/op.C, classes/table.C,
18155: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
18156: include/pa_charset.h, main/Makefile.am, main/main.dsp,
18157: main/pa_charset.C, main/pa_common.C,
18158: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18159: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18160: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
18161: calls
18162:
18163: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
18164: couple mem leaks rusulted from old pooled::malloc usage.
18165: todo:find more like those
18166:
18167: * src/main/: compile.C, compile_tools.C: 2*2!
18168:
18169: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
18170: stackItem fixed [there were no string on stack before]
18171:
18172: * src/: main/execute.C, main/pa_request.C,
18173: types/pa_vmethod_frame.C: first letters out OK
18174:
18175: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
18176: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
18177: main/pa_string.C, main/untaint.C, types/pa_value.h,
18178: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
18179: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
18180: type not initialized with zeros :( while class fields of class
18181: types initialized with default constructors. learn C++
18182:
18183: * src/: classes/classes.awk, classes/double.C, classes/file.C,
18184: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
18185: classes/math.C, classes/xdoc.C, classes/xnode.C,
18186: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
18187: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
18188:
18189: 2003-02-14 paf
18190:
18191: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
18192: 13 link errors
18193:
18194: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
18195: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18196: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18197: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
18198: errors :)
18199:
18200: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
18201: classes/hash.C, classes/mail.C, classes/op.C,
18202: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
18203: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
18204: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
18205: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
18206:
18207: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
18208: classes/table.C, include/pa_common.h, include/pa_globals.h,
18209: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
18210: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
18211: types/pa_vint.h, types/types.dsp: op compiled
18212:
18213: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
18214: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
18215: main/untaint.C, types/pa_vtable.h: string, response compiled
18216:
18217: 2003-02-07 paf
18218:
18219: * src/: classes/table.C, types/pa_vtable.h: table compiled
18220:
18221: 2003-02-06 paf
18222:
18223: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
18224: mail compiled
18225:
18226: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
18227: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
18228: types/pa_vfile.h, types/pa_vimage.h: image compiled
18229:
18230: * src/classes/: file.C, form.C: form compiled
18231:
18232: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
18233: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
18234: types/pa_vfile.C, types/pa_vfile.h: file compiled
18235:
18236: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
18237: types/pa_vmath.h: math compiled [win32]
18238:
18239: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
18240: types/pa_vstring.h: hash compiled
18241:
18242: 2003-02-04 paf
18243:
18244: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
18245: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
18246: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
18247: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
18248: types/pa_vhash.h: hash 50% compiled
18249:
18250: * src/: classes/date.C, classes/file.C, classes/hash.C,
18251: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
18252: classes/string.C, classes/table.C, classes/xdoc.C,
18253: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
18254: main/pa_string.C: date compiled
18255:
18256: * src/classes/: classes.dsp, double.C: double compiled
18257:
18258: * src/: classes/date.C, classes/double.C, classes/file.C,
18259: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
18260: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18261: classes/string.C, classes/table.C, classes/void.C,
18262: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
18263: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
18264: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
18265: compiled
18266:
18267: * src/: classes/date.C, classes/double.C, classes/file.C,
18268: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18269: classes/math.C, classes/op.C, classes/response.C,
18270: classes/string.C, classes/table.C, classes/void.C,
18271: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18272: types/pa_vvoid.h: void compiled :)
18273:
18274: * src/: include/pa_globals.h, main/pa_cache_managers.C,
18275: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18276: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18277: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
18278: main/pa_string.C, main/pa_uue.C, main/untaint.C,
18279: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
18280: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
18281: types/pa_vresponse.C, types/pa_vstateless_class.C,
18282: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
18283: types/pa_wcontext.C, types/types.dsp: removed stupid
18284: value_includes.h
18285:
18286: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
18287: trying to remove stupid value_includes.h
18288:
18289: * src/main/pa_exec.C: pa_exec compiled on win32
18290:
18291: * src/main/pa_exec.C: libmain.a compiled on six [unix]
18292:
18293: * src/: include/pa_globals.h, include/pa_request.h,
18294: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
18295: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
18296: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
18297: types/pa_vrequest.C, types/pa_vstateless_class.C,
18298: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
18299:
18300: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
18301: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
18302: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
18303:
18304: * src/: include/pa_array.h, include/pa_config_includes.h,
18305: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
18306: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
18307: compiled
18308:
18309: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
18310: name conflicts)
18311:
18312: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
18313: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
18314: yelds "virtual memory exhausted" while trying to compile
18315: execute.C [eating up to 127MB]
18316:
18317: 2003-02-03 paf
18318:
18319: * src/: include/pa_config_includes.h, include/pa_hash.h,
18320: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
18321: main/pa_common.C, types/pa_value.C, types/pa_value.h,
18322: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
18323: types/pa_vint.h, types/pa_vjunction.h,
18324: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
18325: started gcc compiling pa_common compiled
18326:
18327: * src/: include/pa_exception.h, include/pa_pool.h,
18328: main/pa_exception.C: exception gcc change #1
18329:
1.116 moko 18330: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
18331: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 18332:
18333: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
18334:
18335: * src/types/pa_vtable.C: vtable compiled
18336:
18337: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
18338:
18339: * src/: include/pa_cache_managers.h, main/pa_request.C,
18340: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
18341:
18342: * src/types/pa_vstateless_class.C: vstateless_class compiled
18343:
18344: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
18345:
18346: * src/types/pa_vrequest.C: vrequest compiled
18347:
18348: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
18349: pa_vobject.C, pa_vobject.h: vobject compiled
18350:
18351: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
18352: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18353: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
18354: compiled
18355:
18356: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18357:
18358: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18359: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18360: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18361: compiled
18362:
18363: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18364: main.lib - 0 error(s), 0 warning(s)
18365:
18366: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18367: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18368:
18369: 2003-01-31 paf
18370:
18371: * src/: include/pa_array.h, include/pa_operation.h,
18372: include/pa_request.h, main/execute.C, main/main.dsp,
18373: types/pa_vjunction.h: started last file from main library:
18374: execute
18375:
18376: * src/: include/pa_request.h, include/pa_sapi.h,
18377: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18378: main/pa_request.C, targets/cgi/parser3.C,
18379: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18380: types/pa_vhash.h: pa_request compiled
18381:
18382: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18383: include/pa_globals.h, include/pa_request.h,
18384: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18385: main/execute.C, main/main.dsp, main/pa_common.C,
18386: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18387: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18388: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18389: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18390: types/types.dsp: most pa_request compiled
18391:
18392: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18393: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18394: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18395: classes/op.C, classes/response.C, classes/string.C,
18396: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18397: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18398: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18399: include/pa_config_fixed.h, include/pa_config_includes.h,
18400: include/pa_dictionary.h, include/pa_dir.h,
18401: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18402: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18403: include/pa_pool.h, include/pa_request.h,
18404: include/pa_request_charsets.h, include/pa_request_info.h,
18405: include/pa_sapi.h, include/pa_socks.h,
18406: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18407: include/pa_stack.h, include/pa_string.h,
18408: include/pa_stylesheet_connection.h,
18409: include/pa_stylesheet_manager.h, include/pa_table.h,
18410: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18411: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18412: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18413: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18414: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18415: main/compile.C, main/compile.tab.C, main/compile.y,
18416: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18417: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18418: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18419: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18420: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18421: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18422: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18423: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18424: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18425: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18426: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18427: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18428: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18429: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18430: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18431: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18432: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18433: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18434: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18435: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18436: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18437: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18438: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18439: types/pa_vresponse.h, types/pa_vstateless_class.C,
18440: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18441: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18442: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18443: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18444: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18445: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18446:
18447: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18448: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18449: src/include/pa_charsets.h, src/include/pa_common.h,
18450: src/include/pa_dictionary.h, src/include/pa_exception.h,
18451: src/include/pa_exec.h, src/include/pa_pool.h,
18452: src/include/pa_request.h, src/include/pa_sapi.h,
18453: src/include/pa_sql_connection.h,
18454: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18455: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18456: src/main/compile.tab.C, src/main/compile_tools.C,
18457: src/main/compile_tools.h, src/main/main.dsp,
18458: src/main/pa_charset.C, src/main/pa_charsets.C,
18459: src/main/pa_common.C, src/main/pa_dictionary.C,
18460: src/main/pa_exception.C, src/main/pa_exec.C,
18461: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18462: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18463: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18464: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18465: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18466: src/types/pa_vdouble.h, src/types/pa_venv.h,
18467: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18468: src/types/pa_vhash.h, src/types/pa_vimage.C,
18469: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18470: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18471: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18472: src/types/pa_vobject.C, src/types/pa_vobject.h,
18473: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18474: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18475: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18476: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18477: src/types/pa_vstring.h, src/types/pa_vtable.h,
18478: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18479: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18480: died, long live StringPtr
18481:
18482: 2003-01-30 paf
18483:
18484: * src/: include/pa_charset.h, include/pa_request.h,
18485: include/pa_sql_driver_manager.h, main/compile.tab.C,
18486: main/compile.y, main/compile_tools.h, main/pa_request.C,
18487: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18488:
18489: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18490: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18491: types/pa_vhash.h, types/pa_vmethod_frame.h,
18492: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18493: types/types.dsp: vstateless_class compiled
18494:
18495: * src/main/compile.C: compile compiled
18496:
18497: * src/: include/pa_array.h, include/pa_operation.h,
18498: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18499: main/pa_table.C: compile_tools compiled
18500:
18501: * src/: include/pa_operation.h, main/compile.y,
18502: main/compile_tools.C, main/compile_tools.h: started
18503: compile_tools. vagues ideas of how to free compiled code
18504:
18505: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18506: main/main.dsp, types/pa_value.C, types/pa_value.h,
18507: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18508: compiled
18509:
18510: 2003-01-29 paf
18511:
18512: * src/: include/pa_globals.h, include/pa_request.h,
18513: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18514: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18515: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18516: compiled
18517:
18518: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18519: now
18520:
18521: * src/: include/pa_array.h, include/pa_exception.h,
18522: include/pa_pool.h, main/pa_exception.C: gd compiled
18523:
18524: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18525: compiled
18526:
18527: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18528: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18529: types/pa_vfile.h: vfile compiled
18530:
18531: * src/: include/pa_common.h, include/pa_globals.h,
18532: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18533: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18534: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18535:
18536: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18537: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18538: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18539: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18540: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18541:
18542: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18543: main/main.dsp, main/untaint.C: more compiled
18544:
18545: * src/: include/pa_charsets.h, include/pa_request.h,
18546: include/pa_request_info.h, include/pa_string.h,
18547: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18548: types/pa_vresponse.h: vrequest compiled
18549:
18550: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18551: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18552: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18553:
18554: * src/: classes/classes.h, include/pa_charset.h,
18555: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18556: include/pa_request.h, include/pa_string.h, main/main.dsp,
18557: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18558: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18559: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18560: types/pa_vrequest.C, types/pa_vrequest.h,
18561: types/pa_vstateless_class.h, types/pa_vstring.h,
18562: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18563:
18564: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18565: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18566: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18567: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18568: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18569: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18570: types/pa_vobject.h, types/pa_vstateless_class.h,
18571: types/pa_vstateless_object.h, types/pa_vstatus.h,
18572: types/pa_vstring.h, types/types.dsp: vmath compiled
18573:
18574: 2003-01-28 paf
18575:
18576: * src/: classes/classes.h, classes/date.C, classes/file.C,
18577: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18578: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18579: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18580: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18581: compile_tools
18582:
18583: * src/: include/pa_charset.h, include/pa_exception.h,
18584: include/pa_request.h, include/pa_string.h, main/untaint.C:
18585: untaint compiled
18586:
18587: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18588: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18589: more compiled. struck with string::store_to needing to know
18590: source/client charsets
18591:
18592: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18593: types/pa_vfile.h: uue compiled
18594:
18595: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18596: table compiled
18597:
18598: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18599: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18600:
18601: * src/: include/pa_charset.h, main/pa_charset.C,
18602: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18603: introduced]
18604:
18605: * src/: classes/date.C, include/pa_charset.h,
18606: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18607: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18608: pa_charsets compiled
18609:
18610: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18611: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18612:
18613: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18614: common compiled
18615:
18616: * src/: include/pa_charsets.h, main/pa_charsets.C,
18617: main/pa_sql_driver_manager.C: pa_charsets compiled
18618:
18619: * src/: include/pa_array.h, include/pa_charset.h,
18620: include/pa_charsets.h, include/pa_pool.h,
18621: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18622: include/pa_stack.h, include/pa_string.h,
18623: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18624: sql_driver_manager compiled
18625:
18626: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18627: letter i with two dots added to koi, all ukranian letters added
18628: to win1251.
18629:
18630: typographic simbol 0xb9 deleted from win1251 [strange one & were
18631: abscent from koi]
18632:
18633: 2003-01-27 paf
18634:
18635: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18636: include/pa_sql_driver_manager.h, include/pa_string.h,
18637: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18638: sql/pa_sql_driver.h: paused on sql_manager
18639:
18640: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18641: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18642: include/pa_stack.h, main/pa_sql_driver_manager.C,
18643: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18644:
18645: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18646: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18647: include/pa_table.h, main/pa_sql_driver_manager.C,
18648: main/pa_table.C: table compiled
18649:
18650: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18651: cache_managers compiled
18652:
18653: * src/: include/pa_array.h, include/pa_charset.h,
18654: include/pa_pool.h, main/pa_charset.C: charset compiled
18655:
18656: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18657:
18658: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18659: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18660: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18661: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18662: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18663:
18664: 2003-01-24 paf
18665:
18666: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18667: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18668: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18669: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18670: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18671: types/pa_vint.h, types/pa_vjunction.h,
18672: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18673: types/pa_vstatus.h, types/pa_vstring.h: more patched
18674:
18675: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18676: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18677: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18678: main/pa_string.C, main/pa_table.C: string compiled
18679:
18680: * src/: include/pa_array.h, include/pa_common.h,
18681: include/pa_dictionary.h, include/pa_exception.h,
18682: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18683: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18684: main/pa_string.C: dictionary compiled
18685:
18686: 2003-01-23 paf
18687:
18688: * src/: include/pa_array.h, include/pa_common.h,
18689: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18690: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18691: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18692: types/pa_value.h: resurrected pool in new sense: now it's
18693: factory, producing&accounting memory chunks for read[autofree]
18694: buffers
18695:
18696: * src/: include/pa_array.h, include/pa_exception.h,
18697: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18698: main/pa_exception.C, main/pa_table.C: table compiled
18699:
18700: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18701: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18702: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18703: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18704: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18705: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18706: main/pa_table.C: aint that easy
18707:
18708: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18709: main/main.dsp: continued with Hash
18710:
18711: * src/main/pa_common.C: connect_string allocated on heap[wes on
18712: stack] now. and exception can be reported OK now [can be reported
18713: outside of pro c with that stack]
18714:
18715: 2003-01-22 paf
18716:
18717: * src/: include/pa_array.h, include/pa_charset.h,
18718: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18719: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18720: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18721: base: contains references_count. auto_ptr template calls
18722: add_ref/release
18723:
18724: 2003-01-21 paf
18725:
18726: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18727: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18728: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18729: classes/op.C, classes/response.C, classes/string.C,
18730: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18731: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18732: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18733: include/pa_config_fixed.h, include/pa_config_includes.h,
18734: include/pa_dictionary.h, include/pa_dir.h,
18735: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18736: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18737: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18738: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18739: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18740: include/pa_stack.h, include/pa_string.h,
18741: include/pa_stylesheet_connection.h,
18742: include/pa_stylesheet_manager.h, include/pa_table.h,
18743: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18744: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18745: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18746: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18747: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18748: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18749: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18750: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18751: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18752: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18753: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18754: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18755: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18756: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18757: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18758: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18759: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18760: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18761: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18762: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18763: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18764: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18765: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18766: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18767: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18768: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18769: types/pa_vstateless_object.h, types/pa_vstatus.C,
18770: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18771: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18772: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18773: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18774: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18775: 2002->2003
18776:
18777: 2003-01-16 paf
18778:
1.211 moko 18779: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18780: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18781: $.any-status(1)
1.95 moko 18782:
1.211 moko 18783: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18784: src/main/pa_common.C: http request now return status. and not
18785: fail on status!=200
18786:
18787: 2003-01-15 paf
18788:
18789: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18790:
18791: 2003-01-14 paf
18792:
18793: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18794: mkinstalldirs: removed some ancient files [they in / really]
18795:
18796: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18797: regretfully needed patch in two places. in config_fixed.h made
18798: stubs for lib to compile in MSVC
18799:
18800: 2003-01-13 paf
18801:
18802: * config.guess, config.sub, ltmain.sh: removed last piece of
18803: configure.in(libtool) hacks
18804:
1.116 moko 18805: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18806: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18807: ltdl.h: moved to latest libtool (1.4.3)
18808:
18809: 2003-01-10 paf
18810:
18811: * src/lib/ltdl/: configure, configure.in: PROG_NM
18812:
18813: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18814: patches. libxml2 >= 2.5.1
18815: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18816: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18817: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18818:
18819: * INSTALL: moved to latest versions of xml libs libxml2 >=
18820: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18821: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18822: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18823:
18824: 2003-01-09 paf
18825:
18826: * INSTALL: xml,xslt,gdome lib urls updated
18827:
18828: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18829: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18830: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18831: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18832: 1.7.2
1.95 moko 18833:
18834: * depcomp: moving to automake 1.7.2
18835:
18836: 2002-12-27 paf
18837:
18838: * src/include/pa_version.h: 0007
18839:
18840: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18841: outdated parts, made links to language docs
18842:
18843: * src/include/pa_config_auto.h.in: comment
18844:
18845: 2002-12-26 paf
18846:
18847: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18848: not contain trailing / fixed.
18849:
18850: * INSTALL: changing SAFE_MODE politics
18851:
18852: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18853:
18854: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18855:
18856: 2002-12-25 paf
18857:
18858: * src/main/pa_globals.C: optimized-xml
18859:
18860: * src/main/pa_globals.C: optimized-as-is
18861:
18862: 2002-12-24 paf
18863:
18864: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18865: fixed [were really called with zero size when .html?a=&b=]
18866:
18867: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18868: with --with-sendmail
18869:
18870: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18871: fixed]
18872:
18873: 2002-12-23 paf
18874:
18875: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18876: ignoring parameters & were storing only string with default
18877: expires
18878:
18879: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18880: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18881: December 23, 2002 4:22 AM Subject: bug â
18882: Charset::transcode_buf2xchar
18883:
18884: 2002-12-20 paf
18885:
18886: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18887: non-cgi [script] runs
18888:
18889: 2002-12-19 paf
18890:
18891: * INSTALL: --without-iconv recommended [it crashes on some systems
18892: [tested on elik]] moreover, it's not needed there [parser
18893: registers charsets itself]
18894:
18895: * INSTALL: --without-iconv recommended [it crashes on some systems
18896: [tested on elik]]
18897:
1.211 moko 18898: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18899: src/include/pa_request.h, src/main/pa_globals.C,
18900: src/main/pa_request.C: $response:download
18901:
18902: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18903: compiler [win32]].
18904:
18905: 2002-12-18 paf
18906:
18907: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18908:
18909: 2002-12-17 paf
18910:
18911: * src/targets/cgi/parser3.C: merged die&iis changes
18912:
18913: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18914: to exit(1) 2. more flexible iilegal call check
18915:
18916: 2002-12-16 paf
18917:
18918: * ltmain.sh: some automakes silly insist on having this handy
18919:
18920: * src/main/untaint.C: filespec russian small 'r' changed to latin
18921: 'p' bug fix
18922:
18923: 2002-12-15 paf
18924:
18925: * src/main/untaint.C: filespec russian small 'r' changed to latin
18926: 'p'
18927:
18928: * configure.in, src/include/pa_config_auto.h.in,
18929: src/main/compile.C, src/main/pa_common.C: merged small changes
18930: from branch 6 to HEAD
18931:
18932: * src/main/compile.C: removed warning
18933:
18934: * src/main/pa_common.C: ftruncate having checked
18935:
18936: * configure.in, src/include/pa_version.h: new version
18937:
18938: 2002-12-14 paf
18939:
18940: * src/classes/table.C: removed unnecessary code
18941:
18942: * src/sql/pa_sql_driver.h: exception type fixed
18943:
18944: 2002-12-09 paf
18945:
18946: * src/types/pa_vvoid.h: $void.store[now] error
18947:
18948: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18949:
18950: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18951: tries to write core dump
18952:
18953: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18954:
18955: * src/: classes/hash.C, classes/string.C, classes/table.C,
18956: classes/void.C, main/pa_sql_driver_manager.C,
18957: sql/pa_sql_driver.h: changed exception handling mech in sql
18958: handlers #2
18959:
18960: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18961: exception handling mech in sql handlers
18962:
18963: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18964: handlers
18965:
18966: * src/: classes/hash.C, classes/string.C, classes/table.C,
18967: classes/void.C, main/pa_sql_driver_manager.C,
18968: sql/pa_sql_driver.h: changed exception handling mech in sql
18969: handlers
18970:
1.116 moko 18971: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18972: to write makefile which used libtool to install things, which is
18973: not needed
1.95 moko 18974:
18975: 2002-12-06 paf
18976:
1.211 moko 18977: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18978: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18979: more like 'table'
1.95 moko 18980:
18981: 2002-12-05 paf
18982:
18983: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18984: cc/bcc OK now
18985:
18986: * src/main/untaint.C: mail header closed properly
18987:
18988: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18989: header ',' allowed. still bugs in smtp [only one receiptient
18990: works, cc, bcc ignored now, and MAILED ;)]
18991:
18992: [strncpy killed, memnchr used]
18993:
18994: * src/main/pa_table.C: table-copy now current=0
18995:
18996: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18997: lowlevel proc
18998:
18999: * src/targets/cgi/parser3.C: more checks on
19000: http://domain/parser.cgi start [maybe some getenv returns "",
19001: checked that now
19002:
19003: * src/targets/cgi/parser3.C: more checks on
19004: http://domain/parser.cgi start [maybe some getenv returns "",
19005: checked that now
19006:
19007: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
19008: out-of-mem errors reached log]
19009:
19010: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
19011: mail:send MIME-Version default
19012:
19013: * src/main/main.dsp: pa_version included into main.dsp
19014:
19015: 2002-12-04 paf
19016:
19017: * src/types/pa_vform.C: $form:field string value cut by premature 0
19018:
19019: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
19020: lib/libltdl -> lib/ltdl Win32 changes. s
19021:
19022: * src/classes/classes.awk: more strict *.C$
19023:
19024: * gnu.dsp: restored
19025:
1.116 moko 19026: * configure.in, gnu.dsp, src/lib/Makefile.am,
19027: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
19028: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
19029: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
19030: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
19031: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
19032: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
19033: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
19034: now created with /configure, not ltdl/configure, so it does have
19035: no problems with automake. ltdl/configure
19036: AC_OUTPUT(Makefile<<removed)
1.95 moko 19037:
19038: 2002-12-02 paf
19039:
1.211 moko 19040: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 19041:
19042: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
19043: src/main/pa_common.C, src/main/pa_request.C,
19044: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
19045: tainted parts becomes http-header
19046:
19047: 2002-11-29 paf
19048:
1.211 moko 19049: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
19050: operators.txt: exif dates now objects of type date
1.95 moko 19051:
19052: * src/classes/image.C: file.seek removed [it were used in image.C
19053: only, and for parser user this means that jpeg image has bad
19054: size in fragment's header] now used image.format
19055:
19056: * src/: include/pa_common.h, main/pa_common.C,
19057: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
19058: now handled exactly like $response:header values. e.g. can be
19059: hash [can have subattributes] & contain date values.
19060:
19061: * src/main/pa_common.C: http:// param values lang forced URI
19062:
19063: * src/main/pa_common.C: http:// tainted partes now %xx
19064:
19065: 2002-11-28 paf
19066:
1.211 moko 19067: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 19068:
19069: * src/classes/image.C: ^image.length now counts interchar space.
19070: plus space after last char
19071:
19072: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
19073:
19074: * src/classes/image.C: ^image.font width measurer now scans full
19075: height [were -1]
19076:
19077: * configure.in: stopped double libltdl/Makefile generation
19078:
19079: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
19080: chars [one top horizontal line of 1pixel height were missing]
19081:
19082: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
19083: 'false' to go into (Hash *) parameter
19084:
19085: 2002-11-27 paf
19086:
19087: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19088: types/pa_vmail.C: response:body[file] if file nows it's name now
19089: returns content-disposition: >>attachment<<
19090:
19091: * src/classes/image.C: ^image.font << bad font file-size now
19092: properly reported
19093:
19094: 2002-11-26 paf
19095:
19096: * src/main/pa_request.C: fixed lang in reponse header
19097:
19098: * src/main/pa_common.C: utf8 prefix ignored @read text
19099:
1.211 moko 19100: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
19101: response status!=200 made exception: http.status with source=bad
19102: status#
1.95 moko 19103:
19104: 2002-11-25 paf
19105:
19106: * configure.in, src/classes/image.C,
19107: src/include/pa_config_auto.h.in,
19108: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 19109: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
19110: const void related probs fixed
1.95 moko 19111:
1.211 moko 19112: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
19113: fields now UPPERCASE
1.95 moko 19114:
19115: $file[^file::load[http://there]] $file.SERVER
19116:
19117: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
19118: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
19119: http options [invalid onces now reported] made default
19120: user-agent: paf
19121:
1.211 moko 19122: * operators.ru.txt, operators.txt, src/classes/file.C,
19123: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 19124: src/include/pa_globals.h, src/main/pa_common.C,
19125: src/main/pa_globals.C, src/main/pa_request.C,
19126: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
19127: now understand http:// prefix and additional params, sample:
19128: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
19129: $.USER-AGENT[parser3] ]]
19130:
19131: 2002-11-22 paf
19132:
19133: * src/classes/image.C, src/include/pa_globals.h,
19134: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 19135: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
19136: $image.exif support $image.exif.DateTime & co
1.95 moko 19137:
19138: 2002-11-21 paf
19139:
19140: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
19141: _PASS_APPENDED)
19142:
19143: * src/classes/image.C: jpeg size measure fixed: were badly skipping
19144: EXIF information [were big block and it's size were considered
19145: negative :(]
19146:
1.211 moko 19147: * operators.ru.txt, operators.txt, src/classes/image.C,
19148: src/include/pa_common.h, src/main/pa_common.C,
19149: src/types/pa_vmail.C: image.measure internals rewritten. no
19150: there's reader.seek, and all's ready for EXIF extraction [now we
19151: fail to measure files with EXIF info]
1.95 moko 19152:
19153: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
19154: O_TRUNC truncates even exclusevely write-locked file [thanks to
19155: Igor Milyakov <virtan@rotabanner.com> for discovering]
19156:
19157: 2002-11-20 paf
19158:
19159: * src/targets/cgi/parser3.C: logging @signal += query_string
19160:
19161: * configure.in, src/include/pa_config_auto.h.in,
19162: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
19163: comment
19164:
19165: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
19166:
19167: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19168: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
19169: currently processed document SIGPIPE >> interrupts request
19170: processing [exception = DB rollback]
19171:
19172: * src/main/pa_exec.C: comment
19173:
19174: * src/main/pa_exec.C: pa_exec: data written only if size>0
19175:
1.211 moko 19176: * operators.ru.txt, operators.txt, src/classes/file.C:
19177: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 19178:
19179: * src/: include/pa_config_fixed.h, main/pa_common.C,
19180: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
19181: pipe read errors now checked
19182:
19183: 2002-11-19 paf
19184:
19185: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
19186: CGI: Illegal call
19187:
19188: 2002-11-01 paf
19189:
19190: * src/main/execute.C: comment
19191:
19192: 2002-10-31 paf
19193:
19194: * src/main/execute.C: found out why, checked that for now. todo:
19195: find out a way for that user could do that
19196:
19197: * src/types/pa_vstateless_object.h: object put replaces static
19198: parent if any
19199:
19200: * src/types/pa_vobject.C: object put replaces static parent if any
19201:
19202: * src/: classes/form.C, classes/mail.C, classes/op.C,
19203: classes/xnode.h, main/compile.tab.C, main/execute.C,
19204: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19205: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19206: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19207: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19208: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19209: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19210: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19211: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19212: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19213: types/pa_vstateless_object.h, types/pa_vstatus.C,
19214: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19215: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19216: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19217: types/pa_wwrapper.h: static fix merged
19218:
19219: * src/: main/compile.tab.C, types/pa_vobject.C: killed
19220: $virtual_fields in dynamic, but one can reach derived
19221: static[class] variable from base
19222:
19223: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
19224: types/pa_vobject.C, types/pa_vobject.h,
19225: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
19226: statics, left $virtual_fields in dynamic
19227:
19228: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
19229: one can't remember derivates in base class: there's so many of
19230: them. also there can be no virtual method calls in static
19231: classes
19232:
19233: * src/: classes/form.C, classes/mail.C, classes/op.C,
19234: classes/xnode.h, main/execute.C, main/pa_request.C,
19235: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19236: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19237: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19238: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19239: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19240: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19241: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19242: types/pa_vresponse.C, types/pa_vresponse.h,
19243: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19244: types/pa_vstateless_object.h, types/pa_vstatus.C,
19245: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19246: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19247: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19248: types/pa_wwrapper.h: static call $self fixed
19249:
19250: * src/main/execute.C: comment
19251:
19252: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
19253: ^process[$caller.self]{...} now compiles to last derived object
19254: part of that 'self'
19255:
19256: 2002-10-29 paf
19257:
19258: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
19259: re-passing [iis to blame]
19260:
19261: * src/classes/string.C: changed string.save to pass current sql
19262: connection to cstr thus one can ^connect[some server]{
19263: $s[insert into table x (x) values (^taint[sql]{value})]
19264: ^s.save[some.sql] } and he'd get in some.sql file code with
19265: properly escaped. [tried in mssql->mysql export->import of
19266: binary data]
19267:
19268: 2002-10-25 paf
19269:
19270: * src/types/pa_vresponse.C: case insensitive response user fields
19271: get/put
19272:
19273: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19274: types/pa_vresponse.C: saving for maybe-future
19275:
19276: 2002-10-23 paf
19277:
1.211 moko 19278: * operators.ru.txt, operators.txt, src/classes/table.C:
19279: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 19280:
19281: * src/types/pa_vmail.C: email whitespace trimBoth-ed
19282:
19283: 2002-10-22 paf
19284:
19285: * src/types/: pa_vform.C, pa_vform.h: removed needless
19286: VForm::Append...(...Value)
19287:
19288: * src/main/execute.C: $.name outside of $name[...] checked
19289:
19290: * src/main/: compile.tab.C, compile.y: lexer changed to fix
19291: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
19292:
19293: 2002-10-21 paf
19294:
1.211 moko 19295: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
19296: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 19297:
1.211 moko 19298: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19299: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 19300:
1.211 moko 19301: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19302: $form:image-map
1.95 moko 19303:
1.211 moko 19304: * operators.ru.txt, operators.txt, src/classes/file.C:
19305: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 19306:
19307: 2002-10-17 paf
19308:
19309: * src/main/: compile.tab.C, compile.y: operators precedence changed
19310: a little: logical not and bitwise negation precedence made
19311: highest, << and >> bitshits precedence made equal [were << higher
19312: than >>]
19313:
19314: * src/classes/op.C: exception handling fixed [were bad with
19315: contexts]
19316:
19317: 2002-10-16 paf
19318:
19319: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19320: main/pa_request.C: Request::self considered equal to
19321: VMethodFrame::self, and removed, Request::get_self() mapped to
19322: VMethodFrame.self()
19323:
19324: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
19325: $hash in open field now gives old good error meesage
19326:
19327: 2002-10-15 paf
19328:
19329: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
19330: use ^if($junction is junction){was and now true}
19331:
19332: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19333: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
19334: types/pa_vxnode.C: xml->parser strings now have origin, which
19335: points to place where value left xml library and came to parser:
19336: place of dom field extraction/call
19337:
19338: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
19339: main/compile.tab.C, main/compile.y, main/execute.C,
19340: types/pa_vmethod_frame.h: removed last pieces of old code
19341: allowing $junction.xxx at compile time
19342:
19343: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
19344: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
19345: objects also considered [were only classes]
19346:
19347: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
19348: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
19349: with CLASS self. [ (request&method_frame).self temporarily
19350: changed ]
19351:
19352: * src/classes/: hash.C, op.C: method_frame now always changed, with
19353: no exception to native calls. for&foreach changed to use
19354: method_frame.caller for their var's name context
19355:
19356: * src/: main/execute.C, targets/cgi/parser3.C,
19357: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19358: compiling to system classes disabled
19359:
1.211 moko 19360: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19361: ^process[$caller.CLASS]{code-string} added
19362:
1.211 moko 19363: * operators.ru.txt, operators.txt, src/classes/op.C,
19364: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19365: src/main/pa_request.C, src/types/Makefile.am,
19366: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19367: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19368: $junction.get $junction.set[] introducing $caller
1.95 moko 19369:
19370: * src/types/pa_value.h: removed outdated comments. doxygen would
19371: find them lower by inheritance tree
19372:
19373: * src/types/pa_vjunction.C: ident
19374:
19375: 2002-10-14 paf
19376:
19377: * src/classes/op.C: process compiles to code's class class
19378:
19379: * src/: classes/form.C, classes/mail.C, classes/op.C,
19380: include/pa_request.h, main/compile.C, main/compile.tab.C,
19381: main/compile.y, main/execute.C, main/pa_request.C,
19382: types/pa_vstateless_class.h: operators now main-class-methods
19383:
19384: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19385: better stack trace [has "call" & co there]
19386:
19387: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19388: operators @auto now executed in MAIN context
19389:
19390: * src/main/execute.C: operator execution context now = MAIN, not
19391: closest stack frame
19392:
19393: @touchit[] $i[after]
19394:
19395: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19396: were 'after'
19397:
19398: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19399: 'after'
19400:
19401: * src/main/execute.C: comment
19402:
19403: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19404: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19405: action]
19406:
19407: * src/types/pa_vxnode.C: misreplace fixed
19408:
19409: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19410: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19411: $status:rusage.tv_secs/usecs introduced
19412:
19413: 2002-10-09 paf
19414:
19415: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19416: on empty string [or uses (default)]
19417:
19418: 2002-10-08 paf
19419:
19420: * src/main/untaint.C: mail header quoted printable changed after
19421: RFC reread
19422:
1.211 moko 19423: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19424:
19425: * src/types/pa_vxnode.C: misreplace
19426:
19427: 2002-09-24 paf
19428:
1.116 moko 19429: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19430:
19431: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19432: mailreceive would compile on freebsd now
19433:
19434: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19435: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19436: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19437: mailreceive would compile on freebsd now
1.95 moko 19438:
19439: * src/: classes/file.C, main/untaint.C: 1. file spec language
19440: changed: now there are only few chars are untainted: * ? ' " < >
19441: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19442: one should use ^untaint[uri]{...} now]
19443:
19444: 2. $list[^file:list[dir]] now returns simply tainted names in
19445: $list.name, not tainted as filespec
19446:
19447: @russianindex[] #dir with files with russian-lang names
19448: $where[dir]
19449:
19450: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19451: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19452:
19453: 2002-09-23 paf
19454:
19455: * src/types/pa_vdouble.h: double->int round added
19456:
19457: * src/classes/date.C: date bug fix, now
19458: round(floatDays*secondsPerDay)
19459:
19460: * src/classes/date.C: date bug fix, now
19461: round(floatDays*secondsPerDay)
19462:
19463: 2002-09-20 paf
19464:
19465: * src/main/execute.C: code junction calls disabled [before: code
19466: was compiled in such a way, that there were no code-junctions in
19467: OP_CALL]
19468:
19469: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19470:
19471: @badjunctioncallinside[code] ^code[]
19472:
19473: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19474: expanding to include ^junction.method
19475:
19476: * src/main/pa_common.C: -d "DIR/" now true
19477:
19478: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19479: as internal xdoc encoding, and after decoding attributes set by
19480: dom functions now encoded OK, not as digital entities
19481:
19482: * src/classes/xdoc.C: empty transform result, being taken as file
19483: now returns empty file, not raises stupid error about "stat-ed
19484: file"
19485:
19486: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19487: allowed
19488:
19489: * src/types/types.dsp: introducing $junction.get/put(1) one can
19490: write iterators now:
19491:
19492: ^user-foreach[key;value]{$key=$value<br>}
19493:
19494: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19495: $code.value($i*2) $code }
19496:
19497: * src/main/compile_tools.h: mistype
19498:
1.116 moko 19499: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19500: thus taking linking options configure changes into account [were:
19501: ignoring]
1.95 moko 19502:
19503: * src/types/: pa_vjunction.C, Makefile.am: introducing
19504: $junction.get/put(1) one can write iterators now:
19505:
19506: ^user-foreach[key;value]{$key=$value<br>}
19507:
19508: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19509: $code.value($i*2) $code }
19510:
19511: * src/: include/pa_opcode.h, include/pa_request.h,
19512: main/compile.tab.C, main/compile.y, main/execute.C,
19513: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19514: introducing $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: 2002-09-19 paf
19522:
1.116 moko 19523: * Makefile.am: new: make commit
1.95 moko 19524:
19525: * aclocal.m4: forced to be older
19526:
19527: 2002-09-18 paf
19528:
19529: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19530: src/main/compile.y, src/main/execute.C: << >> int shifts
19531:
19532: * src/: include/pa_common.h, include/pa_request.h,
19533: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19534: - now this - fatal error
19535:
19536: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19537: that one can pass binary data there
19538:
19539: * src/: classes/date.C, classes/double.C, classes/file.C,
19540: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19541: classes/op.C, classes/response.C, classes/string.C,
19542: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19543: include/pa_request.h: pa_request contexts made privated, plus
19544: get_{self/method_frame} to read. Request_context_saver used in
19545: ^try to save flang too. [were not saved]
19546:
19547: * src/types/pa_vresponse.C: header value chains joined before
19548: output, this should help $.subject[$var $var] from being
19549: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19550:
19551: 2002-09-17 paf
19552:
19553: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19554: removed changes, operators executed with calling self. lots of
19555: code with ^include code relies on defined/defining self variables
19556:
19557: $a[1] ^include[print_a.p] print_a.p: $a
19558:
19559: ^include[set_a.p] a=$a set_a.p: $a[1]
19560:
19561: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19562: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19563: types/pa_vstateless_class.h: operators now executed with MAIN
19564: self. it's for ^include sake, too strong a change
19565:
19566: * src/classes/op.C: made place for ^process to compile it's code to
19567: in case of no self
19568:
19569: * src/main/execute.C: found ancient param to Junction, removed.
19570: allowed passing self to native_code_operators [for ^process to
19571: work, she needs self]
19572:
19573: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19574: types/pa_vstateless_class.h: found ancient param to Junction,
19575: removed. allowed passing self to native_code_operators [for
19576: ^process to work, she needs self]
19577:
19578: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19579: types/pa_value.h, types/pa_vmethod_frame.h,
19580: types/pa_vstateless_class.h: allowed Request.self to be 0,
19581: checked that in VMethodFrame get/put and $self.
19582:
19583: * src/classes/: table.C, xdoc.C: table::sql options table::create
19584: copy options options checked, wrong option now fatal error
19585:
19586: * src/main/pa_string.C: string.replace fixed [were missing words on
19587: pieces boundaries]
19588:
1.150 moko 19589: * configure, configure.in: .so now detected [can be .sl on hpux,
19590: .dll on cygwin, .so in other cases)
1.95 moko 19591:
19592: * configure, configure.in: .so now detected [can be .sl on hpux,
19593: .dll on cygwin, .so in other cases)
19594:
1.211 moko 19595: * operators.ru.txt, operators.txt, src/classes/hash.C,
19596: src/classes/table.C, src/include/pa_globals.h,
19597: src/main/pa_globals.C: table.sql hash::sql flag to allow
19598: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19599:
19600: * src/: classes/hash.C, classes/table.C,
19601: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19602: now errors
19603:
19604: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19605:
19606: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19607: ,2,3]
19608:
19609: 2002-09-16 paf
19610:
19611: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19612: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19613: stdout to be binary. now detected closest header break.
19614:
19615: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19616: closed right
19617:
19618: 2002-09-13 paf
19619:
1.211 moko 19620: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19621: src/main/compile.y, src/main/compile_tools.h: (expression
19622: #comment)
1.95 moko 19623:
19624: (multiline expression #comment line2 #comment )
19625:
19626: (expression #comment with (brackets) comment) << OK
19627:
1.211 moko 19628: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19629: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19630: for expression #comments]
1.95 moko 19631:
19632: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19633: error
19634:
19635: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19636: cheched in pa_socks.C
19637:
1.116 moko 19638: * configure, configure.in, src/include/pa_config_auto.h.in:
19639: HAVE_WINSOCK_H created in configure.in
1.95 moko 19640:
19641: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19642: cookie date now clean [were mistakenly tainted & that worked bad
19643: with opera -- 'happily' that worked OK with msie]
19644:
19645: 2002-09-12 paf
19646:
19647: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19648: VClass get_element now first looks to fields, next to methods &
19649: co todo: the rest reason: more speed
19650:
19651: * src/main/untaint.C: quoted printable encoding stops before
19652: \s*<...>$
19653:
19654: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19655: stops before <...>$
19656:
19657: 2002-09-11 paf
19658:
19659: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19660: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19661: forgot to check users of those funcs. not all were using that
19662: return value convention
19663:
19664: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19665: windows-1254 added
19666:
19667: 2002-09-10 paf
19668:
19669: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19670: VCodeFrame parent param were specified badly
19671:
19672: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19673: WWrapper which used in constructing objects(second param to sql
19674: method) ^...sql{}[$.default{code}] now has parent, wich helps
19675: code in hash to survivi
19676:
19677: * src/: include/pa_request.h, main/execute.C: removed redundant
19678: param to execute [stack said 'thanks']
19679:
19680: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19681: types/pa_value.h, types/pa_vcode_frame.h,
19682: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19683: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19684: responsibility to wcontext
19685:
19686: * src/classes/file.C: decided not to log exec's with stderr, that
19687: could be warnings, and it's up to scritper to log/show them
19688:
19689: * src/: classes/double.C, main/execute.C: double:sql badly called
19690: write_assign_lang, not write_no_lang, thus doing unnecessary
19691: double/string converstion, which were loosing time&precesion
19692:
19693: * src/: main/pa_charset.C, types/pa_vmail.C:
19694: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19695: case of unfinished in buffer processing, causing accidental
19696: transcode stop [in case that source enc != utf-8 & there is
19697: incomplete utf-8 sequence at the end of 16000block iside of
19698: libxml lib] tfm readed & code updated
19699:
19700: 2002-09-04 paf
19701:
19702: * configure: makes with sjlj
19703:
19704: * INSTALL, src/include/pa_config_fixed.h,
19705: src/include/pa_sql_connection.h,
19706: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19707: checked. on win32 it made default
19708:
19709: * src/include/pa_config_auto.h.in: sjlj define
19710:
19711: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19712: can not work with longjump/throw pair, and one must switch that
19713: on there. todo: detect that automatically]
19714:
19715: * src/types/pa_vxnode.C: removed too strong checks of
19716: xnode.elements. now, for instance, if element does not have any
19717: attributes, $xnode.attributes is void, not error
19718:
19719: 2002-09-02 paf
19720:
1.211 moko 19721: * operators.ru.txt, operators.txt, src/main/execute.C,
19722: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19723:
19724: * src/main/execute.C: double_result made to move that var away from
19725: hungry g++ optimizer (-O2), before: it were optimized and
19726: comparison operators worked badly
19727:
19728: * src/types/pa_vdate.h: removed debug
19729:
1.116 moko 19730: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19731:
19732: * src/main/execute.C: fixed numeric < & co so that thay now use
19733: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19734: unknown reason.
19735:
19736: 2002-08-29 paf
19737:
19738: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19739: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19740: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19741: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19742: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19743: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19744: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19745: [called less frequent, allowed to remove ugly
19746: Junction.change_context-s from many places, switch,
19747: mail:send..html{}, ..] request.root renamed to method_frame [more
19748: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19749: [speed up]
19750:
19751: 2002-08-28 paf
19752:
19753: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19754: tainted
19755:
19756: * src/types/pa_vcookie.C: fixed cookie delete when
19757: $cookie:name[$.value[]]
19758:
1.211 moko 19759: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19760: ^string.split[delim[;options]]
19761:
19762: 2002-08-27 paf
19763:
1.116 moko 19764: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19765:
1.211 moko 19766: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19767: src/main/compile.y: # now delimiter
1.95 moko 19768:
19769: * INSTALL: recommended latest gmime 1.0.5
19770:
19771: 2002-08-26 paf
19772:
19773: * configure, configure.in: apache13/hook added to make dist.
19774:
19775: 2002-08-23 paf
19776:
19777: * src/: include/pa_common.h, main/pa_common.C,
19778: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19779: beside binary [cgi, isapi] not accessible [due to bad rights or
19780: whatever] it's error now
19781:
19782: 2002-08-21 paf
19783:
1.116 moko 19784: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19785:
19786: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19787: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19788: class". compiled as if here they named base class
19789:
19790: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19791: cloning constructor]
19792:
19793: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19794:
1.150 moko 19795: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19796: $mail.received.file.value.content-type fixed
19797:
19798: 2002-08-20 paf
19799:
19800: * src/classes/file.C: fixed language of file:file result
19801:
1.211 moko 19802: * operators.ru.txt, operators.txt, src/classes/void.C:
19803: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19804:
1.211 moko 19805: * operators.ru.txt, operators.txt, src/classes/void.C:
19806: ^void.pos[...] = -1
1.95 moko 19807:
1.211 moko 19808: * operators.ru.txt, operators.txt, src/classes/void.C:
19809: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19810:
1.211 moko 19811: * src/classes/void.C, operators.ru.txt, operators.txt:
19812: ^void.length[] = 0
1.95 moko 19813:
19814: 2002-08-19 paf
19815:
19816: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19817: work now
19818:
19819: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19820: error in xnode, which were not catched in xdoc]
19821:
19822: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19823: prepared: // validate each document after load/create (?)
19824: //xmlDoValidityCheckingDefaultValue = 1;
19825:
19826: 2002-08-15 paf
19827:
19828: * src/classes/classes.h: write to static var caused useless
19829: Exception, introduced Methoded::put_element wich consumes those
19830:
1.211 moko 19831: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19832: src/main/pa_common.C, src/types/pa_vcookie.C,
19833: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19834: src/types/pa_vresponse.h: $response:field[date]
19835: $response:field[$.xxx[date]]
1.95 moko 19836:
19837: * src/: classes/hash.C, classes/string.C, classes/table.C,
19838: classes/void.C, include/pa_sql_connection.h: fixed source of
19839: ^hash::sql{bad}
19840:
1.211 moko 19841: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19842: request body
1.95 moko 19843:
19844: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19845:
19846: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19847: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19848:
1.211 moko 19849: * operators.ru.txt, operators.txt, src/classes/form.C,
19850: src/include/pa_pool.h, src/include/pa_request.h,
19851: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19852: planning/preparing_to $request:body r.post_data now const
1.95 moko 19853:
19854: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19855: classes/xnode.C, main/execute.C, types/pa_value.h,
19856: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19857: types/pa_vtable.h: instead of type() checking everywhere used
19858: Value.as now user descendants can be used in params.
19859:
19860: VObject::as_*, is_defined now taken from bases. xtable(table)
19861: ^if($xtable) now OK
19862:
19863: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19864: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19865: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19866:
19867: 2002-08-14 paf
19868:
19869: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19870: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19871: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19872: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19873: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19874: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19875: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19876: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19877: types/pa_vresponse.C, types/pa_vresponse.h,
19878: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19879: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19880: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19881: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19882: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19883: & VClass
19884:
19885: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19886:
19887: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19888: removed fixopt stupidity. on stupid linux use cd /document/root
19889: ../cgi/parser3 script
19890:
19891: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19892: params, splitting them by space, excluding argv[0], argv[argc-1]
19893:
19894: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19895: fixopt.h: fixopt now preprocesses command line params, splitting
19896: them by space, excluding argv[0], argv[argc-1]
19897:
19898: * src/targets/cgi/parser3.C: -f config file
19899:
19900: * src/targets/cgi/parser3.C: fixed .log file dir
19901:
19902: 2002-08-13 paf
19903:
19904: * src/types/pa_vobject.C: allow override parent variables, useful
19905: for form descendants [in vobject too, were in vclass]
19906:
19907: * src/types/pa_vclass.C: allow override parent variables, useful
19908: for form descendants
19909:
19910: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19911: overwritten in derived(table)
19912:
19913: * src/: classes/form.C, classes/mail.C, classes/op.C,
19914: classes/xnode.h, include/pa_request.h, main/execute.C,
19915: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19916: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19917: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19918: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19919: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19920: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19921: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19922: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19923: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19924: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19925: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19926: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19927: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19928: Value::get_element(..., bool looking_down) [needed to exclude
19929: endless recoursion]
19930:
19931: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19932: fix bug with put endless recoursion todo: check 'as'
19933:
19934: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19935: reorganized modules todo: fix bug with put endless recoursion
19936: todo: check 'as'
19937:
19938: * src/types/pa_vobject.h: checked: table fields can be overwritten
19939: in derived(table)
19940:
19941: * src/types/pa_vobject.h: derived classes can have fields of their
19942: own now
19943:
19944: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19945: fixed error message on using non-created table
19946:
19947: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19948: classes/op.C, classes/xnode.h, include/pa_request.h,
19949: main/compile.C, main/compile.tab.C, main/execute.C,
19950: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19951: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19952: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19953: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19954: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19955: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19956: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19957: types/pa_vresponse.C, types/pa_vresponse.h,
19958: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19959: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19960: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19961: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19962: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19963: looking down/up tree todo: fix error message on non-constructed
19964: parents
19965:
19966: 2002-08-12 paf
19967:
19968: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19969: derived OK
19970:
19971: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19972: thorough testing
19973:
19974: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19975: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19976: types/pa_vobject.h, types/pa_vstateless_class.h,
19977: types/pa_vstateless_object.h, types/pa_wcontext.h,
19978: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19979: ^base:create[] dynamic call rewritten todo: thorough testing
19980:
19981: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19982: now instantates base class, remembers it and saves child in
19983: parent VObject.get_class now returns last child = downward
19984: virtual calls OK
19985:
19986: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19987: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19988: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19989: types/pa_vobject.h, types/pa_vresponse.h,
19990: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19991: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19992: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19993: VAliased [redundant], moved $CLASS to VObject only [parser class
19994: instance]
19995:
19996: * src/main/pa_request.C: $response:body[file] content-type check
19997: fixed [were bad when content-type is hash]
19998:
19999: 2002-08-09 paf
20000:
20001: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
20002: types/pa_vobject.h, types/pa_vxdoc.h: started as()
20003:
20004: 2002-08-08 paf
20005:
1.211 moko 20006: * operators.ru.txt, operators.txt, src/classes/date.C,
20007: src/include/pa_globals.h, src/main/pa_globals.C: year column in
20008: month calendar [week year]
1.95 moko 20009:
20010: * src/main/execute.C: error reporting on object writes to MAIN
20011: improved [were ruind with fixing $obj[^if(1){$obj}] ]
20012:
1.211 moko 20013: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
20014: $date.yearday $date.daylightsaving
1.95 moko 20015:
20016: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
20017: use tainted data now. only she must specify the language.
20018:
20019: ^mail:send[ $.from[paf@mail.design.ru]
20020: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
20021: $.text[^taint[uri][ìîñêâà]=] ]
20022:
20023: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
20024: now prints more precise origin
20025:
20026: * src/include/pa_string.h: String::first_char now not fails on
20027: empty strings ^if(-f '') now ok and in 3 other places.
20028:
1.211 moko 20029: * operators.ru.txt, operators.txt, src/include/pa_string.h,
20030: src/main/pa_string.C: String::first_char now not fails on empty
20031: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 20032:
20033: 2002-08-07 paf
20034:
20035: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
20036: fixed
20037:
20038: * src/main/pa_string.C: ^string.mid(0;bad) fixed
20039:
20040: * src/: main/execute.C, types/pa_vcode_frame.h,
20041: types/pa_vmethod_frame.h, types/pa_wcontext.C,
20042: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
20043: mistakenly not completely transparent to object writes.
20044: $hash[^if(1){$hash}] now works
20045:
1.211 moko 20046: * operators.ru.txt, operators.txt, src/classes/op.C:
20047: ^cache...{...^cache<<to past...} now erasing cache file [there
20048: were bad check on that]
1.95 moko 20049:
20050: * src/: classes/classes.dsp, classes/table.C,
20051: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
20052: all Debug dirs in .dsp now named 'Debug'
20053:
1.116 moko 20054: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 20055:
1.211 moko 20056: * operators.ru.txt, operators.txt, src/classes/mail.C:
20057: exception_type email.send
1.95 moko 20058:
1.211 moko 20059: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
20060: exception_type email.format
1.95 moko 20061:
20062: * src/types/pa_vmail.C: mail:send empty email checked
20063:
20064: 2002-08-06 paf
20065:
1.211 moko 20066: * operators.ru.txt, operators.txt, src/classes/table.C,
20067: src/include/pa_array.h, src/include/pa_table.h,
20068: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 20069: ^table::create[$source;$.options] ^table::join[$source;$.options]
20070:
1.211 moko 20071: * operators.ru.txt, operators.txt, src/classes/hash.C,
20072: src/classes/string.C, src/classes/table.C: sql options can be
20073: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 20074:
20075: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
20076:
20077: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
20078: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
20079: $file.content-type [instead of .mime-type] now works for
20080: file::stat also
20081:
20082: * src/main/pa_request.C: case insensitive mime_type_of
20083:
20084: 2002-08-05 paf
20085:
20086: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
20087:
20088: * src/types/pa_vmail.C: file buffer relocated to parser heap
20089:
1.211 moko 20090: * operators.ru.txt, operators.txt: comment on date:calendar week
20091: column
1.95 moko 20092:
20093: * src/main/pa_common.C: write checked
20094:
20095: * src/main/: pa_common.C: write checked
20096:
20097: * src/classes/date.C: +1 buf size for stupid snprintfs
20098:
20099: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
20100: month calendar week column [ISO 8601 Week Numbers]
20101:
20102: 2002-08-02 paf
20103:
20104: * src/: include/pa_config_fixed.h, main/pa_string.C,
20105: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
20106: DEBUG*
20107:
20108: * configure, configure.in, src/include/pa_version.h: release
20109: 3_0_0005
20110:
20111: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
20112: multipart post fixed
20113:
1.211 moko 20114: * operators.ru.txt, operators.txt, src/main/pa_request.C,
20115: src/types/pa_vform.C: response transcoded source->client only
20116: when text/* or simple onoverridden $response:body
1.95 moko 20117:
20118: 2002-08-01 paf
20119:
20120: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20121: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20122: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20123: classes/op.C, classes/response.C, classes/string.C,
20124: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
20125: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
20126: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20127: include/pa_config_fixed.h, include/pa_dictionary.h,
20128: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20129: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
20130: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
20131: include/pa_socks.h, include/pa_sql_connection.h,
20132: include/pa_sql_driver_manager.h, include/pa_stack.h,
20133: include/pa_string.h, include/pa_stylesheet_connection.h,
20134: include/pa_stylesheet_manager.h, include/pa_table.h,
20135: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20136: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
20137: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
20138: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20139: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
20140: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
20141: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
20142: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20143: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20144: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20145: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
20146: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
20147: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
20148: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20149: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20150: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
20151: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
20152: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
20153: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
20154: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20155: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20156: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20157: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
20158: types/pa_vmethod_frame.h, types/pa_vobject.h,
20159: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20160: types/pa_vresponse.h, types/pa_vstateless_class.C,
20161: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20162: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20163: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20164: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20165: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 20166: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 20167:
20168: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
20169: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
20170: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20171: classes/math.C, classes/op.C, classes/response.C,
20172: classes/string.C, classes/table.C, classes/void.C,
20173: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20174: include/pa_array.h, include/pa_cache_managers.h,
20175: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20176: include/pa_config_fixed.h, include/pa_config_includes.h,
20177: include/pa_dictionary.h, include/pa_dir.h,
20178: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20179: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20180: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20181: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20182: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20183: include/pa_stack.h, include/pa_string.h,
20184: include/pa_stylesheet_connection.h,
20185: include/pa_stylesheet_manager.h, include/pa_table.h,
20186: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20187: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
20188: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20189: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
20190: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20191: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20192: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20193: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20194: main/pa_sql_driver_manager.C, main/pa_string.C,
20195: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
20196: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20197: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20198: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
20199: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20200: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20201: targets/isapi/pool_storage.h, types/pa_valiased.C,
20202: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
20203: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20204: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20205: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
20206: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
20207: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
20208: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
20209: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20210: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
20211: types/pa_vresponse.C, types/pa_vresponse.h,
20212: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20213: types/pa_vstateless_object.h, types/pa_vstatus.C,
20214: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
20215: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
20216: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20217: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
20218: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
20219: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
20220: types/Makefile.am: ident.C* removed
20221:
1.211 moko 20222: * operators.ru.txt, operators.txt, src/classes/file.C,
20223: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 20224:
20225: * src/targets/cgi/parser3.C: usage to stdout now
20226:
20227: 2002-07-31 paf
20228:
20229: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
20230:
20231: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
20232: default "postmaster"
20233:
20234: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
20235: -f postmaster now default sendmail key word "postmaster"
20236: replaced to $.from
20237:
20238: 2002-07-30 paf
20239:
1.116 moko 20240: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
20241: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 20242:
20243: * src/main/pa_charset.C: comment
20244:
20245: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
20246: table, &#decimal;
20247:
20248: * src/main/pa_request.C: comment
20249:
20250: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
20251: paragraf]
20252:
20253: 2002-07-11 paf
20254:
20255: * src/main/pa_exec.C: build command line badly added params twice
20256: [and first time without ' ']. double wrong. fixed.
20257:
20258: * src/main/pa_exec.C: invalid .exe caused error message with params
20259: wich parser did not provide = reported badly. fixed that.
20260:
20261: * src/classes/mail.C: $MAIL[ # xxx ]
20262:
20263: now ok
20264:
1.211 moko 20265: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 20266:
20267: 2002-07-01 paf
20268:
20269: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
20270: [MForm.configure_admin were called when request.main_class ==0
20271:
20272: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
20273:
20274: * src/classes/form.C: content_length type fix
20275:
20276: 2002-06-30 paf
20277:
20278: * src/classes/mail.C: merged from 4
20279:
20280: * src/classes/mail.C: restored $MAIL
20281:
20282: 2002-06-28 paf
20283:
20284: * configure, configure.in: removed paths.h
20285:
1.116 moko 20286: * configure, src/include/pa_version.h,
1.95 moko 20287: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
20288: merged, makes updated
20289:
1.211 moko 20290: * ChangeLog, configure, operators.ru.txt, operators.txt,
20291: src/classes/xdoc.C, src/include/pa_charset.h,
20292: src/include/pa_config_fixed.h, src/include/pa_pool.h,
20293: src/include/pa_version.h, src/main/pa_charset.C,
20294: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
20295: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
20296: latest updates to head
1.95 moko 20297:
20298: 2002-06-27 paf
20299:
20300: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
20301: not error now
20302:
1.211 moko 20303: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20304: src/include/pa_charset.h, src/include/pa_config_fixed.h,
20305: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 20306: ^xdoc::create[[uri]]... base uri for document being created,
20307: imports and other relative file names would be relative to this
20308: uri default uri=path_translated
20309:
20310: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
20311:
20312: 2002-06-26 paf
20313:
20314: * configure, configure.in, src/include/pa_version.h:
20315: release_3_0_0004
20316:
20317: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
20318: 0 now
20319:
20320: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
20321:
20322: 2002-06-25 paf
20323:
20324: * src/main/pa_string.C: emtpy string, or string of whitespaces
20325: considered bad number now
20326:
1.211 moko 20327: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
20328: ^xdoc.transform[xdoc <<can be now
1.95 moko 20329:
1.211 moko 20330: * operators.ru.txt, operators.txt, src/classes/string.C:
20331: ^string.normalize [old name: optimize
1.95 moko 20332:
20333: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
20334: library configured
20335:
20336: * src/main/pa_request.C: configure_admin forced if no @conf
20337:
1.211 moko 20338: * operators.ru.txt, operators.txt, src/classes/math.C,
20339: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
20340: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 20341:
20342: 2002-06-24 paf
20343:
20344: * INSTALL: --with-static/shared-mailreceive described
20345:
20346: * src/include/pa_config_fixed.h: ssize_t fixed
20347:
1.116 moko 20348: * configure, configure.in, src/include/pa_config_auto.h.in,
20349: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 20350: src/types/pa_vmail.C: $mail:received makes update
20351:
20352: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
20353: WITH_MAILRECEIVE
20354:
20355: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20356:
20357: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20358: option, for $mail:receive
20359:
20360: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20361: introducting $message:received ^mail:send rewritten with backward
20362: comp
20363:
20364: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20365: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20366: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20367: now
20368:
1.211 moko 20369: * operators.ru.txt, operators.txt, src/classes/mail.C,
20370: src/include/Makefile.am, src/include/pa_charset.h,
20371: src/include/pa_config_fixed.h, src/include/pa_request.h,
20372: src/include/pa_string.h, src/include/pa_uue.h,
20373: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20374: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20375: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20376: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20377: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20378: uue to separate file introducting $message:received ^mail:send
20379: rewritten with backward comp
20380:
20381: 2002-06-21 paf
20382:
1.116 moko 20383: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20384: co changes
1.95 moko 20385:
1.116 moko 20386: * configure, configure.in, src/lib/md5/Makefile.am,
20387: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20388: restructure .in and .am files appropriate changes
1.95 moko 20389:
20390: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20391: pcre to libs/ added libs/md5 which is linked to non-apache
20392: targets ^math:crypt[password;$apr1$salt]
20393:
1.211 moko 20394: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20395: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20396: src/classes/classes.dsp, src/classes/math.C,
20397: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20398: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20399: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20400: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20401: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20402: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20403: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20404: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20405: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20406: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20407: src/lib/pcre/pcre_parser_ctype.dsp,
20408: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20409: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20410: src/main/compile.tab.C, src/main/main.dsp,
20411: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20412: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20413: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20414: to libs/ added libs/md5 which is linked to non-apache targets
20415: ^math:crypt[password;$apr1$salt]
20416:
20417: 2002-06-20 paf
20418:
1.211 moko 20419: * INSTALL, configure, configure.in, operators.ru.txt,
20420: operators.txt, src/classes/file.C, src/classes/op.C,
20421: src/doc/doxygen.cfg, src/include/pa_globals.h,
20422: src/include/pa_request.h, src/main/execute.C,
20423: src/main/pa_request.C, src/targets/cgi/parser3.C,
20424: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20425: marged latest HEAD updates, mainly file:justname&co &
20426: @auto/conf[filespec
1.95 moko 20427:
1.211 moko 20428: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20429: !^file:dirname[/a/some.tar.gz]=/a
20430: !^file:dirname[/a/b/]=/a
20431: !^file:basename[/a/some.tar.gz]=some.tar.gz
20432: !^file:justname[/a/some.tar.gz]=some.tar
20433: !^file:justext[/a/some.tar.gz]=gz
20434:
20435: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20436: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20437: @conf/auto[filespec]
20438:
1.116 moko 20439: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20440:
1.211 moko 20441: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20442: src/doc/doxygen.cfg, src/include/pa_globals.h,
20443: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20444: parser3.conf renamed to auto.p
1.95 moko 20445:
20446: 2002-06-18 paf
20447:
20448: * configure, configure.in, src/include/pa_version.h: version to
20449: configure.in
20450:
20451: * INSTALL: reflected .conf.dist dir change
20452:
1.150 moko 20453: * Makefile.am, configure, configure.in,
1.116 moko 20454: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20455: .in & *.am updated
20456:
20457: * src/classes/file.C: strncasecmp
20458:
20459: * src/classes/file.C: strcasecmp
20460:
1.150 moko 20461: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20462:
20463: * src/classes/file.C: ^file::exec[script;$.bad error case
20464: insensitive check now
20465:
20466: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20467:
20468: * configure, configure.in, src/include/pa_pool.h,
20469: src/include/pa_types.h: pack configure.in detection simplified.
20470: figured out that gcc on sparc not that stupid as thought
20471: previously: on sparc: when it sees packed class it modifies it's
20472: field-access-code to byte operations [stb, ldub] instead of 4byte
20473: operations [st, lduh] so packed must be all parts of packed
20474: class, i.e. it's parents&fields(classes). for now it's only
20475: String that packed and what was wrong is that it's parent -
20476: Pooled, were not packed. fixed that.
20477:
20478: 2002-06-14 paf
20479:
1.211 moko 20480: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20481:
1.211 moko 20482: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20483: attribute_node.name/value xnode pi.node.data
20484:
20485: 2002-06-12 paf
20486:
1.116 moko 20487: * configure, configure.in, src/targets/cgi/Makefile.am,
20488: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20489:
1.211 moko 20490: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20491: etc/Makefile.am, src/include/pa_globals.h,
20492: src/include/pa_request.h, src/main/compile.tab.C,
20493: src/main/pa_globals.C, src/main/pa_request.C,
20494: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20495: parser3.conf now one and only
1.95 moko 20496:
20497: * src/classes/mail.C: sendmail -ti [default now]
20498:
20499: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20500: to be strings. for convinient #ing
20501:
20502: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20503: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20504:
20505: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20506: main/pa_globals.C, main/pa_request.C: @conf
20507:
20508: 2002-06-11 paf
20509:
20510: * src/classes/file.C: check simplified
20511:
20512: * src/: classes/file.C, targets/cgi/parser3.dsp,
20513: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20514: valid prefix
20515:
20516: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20517: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20518: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20519:
20520: 2002-06-10 paf
20521:
1.211 moko 20522: * operators.ru.txt, operators.txt, src/classes/op.C,
20523: src/include/pa_common.h, src/main/pa_common.C: lock failures
20524: reported now
1.95 moko 20525:
20526: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20527: string->double @ compile time were not-enough-checking...
20528:
20529: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20530: autoconvert now ignored
20531:
20532: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20533: check
20534:
20535: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20536: $response:body content-type:name
20537:
20538: * configure, configure.in: hpux check, nsl link, no socket
20539:
1.211 moko 20540: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20541:
20542: * configure, configure.in: pack even address access on sparc&co
20543: arch checked in configure
20544:
20545: * configure, src/include/pa_version.h: makes
20546:
20547: * configure, configure.in, src/include/pa_version.h: makes
20548:
20549: * src/main/untaint.C: (bug#2) mail subject got always prepended
20550: with charset even when all letters were 7bit one
20551:
20552: * src/main/pa_common.C: merged fixed -d (bug)
20553:
20554: * src/main/pa_common.C: fixed -d (bug)
20555:
20556: 2002-06-03 paf
20557:
1.211 moko 20558: * ChangeLog, operators.ru.txt, operators.txt,
20559: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20560: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20561: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20562: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20563: .dsp-s along with reorganized cvs modules dirs structure
20564:
20565: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20566: main/pa_globals.C, targets/cgi/parser3.dsp,
20567: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20568: modules
20569:
20570: 2002-05-28 paf
20571:
20572: * src/targets/cgi/parser3.C: info.uri now ""
20573:
20574: 2002-05-17 paf
20575:
20576: * src/classes/: table.C: ^table.save << checked empty
20577: pre/match/post columns
20578:
20579: 2002-05-16 paf
20580:
20581: * src/classes/image.C: image::measure can png now
20582:
20583: 2002-05-15 paf
20584:
1.211 moko 20585: * operators.ru.txt, operators.txt, src/classes/date.C:
20586: ^date::create[%H:%M[:%S]] added
1.95 moko 20587:
20588: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20589:
1.211 moko 20590: * operators.ru.txt, operators.txt, src/classes/date.C:
20591: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20592:
20593: 2002-05-14 paf
20594:
20595: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20596:
20597: 2002-05-07 paf
20598:
20599: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20600: src/include/pa_globals.h, src/include/pa_request.h,
20601: src/include/pa_table.h, src/main/compile.tab.C,
20602: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20603: src/main/pa_request.C, src/main/pa_table.C,
20604: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20605: src/targets/isapi/parser3isapi.dsp,
20606: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20607: name2number field now &. main_method_name now on Request pool
20608: rather on global_pool [Junction+VJunction created on same pool as
20609: name = were created on global pool, causing mem leaks]
20610:
20611: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20612: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20613: main/compile.y, main/main.dsp, main/pa_globals.C,
20614: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20615: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20616: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20617: field now &. main_method_name now on Request pool rather on
20618: global_pool [Junction+VJunction created on same pool as name =
20619: were created on global pool, causing mem leaks]
20620:
20621: 2002-05-06 paf
20622:
20623: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20624: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20625: 100*40 bytes per request memory leak [nonpool malloc in globals]
20626:
20627: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20628: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20629: 100*40 bytes per request memory leak [nonpool malloc in globals]
20630:
20631: 2002-04-30 paf
20632:
20633: * configure, src/include/pa_version.h: version now not b
20634:
20635: * src/targets/cgi/parser3.C: request.uri now never 0
20636:
20637: 2002-04-29 paf
20638:
20639: * configure.in: removed b
20640:
20641: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20642: Exception::comment/type checked in (), no there's no empty
20643: type/comment by default
20644:
20645: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20646: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20647: src/doc/value.dox, src/include/pa_exception.h,
20648: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20649: 0001
20650:
20651: 2002-04-26 paf
20652:
20653: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20654: size reduced
20655:
20656: 2002-04-25 paf
20657:
20658: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20659: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20660: now that took into account
20661:
1.211 moko 20662: * operators.ru.txt, operators.txt, src/classes/date.C:
20663: ^date::create[2002-12-33 01:03:04]
1.95 moko 20664:
1.211 moko 20665: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20666: ^date::create[2002-12-33 01:03:04]
20667:
20668: * ChangeLog: updated changelog
20669:
20670: * src/classes/table.C: removed restriction on column count to
20671: ^table.hash to work, now must be >0 [were >1]
20672:
20673: 2002-04-24 paf
20674:
20675: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20676: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20677: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20678: targets
20679:
20680: 2002-04-23 paf
20681:
1.211 moko 20682: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20683: int/double/string:sql{}[$.default{code}] fixed [were barking:
20684: "junction used outside of context"]
20685:
20686: 2002-04-22 paf
20687:
20688: * types.txt, src/classes/string.C, src/include/pa_string.h,
20689: src/main/pa_string.C, src/types/pa_vstring.C,
20690: src/types/pa_vstring.h: ^string.optimize[]
20691:
20692: * src/: include/pa_globals.h, include/pa_table.h,
20693: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20694: table template
20695:
20696: * src/classes/: string.C: optimize removed from string
20697: .left/right/pos
20698:
20699: * src/main/execute.C: rolled back to
20700: before_killing_userjunction_contexts
20701:
20702: * src/main/execute.C: user junctions context killed
20703:
20704: * src/main/execute.C: junctions to local contexts got
20705: cleanized&checked later
20706:
20707: 2002-04-19 paf
20708:
20709: * src/: classes/string.C, include/pa_request.h,
20710: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20711: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20712: prior to .left .right .mid .pos .match when that is profitable,
20713: and always before .replace when $ORIGINS(1) optimization disabled
20714: economy from not wasting mem on lots of strings which occur by
20715: lots of String:mid calls to get parts of source string between
20716: found_occurances
20717:
20718: * src/classes/file.C: ovector now local economy: 16 bytes per
20719: ^file:list
20720:
20721: * src/: include/pa_globals.h, include/pa_table.h,
20722: main/pa_globals.C, main/pa_string.C: String::match table columns
20723: globalized, not created @ each ^match anymore economy:
20724: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20725:
20726: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20727: removed from each String::match replace iteration, and made
20728: stacked sizeof(VTable)=12bytes economy on each replace code
20729:
20730: * src/doc/footer.htm: 2001,
20731:
20732: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20733: string.match[]['] option enables generation of $match.prematch
20734: .match .postmatch columns
20735:
20736: * src/main/pa_string.C: String::match options analized without
20737: cstr-ing them now
20738:
20739: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20740: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20741: config updated to doxygen 1.2.15, created helper which fixes
20742: minor bugs in chm project files & htm tree. changed extension to
20743: .htm
20744:
20745: 2002-04-18 paf
20746:
20747: * src/doc/doxygen.cfg: .chi generation disabled
20748:
20749: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20750: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20751: fields&methods
20752:
20753: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20754: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20755: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20756: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20757: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20758: types/pa_vresponse.h, types/pa_vstateless_class.h,
20759: types/pa_vstateless_object.h, types/pa_vstatus.h,
20760: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20761: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20762: VStateless_class to VObject
20763:
20764: * src/: main/pa_request.C, types/pa_valiased.h,
20765: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20766: types/pa_vstring.h: VStateless_string_object speicalized light
20767: version of VStateless_object
20768:
20769: * src/classes/op.C: ^throw comment param made optional
20770:
20771: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20772: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20773: and implemented down in VClass, fclass_alias removed,
20774:
20775: * src/types/pa_value.C: forced to cut that from .h because of
20776: VStateless_class usage [undefined in .h]
20777:
20778: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20779: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20780: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20781: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20782: on each CALL]
20783:
20784: * src/: classes/classes.h, classes/date.C, classes/double.C,
20785: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20786: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20787: classes/response.C, classes/string.C, classes/table.C,
20788: classes/void.C, classes/xnode.C, include/pa_globals.h,
20789: include/pa_request.h, main/execute.C, main/pa_globals.C,
20790: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20791: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20792: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20793: types/pa_vstateless_class.h, types/pa_wcontext.C,
20794: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20795: removed Value::fname
20796:
20797: 2002-04-17 paf
20798:
20799: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20800: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20801: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20802: include/pa_pool.h, include/pa_types.h: dox updated to current
20803: state, PTHROW freshen to throw & co
20804:
20805: * src/types/pa_vhash.h: vstring wrong parent fixed
20806:
20807: * src/classes/op.C: taint local result var bug fixed
20808:
20809: 2002-04-16 paf
20810:
20811: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20812: Attic asm.txt as most interesting
20813:
20814: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20815: check, preventing content-length: 0 from appearing
20816:
20817: * src/main/execute.C: $result in @main now taken into account as in
20818: usual functions
20819:
20820: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20821: & @unhandled_exception now taken into account as in usual
20822: functions
20823:
20824: * src/doc/postbuild.txt: instructions on post .html build
20825:
20826: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20827:
20828: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20829: tainted
20830:
20831: * src/main/pa_request.C: uri in error log
20832:
20833: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20834: cheched date:create(days) param for validity [later were assumed
20835: valid and crashed on invalid onces]
20836:
20837: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20838: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20839: and used that for removing VString wrapper
20840:
20841: * src/classes/op.C: exception2vhash file now tainted
20842:
20843: * src/classes/op.C: _process pseudo origin copied from local var to
20844: heap
20845:
20846: * src/classes/op.C: extra check on empty file in origin in _execute
20847:
20848: 2002-04-15 paf
20849:
20850: * src/: main/execute.C, types/pa_value.h: fixed name update
20851:
20852: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20853: functions
20854:
20855: * src/: classes/file.C, classes/hash.C, classes/op.C,
20856: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20857: started dual write_xxx_lang functions, if checked & works
20858:
20859: * src/: classes/date.C, classes/file.C, classes/mail.C,
20860: classes/string.C, classes/xnode.C, include/pa_request.h,
20861: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20862: unnecessary VString shells
20863:
20864: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20865: prev changes]
20866:
20867: * src/: classes/image.C, classes/op.C, classes/string.C,
20868: classes/table.C, include/pa_request.h, main/execute.C,
20869: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20870: StringOrValue wcontext result, now ready for dual writes
20871:
20872: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20873: checked that
20874:
20875: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20876: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20877: changed to OP_WRITE_VALUE in var get cases
20878:
20879: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20880: include/pa_request.h, main/compile.tab.C, main/compile.y,
20881: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20882: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20883: switch in hash constructor fixed [were problems with using of
20884: stacked wwrapper after it's death]
20885:
20886: 2002-04-12 paf
20887:
1.211 moko 20888: * operators.ru.txt, operators.txt, src/classes/table.C:
20889: table.select(expression) 0
1.95 moko 20890:
20891: 2002-04-11 paf
20892:
20893: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20894: Request::process_internal codeFrame & wwrapper stacked [not
20895: wasting heap anymore]
20896:
20897: 2002-04-10 paf
20898:
20899: * src/: classes/double.C, classes/file.C, classes/hash.C,
20900: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20901: classes/string.C, classes/table.C, classes/void.C,
20902: classes/xdoc.C, include/pa_request.h, main/execute.C,
20903: main/pa_string.C: killed Request::process() wrapping
20904: VString(String) in case we need only String
20905:
20906: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20907: killed 8 bytes from String.head
20908:
20909: 2002-04-09 paf
20910:
20911: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20912: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20913: local*/char b[...]; a=b; situations
20914:
1.211 moko 20915: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20916: made literal
1.95 moko 20917:
20918: * src/classes/xdoc.C: xslt params fixed
20919:
20920: * src/: main/pa_common.C, targets/cgi/parser3.C,
20921: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20922: not pool.malloc(MAX_NUMBER) but really neaded
20923:
1.211 moko 20924: * operators.ru.txt, operators.txt, src/classes/double.C,
20925: src/classes/int.C: int/double.int/double(default)
1.95 moko 20926:
20927: 2002-04-04 paf
20928:
20929: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20930: [when reconstructing pieces were split by
20931: max_integral(piece.size), thus some strings to replace happen to
20932: be split into two = not replaced)
20933:
20934: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20935: standalone version = current dir
20936:
20937: * src/targets/cgi/parser3.C: document root in standalone version =
20938: current dir
20939:
20940: 2002-04-03 paf
20941:
20942: * configure, configure.in: more checks on nonexistent charset
20943:
1.116 moko 20944: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20945:
20946: 2002-04-02 paf
20947:
20948: * src/main/compile.C: parser.compile [exception name more like in
20949: doc]
20950:
20951: 2002-04-01 paf
20952:
20953: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20954: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20955: .content-type.charset, not .charset
20956:
20957: 2002-03-29 paf
20958:
20959: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20960:
1.211 moko 20961: * operators.ru.txt, operators.txt, src/classes/date.C:
20962: ^date::create now may not supply day, default 1. checked 29.03
20963: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20964:
20965: 2002-03-28 paf
20966:
1.211 moko 20967: * operators.ru.txt, operators.txt, src/classes/date.C,
20968: src/classes/op.C, src/include/pa_globals.h,
20969: src/include/pa_hash.h, src/main/pa_globals.C,
20970: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20971: ^cache[date] }
1.95 moko 20972:
20973: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20974: param
20975:
20976: 2002-03-27 paf
20977:
1.211 moko 20978: * operators.ru.txt, operators.txt, src/classes/date.C,
20979: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20980: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20981: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20982: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20983: src/classes/xdoc.C, src/classes/xnode.C,
20984: src/include/pa_exception.h, src/include/pa_request.h,
20985: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20986: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20987: src/main/pa_array.C, src/main/pa_charset.C,
20988: src/main/pa_charsets.C, src/main/pa_common.C,
20989: src/main/pa_dictionary.C, src/main/pa_exception.C,
20990: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20991: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20992: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20993: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20994: src/types/pa_value.h, src/types/pa_vcookie.C,
20995: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20996: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20997: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20998: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20999: src/types/pa_wwrapper.h: assigned exception types
21000:
1.211 moko 21001: * operators.ru.txt, operators.txt, src/classes/op.C,
21002: src/include/pa_config_fixed.h, src/include/pa_request.h,
21003: src/main/execute.C, src/main/pa_request.C: decided agains
21004: resetting exception_trace, just changed name
1.95 moko 21005:
21006: 2002-03-26 paf
21007:
21008: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
21009: fixed
21010:
21011: * src/classes/op.C: forced language of $source field of exception
21012: to 'tainted', so that sql-langed-frags could be outputed outside
21013: of connect
21014:
1.211 moko 21015: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
21016: offset
1.95 moko 21017:
21018: * src/classes/date.C: removed date.roll limit of +-1 offset
21019:
1.211 moko 21020: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
21021: roll on daylightsaving days mktime took into account tm_isdst
21022: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 21023:
21024: 2002-03-25 paf
21025:
1.211 moko 21026: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 21027: http_site_config_filespec
21028:
21029: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
21030: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
21031: with any/both --disable-foreign-group-files --disable-execs
21032:
21033: * INSTALL: "--with=sendmail=COMMAND" comment
21034:
21035: * INSTALL, configure, configure.in, src/classes/mail.C,
21036: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 21037: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
21038: disables execs also. introducing --sendmail
1.95 moko 21039:
1.211 moko 21040: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 21041:
21042: * INSTALL: comment on --disable-link-stdcpp
21043:
1.116 moko 21044: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21045: libstdc++ link skipping configure option
1.95 moko 21046:
21047: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
21048: with error were put to cache with 'marked_to_rollback' flag, all
21049: consequent even OK requests rolled back
21050:
21051: 2002-03-22 paf
21052:
21053: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
21054: false return
21055:
1.211 moko 21056: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 21057:
21058: 2002-03-18 paf
21059:
1.211 moko 21060: * operators.ru.txt, operators.txt, src/classes/op.C,
21061: src/include/pa_exception.h, src/include/pa_globals.h,
21062: src/include/pa_request.h, src/include/pa_stack.h,
21063: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 21064:
21065: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
21066: types/pa_vdouble.h: removed some tested @tests
21067:
21068: 2002-03-15 paf
21069:
1.211 moko 21070: * operators.ru.txt, operators.txt, src/classes/table.C:
21071: ^table.locate(logical expr)
1.95 moko 21072:
21073: 2002-03-13 paf
21074:
21075: * src/main/pa_exception.C: checked not-pooled malloc
21076:
21077: 2002-03-11 paf
21078:
21079: * INSTALL, configure, configure.in,
21080: src/include/pa_config_auto.h.in: --disable-foreign-group-files
21081:
21082: * src/main/pa_common.C: --disable-foreign-group-files
21083:
21084: * INSTALL: --disable-execs
21085:
21086: * src/main/pa_exec.C: --disable-execs
21087:
21088: * configure, configure.in, src/include/pa_config_auto.h.in:
21089: --disable-execs
21090:
21091: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
21092:
21093: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
21094: file::exec/cgi linebreaks "0D0A" changed to 0A onces
21095:
21096: 2002-03-05 paf
21097:
1.211 moko 21098: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21099: calendar columns named
1.95 moko 21100:
1.211 moko 21101: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21102: calendar columns named
1.95 moko 21103:
21104: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
21105: requires headers to be terminated with \r\n manually [refuses to
21106: separate header/body itself]
21107:
21108: * src/: main/pa_globals.C, targets/cgi/parser3.C,
21109: targets/isapi/parser3isapi.C: isapi site config beside .dll
21110:
21111: 2002-03-04 paf
21112:
21113: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
21114: in PASS language
21115:
21116: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
21117: deserialize checks on broken file
21118:
21119: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
21120: parser3isapi.dsp: isapi updated
21121:
21122: 2002-03-01 paf
21123:
21124: * src/main/pa_exec.C: execle -> execve, now argc OK
21125:
21126: 2002-02-28 paf
21127:
21128: * src/main/untaint.C: removed some debug comments
21129:
21130: * src/main/pa_charsets.C: when placing charset to cache using
21131: global name now [were request]
21132:
21133: * configure, configure.in: apache module updated
21134:
21135: * src/main/pa_string.C: origin by first piece preferred before last
21136: piece
21137:
21138: 2002-02-27 paf
21139:
21140: * src/main/pa_charset.C: size_t
21141:
21142: * INSTALL: shared/static-xml with-pathlink
21143:
1.211 moko 21144: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 21145:
21146: 2002-02-26 paf
21147:
21148: * src/main/pa_exec.C: more precise names for vars, cosmetic
21149:
21150: * src/classes/xnode.C: in some situation, xpath query returned
21151: result with type NODESET, but empty nodeset member field, checked
21152: that
21153:
21154: 2002-02-22 paf
21155:
21156: * INSTALL: without-zlib comment
21157:
21158: * etc/parser3.charsets/windows-1251.cfg: °
21159:
21160: * configure, configure.in: glib###.a detection fixed
21161:
21162: * INSTALL: hashfile removed from INSTALL
21163:
1.116 moko 21164: * Makefile.am: make update
1.95 moko 21165:
21166: * src/main/pa_string.C: string iterators fixed again, so were
21167: String::join_chain
21168:
21169: * src/main/pa_string.C: string iterators fixed again, so were
21170: String::join_chain
21171:
21172: * src/: include/pa_string.h, main/pa_string.C: string iterators
21173: fixed again, so were String::join_chain
21174:
21175: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
21176:
1.211 moko 21177: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
21178: "expires=0" = "session"
1.95 moko 21179:
1.116 moko 21180: * configure, configure.in, src/include/pa_config_auto.h.in:
21181: --with-shared-xml --with-static-xml
1.95 moko 21182:
21183: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
21184: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21185: types/types.dsp: *.dsp: removed refereces to win32db & ancient
21186: xalan&xml
21187:
21188: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
21189:
1.211 moko 21190: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
21191: src/main/main.dsp, src/types/types.dsp: removed hashfile support
21192: from sources for now
1.95 moko 21193:
1.116 moko 21194: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 21195: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 21196: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
21197: src/include/pa_db_manager.h, src/include/pa_db_table.h,
21198: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 21199: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 21200: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
21201: src/types/Makefile.am, src/types/pa_vhashfile.C,
21202: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 21203:
21204: 2002-02-21 paf
21205:
21206: * src/main/untaint.C: removed debug code, activated commented-for
21207: debug parts
21208:
1.116 moko 21209: * Makefile.am: make cvsupdate
1.95 moko 21210:
21211: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21212: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
21213: append_row, not at link zero now string to string appending works
21214:
21215: 2002-02-20 paf
21216:
21217: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
21218: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
21219: DEBUG_STRING_APPENDS_VS_EXPANDS
21220:
21221: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21222: economy: 22%
21223:
21224: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21225: space uptimized: string::link_row removed
21226:
21227: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
21228: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
21229: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21230: types/pa_vstring.h: speed uptimized: string::is_empty
21231:
1.211 moko 21232: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 21233: src/include/pa_config_fixed.h, src/include/pa_string.h,
21234: src/include/pa_types.h, src/main/compile.tab.C,
21235: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
21236: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
21237: string append optimiziation idea and estimates
21238:
21239: 2002-02-19 paf
21240:
21241: * src/classes/math.C: not used directly [but erroreously reported
21242: that 'is', thus registering twice&other probs]
21243:
21244: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
21245: to node [element]
21246:
21247: * src/main/compile.C: without string_origins parse error
21248: file+line+col possible
21249:
21250: * src/main/: compile.C: without string_origins not worked
21251:
21252: 2002-02-18 paf
21253:
21254: * src/types/pa_vdouble.h: since we have in_expression removed that
21255: trick i've installed into double::as_string
21256:
21257: * src/main/pa_globals.C: extern "C" was removed too fast
21258:
21259: * src/: include/pa_opcode.h, include/pa_request.h,
21260: main/compile.tab.C, main/compile.y, main/execute.C,
21261: types/pa_wcontext.h: in_expression aimed to solve old problem
21262: with string/nonstring values, now in expressions double/int
21263: values are passed as-is, without stupid tostring/fromstring
21264: conversions
21265:
21266: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
21267: __cplusplus } #endif
21268:
21269: * src/main/compile.tab.C: bison env set so one could compile
21270: without cygwin installed
21271:
21272: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
21273: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
21274: gnome xml libs parser .dsp-s changed accordingly
21275:
1.211 moko 21276: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
21277: PARSER_ROOT_CONFIG
1.95 moko 21278:
1.211 moko 21279: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
21280: [were date::set, with backward comp
1.95 moko 21281:
21282: * src/classes/math.C: math:random range check fixed
21283:
21284: * src/main/: compile.tab.C, compile.y: integer division stops name
21285:
21286: * INSTALL: local install comment
21287:
1.116 moko 21288: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 21289:
1.116 moko 21290: * acinclude.m4, aclocal.m4, configure, configure.in,
21291: src/include/pa_config_auto.h.in,
21292: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
21293: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 21294:
1.211 moko 21295: * operators.ru.txt, operators.txt: \ comment
1.95 moko 21296:
21297: 2002-02-13 paf
21298:
21299: * src/include/pa_config_includes.h: sys/time time both included
21300: now. vaguely remember confilicts on this on some system [not on
21301: six|ablv] so when would see them again would think up proper
21302: check
21303:
1.116 moko 21304: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21305: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 21306:
21307: * src/main/pa_common.C: truncation never occured when writing files
21308: on unix [since i've changed cache mech] fix
21309:
21310: * src/main/pa_common.C: strnchr: sanity check added
21311:
21312: * etc/parser3.charsets/windows-1257.cfg: id added
21313:
21314: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
21315: baltic charset file generated, in generation script ispunct check
21316: added
21317:
21318: 2002-02-08 paf
21319:
1.116 moko 21320: * src/: include/Makefile.am, sql/Makefile.am,
21321: targets/isapi/Makefile.am: forgotten makes
1.95 moko 21322:
21323: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
21324: forgotten
21325:
21326: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
21327:
21328: * INSTALL, README: install&others updated
21329:
21330: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
21331:
1.116 moko 21332: * Makefile.am, configure, configure.in,
21333: etc/parser3.charsets/Makefile.am, src/Makefile.am,
21334: src/classes/Makefile.am, src/main/Makefile.am,
21335: src/main/pa_status_provider.C, src/targets/Makefile.am,
21336: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
21337: works
1.95 moko 21338:
21339: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21340: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21341: classes/hashfile.C, classes/int.C, classes/mail.C,
21342: classes/math.C, classes/op.C, classes/response.C,
21343: classes/string.C, classes/table.C, classes/void.C,
21344: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21345: include/pa_array.h, include/pa_cache_managers.h,
21346: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21347: include/pa_config_fixed.h, include/pa_config_includes.h,
21348: include/pa_db_connection.h, include/pa_db_manager.h,
21349: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21350: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21351: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21352: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21353: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21354: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21355: include/pa_stack.h, include/pa_string.h,
21356: include/pa_stylesheet_connection.h,
21357: include/pa_stylesheet_manager.h, include/pa_table.h,
21358: include/pa_threads.h, include/pa_types.h, main/compile.C,
21359: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21360: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21361: main/pa_db_connection.C, main/pa_db_manager.C,
21362: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21363: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21364: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21365: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21366: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21367: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21368: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21369: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21370: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21371: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21372: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21373: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21374: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21375: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21376: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21377: types/pa_vmethod_frame.h, types/pa_vobject.h,
21378: types/pa_vrequest.h, types/pa_vresponse.h,
21379: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21380: types/pa_vstateless_object.h, types/pa_vstatus.C,
21381: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21382: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21383: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21384: classes/image.C, main/pa_common.C, main/pa_exec.C,
21385: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21386: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21387: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21388: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21389: types/pa_vxnode.C, main/pa_charset.C: name spelling
21390:
21391: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21392: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21393: classes/hashfile.C, classes/image.C, classes/int.C,
21394: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21395: classes/string.C, classes/table.C, classes/void.C,
21396: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21397: include/pa_array.h, include/pa_cache_managers.h,
21398: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21399: include/pa_config_fixed.h, include/pa_config_includes.h,
21400: include/pa_db_connection.h, include/pa_db_manager.h,
21401: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21402: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21403: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21404: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21405: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21406: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21407: include/pa_stack.h, include/pa_string.h,
21408: include/pa_stylesheet_connection.h,
21409: include/pa_stylesheet_manager.h, include/pa_table.h,
21410: include/pa_threads.h, include/pa_types.h, main/compile.C,
21411: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21412: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21413: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21414: main/pa_db_connection.C, main/pa_db_manager.C,
21415: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21416: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21417: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21418: main/pa_socks.C, main/pa_sql_driver_manager.C,
21419: main/pa_status_provider.C, main/pa_string.C,
21420: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21421: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21422: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21423: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21424: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21425: targets/isapi/pool_storage.h, types/pa_valiased.C,
21426: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21427: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21428: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21429: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21430: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21431: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21432: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21433: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21434: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21435: types/pa_vresponse.h, types/pa_vstateless_class.C,
21436: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21437: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21438: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21439: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21440: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21441: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21442:
21443: 2002-02-07 paf
21444:
21445: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21446:
1.116 moko 21447: * configure, configure.in, src/include/pa_config_auto.h.in,
21448: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21449: added yet another locking function: fcntl
1.95 moko 21450:
21451: * config.sub: on cygwin configure passes it with strange i1586
21452: const, hacked it to mean i586
21453:
21454: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21455: disabled $if reference due to conflicts with local variables
21456:
1.211 moko 21457: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21458: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21459: xdoc::create, with both sences
21460:
21461: * operators.ru.txt, operators.txt, src/classes/table.C,
21462: src/include/pa_array.h, src/include/pa_table.h,
21463: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21464: 'set' name obsolete now table clone.
1.95 moko 21465:
1.211 moko 21466: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21467: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21468: ^int/double/string.format now can be called with normal []
21469: brackets, not stupid {} as it were implemented for some strange
21470: reason. retaining backward compatibility due to some
21471: already-implemented servers
21472:
21473: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21474: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21475: operators now detected by check at name_without_curly_rdive_read
21476: rule whether diving code constists only of
21477: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21478: with OP_GET_ELEMENT_OR_OPERATOR to form
21479: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21480:
21481: 2002-02-06 paf
21482:
21483: * configure, configure.in: prefix expanded, grr
21484:
1.211 moko 21485: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21486: config changed
1.95 moko 21487:
21488: 2002-02-05 paf
21489:
1.211 moko 21490: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21491:
21492: * src/main/: pa_exec.C: argv0 now correct
21493:
21494: * src/types/pa_vstatus.C: status:rusage 3
21495:
21496: * src/types/pa_vstatus.C: status:rusage 2
21497:
1.211 moko 21498: * operators.ru.txt, operators.txt: status:rusage described int
21499: operators
1.95 moko 21500:
21501: * src/types/pa_vstatus.C: status:rusage 1
21502:
21503: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21504: src/types/types.dsp: status:rusage
21505:
1.211 moko 21506: * configure.in, operators.ru.txt, operators.txt,
21507: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21508: src/include/pa_config_includes.h, src/main/compile.tab.C,
21509: src/main/pa_common.C: rewritten ^cache to use
21510: non-blocking-exclusive-caches
21511:
21512: * src/main/pa_common.C: text file read mode on win32 adjusted
21513: [speed impact. was off for debugging purpose, but forgotten
21514: afterwards]
21515:
21516: 2002-02-01 paf
21517:
21518: * src/classes/op.C: file_write does EX lock after create, while
21519: file_read does SH after open, so there's a moment after create
21520: but before EX lock when read can sneak into, and read
21521: just-created-for-writing-and-not-yet-locked file, added a check
21522: for that in ^cache...read
21523:
21524: 2002-01-31 paf
21525:
21526: * src/main/: compile.y, compile.tab.C: disabled operator call after
21527: ^xxx:
21528:
21529: * src/main/: compile.tab.C, execute.C: made operators lookup first
21530: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21531:
21532: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21533: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21534: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21535: operators check 6.1 rewritten. now check is done at compile time
21536:
21537: * src/main/execute.C: operators check 5 floated up old error of
21538: staying in 'entered class/object' state after $a($a..) it
21539: prevented operators from being called thereafter
21540:
21541: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21542: main/execute.C: operators check 4 floated up old error of staying
21543: in 'entered object' state after ^a.a(a) it prevented operators
21544: from being called thereafter
21545:
21546: * src/main/execute.C: operators check 3 floated up old error of
21547: staying in 'entered class' state after $a:a(a) it prevented
21548: operators from being called thereafter
21549:
21550: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21551: floated up old error of staying in 'entered class' state after
21552: $a:a[a] it prevented operators from being called thereafter
21553:
21554: * src/main/execute.C: operators check, thay mistakenly seen in
21555: $class:operator $object.operators contexts
21556:
21557: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21558: win32
21559:
1.116 moko 21560: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21561: src/classes/Makefile.am, src/main/Makefile.am,
21562: src/targets/cgi/Makefile.am,
1.95 moko 21563: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21564: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21565:
1.116 moko 21566: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21567: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21568: configure, configure.in, form.txt, ident.awk, install-sh,
21569: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21570: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21571: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21572: etc/parser3.charsets/koi8-r.cfg,
21573: etc/parser3.charsets/windows-1250.cfg,
21574: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21575: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21576: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21577: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21578: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21579: straightened installation scripts procedure made
21580: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21581: change
21582:
21583: 2002-01-30 paf
21584:
21585: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21586: removed] those comments were a mistake, and prevented libltdl
21587: from function properly
21588:
21589: 2002-01-29 paf
21590:
1.116 moko 21591: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21592: creation [modified acinclude.m4 which were creating int into just
21593: assignment LIBTOOL=../libtool] added default system
21594: config&charsetts prepared 'make install', now it installs
21595: targets/cgi/parser3 into bin directory etc/parser3.conf &
21596: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21597: $sysconfdir/parser3.charsets respectively
21598:
21599: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21600: main/pa_globals.C: few forgotten ifdef XML added
21601:
21602: 2002-01-28 paf
21603:
1.116 moko 21604: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21605: removed
21606:
21607: * src/main/pa_exception.C: dom|generic error output fix
21608:
21609: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21610:
21611: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21612:
21613: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21614: [fixed as_node helper func to accept docs]
21615:
21616: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21617: xdoc.importNode 0
21618:
21619: * src/classes/xdoc.C: xdoc::set now untaints OK
21620:
21621: 2002-01-25 paf
21622:
21623: * src/main/: compile.tab.C, compile.y: #comment before @ after
21624: @SPECIAL now works OK
21625:
21626: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21627:
21628: * src/main/pa_exec.C: max arg count now 10, and proper message on
21629: violation that added
21630:
21631: * src/classes/hash.C: unified hash::sql, now
21632: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21633:
21634: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21635: ^file:lock[filename]{code}
21636:
21637: * src/: classes/file.C, classes/op.C, classes/string.C,
21638: classes/table.C, classes/xdoc.C, include/pa_common.h,
21639: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21640: to some pa_common funcs
21641:
21642: * src/: include/pa_charset.h, main/pa_globals.C:
21643: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21644:
21645: * src/: include/pa_charset.h, main/pa_charset.C,
21646: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21647: not stupid illegal define
21648:
21649: 2002-01-24 paf
21650:
21651: * src/include/pa_version.h: changed version number
21652:
21653: * src/: classes/hashfile.C, include/pa_db_table.h,
21654: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21655: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21656: main/pa_db_connection.C, main/pa_db_table.C,
21657: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21658: hashfile without logfiles
21659:
21660: * src/: classes/hashfile.C, include/pa_db_table.h,
21661: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21662: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21663: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21664: DB_INIT_TXN init bits, thus got rid of huge log files, which
21665: cluttered disk without huge need]
21666:
21667: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21668: handy macro, which is strangly abscent in dome lib
21669:
21670: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21671:
21672: * src/classes/xdoc.C: checked empty response
21673:
21674: * src/classes/xnode.C: xdoc.select fixed context node [were always
21675: /, not self node]
21676:
21677: * src/classes/xnode.C: xnode.select returns array always now, in
21678: case 'nothing found' returns empty array
21679:
21680: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21681: be more tender with ctrl/c/v
21682:
21683: 2002-01-23 paf
21684:
21685: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21686: substituted. // 2. when dom tree with entites goes under
21687: transform text nodes // got [erroreosly] cut on first
21688: entity occurance
21689:
21690: * src/types/pa_vdouble.h: double prec. todo: get rid of
21691: twice-converting
21692:
21693: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21694: 'e' in output this is for regretful twice-converting here:
21695: $a(double value) when they write double falue they convert it to
21696: string first, thus %g were losing precesion.
21697:
21698: todo: think up some way to remove double->string string->double
21699: twice-converting
21700:
21701: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21702: %.20E now default float format this is for regretful
21703: twice-converting here: $a(double value) when they write double
21704: falue they convert it to string first, thus %g were losing
21705: precesion.
21706:
21707: todo: think up some way to remove double->string string->double
21708: twice-converting
21709:
21710: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21711: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21712: reasons in comment inside
21713:
21714: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21715: statically linked]
21716:
21717: * src/: include/pa_exception.h, main/compile.tab.C,
21718: main/pa_exception.C: removed exception va_list constructor. 1.
21719: not needed anymore 2. there were a conflict[causing errors]
21720: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21721: never detected an ambiguilty here, compiling ctor(, "hello") into
21722: ctor(, va_list) which, of course, caused gpf
21723:
21724: * src/main/pa_globals.C: removed debug xslt messages
21725:
21726: 2002-01-22 paf
21727:
21728: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21729: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21730: helps compiling stylesheet properly. example: this refused to
21731: work, <b>«<xsl:value-of select="@title"
21732: />»</b> stranly worked only this way:
21733: <b>«<xsl:value-of select="@title" />»</b>
21734:
21735: docs says "set it to 1", never going into details, so I decided
21736: to try NOT to do that
21737:
21738: * src/classes/table.C: join behaived badly in case named tables
21739: structure mismatched: 0 strings sneaked into dest failing
21740: afterwards. replaced them with empty strings
21741:
21742: 2002-01-21 paf
21743:
21744: * src/main/pa_charset.C: checked empty transcoders in
21745: transcode_cstr|buf
21746:
21747: * src/classes/xdoc.C: xdoc::load error source = filespec
21748:
21749: * src/classes/xdoc.C: transform error source now
21750: stylesheet_filespec
21751:
1.116 moko 21752: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21753: include/pa_stylesheet_connection.h, main/pa_charset.C,
21754: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21755: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21756: gnome
1.95 moko 21757:
21758: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21759: include/pa_globals.h, include/pa_stylesheet_connection.h,
21760: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21761: xslt generic error 1
21762:
21763: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21764: xml generic message 1
21765:
21766: * src/classes/table.C: ^table::load empty lines or #comments before
21767: headline
21768:
21769: * src/: include/pa_array.h, include/pa_globals.h,
21770: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21771: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21772: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21773: errors 0
21774:
21775: 2002-01-16 paf
21776:
21777: * src/: classes/hash.C, classes/op.C, classes/string.C,
21778: classes/table.C, classes/void.C, classes/xdoc.C,
21779: include/pa_db_connection.h, include/pa_request.h,
21780: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21781: include/pa_stylesheet_connection.h,
21782: include/pa_stylesheet_manager.h, main/pa_request.C,
21783: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21784: targets/cgi/pool_storage.h: auto closers to sql_connection,
21785: stylesheet_connection auto destroyers to remaining gnome objects
21786:
21787: * src/classes/xdoc.C: few comments
21788:
21789: 2002-01-15 paf
21790:
21791: * src/classes/xdoc.C: xdoc file save string
21792:
21793: ready. todo: error handling
21794:
21795: * src/classes/xdoc.C: xdoc save rewritten using
21796: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21797: result
21798:
21799: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21800: started output options parsing
21801:
21802: 2002-01-14 paf
21803:
21804: * src/classes/xdoc.C: method
21805:
21806: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21807: include/pa_pool.h, include/pa_stylesheet_connection.h,
21808: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21809: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21810: xslt transform0. TODO: use output options handle errors
21811:
21812: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21813:
21814: 2002-01-11 paf
21815:
21816: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21817: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21818: partial logical && || evaluation
21819:
21820: * src/classes/xnode.C: xpath selectNodes
21821:
21822: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21823: string/number/bool
21824:
21825: * src/classes/xnode.C: xpath selectNode 2
21826:
21827: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21828: xpath selectNode 1
21829:
21830: 2002-01-10 paf
21831:
21832: * src/classes/xnode.C: xpath selectNode -100 [just written]
21833:
21834: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21835: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21836: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21837: refcounter]
21838:
21839: 2001-12-29 paf
21840:
21841: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21842: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21843: glib works 0
21844:
21845: 2001-12-28 paf
21846:
21847: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21848: main/pa_exception.C: started glib transcoders
21849:
21850: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21851:
21852: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21853: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21854: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21855: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21856: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21857: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21858: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21859: libs just compiled in. no refcounting no xpath no xslt yet
21860:
21861: 2001-12-27 paf
21862:
21863: * src/: include/pa_charset.h, include/pa_common.h,
21864: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21865: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21866: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21867: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21868: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21869: from xalan&xerces, started the process. globals [initialization
21870: pool [charset update charset [transcodings vxnode vxdoc [DOM
21871: calls
21872:
21873: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21874: anymore
21875:
21876: 2001-12-26 paf
21877:
21878: * src/: include/pa_charset.h, include/pa_charsets.h,
21879: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21880: key globalized [bug]
21881:
21882: 2001-12-25 paf
21883:
21884: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21885: main/pa_string.C: table set & append changed splitting languages,
21886: separators now can be clean AND as-is same to mail command line
21887: $MAIN:MAIL.progX arguments
21888:
21889: 2001-12-24 paf
21890:
21891: * src/classes/mail.C: one parted text messages - no multipart
21892: mime-type anymore. for convinient if $.attach-ments
21893:
21894: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21895: main/pa_string.C: read from cache size check updated
21896:
21897: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21898:
21899: 2001-12-21 paf
21900:
21901: * src/classes/date.C: date:sql-string now returns localtime
21902:
21903: * src/main/pa_request.C: $result in @main actually not working, to
21904: hell with it for now
21905:
21906: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21907: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21908: @postprocess @exception
21909:
21910: * src/main/execute.C: junction evaluation canceled - endless
21911: recursion detected
21912:
21913: 2001-12-19 paf
21914:
21915: * src/main/pa_charset.C: charset->charset transcoding via unicode
21916: intermediate
21917:
21918: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21919:
21920: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21921:
21922: * src/classes/op.C: ^cache keypath now relative
21923:
21924: * src/classes/mail.C: changed weighting prior to sort
21925:
21926: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21927: were missing
21928:
21929: 2001-12-17 paf
21930:
21931: * src/main/pa_charset.C: ifndef XML were bad type
21932:
21933: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21934: outdated unset services_pool
21935:
21936: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21937: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21938: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21939:
21940: * src/main/untaint.C: allowed space in filespec
21941:
21942: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21943:
21944: * src/classes/image.C: no govno
21945:
21946: * src/classes/image.C: govno
21947:
21948: 2001-12-16 paf
21949:
21950: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21951:
21952: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21953: charset_connection&manager replaced by charset&charsets
21954:
21955: * src/main/pa_charset.C: name_cstr 0
21956:
21957: * src/main/untaint.C: uri lang now knows about client/source
21958: charsets
21959:
21960: * src/: classes/file.C, classes/math.C, classes/op.C,
21961: classes/string.C, classes/table.C, classes/xdoc.C,
21962: include/pa_array.h, include/pa_cache_managers.h,
21963: include/pa_charset_connection.h, include/pa_charset_manager.h,
21964: include/pa_common.h, include/pa_db_connection.h,
21965: include/pa_db_manager.h, include/pa_db_table.h,
21966: include/pa_dictionary.h, include/pa_exception.h,
21967: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21968: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21969: include/pa_sapi.h, include/pa_socks.h,
21970: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21971: include/pa_string.h, include/pa_stylesheet_connection.h,
21972: include/pa_stylesheet_manager.h, include/pa_table.h,
21973: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21974: main/pa_charset.C, main/pa_charset_connection.C,
21975: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21976: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21977: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21978: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21979: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21980: types/types.dsp: introducing Charset
21981:
21982: 2001-12-14 paf
21983:
21984: * src/: include/pa_request.h, include/pa_transcoder.h,
21985: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21986: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21987: uri lang
21988:
21989: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21990:
21991: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21992:
21993: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21994: defalts_name global
21995:
21996: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21997: include/pa_request.h, main/main.dsp,
21998: main/pa_charset_connection.C, main/pa_charset_manager.C,
21999: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
22000: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
22001: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
22002: changed charset model. now important: $request:charset
22003: $response:charset while $response:content-type.charset become
22004: unimportant [informational]
22005:
22006: 2001-12-13 paf
22007:
22008: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
22009:
22010: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
22011: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
22012: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
22013: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
22014: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
22015: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
22016:
22017: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
22018: auto_ptr part other way, because of stupid gcc 2.96
22019: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
22020: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
22021: FormatterListener] /usr/include/g++-3/memory:48:
22022: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
22023: _Tp1 = FormatterListener, _Tp = FormatterListener]
22024:
22025: * src/classes/xdoc.C: removed extra inc
22026:
22027: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
22028:
22029: * src/include/pa_types.h: msvc head debugging flag
22030:
22031: * src/classes/xdoc.C: freed up listener
22032:
22033: * src/classes/string.C: change msg '... code is not code'
22034:
22035: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
22036: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22037: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
22038: [past/future prob]
22039:
22040: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22041: include/pa_config_fixed.h, include/pa_db_manager.h,
22042: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22043: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
22044:
22045: * src/: include/pa_config_fixed.h, main/pa_common.C,
22046: main/pa_string.C: removed signed mismatch warnings
22047:
22048: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
22049: 'expires' from header outputs
22050:
22051: * src/main/pa_string.C: string::recustruct erroreusly used outdated
22052: row ptr
22053:
22054: * src/classes/file.C: file::cgi bug, request_method were passed to
22055: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
22056:
22057: * src/classes/xdoc.C: lang list updated
22058:
22059: 2001-12-10 paf
22060:
22061: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
22062:
22063: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
22064: erase files like that, knowing their full name introducing //
22065: theoretical problem with, for instance, "_2B" and "." fragments,
22066: // they would yield the same // because
22067: need_file_encode('_')=false // but we need to delete such files
22068: somehow, getting names from ^index
22069:
22070: * src/main/pa_string.C: ^string.replace bug fixed [bad
22071: string::join_chank break]
22072:
22073: 2001-12-07 paf
22074:
22075: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
22076: include/pa_common.h, include/pa_config_auto.h.in,
22077: include/pa_config_fixed.h, include/pa_config_includes.h,
22078: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
22079: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
22080: types/pa_vhashfile.C: merged from r14_simple_cache
22081:
22082: * src/main/pa_string.C: stupid sparc architecture failed to access
22083: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
22084: lduh [ %i2 + 1 ], %l0
22085:
22086: bus error, fixed that
22087:
22088: * src/main/pa_string.C: strange string deserialize bug on
22089: client[pmts], a bit shortened,
22090:
22091: * src/include/pa_config_auto.h.in: makes
22092:
22093: * src/: include/pa_common.h, include/pa_config_fixed.h,
22094: include/pa_config_includes.h, main/pa_common.C: exclusive lock
22095: file write shared lock file read
22096:
22097: * src/: classes/op.C, include/pa_common.h,
22098: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
22099:
22100: 2001-12-06 paf
22101:
22102: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22103: main/pa_request.C: #ifdef RESOURCES_DEBUG
22104:
22105: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
22106: info
22107:
22108: * src/classes/hashfile.C: removed transaction from ^cache
22109:
22110: 2001-12-05 paf
22111:
22112: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
22113: IIS5 there were a prob with illegal call check
22114:
22115: 2001-12-04 paf
22116:
22117: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22118: main/pa_request.C: measures to log
22119:
22120: 2001-11-23 paf
22121:
22122: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22123: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
22124: types/pa_vhashfile.C: merged from _0014, 1
22125:
22126: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22127: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
22128: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
22129: ^cache(33) would change
22130:
22131: 0660 bits in file_write & hashfile create
22132:
22133: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
22134: after pa_string optimization]
22135:
22136: 2001-11-22 paf
22137:
22138: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22139: table.offset[whence]
22140:
22141: * src/classes/op.C: process cstr(,connection)
22142:
22143: * src/classes/op.C: process now gets its body on current language,
22144: not as-is
22145:
22146: * src/main/untaint.C: ORIGINS mode removed UHTML
22147:
22148: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
22149: bit
22150:
1.116 moko 22151: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 22152:
22153: 2001-11-21 paf
22154:
22155: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
22156: <xsl:output output options made identical to xsl:output
22157: attributes exclusion: cdata-section-elements what xalan can do
22158: but that not used now: it can escape and remove CDATA sections
22159:
22160: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
22161: produced by xslt
22162:
22163: * src/targets/cgi/parser3.C: removed debug cgi||1
22164:
22165: * src/main/: pa_string.C, untaint.C: cached some string::size() es
22166:
22167: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
22168: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
22169: default language for {code}, it happen to change it's language
22170: from CLEAN, so later refused to split by CLEAN \t
22171:
22172: 2001-11-20 paf
22173:
1.116 moko 22174: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
22175: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 22176: bottom of dependeces, so that errors would popup quicklier, fixed
22177: line numbering in table::sql
22178:
22179: 2001-11-19 paf
22180:
22181: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
22182: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22183: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22184: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
22185: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
22186: at wcontext.write
22187:
1.116 moko 22188: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 22189: _set_new_handler
22190:
1.116 moko 22191: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
22192: set_new_handler in apache&isapi
1.95 moko 22193:
22194: 2001-11-16 paf
22195:
22196: * src/targets/cgi/parser3.C: pool debug @ die
22197:
22198: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
22199: removed 8 bytes from String, 2 bytes from
22200: string::chunk::row::item
22201:
22202: * src/main/pa_string.C: removed 1+4 bytes from String
22203:
22204: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22205: types/pa_vstring.C: removed 1+4 bytes from String
22206:
22207: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
22208: 0
22209:
22210: * src/: include/pa_globals.h, include/pa_string.h,
22211: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
22212: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
22213: targets/cgi/parser3.C: introducing estimating
22214: String::cstr_bufsize, 0
22215:
22216: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
22217:
22218: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
22219:
22220: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
22221: include/pa_pool.h: die in pool::fail
22222:
22223: 2001-11-15 paf
22224:
22225: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
22226: main/pa_exception.C, targets/cgi/parser3.C: exception with
22227: dynamic buffer re-back now with counter
22228:
22229: * src/: include/pa_exception.h, main/pa_exception.C: exception with
22230: static buffer back
22231:
22232: * src/targets/cgi/parser3.C: std::
22233:
22234: * src/: classes/classes.awk, include/pa_config_auto.h.in,
22235: include/pa_config_includes.h: setnewhandler check
22236:
1.116 moko 22237: * src/include/pa_config_auto.h.in: makes
1.95 moko 22238:
22239: * src/targets/cgi/parser3.C: set_new_handler started
22240:
22241: 2001-11-14 paf
22242:
22243: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22244: was wrong
22245:
22246: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22247: was wrong
22248:
22249: * src/main/pa_request.C: z
22250:
22251: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
22252: full returns win32 -1 solaris >buffer_size
22253:
22254: checked all that
22255:
22256: * src/classes/op.C: ^untaint{body} as-is default now
22257:
22258: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22259: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
22260: with no_bad_constructors_try
22261:
22262: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22263: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
22264: this: $bred[^string::length[]] $bred[^response::clear[]]
22265: $bred[^int::int[]]
22266:
22267: now VObject creation moved into overriden
22268: VClass::create_new_value, thus 0 from create_new_value means that
22269: class has no ctors
22270:
22271: 2001-11-13 paf
22272:
22273: * src/classes/classes.C: returned accedently removed if in foreach
22274: callbacks [when hash no-0-restructure]
22275:
22276: 2001-11-12 paf
22277:
22278: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
22279: passed as-is to method, xalan makes & into & itself
22280:
22281: * src/classes/date.C: date.roll parser2 alg used
22282:
22283: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
22284: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22285: main/pa_dictionary.C, main/pa_hash.C,
22286: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
22287: now does not containt 0 values. put 0 actullay removes. no check
22288: on 0 value in foreach now required
22289:
22290: 2001-11-11 paf
22291:
22292: * src/sql/pa_sql_driver.h: removed extra constructor, doc
22293:
22294: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
22295:
22296: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
22297: driver initialize not const
22298:
22299: 2001-11-10 paf
22300:
22301: * src/main/pa_exec.C: doc
22302:
22303: 2001-11-09 paf
22304:
22305: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
22306: param properly
22307:
22308: * src/classes/string.C: string.save now does untainting before
22309: saving
22310:
22311: * src/main/pa_common.C: line endings fixing fixed last piece[was
22312: still cstr oriented]
22313:
22314: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22315: line endings fixing got rid of cstr, now must work ok with post
22316: multipart
22317:
22318: * src/types/pa_vform.C: line endings fixed at post / multipart /
22319: not file also now
22320:
22321: 2001-11-08 paf
22322:
22323: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22324: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22325: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
22326: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
22327: main/pa_stylesheet_manager.C: restructured Cache manager to be
22328: simple parent, not second parent [gcc 2.96 strangly refused to
22329: call virtual from second parent]
22330:
1.116 moko 22331: * src/: include/pa_common.h, main/Makefile.am,
22332: targets/cgi/pa_pool.C: makes
1.95 moko 22333:
22334: * src/: include/pa_request.h, main/pa_request.C,
22335: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
22336: 'status' class enabler
22337:
22338: <Location /parser-status.html> ParserStatusAllowed </Location>
22339:
22340: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22341: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22342: include/pa_stylesheet_manager.h, main/main.dsp,
22343: main/pa_cache_managers.C, main/pa_charset_manager.C,
22344: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22345: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22346: types/pa_vstatus.h: cache_managers, maybe-expiring every request
22347: todo: apache 'status' class enabler
22348:
22349: 2001-11-05 paf
22350:
22351: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
22352: debug to normal
22353:
22354: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
22355: hence i removed skipping 0 values in hash::for_each-es we need to
22356: check cleaned cache items manually. few more checks.
22357:
22358: expiring to 0 time was wrong, changed to 'now' time
22359:
22360: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22361: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22362: on apache already done :)
22363:
22364: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22365: skipping 0 values in hash::for_each-es we need to check cleaned
22366: cache items manually
22367:
22368: * src/main/: pa_db_connection.C, pa_db_table.C:
22369: parser_multithreaded check was wrong
22370:
22371: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22372: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22373: classes/hashfile.C, classes/image.C, classes/int.C,
22374: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22375: classes/string.C, classes/table.C, classes/void.C,
22376: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22377: include/pa_array.h, include/pa_charset_connection.h,
22378: include/pa_charset_manager.h, include/pa_common.h,
22379: include/pa_config_fixed.h, include/pa_config_includes.h,
22380: include/pa_db_connection.h, include/pa_db_manager.h,
22381: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22382: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22383: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22384: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22385: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22386: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22387: include/pa_stack.h, include/pa_string.h,
22388: include/pa_stylesheet_connection.h,
22389: include/pa_stylesheet_manager.h, include/pa_table.h,
22390: include/pa_threads.h, include/pa_types.h, main/compile.C,
22391: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22392: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22393: main/pa_charset_manager.C, main/pa_common.C,
22394: main/pa_db_connection.C, main/pa_db_manager.C,
22395: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22396: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22397: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22398: main/pa_socks.C, main/pa_sql_driver_manager.C,
22399: main/pa_status_provider.C, main/pa_string.C,
22400: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22401: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22402: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22403: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22404: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22405: targets/isapi/pool_storage.h, types/pa_valiased.C,
22406: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22407: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22408: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22409: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22410: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22411: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22412: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22413: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22414: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22415: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22416: types/pa_vstateless_object.h, types/pa_vstatus.h,
22417: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22418: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22419: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22420: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22421: $status:db fixed used not initialized in db_connection & db_table
22422:
22423: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22424: $status:charset
22425:
22426: * src/: classes/xdoc.C, include/pa_db_connection.h,
22427: include/pa_stylesheet_connection.h,
22428: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22429: types/pa_vstatus.h: $status:stylesheet
22430:
22431: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22432: include/pa_request.h, include/pa_sql_connection.h,
22433: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22434: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22435: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22436: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22437: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22438: types/pa_vxnode.C, types/types.dsp: started status parser class
22439:
22440: 2001-11-01 paf
22441:
22442: * src/include/pa_config_auto.h.in: makes
22443:
22444: * src/main/pa_hash.C: removed old extra include
22445:
22446: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22447: checks [for hp, there are such in math.h]
22448:
22449: * src/classes/op.C: ^for endless loop check strightened
22450:
22451: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22452: behavior in native calls. it left unchanged, so ^for ^foreach &
22453: co can use r.root to write their i & key,value there
22454:
22455: * src/classes/op.C: detected for var storage bug, fixed.
22456: todo:foreach
22457:
22458: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22459: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22460: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22461: changing of hash inside of foreach
22462:
22463: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22464: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22465: were hash.foreach
22466:
22467: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22468: types/pa_vstring.C, types/pa_vstring.h:
22469: ^foreach[key|value]{body}[[separator]|{separator}]
22470:
22471: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22472: types/pa_vcookie.C: ^hash.delete[key]
22473:
22474: 2001-10-31 paf
22475:
22476: * src/main/: compile.C, pa_common.C: completely empty file now
22477: considered "read", not ignored [not perfect trick used]
22478:
22479: * src/main/pa_common.C: simplier common ifdefs
22480:
22481: * src/main/pa_common.C: typing bug in common - bad ifdeff
22482:
22483: * src/main/pa_db_connection.C: z
22484:
22485: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22486: lockdetector flags
22487: dbenv.lk_detect=DB_LOCK_RANDOM;
22488:
22489: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22490: from accidental show [imagine user forgot @exception]
22491:
22492: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22493:
22494: * src/: classes/file.C, classes/image.C, classes/mail.C,
22495: classes/string.C, classes/xnode.C, include/pa_common.h,
22496: main/pa_common.C: ^string.save[[append;]path]
22497:
22498: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22499: main/execute.C: \ in expression: int divide 10/3=3
22500:
22501: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22502: inside of ^cache
22503:
22504: * src/: include/pa_threads.h, main/pa_db_connection.C,
22505: main/pa_db_table.C, targets/cgi/pa_threads.C,
22506: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22507: needed
22508:
22509: 2001-10-30 paf
22510:
22511: * src/: classes/classes.dsp, main/main.dsp,
22512: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22513: types/types.dsp: enabled debug incremental compile
22514:
22515: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22516: form post data line endings not reformatted now.
22517:
22518: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22519: now required [had bug when file= has no value]
22520:
22521: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22522: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22523: cstr(asis) default param removed
22524:
22525: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22526:
22527: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22528:
22529: * src/include/pa_dir.h: LOAD_DIR fixed
22530:
22531: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22532: was broken} fix_line_breaks
22533:
22534: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22535: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22536: packed with #pragma pack
22537:
1.116 moko 22538: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22539:
22540: 2001-10-29 paf
22541:
22542: * src/types/pa_wcontext.h: bitfield syntax stricter
22543:
22544: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22545: string hash.puts
22546:
22547: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22548:
22549: * src/include/pa_sql_connection.h: there were one wrong
22550: SQL_CONNECTION_FUNC_GUARDED [failed]
22551:
22552: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22553: param.someday either ifdef or remove it
22554:
22555: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22556:
22557: * src/main/untaint.C: optimizing returned after debugging
22558:
22559: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22560: main/untaint.C: memory hunging #pragma pack(1)
22561:
22562: 16 419 844 13 169 394
22563:
22564: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22565: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22566: places [todo:Array]
22567:
22568: * src/: main/execute.C, targets/cgi/pa_pool.C,
22569: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22570: types/pa_wwrapper.h: debugging memory WContext flags to bits
22571:
22572: total 5 652 652/158731 total 5 469 332/158731
22573:
22574: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22575: Array:: without cache in get/put now
22576:
22577: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22578: 18:25:27 2001] total 5 652 652/158731
22579:
22580: * src/: include/pa_string.h, main/pa_string.C,
22581: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22582: now
22583:
22584: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22585: 18:11:53 2001] total 5796092/158731
22586:
22587: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22588: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22589: key ref now
22590:
22591: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22592: 17:11:17 2001] total 16867948/202658
22593:
22594: * src/: classes/file.C, classes/image.C, classes/string.C,
22595: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22596: main/execute.C, main/pa_array.C, main/pa_common.C,
22597: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22598: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22599: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22600: string::as_int/double now usually uses stack, not heap [200K out
22601: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22602:
22603: * src/main/pa_sql_driver_manager.C: ping to have services [old
22604: hiding bug]
22605:
22606: * src/Makefile.am: .am order
22607:
22608: * src/: include/pa_array.h, include/pa_charset_manager.h,
22609: include/pa_db_connection.h, include/pa_db_manager.h,
22610: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22611: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22612: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22613: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22614: required "friend class"
22615:
22616: ../include/pa_request.h:51: friend declaration requires
22617: class-key, i.e. `friend class Temp_lang'
22618:
22619: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22620: main/pa_exception.C, main/pa_sql_driver_manager.C,
22621: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22622:
22623: the idea is to #1 jump to C++ some function to main body, where
22624: every function stack frame has exception unwind information and
22625: from there... #2 propagate_exception()
22626:
22627: 2001-10-28 paf
22628:
22629: * src/main/pa_db_connection.C: removed old consts
22630:
22631: * src/main/pa_db_connection.C: expire table [was accidently pasted
22632: with wrong type/cast]
22633:
22634: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22635: translation
22636:
1.116 moko 22637: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22638: remember to build DB2 with -fexceptions!!!
22639:
22640: * src/main/pa_db_table.C: DB_RMW defed
22641:
22642: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22643: include/pa_db_connection.h, include/pa_db_manager.h,
22644: include/pa_db_table.h, main/pa_db_connection.C,
22645: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22646:
22647: 2001-10-27 paf
22648:
22649: * src/: classes/hashfile.C, include/pa_db_connection.h,
22650: include/pa_db_table.h, main/pa_db_connection.C,
22651: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22652: types/pa_vhashfile.C: DB2 ifdefs
22653:
1.116 moko 22654: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22655: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22656: makes with DB2
22657:
1.116 moko 22658: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22659: types/Makefile.am: makes db
1.95 moko 22660:
22661: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22662: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22663: globals.C
22664:
22665: * src/: classes/hashfile.C, include/pa_db_connection.h,
22666: include/pa_db_table.h, main/pa_db_connection.C,
22667: main/pa_db_table.C: ^hashfile.clear[]
22668:
22669: * src/classes/classes.awk: no $ in var names
22670:
22671: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22672: connection&table [forgotten calls]
22673:
22674: 2001-10-26 paf
22675:
22676: * src/main/pa_db_connection.C: db checkpoints
22677:
22678: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22679: checkpoints
22680:
22681: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22682: default. but entities still reparsed. todo: tothink
22683:
22684: * src/main/pa_db_connection.C: db recover mech 2
22685:
22686: * src/: classes/hashfile.C, include/pa_db_connection.h,
22687: include/pa_db_manager.h, include/pa_db_table.h,
22688: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22689: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22690: types/pa_vhashfile.h: db connections & tables now cached at
22691: create time & multithreaded
22692:
22693: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22694: parsed_source
22695:
22696: * src/main/pa_db_connection.C: about to remove connection from
22697: vhashfile
22698:
22699: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22700: transaction commit/rollback responsibility left to parent [as it
22701: sould - else there were a bug with double free]
22702:
22703: * src/include/pa_db_table.h: db: child transaction commit/rollback
22704: responsibility left to parent [as it sould - else there were a
22705: bug with double free]
22706:
22707: 2001-10-25 paf
22708:
22709: * src/: classes/hashfile.C, include/pa_common.h,
22710: include/pa_db_connection.h, include/pa_db_manager.h,
22711: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22712: types/pa_vhashfile.C, types/pa_vhashfile.h,
22713: include/pa_db_table.h, main/pa_db_table.C: started db_home
22714: [multiple, cached] todo: autorecover [tried, but not succeded,
22715: yet]
22716:
22717: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22718:
22719: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22720: transaction parent passed
22721:
22722: 2001-10-24 parser
22723:
1.116 moko 22724: * src/classes/Makefile.am: makes
1.95 moko 22725:
22726: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22727: isapi/pool_storage.h: pool_storage fixed
22728:
22729: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22730: types/pa_vform.h: form fix_line_breaks
22731:
1.116 moko 22732: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22733:
22734: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22735: targets/cgi/pool_storage.h: makes
22736:
22737: * src/sql/pa_sql_driver.h: version
22738:
22739: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22740: types/pa_vform.C, types/pa_vform.h: .am
22741:
22742: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22743: this: DB_RMW Acquire write locks instead of read locks when doing
22744: the retrieval. Setting this flag may decrease the likelihood of
22745: deadlock during a read-modify-write cycle by immediately
22746: acquiring the write lock during the read part of the cycle so
22747: that another thread of control acquiring a read lock for the same
22748: item, in its own read-modify-write cycle, will not result in
22749: deadlock
22750:
22751: * src/targets/isapi/parser3isapi.dsp: doc
22752:
22753: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22754:
22755: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22756:
22757: * src/: classes/hashfile.C, include/pa_db_connection.h,
22758: main/pa_db_connection.C: hashfile expired deleted from db when
22759: get & iterate
22760:
22761: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22762: expiring 1
22763:
22764: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22765:
22766: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22767: db_connection not bothers with key when not returning expired
22768: data
22769:
22770: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22771: types/pa_vhashfile.C: db_cursor constructor public now
22772:
22773: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22774: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22775: stamped, todo: put_element analize
22776:
22777: * src/: include/pa_db_connection.h, include/pa_string.h,
22778: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22779: serialize. todo stamp
22780:
22781: 2001-10-23 parser
22782:
22783: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22784: classes/image.C, classes/mail.C, classes/response.C,
22785: classes/string.C, classes/table.C, classes/xdoc.C,
22786: include/pa_config_fixed.h, include/pa_db_connection.h,
22787: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22788: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22789: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22790: types/pa_vtable.C: ^hashfile.hash[]
22791:
22792: * src/: classes/hashfile.C, classes/xdoc.C,
22793: include/pa_config_fixed.h, main/pa_db_manager.C,
22794: main/pa_globals.C: ifdefs so it compiled without db
22795:
22796: * src/: classes/hashfile.C, include/pa_db_connection.h,
22797: include/pa_db_manager.h, main/pa_db_connection.C,
22798: main/pa_db_manager.C, types/pa_vhashfile.h:
22799: ^hashfile.transaction{code} ^hashfile:clear[filename]
22800: ^hashfile.delete[key]
22801:
22802: 2001-10-22 parser
22803:
22804: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22805: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22806:
22807: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22808: classes/xnode.C, include/pa_charset_connection.h,
22809: include/pa_db_connection.h, include/pa_db_manager.h,
22810: include/pa_exception.h, include/pa_sapi.h,
22811: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22812: include/pa_stylesheet_connection.h,
22813: include/pa_stylesheet_manager.h,
22814: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22815: main/pa_db_connection.C, main/pa_db_manager.C,
22816: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22817: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22818: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22819: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22820: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22821: types/types.dsp: hashfile 0
22822:
22823: * src/types/pa_vhashfile.C: z
22824:
22825: * src/: classes/classes.dsp, classes/hashfile.C,
22826: include/pa_config_fixed.h, main/execute.C,
22827: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22828: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22829:
22830: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22831:
22832: * src/: include/pa_exception.h, include/pa_request.h,
22833: main/execute.C, main/pa_exception.C, main/pa_request.C,
22834: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22835: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22836:
22837: 2001-10-19 parser
22838:
22839: * src/include/pa_pool.h: header
22840:
22841: * src/main/pa_pool.C: auto compiled on gcc
22842:
22843: * src/classes/image.C: comment
22844:
1.116 moko 22845: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22846:
22847: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22848: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22849: types/pa_vxnode.h: xnode clone got freed
22850:
22851: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22852: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22853: can free up xalandomstring resulting from pool::transcode
22854:
22855: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22856: include/pa_config_fixed.h, include/pa_exception.h,
22857: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22858: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22859: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22860: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22861: from non-xml compile
22862:
22863: * src/main/pa_request.C: pool:: context - get_context
22864:
22865: * src/: classes/classes.h, classes/date.C, classes/double.C,
22866: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22867: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22868: classes/string.C, classes/table.C, classes/void.C,
22869: include/pa_config_fixed.h, include/pa_exception.h,
22870: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22871: main/compile.C, main/compile_tools.C, main/execute.C,
22872: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22873: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22874: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22875: main/pa_string.C, main/pa_table.C, main/untaint.C,
22876: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22877: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22878: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22879: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22880: types/pa_vstateless_class.h, types/pa_vtable.C,
22881: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22882: exceptions 0
22883:
22884: * src/classes/classes.awk: $ removed
22885:
22886: 2001-10-18 parser
22887:
22888: * src/types/pa_vcookie.C: cookie:CLASS
22889:
22890: * src/main/main.dsp: project
22891:
22892: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22893: set_document & ctor question "who owns document" solved
22894:
22895: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22896:
22897: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22898: main/pa_pool.C: encoding in dom creating funcs
22899:
22900: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22901: be transformed now
22902:
22903: * src/classes/xdoc.C: dom created by create can be transformed now
22904:
22905: * src/classes/xdoc.C: z
22906:
22907: * src/classes/xdoc.C: comment
22908:
22909: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22910: create now uses XercesDocumentBridge, appendChild&co now works
22911:
22912: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22913: @ recompile
22914:
22915: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22916: $origin @exception[
22917:
22918: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22919: tag names forced to XML lang
22920:
22921: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22922: leechy-found bugs in code&doc fixed
22923:
22924: 2001-10-17 parser
22925:
22926: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22927: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22928: n functionality preserved
22929:
22930: * src/types/pa_vimage.h: removed unused vimage::save
22931:
22932: 2001-10-16 parser
22933:
22934: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22935:
22936: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22937:
22938: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22939:
22940: * src/classes/image.C: image.copy tolerance
22941:
22942: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22943: ineffective, but works for small paleted image
22944:
22945: * src/types/pa_vimage.C: comment
22946:
22947: * src/classes/image.C: gd size/resize bugfix
22948:
22949: * src/: classes/classes.dsp, main/main.dsp,
22950: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22951: types/types.dsp: ident >nul 2>&1
22952:
22953: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22954: systems
22955:
22956: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22957: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22958:
22959: 2001-10-15 parser
22960:
22961: * src/main/execute.C: z
22962:
22963: * src/classes/: xdoc.C: !::create{qualifiedName}
22964:
22965: * src/types/pa_vxnode.C: document_type_node.
22966: !readonly attribute DOMString name
22967: !notation_node.
22968: !readonly attribute DOMString publicId
22969: !readonly attribute DOMString systemId
22970:
1.116 moko 22971: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22972: ::write badly passed string too transparently [failed to
22973: intercept it]
1.95 moko 22974:
22975: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22976: include/pa_request.h, main/pa_sql_driver_manager.C,
22977: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22978: types/pa_vxnode.h: DOM1 major addtion, only few
22979: attributes/methods left
22980:
22981: 2001-10-13 parser
22982:
22983: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22984: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22985: in main handler
22986:
22987: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22988: cleanups & frees order
22989:
22990: * src/types/pa_vcode_frame.h: couple comments
22991:
22992: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22993: transparent enough to handle hash if creation&passing
22994:
22995: * src/: include/pa_config_fixed.h, main/execute.C,
22996: main/pa_exception.C: noticed that vcodeframe not transparent
22997: enough, would change now
22998:
22999: 2001-10-12 parser
23000:
23001: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
23002: fixed. initialization&free on each thread!
23003:
23004: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
23005: handling changed: now type of default param analized always, not
23006: only at problem time, thus helping early problem spotting
23007:
23008: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
23009: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
23010: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
23011: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
23012: multithread bug fixed. initialization&free on each thread!
23013:
23014: 2001-10-11 parser
23015:
23016: * src/classes/xnode.C: xnode.selectSingle now
23017:
23018: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
23019: include/pa_pool.h, include/pa_stylesheet_connection.h,
23020: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
23021: convertors out of Pool into Exception
23022:
23023: * src/main/pa_string.C: const
23024:
23025: * src/: include/pa_string.h, main/pa_string.C: restructured string:
23026: linked pieces of same language together prior to String::replace
23027:
23028: * src/classes/hash.C: !^hash.add[addme]
23029: !^hash.sub[subme]
23030: !^a.union[b] = new
23031: !^a.intersection[b] = new
23032: !^a.intersects[b] = bool
23033:
23034: * src/classes/hash.C: !^hash::append[append_from]
23035:
23036: * src/: classes/hash.C, types/pa_vhash.h:
23037: !^hash::create[[copy_from]]
23038:
23039: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23040: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
23041: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
23042: fixed. got rid of empty_string, which caused errors - it hasnt
23043: exception but somebody[value.bark] tried to throw it on it's pool
23044:
1.116 moko 23045: * src/include/pa_config_auto.h.in: makes
1.95 moko 23046:
23047: 2001-10-10 parser
23048:
23049: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
23050:
23051: * src/main/: compile.tab.C, compile.y: ^a[
23052:
23053: @next_method << now unclosed ] would be reported here
23054:
23055: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
23056: compile error
23057:
23058: 2001-10-09 parser
23059:
1.116 moko 23060: * src/: classes/Makefile.am, main/Makefile.am,
23061: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 23062:
23063: * src/classes/Makefile.am: makes
23064:
23065: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
23066: win32 errors intercepted [xalan transformer patched and
23067: incorporated]
23068:
23069: * src/: classes/classes.dsp, classes/xdoc.C,
23070: include/pa_stylesheet_connection.h, main/main.dsp,
23071: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23072: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
23073: patches starting
23074:
23075: * src/classes/: string.C, table.C: ^string.save[file]
23076:
23077: * src/classes/: date.C, table.C: calendar moved to date
23078:
23079: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
23080: string/table] now
23081:
23082: * src/classes/: op.C, table.C: z
23083:
23084: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
23085: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
23086: types/pa_vxnode.h: table:menu & op for delims made allowed not to
23087: be code [be string..]
23088:
23089: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
23090: table.C: lots of
23091: params->as_int/double/as_string/as_junction/as_no_junction
23092: messages added
23093:
23094: 2001-10-08 parser
23095:
23096: * src/: classes/date.C, classes/image.C, classes/string.C,
23097: classes/table.C, classes/void.C, include/pa_request.h:
23098: params->as_int/double message added
23099:
23100: * src/classes/image.C: image:circle [and round arc] uses Bresenham
23101:
23102: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
23103: image:sector removed image:html internal "line-*" attribs
23104:
23105: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
23106: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
23107:
23108: * src/types/pa_vcookie.C: removing cookie made more netscape-like
23109: way
23110:
23111: * src/: classes/file.C, classes/form.C, main/pa_common.C,
23112: main/untaint.C: header untainting to UL_HTTP_HEADER,
23113: UL_MAIL_HEADER made nonforced [only tainted pieces]
23114:
23115: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
23116: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
23117: @ SAPI::log
23118:
23119: * src/main/untaint.C: \r to ' ' in origins mode
23120:
23121: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
23122: set]
23123:
23124: * src/: classes/xdoc.C, include/pa_config_fixed.h,
23125: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
23126: nonstandard liaison freed up
23127:
23128: 2001-10-07 parser
23129:
23130: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
23131: project
23132:
23133: 2001-10-05 parser
23134:
23135: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
23136: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
23137: from outputing to cerr. lots of "todos"
23138:
23139: * src/main/untaint.C: http_header tainting more gentle with
23140: enquoting now
23141:
23142: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
23143: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
23144: xml errorhandler. fixed string.replace a little, read @test
23145:
23146: * src/main/pa_string.C: found replace bug - first_that_starts(char
23147: *) does not have limit, and looks further eos, fixing....
23148:
23149: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
23150:
23151: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
23152:
23153: * src/main/: pa_charset_connection.C: ctype another mem clear
23154: bugfix
23155:
1.116 moko 23156: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
23157: $result[^[$p^]z] now works fine
1.95 moko 23158:
23159: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
23160: wrong. fixed it
23161:
23162: * src/main/pa_charset_connection.C: unicode zero pair at the beging
23163: of totable appered to be vital
23164:
23165: 2001-10-04 parser
23166:
23167: * src/classes/image.C: ^image.length[text]
23168:
23169: 2001-10-03 parser
23170:
23171: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
23172:
23173: * src/main/pa_request.C: restored pcre defaulting in request
23174: [mindlessly "optimized" yesterday] comment left
23175:
23176: 2001-10-02 parser
23177:
23178: * src/: main/pa_charset_manager.C,
23179: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
23180: needed
23181:
23182: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
23183: forgot non-xml pool.*charset needed
23184:
23185: * src/classes/table.C: # config comments fixed
23186:
23187: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
23188: charset_connection #comment now
23189:
23190: * src/: classes/classes.dsp, types/types.dsp: release projects
23191: options fixed to use release msvcrt lib
23192:
23193: * src/main/pa_charset_connection.C: pcre tables now const inside
23194: removed default - pcre handles that internally fixed bug on
23195: not-cleaning tables [previously was calloced, now member]
23196:
23197: * src/: include/pa_request.h, main/pa_charset_connection.C,
23198: main/pa_request.C, types/pa_vstring.h: pcre tables now const
23199: inside removed default - pcre handles that internally fixed bug
23200: on not-cleaning tables [previously was calloced, now member]
23201:
23202: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
23203: tested charset reload on file change @ apache version = OK tested
23204: freeing up prev encoding on adding new = OK
23205:
23206: 2001-10-01 parser
23207:
23208: * src/main/pa_charset_connection.C: removed entitify external hack
23209: [internal installed]
23210:
1.116 moko 23211: * src/main/Makefile.am: makes+removed dtd
1.95 moko 23212:
23213: * src/: include/pa_charset_connection.h,
23214: include/pa_charset_manager.h,
23215: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23216: main/pa_charset_connection.C, main/pa_charset_manager.C,
23217: main/pa_request.C: charset loading & caching mech 0
23218:
23219: * src/: include/pa_stylesheet_connection.h,
23220: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23221: main/pa_globals.C, main/pa_request.C: would make charset loading
23222: & caching mech now
23223:
23224: 2001-09-30 parser
23225:
23226: * src/main/pa_request.C: forgot to fill toTable
23227:
23228: * src/: include/pa_config_fixed.h, main/pa_request.C: started
23229: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
23230: failed on win32 for now..
23231:
23232: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23233: now charsets table configuration variable is: CHARSETS
23234:
23235: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
23236: ctype with unicode 1. todo: no П entities on output somehow
23237:
23238: * src/: classes/file.C, classes/op.C, classes/string.C,
23239: include/pa_request.h, main/pa_request.C: started ctype with
23240: unicode values
23241:
23242: 2001-09-28 parser
23243:
23244: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
23245: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
23246: string passed AS-IS now
23247:
23248: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
23249: way of user-configuring... todo: implement
23250:
23251: 2001-09-27 parser
23252:
23253: * src/classes/table.C: table.sort changed to sort table itself
23254:
23255: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
23256: X^.getElementsByTagName[tagname] = array of xnode
23257: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
23258: nodes removed - regretfully not supported @ xalan. maybe someday
23259: would reimplement, if needed.
23260:
23261: win32build system: solved long waiting anti-non-started-apache
23262: problem
23263:
23264: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
23265: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
23266: types/types.dsp: win32 ident make system so not to rebuild
23267: library [ident.C.new]
23268:
23269: 2001-09-26 parser
23270:
23271: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
23272: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
23273: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23274: types/pa_vxnode.C, types/types.dsp: z
23275:
23276: * src/classes/classes.C: forgot one non-xml check
23277:
1.116 moko 23278: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23279: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 23280:
23281: * src/targets/cgi/parser3.C: z
23282:
23283: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
23284: targets/isapi/parser3isapi.C: #ifdef SMTP
23285:
23286: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
23287: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
23288: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
23289: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
23290: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
23291: types/types.dsp: xdoc&xnode now
23292:
23293: * src/: classes/classes.C, classes/classes.awk,
23294: classes/classes.dsp, classes/classes.h, classes/date.C,
23295: classes/dnode.C, classes/dnode.h, classes/dom.C,
23296: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
23297: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
23298: classes/op.C, classes/response.C, classes/string.C,
23299: classes/table.C, classes/void.C, include/pa_array.h,
23300: include/pa_common.h, include/pa_config_fixed.h,
23301: include/pa_config_includes.h, include/pa_dictionary.h,
23302: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
23303: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23304: include/pa_socks.h, include/pa_sql_connection.h,
23305: include/pa_sql_driver_manager.h, include/pa_stack.h,
23306: include/pa_string.h, include/pa_stylesheet_connection.h,
23307: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23308: include/pa_xslt_stylesheet_manager.h, main/compile.C,
23309: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23310: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
23311: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
23312: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
23313: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
23314: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23315: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
23316: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
23317: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
23318: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
23319: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
23320: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
23321: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
23322: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23323: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
23324: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
23325: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
23326: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
23327: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
23328: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
23329: types/pa_vmethod_frame.h, types/pa_vobject.h,
23330: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
23331: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23332: types/pa_vstateless_object.h, types/pa_vstring.C,
23333: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
23334: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
23335: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
23336: main.dsp splitted to main+classes+types along to .am
23337:
23338: * src/classes/Makefile.am: removed useless var
23339:
23340: * src/: classes/classes.cmd, main/main.dsp,
23341: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
23342: main.dsp
23343:
23344: 2001-09-25 parser
23345:
23346: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
23347: 1251 though, todo ICU
23348:
1.116 moko 23349: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 23350: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 23351: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
23352: types/pa_vdom.h: xml configure makes
1.95 moko 23353:
23354: 2001-09-24 parser
23355:
1.116 moko 23356: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23357: types/Makefile.am: makes
1.95 moko 23358:
1.116 moko 23359: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23360:
23361: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23362: started unix makes update
23363:
23364: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23365: started unix makes update
23366:
23367: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23368:
23369: * src/types/pa_value.h: z
23370:
23371: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23372: bugs with usinge hash/table in expressions
23373:
23374: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23375: resolved conflicts fixed [const]
23376:
23377: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23378: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23379: main/compile.C, main/compile.tab.C, main/compile.y,
23380: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23381: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23382: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23383: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23384: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23385: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23386: with before_xml [merge2 actually didn't happen - i've created
23387: tags on wrong branch. so this merge is in fact re-merge]
23388:
23389: 2001-09-21 parser
23390:
23391: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23392: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23393: produced "" in make file and sadly wrong interpreted on load]
23394:
1.116 moko 23395: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23396: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23397: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23398: include/pa_sql_driver_manager.h, include/pa_string.h,
23399: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23400: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23401: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23402:
23403: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23404: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23405: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23406: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23407: main/pa_pool.C, main/pa_request.C,
23408: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23409: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23410: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23411: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23412: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23413: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23414: types/pa_vrequest.C, types/pa_vresponse.h,
23415: types/pa_vstateless_class.C, types/pa_vstring.C,
23416: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23417: created new projects for sql drivers [planning to remove sql
23418: drivers from main cvs project] first, will join latest changes
23419:
23420: * src/classes/: dom.C: defaulted dom writing methods encoding to
23421: pool.get_charset
23422:
23423: * src/classes/dom.C: defaulted dom writing methods encoding to
23424: pool.get_charset
23425:
23426: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23427: pool.get_charset
23428:
23429: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23430: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23431: methods encoding to pool.get_charset
23432:
23433: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23434: transcoder were created right "unsupported encoding" message.
23435: not @ set time, but @ use time, so until xml output functions
23436: .string, .file, .save used - no encoding name check occur
23437:
23438: reduced transcode buffer size to 60 fixed pool cleanup - no
23439: registration needed, pools are officially destructured
23440:
23441: 2001-09-20 parser
23442:
23443: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23444:
23445: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23446: $MAIN:DEFAULTS.content-type[$.charset[here]]
23447:
23448: * src/: classes/dnode.C, classes/dom.C,
23449: include/pa_config_includes.h, include/pa_globals.h,
23450: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23451: main/pa_pool.C, targets/cgi/parser3.dsp,
23452: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23453: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23454: Pool::transcode 0
23455:
23456: * src/classes/dom.C: dom. string save file moved output xml options
23457: to last param and made it optional
23458:
23459: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23460: dnodes
23461: !$attributenode.specified = boolean
23462: true if the attribute received its value explicitly
23463: in the XML document,
23464: or if a value was assigned programatically with the
23465: setValue function.
23466: false if the attribute value came from the default value
23467: declared in the document's DTD.
23468: !$pinode.target = target of this processing instruction
23469: XML defines this as being the first token following the
23470: markup
23471: that begins the processing instruction.
23472: XPath:
23473: !^node.select[xpath/query/expression] = hash of 0->node0
23474: 1->node1
23475: !^node.select-single[xpath/query/expression] = first node if
23476: any
23477:
23478: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23479: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23480: some 'const's added
23481:
23482: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23483: expression context now, there value = size and boolean value
23484: size!=0
23485:
23486: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23487: can be used in expression context now, there value = size and
23488: boolean value size!=0
23489:
23490: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23491: types/pa_vstring.h: dnode .file .string .save moved back to dom
23492: due to strange xalan bug
23493:
23494: 2001-09-18 parser
23495:
23496: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23497: classes/image.C, classes/op.C, classes/table.C,
23498: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23499: include/pa_sql_driver_manager.h, main/compile.C,
23500: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23501: main/execute.C, main/pa_common.C, main/pa_request.C,
23502: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23503: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23504: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23505: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23506: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23507: before_xml branch ^if(def $hash) now true only when
23508: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23509:
23510: * src/: classes/op.C, main/execute.C: operators self changed to
23511: root ^for variable context changed to self
23512:
23513: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23514: dnode 1
23515:
23516: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23517: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23518:
23519: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23520: poly* fixed
23521:
23522: 2001-09-17 parser
23523:
23524: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23525: types/pa_vdom.h: started dnode+dom
23526:
23527: dnode DOM methods: $node.name $node.value
23528: ...others...
23529:
23530: ^node.xpath[/rates/USD] = hash
23531: $hash[
23532: $.0[node0]
23533: $.1[node1]
23534: ]
23535:
23536: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23537: applies to all linear primitives
23538:
23539: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23540: include/pa_stylesheet_connection.h, main/main.dsp,
23541: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23542: types/pa_vimage.h: started dnode DOM: $node.name
23543: $node.value ...others... ^node.xpath[/rates/USD] = hash
23544: dom(dnode)
23545:
23546: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23547: main/compile.y, main/compile_tools.h, main/execute.C,
23548: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23549: in expression compound($aa.zz.xx) names now can have minus '-' in
23550: name after '.'
23551:
23552: 2001-09-15 parser
23553:
23554: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23555: image: $line-width ^line(...)[**** style]
23556:
23557: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23558: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23559: pool_storage - cleanups first, allocations second. apache wisely
23560: does just like that
23561:
23562: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23563: rewritten using template, no bugs now
23564:
23565: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23566: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23567: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23568: poorly started isapi pool_storage, would rewrite using template
23569: now
23570:
23571: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23572: include/pa_stylesheet_connection.h, main/main.dsp,
23573: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23574: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23575: xalan objects freed up [introducing Pool::register_cleanup]
23576:
23577: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23578: comments
23579:
23580: 2001-09-14 parser
23581:
23582: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23583: z
23584:
23585: * src/: classes/dom.C, classes/file.C, classes/image.C,
23586: classes/mail.C, include/pa_common.h,
23587: include/pa_sql_driver_manager.h, include/pa_string.h,
23588: include/pa_stylesheet_connection.h,
23589: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23590: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23591: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23592: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23593: compiled&cached
23594:
23595: 2001-09-13 parser
23596:
23597: * src/: classes/dom.C, classes/file.C, classes/image.C,
23598: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23599:
23600: * src/classes/dom.C: dom:file content-type(.method)
23601:
23602: * src/: include/pa_common.h, include/pa_globals.h,
23603: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23604: string now more informative error messages
23605:
23606: * src/: include/pa_globals.h, include/pa_request.h,
23607: main/pa_request.C, targets/cgi/parser3.C,
23608: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23609: ParserSiteConfig .../parser3.conf
23610:
23611: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23612:
23613: 2001-09-12 parser
23614:
23615: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23616: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23617: precise error reporting: "connection string must start with
23618: protocol://" now
23619:
23620: * src/main/compile.tab.C: fixed - subname code parts actually []
23621: braced
23622:
23623: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23624: lexer on LS_USER level did [] matching without setting nestage,
23625: introduced special LS_NAME_SQUARE_PART state
23626:
23627: 2001-09-11 parser
23628:
23629: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23630: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23631: languages+=xml
23632:
23633: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23634:
23635: * src/classes/dom.C: ^dom:save/string/file[output options] output
23636: options: $.method[xml|html|text] detection fixed
23637:
23638: * src/types/pa_vdom.h: messages
23639:
23640: * src/classes/dom.C: ^dom:save/string/file[output options] output
23641: options: $.method[xml|html|text] detection fixed
23642:
23643: 2001-09-10 parser
23644:
23645: * src/classes/dom.C: ^dom:save/string/file[output options] output
23646: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23647:
23648: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23649: added]
23650:
23651: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23652: ^dom.xslt[stylesheet filename] 0
23653:
23654: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23655: ^dom.xslt[stylesheet filename] -1 doc is lying
23656:
23657: * src/classes/dom.C: ^dom.file[encoding] = file
23658:
23659: * src/classes/: dom.C: ^dom.string[encoding] 1
23660: ^dom.save[encoding;filename]
23661:
23662: * src/classes/dom.C: ^dom.string[] 0
23663:
23664: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23665:
23666: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23667: types/pa_vform.h: ^dom.save[b.xml] 0
23668:
23669: 2001-09-08 parser
23670:
23671: * src/types/pa_vform.C: $form:tables.name.field
23672:
23673: 2001-09-07 parser
23674:
23675: * src/classes/table.C: table:empty removed, superceded by ^if(def
23676: $table)...
23677:
23678: * src/targets/cgi/parser3.C: z
23679:
23680: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23681: from '' to int/double is 0]
23682:
23683: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23684: $table) is false when table is empty
23685:
23686: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23687: !$form:tables $atable[$form:tables.a]
23688: ^atable.menu{a=$atable.element}[,]
23689:
23690: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23691: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23692:
1.116 moko 23693: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23694: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23695: of dom
23696:
23697: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23698: types/pa_vform.C, types/pa_vform.h: z
23699:
23700: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23701: element [not last]
23702:
1.116 moko 23703: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23704: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23705:
23706: 2001-09-06 parser
23707:
23708: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23709: table with one column 'element' and two rows: 1 and 2
23710:
23711: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23712: table with one column 'element' and two rows: 1 and 2
23713:
23714: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23715: bad int/double conversions, and now $form:nonexistent.int(88)
23716: would return 88
23717:
23718: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23719: types/pa_vhash.h: now there's special hash key '_default'
23720: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23721: $._default[xx] ] $hash.c
23722:
23723: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23724: fixed [thanks, fif], ^; were treated there non-literally
23725:
23726: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23727: doxygen
23728:
23729: * src/: classes/image.C, classes/op.C, classes/string.C,
23730: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23731: types/pa_vtable.C: few #ifndef DOXYGEN
23732:
23733: 2001-09-05 parser
23734:
23735: * src/classes/: string.C, table.C: sql options can be void [same as
23736: image:html the other day]
23737:
23738: * src/targets/cgi/Makefile.am: .am undo
23739:
23740: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23741: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23742: macro expantion on param, simply qoutes whatever passed, undone
23743:
23744: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23745: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23746: STRINGIZE(name) #name invented
23747:
23748: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23749: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23750: MAIN_SQL_DRIVERS_NAME "drivers"
23751:
23752: moved to be availible to all users
23753:
23754: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23755: SQL_DRIVER_CREATE_FUNC_NAME
23756:
23757: * src/classes/mail.C: MAIN:MAIL check fixed
23758:
23759: 2001-09-04 parser
23760:
23761: * src/classes/image.C: image.html now can accept void params
23762:
23763: * src/targets/isapi/parser3isapi.C: z
23764:
23765: * src/targets/cgi/parser3.C: full_file_spec bug
23766:
23767: * src/targets/cgi/parser3.C: getenvcheck
23768:
23769: * src/targets/cgi/parser3.C: zz
23770:
23771: * src/targets/cgi/parser3.C: zzz
23772:
23773: * src/classes/date.C: date
23774:
23775: * src/classes/date.C: date:sql-string is now without ''
23776:
1.116 moko 23777: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23778: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23779: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23780:
1.116 moko 23781: * src/include/pa_config_auto.h.in: makes
1.95 moko 23782:
23783: 2001-09-03 parser
23784:
23785: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23786:
23787: 2001-09-01 parser
23788:
23789: * src/classes/image.C: letter_spacing
23790:
23791: * src/classes/image.C: image: font params changed
23792:
23793: * src/classes/image.C: image: as_int as_string used
23794:
23795: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23796: analized
23797:
23798: 2001-08-31 parser
23799:
23800: * src/targets/cgi/parser3.C: z
23801:
1.116 moko 23802: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23803: cygwin
1.95 moko 23804:
23805: * src/classes/void.C: void:int/double += (default)
23806:
23807: * src/classes/image.C: image:font added space param image:font
23808: changed charwidth alg, added kerning const[for now]
23809:
23810: * src/classes/: string.C, table.C: string:int/double (defaults)
23811:
23812: 2001-08-29 parser
23813:
23814: * src/main/pa_exception.C: exception redundant debug info
23815:
23816: 2001-08-28 parser
23817:
23818: * src/classes/image.C: image error msgs
23819:
23820: * src/classes/image.C: image: gifsize little endian
23821:
23822: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23823: doxygeneration
23824:
23825: * src/: classes/Makefile.am, main/Makefile.am,
23826: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23827:
23828: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23829: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23830:
23831: * src/main/compile.C: NO_STRING_ORIGIN check2
23832:
23833: * src/classes/table.C: NO_STRING_ORIGIN check
23834:
23835: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23836: storage class specifiers invalid in friend function declarations
23837:
23838: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23839: main/untaint.C, targets/cgi/parser3.C,
23840: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23841: case of limit
23842:
23843: * src/: classes/file.C, main/pa_common.C: file:move
23844: autocreate/remove dest/src dir
23845:
23846: * src/: classes/string.C, include/pa_dictionary.h,
23847: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23848: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23849: to directory constructor. string:replace
23850:
23851: 2001-08-27 parser
23852:
23853: * src/classes/image.C: fixed jpgsize alg
23854:
23855: * src/classes/image.C: fixed jpgsize alg
23856:
23857: * src/main/pa_exception.C: z
23858:
23859: * src/main/pa_common.C: removed debug info from pa_common
23860:
23861: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23862: [auto.p from current dir loading]
23863:
1.116 moko 23864: * src/: main/pa_common.C, main/pa_exception.C,
23865: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23866: for solaris -lsocket
1.95 moko 23867:
23868: 2001-08-24 parser
23869:
23870: * src/targets/cgi/parser3.C: not cgi extra \n 3
23871:
23872: * src/targets/cgi/parser3.C: not cgi extra \n 2
23873:
23874: * src/targets/cgi/parser3.C: not cgi extra \n
23875:
23876: * src/main/pa_sql_driver_manager.C: z
23877:
23878: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23879: sql* removed services from disconnect - cross-request ideological
23880: probs.
23881:
23882: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23883: cross-request ideological probs. oracle - fixed bug: cs
23884: allocated on request.pool and got freed before disconnect
23885:
23886: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23887: mallocs fixed
23888:
23889: 2001-08-23 parser
23890:
23891: * src/classes/file.C: minor bug in file:save fixed
23892:
23893: * src/main/pa_sql_driver_manager.C: oracle: dlink
23894:
23895: 2001-08-22 parser
23896:
23897: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23898: types/pa_vfile.h: file:load|save[text|binary;
23899:
23900: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23901:
23902: 2001-08-21 parser
23903:
23904: * src/classes/: file.C, table.C: ^file:list
23905:
23906: 2001-08-20 parser
23907:
23908: * src/: main/compile.tab.C, main/compile.y,
23909: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23910: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23911: recousively caused problems: inc incremeted 123 literal!! fixed
23912:
23913: 2001-08-10 parser
23914:
23915: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23916:
23917: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23918: added
23919:
23920: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23921: added
23922:
23923: * src/classes/table.C: table:sort restored [it was bad test :(]
23924:
23925: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23926: ''
23927:
23928: * src/main/: pa_request.C: wanted to make const int
23929: MAX_EXECUTE_SECONDS=1;
23930:
23931: but couldnt, set_callback_and_alarm appeared to be not exported
23932: :(
23933:
23934: * src/main/pa_string.C: string.match hanged on. there were a hang
23935: check but it weren't wise enough
23936:
23937: @parse[dateString][tmp]
23938: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23939: #end
23940:
23941: @main[] ^parse[2001-02-03]
23942:
23943: * src/classes/: table.C: table:sort now default desc
23944:
23945: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23946: table.sort now creates new sorted table
23947:
23948: 2001-08-09 parser
23949:
23950: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23951:
23952: * src/classes/hash.C: hash:_default now [was hash:default]
23953:
23954: * src/classes/op.C: case without switch check added
23955:
23956: * src/types/pa_vcookie.C: cookie name&value origins added, more
23957: precise $ORIGINS(1)
23958:
23959: * src/main/Makefile.am: .am
23960:
23961: * src/classes/void.C: void: int double copy/paste from int: bug
23962: fixed
23963:
23964: * src/classes/void.C: void: int double copy/paste from int: bug
23965: fixed
23966:
23967: 2001-08-07 parser
23968:
23969: * src/: classes/double.C, classes/int.C, classes/string.C,
23970: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23971: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23972: string, table
23973:
23974: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23975: srand made working
23976:
23977: 2001-08-06 parser
23978:
23979: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23980: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23981: main/compile.tab.C, main/compile.y, main/pa_array.C,
23982: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23983: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23984:
23985: * src/main/pa_exec.C: exec win32 real filename
23986:
23987: * src/classes/file.C: exec stderr out
23988:
23989: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23990:
23991: 2001-08-03 parser
23992:
23993: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23994:
23995: 2001-08-02 parser
23996:
23997: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23998: main/execute.C, main/pa_exec.C: introducing Array_iter
23999:
24000: * src/main/execute.C: detected quick_get recursion bug. changed to
24001: get@execute, but needs array iterator, separate from array to
24002: avoid it & use caching
24003:
24004: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
24005: bug fixed
24006:
24007: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
24008: main/execute.C, main/pa_globals.C: found another multithread bug
24009: in op.C (last, last global var killed) :)
24010:
24011: 2001-08-01 parser
24012:
24013: * src/: include/pa_dictionary.h, include/pa_globals.h,
24014: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
24015: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24016: main/untaint.C: speeded up typo-html replacements. introducing
24017: Dictionary with first-char caching
24018:
24019: 2001-07-31 parser
24020:
24021: * src/types/Makefile.am: pa_vtable.C added to .am
24022:
24023: * src/main/compile.tab.C: added, so that could be compiled even on
24024: non-bison-enabled platforms
24025:
24026: 2001-07-28 parser
24027:
24028: * src/classes/table.C: table:hash always produces hash, when can't
24029: - empty
24030:
24031: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
24032: skipped \n
24033:
24034: 2001-07-27 parser
24035:
24036: * src/classes/: double.C, int.C, string.C: provided meaningful msg
24037: on int/double/string :sql without result and default
24038:
24039: 2001-07-26 parser
24040:
24041: * src/classes/op.C: fixed bad multithread bug with strangly global
24042: OP
24043:
24044: * src/main/compile.y: $man[$.age[zzz]] 0
24045:
24046: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
24047: creation syntax problem persists. restored $: for a while.
24048: thinking of $man[$.age[zzz]] syntax now
24049:
24050: * src/: classes/double.C, classes/int.C, classes/string.C,
24051: include/pa_opcode.h, main/compile.C, main/compile.y,
24052: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
24053: types/pa_vmethod_frame.h, types/pa_wcontext.h,
24054: types/pa_wwrapper.h: fixing :: realization #1
24055:
24056: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
24057: main/compile_tools.h, main/execute.C, main/pa_request.C,
24058: types/pa_vmethod_frame.h: introducing :: this is constructor call
24059: prefix. ordinary : remains for static accesses
24060:
24061: 2001-07-25 parser
24062:
24063: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
24064: fields 2. methods 3. columns
24065:
24066: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
24067: quote. optimized double&int tostring-s
24068:
24069: * src/main/: compile.C, compile.y, compile_tools.h: allowed
24070: whitespace before first method decl
24071:
24072: * src/classes/table.C: allowed nontable result in table:sql,
24073: results in empty table
24074:
24075: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
24076: lines before first method decl
24077:
24078: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
24079: types/pa_vtable.h: ^table.record[] now $table.fields
24080:
24081: * src/main/compile.y: $var[] is now empty string, not void
24082:
24083: * src/main/: compile.y, execute.C: $var[] is now empty string, not
24084: void
24085:
24086: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
24087: main/pa_globals.C: match replace code context moved to implicit
24088: $match context
24089:
24090: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
24091: main/compile_tools.h, main/execute.C: with killed, code storage
24092: introduced with former 'with' syntax
24093:
24094: 2001-07-24 parser
24095:
24096: * src/: main/compile.C, main/execute.C, main/pa_string.C,
24097: types/pa_value.h: first get_element, next get operator
24098:
24099: * src/main/compile.y: removed @end handling
24100:
24101: * src/main/: compile.C, compile.y: @end handling method2
24102:
24103: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
24104: file:move
24105:
24106: * src/main/pa_common.C: file_read close @ eof when imgsize bug
24107: fixed
24108:
24109: 2001-07-23 parser
24110:
24111: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
24112: driver
24113:
24114: * src/classes/hash.C: changed sql driver query interface
24115:
24116: * src/: classes/hash.C, classes/string.C, classes/table.C,
24117: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
24118: changed sql driver query interface
24119:
24120: 2001-07-20 parser
24121:
24122: * src/types/pa_vrequest.C: X!$browser:type
24123:
24124: * src/: classes/file.C, classes/string.C, include/pa_string.h,
24125: main/execute.C, main/pa_string.C, types/pa_valiased.C,
24126: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
24127: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
24128: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
24129: types/pa_vobject.h, types/pa_vrequest.C,
24130: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
24131: ^class:method dynamic calls allowed. ^BASE.method call disabled.
24132: BASE element globally removed
24133:
24134: 2001-07-18 parser
24135:
24136: * src/classes/file.C: file:exec/cgi msg
24137:
24138: * src/classes/file.C: $file:exit-code renamed to 'status'
24139:
24140: * src/: classes/file.C, main/pa_exec.C: file:exec
24141:
1.116 moko 24142: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
24143: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
24144: removed $id from *.in *.am
1.95 moko 24145:
24146: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
24147: abbrevations
24148:
24149: * src/: classes/date.C, classes/mail.C, classes/math.C,
24150: classes/string.C, classes/table.C, include/pa_globals.h,
24151: include/pa_string.h, main/execute.C, main/pa_globals.C,
24152: main/pa_request.C, main/pa_string.C, main/untaint.C,
24153: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
24154: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
24155: $ORIGINS(1) output tracing mode
24156:
24157: 2001-07-13 parser
24158:
24159: * src/: classes/double.C, classes/int.C, classes/string.C,
24160: include/pa_request.h, main/execute.C, main/pa_request.C:
24161: auto.p[@auto], /news/auto.p[no @auto], so that initializing
24162: second would not call first @auto
24163:
24164: * src/main/: execute.C, pa_request.C: order of MAIN parents was
24165: wrong, fixed
24166:
24167: 2001-07-12 parser
24168:
24169: * src/types/pa_value.h: pa_value.putelement modification of system
24170: classes prevented
24171:
24172: 2001-07-11 parser
24173:
24174: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
24175: table $piece
24176:
24177: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24178: types/pa_vstateless_class.h: $file created by file:state +=
24179: .atime .mtime .ctime +found&fixed bug with exceptions on
24180: get_junction-created objects [they were on wrong pool]
24181:
24182: 2001-07-09 parser
24183:
24184: * src/main/untaint.C: qp wrong name
24185:
24186: * src/: classes/date.C, classes/string.C, classes/table.C,
24187: main/compile.y: date format 0
24188:
24189: 2001-07-07 parser
24190:
24191: * src/: classes/date.C, classes/table.C, include/pa_common.h,
24192: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
24193: roll table calendar
24194:
24195: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
24196: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
24197: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
24198: include/pa_request.h, main/main.dsp, types/pa_value.h,
24199: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
24200: string. todo: sql, calendar
24201:
24202: 2001-07-06 parser
24203:
24204: * src/: classes/math.C, include/pa_request.h, main/execute.C,
24205: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
24206:
24207: 2001-07-03 parser
24208:
24209: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
24210: classes/random.C, main/main.dsp: class random renamed to math,
24211: operators became methods
24212:
24213: * src/classes/op.C: pow sqrt
24214:
24215: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
24216:
24217: 2001-07-02 parser
24218:
24219: * src/classes/table.C: ^table.columns column renamed from 'name' to
24220: 'column'
24221:
24222: * src/classes/hash.C: ^hash.keys[]
24223:
24224: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
24225:
24226: * src/main/: compile.y, compile_tools.h: in expressions now allowed
24227: 'strings'
24228:
24229: 2001-06-29 parser
24230:
24231: * src/main/: execute.C: /0 %0 checkes ver 2
24232:
24233: * src/main/execute.C: /0 %0 checke
24234:
24235: * src/classes/Makefile.am: nothing - void
24236:
24237: * src/classes/table.C: empty strings @ sql
24238:
24239: 2001-06-28 parser
24240:
24241: * src/: classes/double.C, classes/file.C, classes/form.C,
24242: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24243: classes/op.C, classes/random.C, classes/response.C,
24244: classes/string.C, classes/table.C, classes/void.C,
24245: main/compile.C, main/compile_tools.C, main/execute.C,
24246: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24247: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24248: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24249: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24250: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
24251: targets/isapi/parser3isapi.C, main/compile.y: */ static const
24252: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
24253: $";
24254:
24255: * src/: classes/double.C, classes/file.C, classes/form.C,
24256: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24257: classes/op.C, classes/random.C, classes/response.C,
24258: classes/string.C, classes/table.C, classes/void.C,
24259: main/compile.C, main/compile.y, main/compile_tools.C,
24260: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24261: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24262: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24263: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24264: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 24265: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 24266:
24267: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
24268: $class:name: == ${class:name}:
24269:
24270: * src/classes/string.C: exactly one
24271:
24272: 2001-06-27 parser
24273:
24274: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
24275: types/pa_vvoid.h: nothing renamed to void
24276:
24277: * src/classes/op.C: ^switch ^case
24278:
24279: * src/main/compile.y: nothing renamed to void
24280:
24281: * src/: classes/hash.C, classes/table.C, main/compile.y,
24282: main/execute.C, main/main.dsp, main/pa_request.C,
24283: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
24284: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
24285: void
24286:
24287: * src/main/compile.y: lexer: $zzzz^zzzz were name part
24288:
24289: 2001-05-28 parser
24290:
24291: * src/doc/html2chm.cmd: removed >a
24292:
24293: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
24294: project options [some bugs]
24295:
24296: * src/doc/sources2html.cmd: z
24297:
24298: * src/: classes/classes.C, main/compile.C, main/compile.y,
24299: main/execute.C: operators are not in root class again
24300:
24301: 2001-05-24 parser
24302:
24303: * src/targets/cgi/parser3.dsp: project file
24304:
24305: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
24306: ^log ^exp
24307:
24308: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
24309: conversions in @exception[params]
24310:
24311: * src/main/pa_request.C: // no _ conversions in @exception[params]
24312:
24313: 2001-05-23 parser
24314:
24315: * src/main/pa_string.C: string cmp bug
24316:
24317: * src/classes/: mail.C, op.C: rem max 1000
24318:
24319: * src/: classes/op.C, main/compile.y: allow one empty line before
24320: LS_DEF_NAME
24321:
24322: 2001-05-22 parser
24323:
24324: * src/classes/op.C: if params code-required
24325:
24326: 2001-05-21 parser
24327:
24328: * src/types/pa_vstring.C: eoleof
24329:
24330: * src/classes/Makefile.am: .AM
24331:
24332: * src/classes/nothing.C: resultless ^sql moved to nothing:
24333:
24334: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
24335:
24336: * src/: classes/double.C, classes/nothing.C, classes/string.C,
24337: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
24338: types/pa_vunknown.h, classes/hash.C, main/compile.y,
24339: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
24340: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
24341: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
24342: 'nothing'
24343:
24344: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
24345: vstring::set_string
24346:
24347: * src/classes/: double.C, int.C, string.C: int,double;sql
24348:
24349: * src/: classes/hash.C, classes/int.C, classes/string.C,
24350: classes/table.C, include/pa_string.h, main/pa_string.C,
24351: types/pa_vstring.C, types/pa_vstring.h: started int:sql
24352:
24353: * src/: classes/classes.C, classes/hash.C, classes/op.C,
24354: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
24355: hash:sql moved to main trunc. operators.txt updated
24356:
24357: * src/classes/: hash.C, op.C, table.C: hash:sql
24358:
24359: * src/classes/op.C: z
24360:
24361: * src/: main/compile.C, classes/classes.C: 1
24362:
24363: * src/: classes/classes.C, main/compile.C, main/compile.y,
24364: main/execute.C: 0
24365:
24366: * src/main/execute.C: z
24367:
24368: * src/targets/cgi/parser3.C: z
24369:
24370: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24371: site_auto_path "." in that case
24372:
24373: * src/targets/cgi/: parser3.C: z
24374:
24375: * src/main/pa_request.C: .am
24376:
24377: * src/: main/pa_request.C, targets/cgi/parser3.C:
24378: pcre_tables=pcre_default_tables;
24379:
24380: 2001-05-19 parser
24381:
24382: * src/main/pa_string.C: z
24383:
24384: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24385: introducing String::cstr_bufsize, returns just size+1 for as_is
24386: target.
24387:
24388: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24389: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24390: used, 4* mem wasted
24391:
24392: * src/classes/string.C: root context in match replace body now
24393: unchanged
24394:
24395: * src/types/pa_value.h: parameter # 1 based
24396:
24397: * src/main/pa_common.C: common: actual filename '%s'
24398:
24399: * src/classes/string.C: z
24400:
24401: * src/classes/Makefile.am: classes/.am
24402:
24403: * src/classes/: Makefile.am: classes/.am
24404:
24405: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24406: targets/cgi/pa_pool.C: classes/.am
24407:
24408: 2001-05-18 parser
24409:
1.116 moko 24410: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24411: pa_threads.C ins
1.95 moko 24412:
24413: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24414:
24415: 2001-05-17 parser
24416:
24417: * src/: classes/string.C, include/pa_config_fixed.h,
24418: include/pa_config_includes.h, main/compile.y,
24419: main/compile_tools.h, main/execute.C, main/pa_array.C,
24420: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24421: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24422: types/pa_vform.C: #include "pa_config_includes.h" removed from
24423: most .C
24424:
24425: * src/doc/html2chm.cmd: z
24426:
24427: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24428: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24429:
24430: * src/main/pa_sql_driver_manager.C: moved expiration to
24431: get_connection_from_cache
24432:
24433: * src/main/pa_sql_driver_manager.C: cache expiration bf
24434:
24435: * src/: classes/classes.h, include/pa_sql_connection.h,
24436: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24437: cache expiration[use SQL_Driver::disconnect]
24438:
24439: * src/main/pa_table.C: table.locate current restored on "not found"
24440:
24441: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24442: line no
24443:
24444: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24445: ANTI_ENDLESS_EXECUTE_RECOURSION
24446:
24447: * src/: classes/op.C, include/pa_sql_connection.h,
24448: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24449: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24450: 1driver and set_services fight for driver::fservices. before fix
24451:
24452: * src/: classes/op.C, include/pa_config_fixed.h,
24453: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24454: main/pa_sql_driver_manager.C: found problem at last: 2connections
24455: own 1driver and set_services fight for driver::fservices. before
24456: fix
24457:
24458: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24459: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24460: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24461: pa_threads.C
24462:
24463: * src/include/pa_threads.h: removed targets/parser
24464:
24465: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24466: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24467: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24468: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24469: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24470: headers
24471:
24472: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24473: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24474: order prevented sqlmanager to see MULTYTHREAD define
24475:
24476: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24477: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24478: put/gets
24479:
24480: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24481: from hash.h
24482:
24483: * src/: classes/op.C, include/pa_sql_connection.h,
24484: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24485: from cache ->set_services(&services);
24486:
24487: 2001-05-16 parser
24488:
24489: * src/targets/cgi/parser3.C: z
24490:
24491: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24492: debug, #ifdefed some. would debug later, on more precise sample
24493: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24494: $name.$tail[$tail!] $name.$tail } ok3
24495:
24496: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24497: removed array debug. before vstring rebasing
24498:
24499: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24500: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24501: array debugged; adjusted
24502:
24503: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24504: SQL_Driver_manager line no for connect/charset errors
24505:
24506: 2001-05-15 parser
24507:
24508: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24509: main/pa_string.C: string+array made linear grows
24510:
24511: * src/: include/pa_string.h, main/pa_string.C,
24512: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24513: grow lineary, not exponentialy
24514:
24515: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24516: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24517: with fullchunk cmps
24518:
24519: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24520: 70041= 81
24521:
24522: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24523: targets/cgi/parser3.C: detected huge mem allocation: size/times
24524: malloc 27809390/368771, calloc 3232/83. would test now
24525:
24526: * src/: classes/random.C, main/compile.y, main/execute.C,
24527: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24528: numbered params had wrong name - for instance: bad error message
24529: in ^for[] bad body type. fixed
24530:
24531: 2001-05-14 parser
24532:
24533: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24534: main/untaint.C: ^string.upper|lower[]
24535:
24536: 2001-05-11 parser
24537:
24538: * src/: classes/double.C, classes/image.C, classes/op.C,
24539: classes/string.C, classes/table.C, classes/unknown.C,
24540: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24541: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24542: types/pa_vunknown.h: op: MAX_LOOPS as_int
24543:
24544: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24545: .dsp for win32tools
24546:
24547: 2001-05-11 paf
24548:
24549: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24550: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24551: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24552: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24553:
24554: 2001-05-10 paf
24555:
24556: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24557: for C++, that's all
24558:
1.116 moko 24559: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24560: pa_config_includes.h: inline wonders
1.95 moko 24561:
24562: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24563: doc/doxygen.cmd: hash.C added
24564:
24565: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24566:
24567: * src/main/compile.y: @end grammar: allowed zero strings in control
24568: menthod
24569:
24570: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24571: pa_vstateless_object.h: changed priority: field before method
24572: lookup in vclass & vobject
24573:
24574: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24575: grammar: priorities changes [lowerd && prior] vobject: now first
24576: fields, next methods
24577:
24578: 2001-05-08 paf
24579:
24580: * src/main/pa_table.C: table columnname2item on nameless ignored
24581: bark=false. fixed
24582:
24583: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24584: types/pa_vmethod_frame.h: hash:default works at last!
24585:
24586: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24587: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24588: hash:default
24589:
24590: * src/classes/table.C: z
24591:
24592: * src/classes/table.C: table:hash always hash of hash now
24593:
24594: * src/classes/table.C: table:empty return bool now
24595:
24596: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24597: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24598: types/pa_vtable.h: table:hash
24599:
24600: * src/classes/table.C: table:record have name
24601:
24602: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24603: returns vunknown
24604:
24605: * src/classes/: double.C, int.C, op.C, string.C:
24606: int,double,string:int[] double[] string:length[] results now have
24607: hames
24608:
24609: * src/: classes/op.C, classes/table.C, main/main.dsp,
24610: types/pa_vtable.h: removed table:find. table:locate and op:eval
24611: now return bool
24612:
24613: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24614: in method checkparams again. fixed
24615:
24616: 2001-05-07 paf
24617:
24618: * src/doc/chm.cmd: cmd
24619:
24620: * src/: classes/image.C, classes/mail.C, classes/string.C,
24621: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24622: types/pa_value.h: method reported errors on wrong pool
24623:
24624: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24625: now
24626:
24627: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24628: include/code.h, include/pa_opcode.h, main/compile.C,
24629: main/compile_tools.h, main/execute.C, types/pa_value.h,
24630: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24631: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24632: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24633: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24634: types/pa_vmethod_frame.h, types/pa_vobject.h,
24635: types/pa_vrequest.h, types/pa_vresponse.h,
24636: types/pa_vstateless_class.h, types/pa_vstring.h,
24637: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24638: types/pa_wwrapper.h: pa_code.h
24639:
24640: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24641:
24642: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24643: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24644: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24645: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24646: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24647: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24648: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24649: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24650: types/pa_vtable.h: dox, split by not clean parts also
24651:
24652: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24653: types/pa_vtable.h: table: fields, then methods. so to enable
24654: 'dir' fields & co. more
24655:
24656: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24657: so to enable 'dir' fields & co.
24658:
24659: * src/main/compile.y: grammar: @end
24660:
24661: 2001-05-04 paf
24662:
24663: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24664: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24665:
24666: * src/: classes/classes.h, classes/double.C, classes/file.C,
24667: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24668: classes/op.C, classes/random.C, classes/response.C,
24669: classes/string.C, classes/table.C, classes/unknown.C,
24670: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24671: method dox
24672:
24673: 2001-05-03 paf
24674:
24675: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24676: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24677: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24678: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24679: doc/string.dox, doc/targets.dox, doc/value.dox,
24680: main/pa_request.C: dox splitted .dox files and added some
24681:
24682: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24683:
24684: 2001-05-02 paf
24685:
24686: * src/classes/: image.C, table.C: table:dir result are not tainted
24687: by file_name language now
24688:
24689: 2001-04-28 paf
24690:
24691: * src/classes/classes.inc: removed classes.inc
24692:
24693: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24694: from .am
24695:
24696: * src/classes/classes.awk: skipped classes in .awk
24697:
24698: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24699: classes/classes.inc, classes/double.C, classes/file.C,
24700: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24701: classes/string.C, classes/table.C, classes/unknown.C,
24702: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24703: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24704: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24705: pa_methoded back to classes/classes.h
24706:
24707: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24708:
24709: * src/: classes/Makefile.am, classes/classes.awk,
24710: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24711: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24712:
24713: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24714: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24715: classes/response.C, classes/string.C, classes/table.C,
24716: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24717: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24718: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24719: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24720: include|main/pa_methoded
24721:
24722: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24723: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24724:
24725: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24726: moved some configured data to request::classes_conf moved some
24727: string crations from globals to M... [works]
24728:
24729: * src/: classes/form.C, classes/mail.C, classes/op.C,
24730: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24731: main/pa_request.C: moved some configured data to
24732: request::classes_conf moved some string crations from globals to
24733: M...
24734:
24735: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24736: about to move configured data to special request hash
24737:
24738: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24739: classes/form.C, classes/mail.C, include/pa_request.h,
24740: main/pa_request.C: configure started
24741:
24742: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24743: 2. todo: methoded-configure
24744:
24745: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24746: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24747: classes/_random.h, classes/_response.h, classes/_string.h,
24748: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24749: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24750: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24751: classes/random.C, classes/response.C, classes/string.C,
24752: classes/table.C, classes/unknown.C, include/pa_globals.h,
24753: include/pa_request.h, main/compile.y, main/execute.C,
24754: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24755: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24756: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24757: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24758: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24759: types/pa_vrequest.h, types/pa_vresponse.h,
24760: types/pa_vstateless_class.h, types/pa_vstring.h,
24761: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24762: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24763: methoded-configure
24764:
24765: * src/: classes/file.C, classes/table.C, main/compile.y,
24766: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24767: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24768: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24769:
24770: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24771: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24772: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24773: classes/random.C, classes/response.C, classes/string.C,
24774: classes/table.C, classes/unknown.C, include/pa_request.h,
24775: main/compile.y, main/execute.C, main/pa_globals.C,
24776: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24777: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24778: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24779: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24780: beautifying just compiled. todo: debug, configure
24781:
24782: 2001-04-27 paf
24783:
24784: * src/: classes/file.C, classes/image.C, classes/table.C,
24785: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24786: beautifying -99
24787:
24788: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24789: classes/_response.h, classes/_unknown.h, classes/classes.C,
24790: classes/classes.h, classes/double.C, classes/file.C,
24791: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24792: classes/op.C, classes/random.C, classes/response.C,
24793: classes/string.C, include/pa_globals.h, main/main.dsp,
24794: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24795: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24796: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24797: types/pa_vunknown.h: beautifying -100
24798:
24799: * src/main/compile.y: serge@ found @CLASS bug. fixed
24800:
24801: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24802: classes/_op.h, classes/_random.h, classes/_table.h,
24803: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24804: classes/op.C, classes/random.C, classes/response.C,
24805: classes/string.C, classes/table.C, classes/unknown.C,
24806: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24807: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24808: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24809: beautifying
24810:
24811: 2001-04-26 paf
24812:
24813: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24814:
24815: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24816: documentation ++
24817:
24818: * src/: classes/_exec.h, doc/doxygen.cfg,
24819: include/pa_config_fixed.h, include/pa_config_includes.h,
24820: targets/cgi/pa_pool.C: code documentation ++
24821:
24822: * src/: classes/_image.h, classes/op.C, classes/random.C,
24823: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24824: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24825: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24826: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24827: types/pa_vmethod_frame.h, types/pa_vobject.h,
24828: types/pa_vrequest.C, types/pa_vrequest.h,
24829: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24830: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24831: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24832: code documentation ++
24833:
24834: * src/: classes/image.C, classes/mail.C, classes/string.C,
24835: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24836: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24837: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24838: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24839: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24840: types/pa_vobject.h, types/pa_vstateless_class.h,
24841: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24842:
24843: * src/main/: pa_request.C, pa_string.C: z
24844:
24845: * src/: include/pa_common.h, include/pa_types.h,
24846: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24847: connection caching fixed. request-pooled-url were stored into
24848: global connectioncache
24849:
24850: 2001-04-25 paf
24851:
24852: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24853: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24854:
24855: * src/: include/code.h, include/pa_common.h, main/compile.y,
24856: main/execute.C, main/pa_common.C: -d
24857:
24858: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24859: illegal call check a bit improved, but still under iis no mapping
24860: of dir with parser allowed!
24861:
24862: 2001-04-24 paf
24863:
24864: * src/targets/Makefile.am: apache module lib .am
24865:
24866: * src/main/pa_exec.C: windows32 buildCommand
24867:
24868: 2001-04-23 paf
24869:
24870: * src/targets/cgi/Makefile.am: win32 conditional
24871:
24872: * src/targets/cgi/Makefile.am: win32 conditional
24873:
24874: * src/targets/cgi/Makefile.am: liblink
24875:
24876: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24877: vfile fields return type
24878:
24879: * src/types/pa_vfile.h: vfile fields return type
24880:
24881: * src/include/pa_config_auto.h.in: .h.in
24882:
24883: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24884: types/Makefile: makefiles removed
24885:
24886: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24887: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24888:
24889: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24890: [tested: i & g ]
24891:
24892: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24893: @test noticed series in isapi, check how initialize_random_class
24894: is called! [must be called only once]
24895:
24896: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24897: would not be 'unknown column'
24898:
24899: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24900: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24901:
24902: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24903: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24904: [now doesnt]
24905:
24906: * src/targets/cgi/parser3.C: cgi cmdline ver
24907:
24908: * src/targets/cgi/parser3.C: cgi /// @test disable
24909: /cgi-bin/parser3/auto.p
24910:
24911: * src/main/untaint.C: untaint without charset
24912:
24913: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24914: main/pa_common.C: common: file_write /// @test mkdirs
24915: file_delete rmdirs
24916:
24917: * src/main/untaint.C: mail header only once to =?
24918:
24919: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24920: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24921: main/untaint.C: untaint - @test optimize whitespaces for
24922: all but 'html'
24923:
24924: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24925: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24926: main/untaint.C: untaint - @test mail-header
24927:
24928: 2001-04-20 paf
24929:
24930: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24931: include/pa_request.h, include/pa_string.h, main/compile.y,
24932: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24933: targets/cgi/parser3.C: $MAIN:LOCALE
24934:
24935: * src/main/untaint.C: z
24936:
24937: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24938:
24939: 2001-04-19 paf
24940:
24941: * src/main/compile_tools.h: $a$b bugfix
24942:
24943: * src/targets/cgi/parser3.C: z
24944:
24945: * src/classes/file.C: z
24946:
24947: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24948: done: header to $fields. waits for header '\' tricks
24949:
24950: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24951: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24952: changed urlencode here and in untaint.C to HTTP standard's " and
24953: \" mech
24954:
24955: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24956: http://alx/~paf/ doesnt load /auto.p
24957:
24958: 2001-04-18 paf
24959:
24960: * src/main/pa_request.C: 1
24961:
24962: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24963: linux @alx
24964:
24965: 2001-04-17 paf
24966:
24967: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24968: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24969: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24970: enabled
24971:
24972: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24973: classes/_exec.h, classes/_file.h, classes/_form.h,
24974: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24975: classes/_random.h, classes/_response.h, classes/_string.h,
24976: classes/_table.h, classes/_unknown.h, classes/file.C,
24977: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24978: include/pa_config_fixed.h, include/pa_config_includes.h,
24979: include/pa_hash.h, include/pa_sql_driver_manager.h,
24980: include/pa_version.h, main/Makefile.am, main/compile.y,
24981: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24982: main/pa_sql_driver_manager.C, sql/Makefile.am,
24983: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24984: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24985: types/pa_vform.C, types/pa_vimage.h: exec @jav
24986:
24987: * src/: include/pa_sql_driver_manager.h,
24988: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24989: types/pa_vimage.h: sql driver interface now has initialize(client
24990: .so)
24991:
24992: 2001-04-16 paf
24993:
24994: * src/Makefile.am: compile2 cygwin
24995:
24996: * src/: include/pa_config_includes.h, main/pa_exec.C,
24997: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24998:
24999: * src/targets/cgi/Makefile.am: compile0 jav
25000:
25001: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
25002: classes/_exec.h, classes/_file.h, classes/_form.h,
25003: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
25004: classes/_random.h, classes/_response.h, classes/_string.h,
25005: classes/_table.h, classes/_unknown.h, classes/image.C,
25006: classes/mail.C, classes/op.C, classes/random.C,
25007: include/pa_config_fixed.h, include/pa_config_includes.h,
25008: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
25009: main/compile.y, main/pa_common.C, main/pa_exec.C,
25010: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
25011: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
25012: compile-1
25013:
25014: 2001-04-15 paf
25015:
25016: * src/classes/op.C: z
25017:
25018: * src/classes/table.C: table:empty +=process
25019:
25020: * src/types/pa_value.h: MethodParams !junction
25021:
25022: * src/: classes/_string.h, classes/double.C, classes/file.C,
25023: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
25024: classes/random.C, classes/response.C, classes/string.C,
25025: classes/table.C, classes/unknown.C, main/pa_request.C:
25026: MethodParams everywhere
25027:
25028: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
25029: types/pa_vmethod_frame.h: MethodParams in op.C
25030:
25031: 2001-04-12 paf
25032:
25033: * src/: classes/image.C, types/pa_vimage.h: image:font :text
25034:
25035: * src/: classes/_unknown.h, classes/unknown.C,
25036: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
25037: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
25038:
25039: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
25040:
25041: * src/classes/image.C: image:gif now does not have params
25042:
25043: * src/classes/image.C:
25044: image:line/fill/rectangle/bar/replace/polygon/polybar
25045:
25046: * src/: classes/image.C, classes/op.C, main/execute.C,
25047: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
25048: for var now written not to r.wcontext, but to r.root cleared
25049: "entered_object" state
25050:
25051: 2001-04-11 paf
25052:
25053: * src/classes/image.C: image:create image:load
25054:
25055: * src/: classes/image.C, main/main.dsp: gd with mem write + image
25056: just compiled
25057:
25058: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25059: todo: gif without file
25060:
25061: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25062: started porting to Pooled descendant
25063:
25064: * src/: classes/image.C, main/execute.C, main/main.dsp,
25065: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
25066: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
25067: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
25068:
25069: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
25070: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
25071: end. switching to python imaging lib
25072:
25073: * src/main/main.dsp: gd+smtp made separate libs
25074:
25075: * src/: include/pa_globals.h, include/pa_string.h,
25076: main/pa_common.C, main/pa_request.C, main/untaint.C,
25077: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
25078: length
25079:
25080: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
25081: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
25082: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
25083: UL_FILE_NAME of posted file name
25084:
25085: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
25086: post [broke when moved post read to core]
25087:
25088: 2001-04-10 paf
25089:
25090: * src/classes/image.C: image:html done
25091:
25092: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
25093:
25094: * src/classes/image.C: z
25095:
25096: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
25097: forgotten!
25098:
25099: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25100: main/pa_request.C, main/pa_string.C, main/untaint.C,
25101: types/pa_vimage.h: image:measure -90
25102:
25103: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
25104: classes/_int.h, classes/_mail.h, classes/_op.h,
25105: classes/_random.h, classes/_response.h, classes/_string.h,
25106: classes/_table.h, classes/file.C, classes/mail.C,
25107: include/pa_common.h, include/pa_globals.h, main/execute.C,
25108: main/main.dsp, main/pa_common.C, main/pa_globals.C,
25109: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
25110: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
25111: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
25112: compiled
25113:
25114: * src/classes/mail.C: minor bug with unclear from/to
25115:
25116: * src/classes/mail.C: sendmail unix skipping defaults
25117:
25118: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
25119: sendmail unix added defaults
25120:
25121: * src/classes/mail.C: unix sendmail compiled. todo:testing
25122:
25123: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
25124:
25125: 2001-04-09 paf
25126:
25127: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
25128: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
25129: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
25130: targets/isapi/parser3isapi.dsp: all targets exec
25131:
25132: * src/: include/pa_sapi.h, include/pa_string.h,
25133: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25134: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
25135: args in apache:util.script
25136:
25137: * src/include/pa_string.h: written but not tested exec with env for
25138: unix
25139:
25140: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
25141: targets/cgi/parser3.C: exec win32 env
25142:
25143: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
25144: 0
25145:
25146: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
25147: main/execute.C, main/main.dsp, main/pa_globals.C,
25148: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
25149: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
25150:
25151: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
25152: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
25153:
25154: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
25155: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
25156:
25157: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
25158: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
25159: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25160: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25161: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
25162: exec class just compiled. moved post read to request core
25163:
25164: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
25165: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
25166: main/pa_globals.C, targets/cgi/parser3.C,
25167: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
25168: are already read by vform
25169:
25170: 2001-04-08 paf
25171:
25172: * src/: classes/file.C, classes/mail.C, classes/string.C,
25173: include/pa_request.h, include/pa_string.h, main/pa_request.C:
25174: uuencode. string<<
25175:
25176: 2001-04-07 paf
25177:
25178: * src/classes/mail.C: z
25179:
25180: * src/classes/mail.C: z
25181:
25182: * src/classes/mail.C: ^mail[$attach
25183:
25184: * src/classes/mail.C: ^attach dead end
25185:
25186: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
25187: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25188: targets/isapi/parser3isapi.C: mail:send 1
25189:
25190: * src/: classes/mail.C, main/pa_request.C: z
25191:
25192: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
25193: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
25194: compiled
25195:
25196: * src/classes/mail.C: +=
25197:
25198: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
25199: prepared
25200:
25201: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
25202: include/pa_globals.h, include/pa_string.h, main/main.dsp,
25203: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25204: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
25205:
25206: 2001-04-06 paf
25207:
25208: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
25209: main/pa_string.C: table:dir 1
25210:
25211: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
25212: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
25213:
25214: * src/: classes/_op.h, classes/_root.h, classes/op.C,
25215: classes/root.C, include/pa_globals.h, include/pa_request.h,
25216: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
25217: main/pa_request.C: renamed 'root' to 'op'
25218:
25219: * src/classes/: _op.h, op.C: renamed from 'root'
25220:
25221: * src/types/pa_valiased.C: another root inherititance skipped
25222:
25223: * src/main/: compile.C, compile.y, execute.C: operators are now not
25224: root methods of parent class. just 'ROOT' class
25225:
25226: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
25227: @office
25228:
25229: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
25230:
25231: 2001-04-05 paf
25232:
25233: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
25234: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
25235: constructor flag dropped at get_method_frame and remembered into
25236: method_frame
25237:
25238: * src/: classes/file.C, classes/root.C, classes/string.C,
25239: classes/table.C, main/pa_request.C: junction to code&expression
25240: in errors
25241:
25242: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25243: main/pa_string.C, targets/isapi/parser3isapi.dsp:
25244: $LOCALE:ctype[Russian_Russia.1251]
25245:
25246: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
25247: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
25248: main/pa_table.C: hash now not thread-safe.
25249:
25250: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25251: main/untaint.C: z
25252:
25253: * src/: classes/random.C, classes/root.C, classes/table.C,
25254: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
25255: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
25256: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
25257: types/pa_wcontext.h: sql quote. string untaint UL_SQL
25258:
25259: * src/: classes/table.C, include/pa_sql_connection.h,
25260: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
25261:
25262: * src/classes/table.C: select * from hren error contains statement
25263:
25264: * src/: classes/table.C, include/pa_sql_connection.h,
25265: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
25266: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
25267:
25268: * src/: classes/root.C, include/pa_sql_connection.h,
25269: include/pa_sql_driver.h, main/main.dsp,
25270: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
25271: services for conv memory & error reporting
25272:
25273: 2001-04-04 paf
25274:
25275: * src/doc/doxygen.cfg: z
25276:
25277: * src/include/pa_sql_driver.h: mysql connect
25278:
25279: * src/include/pa_sql_driver.h: mysql info
25280:
25281: * src/: classes/root.C, include/pa_sql_driver.h,
25282: include/pa_sql_driver_manager.h, main/main.dsp,
25283: main/pa_sql_driver_manager.C: more manager&connection&driver
25284:
25285: * src/sql/Makefile.am: forgot to add mysql client
25286:
25287: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
25288: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
25289: [forgot to add libltdl, added]
25290:
25291: * src/: Makefile.am, classes/root.C, classes/string.C,
25292: classes/table.C, include/pa_globals.h, include/pa_hash.h,
25293: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
25294: include/pa_string.h, include/pa_table.h, main/main.dsp,
25295: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25296: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
25297: -1000 just compiled
25298:
25299: * src/: classes/random.C, classes/root.C, classes/table.C,
25300: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
25301: main/pa_request.C, types/pa_vclass.h: sql frame -10
25302:
25303: 2001-04-03 paf
25304:
25305: * src/types/pa_vform.C: z
25306:
25307: * src/: classes/string.C, types/pa_vform.C: string:match replace
25308: assigned lang
25309:
25310: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
25311: {}[]< empty []
25312:
25313: * src/: classes/file.C, classes/string.C, classes/table.C,
25314: include/pa_string.h, main/pa_common.C, main/pa_string.C,
25315: main/untaint.C: string:match replace 2. string.cstr(forced lang)
25316:
25317: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25318: string:match replace strange matches
25319:
25320: * src/classes/string.C: string:match replace 0
25321:
25322: * src/: classes/string.C, main/pa_string.C: string:match replace
25323: prepared 2
25324:
25325: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25326: string:match replace prepared
25327:
25328: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25329: string:match replace -11
25330:
25331: * src/: classes/string.C, include/pa_globals.h,
25332: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
25333: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
25334:
25335: * src/: classes/string.C, include/pa_globals.h,
25336: include/pa_string.h, main/main.dsp, main/pa_globals.C,
25337: main/pa_string.C: string:match [search] -1 just compiled
25338:
25339: * src/types/pa_vstring.C: z
25340:
25341: * src/: classes/double.C, classes/file.C, classes/form.C,
25342: classes/int.C, classes/response.C, classes/root.C,
25343: classes/string.C, classes/table.C, include/pa_string.h,
25344: main/pa_string.C: string:match -10 [frame]
25345:
25346: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
25347: main/pa_request.C: z
25348:
25349: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
25350: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
25351: todo/tests
25352:
25353: * src/include/pa_common.h: z
25354:
25355: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25356: main/pa_request.C, targets/cgi/parser3.C,
25357: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25358: content-disposition
25359:
25360: * src/: include/pa_common.h, include/pa_globals.h,
25361: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25362: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25363:
25364: * src/: include/pa_common.h, include/pa_request.h,
25365: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25366: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25367: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25368: response:body
25369:
25370: * src/classes/table.C: table:append now uses string::split
25371:
25372: * src/classes/table.C: z
25373:
25374: * src/: classes/file.C, classes/root.C, classes/string.C,
25375: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25376: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25377: include/pa_string.h, main/execute.C, main/pa_string.C,
25378: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25379: string::pos & cmp & piece bugs fixed. string::split new
25380: table:load separated from set table:set implemented with clean \n
25381: \t searches
25382:
25383: 2001-04-02 paf
25384:
25385: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25386: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25387: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25388: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25389: it in table:set/load
25390:
25391: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25392: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25393:
25394: * src/classes/random.C: random:generate 1
25395:
25396: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25397: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25398: types/pa_value.h: random:generate
25399:
25400: 2001-03-30 paf
25401:
25402: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25403: todo: table flip and append. string::pos
25404:
25405: * src/: classes/double.C, classes/file.C, classes/int.C,
25406: classes/response.C, classes/root.C, classes/string.C,
25407: classes/table.C, main/compile.y, main/execute.C,
25408: types/pa_value.h, types/pa_vstateless_class.C,
25409: types/pa_vstateless_class.h: static|dynamic|any method
25410: registration
25411:
25412: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25413: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25414: table:flip
25415:
25416: 2001-03-29 paf
25417:
25418: * src/classes/string.C: string:xsplit forgot that they must result
25419: in 1 row N column [not vice versa]
25420:
25421: * src/classes/string.C: z
25422:
25423: * src/classes/string.C: string: rsplit
25424:
25425: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25426: string: lsplit
25427:
25428: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25429: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25430: lsplit -1
25431:
25432: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25433: string: pos
25434:
25435: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25436: string: pos -1
25437:
25438: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25439: main/compile.y, main/pa_request.C, main/pa_string.C,
25440: main/untaint.C: string: left right mid
25441:
25442: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25443: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25444: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25445: and [;] are different now.
25446:
25447: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25448: main/untaint.C: pool.request undone
25449:
25450: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25451: main/untaint.C: pool.request
25452:
25453: 2001-03-28 paf
25454:
25455: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25456: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25457: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25458: $request:browser [.type .version]; unknown.get_double now = 0.
25459:
25460: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25461: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25462: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25463: types/pa_vform.C: file:load autodetection of mime-type by
25464: user-file-name
25465:
25466: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25467: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25468: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25469:
25470: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25471: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25472: write. must be self.set
25473:
25474: * src/: classes/file.C, classes/root.C, classes/table.C,
25475: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25476:
25477: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25478: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25479: types/pa_vtable.h: table:locate just compiled
25480:
25481: 2001-03-27 paf
25482:
25483: * src/main/: execute.C, pa_common.C: fixed r/w context of
25484: code-params2, fixed ntfs hardlink slow dir update
25485:
25486: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25487: types/pa_wcontext.h: fixed r/w context of code-params
25488:
25489: * src/: classes/table.C, main/execute.C: about to change junction
25490: rcontext!!
25491:
25492: * src/: classes/double.C, classes/int.C, classes/root.C,
25493: classes/string.C, classes/table.C, main/compile_tools.C,
25494: main/execute.C, main/pa_request.C, main/untaint.C,
25495: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25496: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25497: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25498: types/pa_vunknown.h: sort 0
25499:
25500: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25501: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25502: renamed to are_static_calls_disabled
25503:
25504: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25505: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25506: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25507: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25508:
25509: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25510:
25511: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25512: started table:sort fixed minor bug in #...^{
25513:
25514: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25515: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25516: decided to have as it were. stepped back. grammar: added 'in'
25517: 'is' 'lt'&co follow-space check
25518:
25519: 2001-03-26 paf
25520:
25521: * src/: classes/file.C, classes/root.C, classes/table.C,
25522: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25523: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25524: main/pa_table.C: moved ::save to pa_table. disabled @auto
25525: invocation in ^process
25526:
25527: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25528:
25529: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25530: main/pa_array.C: table:record
25531:
25532: * src/: main/untaint.C, targets/cgi/parser3.C,
25533: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25534: targets/isapi/pool_storage.h, types/pa_valiased.h,
25535: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25536: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25537: types/pa_vtable.h: z
25538:
25539: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25540: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25541: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25542: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25543: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25544: method realisations on 'self' validity - they now can simply
25545: assume that 'self' is V{Proper} .
25546:
25547: 2001-03-25 paf
25548:
25549: * src/main/untaint.C: z
25550:
25551: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25552: lowlevel - it initialization could be skipped if failed in @auto.
25553: so that exception report would use some table
25554:
25555: * src/main/pa_request.C: table empty lines ignored. system-default
25556: content type assigned in output:result [can fail in main:auto and
25557: skipped normal defaults extraction]
25558:
25559: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25560: bug
25561:
25562: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25563: processing to table [except preliminary \r\n \r \n replacements
25564: to "\n"]
25565:
25566: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25567: move all the processing to table
25568:
25569: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25570: main/pa_table.C, main/untaint.C: returned table originating.
25571: useful for reporting typo table problems origin. think would be
25572: useful somewhere else
25573:
25574: * src/main/untaint.C: typo \r \r\n \n properly handled
25575:
25576: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25577: include/pa_table.h, main/compile.y, main/compile_tools.C,
25578: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25579: main/pa_string.C, main/pa_table.C, main/untaint.C,
25580: types/pa_vcookie.h: typo & typo-default
25581:
25582: 2001-03-24 paf
25583:
25584: * src/main/pa_common.C: z
25585:
25586: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25587: targets/cgi/parser3.C: html-typo 2
25588:
25589: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25590: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25591: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25592: main/execute.C, main/pa_array.C, main/pa_globals.C,
25593: main/pa_request.C, main/pa_string.C, main/untaint.C,
25594: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25595: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25596: noticed double default content-type prob. run cgi.cmd tomorrow
25597: first html-typo sample. detected << problem: they become ltlt too
25598: fast
25599:
25600: * src/main/compile.y: z
25601:
25602: * src/main/: compile.y, compile_tools.h: #comment
25603:
25604: * src/: classes/file.C, classes/root.C, classes/table.C,
25605: include/pa_common.h, include/pa_request.h, main/compile.y,
25606: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25607: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25608: stringified
25609:
25610: * src/types/pa_valiased.C: decided to String-ify file_read
25611:
25612: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25613: isapi/parser3isapi.dsp: cgi: sapi::log
25614:
25615: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25616: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25617: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25618: error log experiments failed - cgi under iis got no access to
25619: log. registereventsource simply failed with 5(illegal call) code,
25620: while worked OK as standalone executable. isapi: used
25621: HSE_APPEND_LOG_PARAMETER feature
25622:
25623: * src/: include/pa_common.h, include/pa_globals.h,
25624: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25625: targets/isapi/parser3isapi.C: fixed default content-type
25626: allocation storage
25627:
25628: * src/: include/pa_globals.h, include/pa_request.h,
25629: main/pa_globals.C, main/pa_request.C: z
25630:
25631: * src/: include/pa_array.h, include/pa_hash.h,
25632: include/pa_request.h, main/compile.y, main/pa_array.C,
25633: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25634: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25635: content-type
25636:
25637: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25638: sanity
25639:
25640: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25641: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25642: away freeze mech. no danger now for you can't do
25643: ^request:process[@new-method[] body] trick anymore. still
25644: remains $some_instance.process[@new-method[] possibility] but
25645: would leave it as a feature. see index for sample
25646:
25647: * src/: include/pa_common.h, main/pa_common.C,
25648: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25649: monkey every target
25650:
25651: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25652: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25653: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25654:
25655: 2001-03-23 paf
25656:
25657: * src/: include/pa_pool.h, main/pa_request.C,
25658: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25659: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25660: targets/isapi/pool_storage.h: isapi: dumb pool storage
25661:
25662: * src/targets/isapi/pa_pool.C: decided to continue with extension
25663:
25664: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25665: it would be better to rewrite as filter then to deal with pool
25666:
25667: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25668: now like in cgi, not from APPL_PHYSICAL_PATH
25669:
25670: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25671: include/pa_config_fixed.h, include/pa_config_includes.h,
25672: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25673: include/pa_version.h, main/compile.y, main/execute.C,
25674: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25675: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25676: main/untaint.C, targets/cgi/parser3.C,
25677: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25678: cgi: reinvent document_root and request_uri under iis. autoconf
25679: updated. introducing ap_config_includes
25680:
25681: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25682:
25683: * src/targets/cgi/parser3.C: cgi: only one pool now
25684:
25685: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25686: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25687: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25688: types/pa_venv.h, types/pa_vform.C: sapi made object
25689:
25690: * src/: include/pa_globals.h, main/pa_request.C,
25691: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25692: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25693: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25694:
25695: * src/: main/pa_request.C, targets/cgi/parser3.C,
25696: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25697: isapi minor env beauty
25698:
25699: * src/: main/pa_request.C, targets/cgi/parser3.C,
25700: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25701: isapi document_root 0
25702:
25703: 2001-03-22 paf
25704:
25705: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25706:
25707: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25708: isapi/parser3isapi.C: z
25709:
25710: * src/: include/pa_pool.h, main/pa_request.C,
25711: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25712:
25713: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25714: kill.pl: isapi added utils
25715:
25716: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25717: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25718: types/pa_vform.C: isapi 0
25719:
25720: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25721: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25722: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25723: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25724: started isapi
25725:
25726: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25727: some comments
25728:
25729: * src/: include/pa_globals.h, include/pa_request.h,
25730: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25731: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25732: parser_root_auto_path parser_site_auto_path
25733:
25734: * src/types/pa_vcookie.C: cookie attr decoded
25735:
25736: 2001-03-21 paf
25737:
25738: * src/targets/cgi/parser3.C: z
25739:
25740: * src/include/pa_globals.h: post. todo: config of auto.p path
25741:
25742: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25743: types/pa_venv.h: in cookie & env. todo:post
25744:
25745: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25746: classes/root.C, classes/table.C, include/pa_array.h,
25747: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25748: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25749: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25750: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25751: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25752: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25753: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25754: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25755: shifted apache branch on main trunc
25756:
25757: * src/: include/pa_common.h, include/pa_globals.h,
25758: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25759: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25760: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25761: starting mod_parser3
25762:
25763: * src/targets/cgi/parser3.C: starting mod_parser3
25764:
25765: 2001-03-20 paf
25766:
25767: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25768: targets/cgi/parser3.C: automake compiled and works. todo:make
25769: win32 ifdefs work and add ifdef unistd
25770:
25771: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25772: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25773: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25774: z
25775:
25776: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25777: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25778: locking
25779:
25780: * src/: classes/Makefile.am, types/Makefile.am: z
25781:
25782: * src/: Makefile.am, classes/file.C, classes/root.C,
25783: classes/table.C, include/pa_array.h, include/pa_request.h,
25784: include/pa_string.h, main/Makefile.am, main/execute.C,
25785: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25786: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25787: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25788: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25789:
25790: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25791: main/pa_request.C, types/pa_vfile.h: ^table:save
25792:
25793: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25794: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25795: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25796: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25797: types/pa_vform.h: z
25798:
25799: * src/include/pa_string.h: z
25800:
25801: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25802: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25803: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25804: :Value
25805:
25806: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25807: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25808: :VStateless_object
25809:
25810: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25811: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25812: :VStateless_object
25813:
25814: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25815: types/pa_valiased.C, types/pa_vform.h: commented VForm
25816:
25817: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25818: types/pa_valiased.h, types/pa_value.h,
25819: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25820: types/pa_vstateless_object.h: moved common get_element part from
25821: stateless object&class into VAliased
25822:
25823: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25824: classes/table.C, main/execute.C, main/main.dsp,
25825: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25826: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25827: now :Value
25828:
25829: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25830: main/execute.C, main/main.dsp, main/pa_globals.C,
25831: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25832:
25833: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25834: doxx
25835:
25836: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25837: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25838: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25839: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25840: and ^file:save
25841:
25842: 2001-03-19 paf
25843:
25844: * src/types/pa_vfile.C: z
25845:
25846: * src/: classes/file.C, classes/request.C, classes/table.C,
25847: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25848: main/pa_request.C, main/untaint.C, types/pa_value.h,
25849: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25850:
25851: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25852: include/pa_string.h, include/pa_table.h, main/main.dsp,
25853: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25854: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25855: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25856: classes/_file.h, classes/file.C, types/pa_vfile.C,
25857: types/pa_vfile.h: file class just compiled
25858:
25859: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25860: include/pa_table.h, include/pa_types.h, main/execute.C,
25861: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25862: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25863: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25864:
25865: * src/include/pa_pool.h: z
25866:
25867: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25868: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25869: Hash::Value to Val so to doxygen would finlly stop confusing
25870: those Value-s
25871:
25872: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25873: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25874: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25875: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25876: include/pa_types.h, main/compile.C, main/compile.y,
25877: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25878: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25879: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25880: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25881: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25882:
25883: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25884: derivates somehow unlinked. don't know why yet
25885:
25886: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25887: include/pa_string.h, include/pa_threads.h, main/compile.C,
25888: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25889: main/execute.C, main/pa_array.C, main/pa_common.C,
25890: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25891: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25892: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25893:
25894: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25895: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25896: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25897: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25898: types/pa_vrequest.h: doc: detected Value derivates prob
25899:
25900: * src/include/pa_globals.h: z
25901:
25902: * src/: classes/_request.h, classes/request.C, include/code.h,
25903: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25904: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25905: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25906: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25907: main/execute.C, main/pa_pool.C, main/pa_request.C,
25908: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25909: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25910:
25911: 2001-03-18 paf
25912:
25913: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25914: cookie: allowed access to hash-assigned
25915:
25916: * src/targets/cgi/parser3.C: z
25917:
25918: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25919: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25920: include/pa_types.h, main/main.dsp, main/pa_common.C,
25921: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25922: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25923: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25924: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25925: types/pa_vunknown.h: cookie class
25926:
25927: * src/main/pa_request.C: zero length output allowed
25928:
25929: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25930: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25931:
25932: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25933: lang switch
25934:
25935: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25936: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25937: types/pa_value.h, types/pa_vhash.h:
25938: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25939:
25940: * src/main/execute.C: z
25941:
25942: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25943: targets/cgi/parser3.C: taint[uri
25944:
25945: * src/: classes/request.C, classes/response.C, classes/root.C,
25946: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25947: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25948: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25949:
25950: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25951: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25952: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25953: types/pa_vstateless_class.C: convinient string(pool, char *src,
25954: bool tainted) ctor
25955:
25956: * src/: include/pa_hash.h, include/pa_request.h,
25957: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25958: main/pa_request.C, main/pa_string.C, main/untaint.C,
25959: targets/cgi/parser3.C: proper @exceptions params tainting
25960:
25961: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25962: response fields to header
25963:
25964: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25965: z
25966:
25967: * src/: classes/_response.h, classes/response.C,
25968: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25969: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25970: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25971: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25972: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25973: $response: 0 request::core exception rethrow
25974:
25975: 2001-03-16 paf
25976:
25977: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25978: types/pa_vrequest.h: native method' class call with less params
25979: then needed error reporting
25980:
25981: * src/: classes/_request.h, classes/request.C,
25982: include/pa_globals.h, include/pa_request.h, main/execute.C,
25983: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25984: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25985: types/pa_vrequest.h: $request : query :uri
25986:
25987: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25988: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25989: types/pa_wcontext.h: $result
25990:
25991: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25992:
25993: * src/: classes/double.C, include/code.h, main/compile.y,
25994: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25995: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25996:
25997: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25998: main/compile.y, main/execute.C, types/pa_value.h,
25999: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
26000: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
26001: wcontext conflict
26002:
26003: * src/: main/execute.C, types/pa_value.h,
26004: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
26005: $string.field
26006:
26007: 2001-03-15 paf
26008:
26009: * src/main/pa_request.C: news sample
26010:
26011: * src/: main/compile.y, main/execute.C, main/pa_request.C,
26012: targets/cgi/parser3.C, types/pa_vstring.h: @exception
26013:
26014: * src/main/: compile.y, execute.C: z
26015:
26016: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
26017: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
26018: pre pre works
26019:
26020: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
26021: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
26022: fillfields just compiled
26023:
26024: 2001-03-14 paf
26025:
26026: * src/: include/pa_request.h, main/pa_request.C,
26027: targets/cgi/parser3.C: z
26028:
26029: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
26030: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
26031: types/pa_vstring.h: limits -1
26032:
26033: * src/: include/pa_globals.h, include/pa_request.h,
26034: include/pa_types.h, main/main.dsp, main/pa_globals.C,
26035: main/pa_request.C, targets/cgi/parser3.C,
26036: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
26037: request_info -1
26038:
26039: * src/: include/pa_globals.h, main/pa_globals.C,
26040: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
26041: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
26042: vform_fields_fill
26043:
26044: * src/targets/cgi/parser3.C: # if MSVC
26045:
26046: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
26047: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
26048:
26049: * src/targets/cgi/parser3.C: z
26050:
26051: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
26052: include/pa_string.h, include/pa_types.h, main/compile.y,
26053: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
26054: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
26055: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
26056: types/pa_vunknown.h: global handler, exceptions in parser3
26057:
26058: 2001-03-13 paf
26059:
26060: * src/: classes/form.C, main/compile.y, main/core.C,
26061: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
26062: types/pa_vform.h, types/pa_vstateless_class.C,
26063: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
26064: instead
26065:
26066: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26067: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
26068: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
26069: started cgi target
26070:
26071: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26072: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
26073: before error show with parser
26074:
26075: * src/: classes/_form.h, classes/form.C, include/core.h,
26076: include/pa_request.h, main/core.C, main/pa_request.C,
26077: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
26078:
26079: * src/targets/cgi/: parser.dsp, parser3.dsp: z
26080:
26081: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
26082: parser3.C: renamed targets/ parser to cgi
26083:
26084: * src/: classes/double.C, classes/env.C, classes/int.C,
26085: classes/root.C, classes/string.C, classes/table.C,
26086: include/pa_request.h, types/pa_vhash.h: z
26087:
26088: * src/: classes/_env.h, classes/env.C, classes/root.C,
26089: include/core.h, include/pa_pool.h, include/pa_request.h,
26090: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
26091: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26092: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
26093: [historical moment :)]
26094:
26095: * src/: include/code.h, include/pa_string.h, main/compile.y,
26096: main/execute.C, main/pa_string.C: 'value is type' expr operator
26097:
26098: * src/types/pa_venv.h: $ENV 1
26099:
26100: * src/main/execute.C: z
26101:
26102: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
26103: future methods of ENV constructor if
26104:
26105: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
26106: class
26107:
26108: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26109: classes/_root.h, classes/_string.h, classes/_table.h,
26110: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26111: classes/string.C, classes/table.C, include/pa_request.h,
26112: main/compile.C, main/compile_tools.h, main/core.C,
26113: main/execute.C, main/main.dsp, main/pa_request.C,
26114: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26115: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26116: types/pa_vobject.h, types/pa_vstateless_class.C,
26117: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26118: types/pa_wcontext.h: $ENV: re 0, stateless classes
26119:
26120: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26121: classes/_root.h, classes/_string.h, classes/_table.h,
26122: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26123: classes/string.C, classes/table.C, include/pa_request.h,
26124: main/compile.C, main/compile_tools.h, main/core.C,
26125: main/execute.C, main/main.dsp, main/pa_request.C,
26126: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26127: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26128: types/pa_vobject.h, types/pa_vstateless_class.C,
26129: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26130: types/pa_wcontext.h: $ENV: re 0, stateless classes
26131:
26132: * src/: include/pa_request.h, main/compile.C, main/execute.C,
26133: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
26134: yesterdays bad decision on execute_static_method
26135:
26136: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
26137:
26138: * src/: classes/double.C, classes/int.C, classes/root.C,
26139: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
26140:
26141: * src/main/pa_request.C: z
26142:
26143: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26144: include/pa_pool.h: skipped_restructure_exceptions_dead_end
26145:
26146: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26147: include/pa_pool.h, main/pa_request.C:
26148: restructure_exceptions_dead_end
26149:
26150: * src/: classes/root.C, main/compile.y: ^if required junctions.
26151: allowed ; inside {} to break params
26152:
26153: * src/classes/root.C: ^eval
26154:
26155: * src/: classes/_string.h, classes/double.C, classes/int.C,
26156: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
26157: string ^format
26158:
26159: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
26160: 'bad' but not 'enough'
26161:
26162: * src/: classes/double.C, classes/root.C, classes/table.C,
26163: include/pa_common.h, include/pa_types.h, main/compile.y,
26164: main/pa_common.C, main/pa_request.C, main/untaint.C,
26165: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
26166: types/pa_wwrapper.h: think constructing flag as is is bad
26167:
26168: * src/: classes/double.C, classes/int.C, classes/root.C,
26169: classes/string.C, classes/table.C, main/core.C, main/execute.C,
26170: types/pa_vint.h: ^for
26171:
26172: 2001-03-12 paf
26173:
26174: * src/classes/table.C: table ^empty
26175:
26176: * src/: classes/table.C, include/pa_table.h: table ^menu
26177:
26178: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
26179: ^offset ^line ^count
26180:
26181: * src/classes/root.C: ^round() ^floor() ^ceiling()
26182: ^abs() ^sign()
26183:
26184: * src/classes/: root.C, table.C: ^use
26185:
26186: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26187: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
26188: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
26189: ^while. switched off wcontext.constructing after write(value) or
26190: auto-vhash-constructing
26191:
26192: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26193: main/pa_request.C: fail_if_junction_ helper func
26194:
26195: * src/: classes/root.C, classes/table.C, include/pa_common.h,
26196: include/pa_request.h, main/execute.C, main/main.dsp,
26197: main/pa_common.C, main/pa_request.C: ^process error point by
26198: actual method_name, not source. ^load
26199:
26200: * src/types/pa_vtable.h: table: no, better with string in cells...
26201:
26202: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
26203: classes/_table.h, classes/table.C, main/untaint.C: z
26204:
26205: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
26206: include/pa_table.h, main/core.C, main/execute.C,
26207: main/pa_common.C, main/pa_request.C, main/pa_table.C,
26208: types/pa_value.h: table:set 0
26209:
26210: * src/: classes/root.C, include/core.h, include/pa_array.h,
26211: include/pa_request.h, include/pa_table.h, main/core.C,
26212: main/main.dsp, main/pa_request.C, main/pa_table.C,
26213: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
26214: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
26215: types/pa_vstring.h: freeze, ^table:create[] -1
26216:
26217: * src/: classes/root.C, types/pa_value.h: z
26218:
26219: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
26220: get_method in couple places optimizing them
26221:
26222: * src/classes/root.C: z
26223:
26224: * src/: classes/root.C, types/pa_vclass.h: process temp main
26225: zeroing
26226:
26227: * src/: classes/double.C, classes/int.C, classes/root.C,
26228: classes/string.C, include/pa_common.h, include/pa_request.h,
26229: include/pa_string.h, include/pa_types.h, main/compile.C,
26230: main/compile.y, main/compile_tools.h, main/execute.C,
26231: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26232: types/pa_vmframe.h: ^process. actual names to store param and
26233: check_actual_numbered_params for better place diagnostics
26234:
26235: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
26236: method-junctions bug fixed
26237:
26238: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
26239: pa_vstateless_object.h, pa_vstring.h: stateless_object
26240:
26241: 2001-03-11 paf
26242:
26243: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
26244: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
26245: VDouble VInt base now VObject_base - without fields
26246:
26247: * src/: classes/root.C, include/core.h, main/core.C: z
26248:
26249: * src/: classes/double.C, classes/int.C, classes/root.C,
26250: classes/string.C, include/core.h, include/pa_hash.h,
26251: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
26252: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
26253:
26254: * src/: classes/double.C, classes/int.C, classes/root.C,
26255: include/pa_request.h, main/execute.C: intercept_string
26256:
26257: * src/: classes/double.C, classes/int.C, classes/root.C,
26258: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
26259:
26260: * src/: classes/double.C, classes/int.C, include/pa_request.h:
26261: ^inc-s(expr)
26262:
26263: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26264: classes/_root.h, classes/_string.h, classes/double.C,
26265: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26266: include/code.h, include/core.h, include/pa_array.h,
26267: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26268: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26269: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26270: include/pa_types.h, main/compile.C, main/compile.y,
26271: main/compile_tools.C, main/compile_tools.h, main/core.C,
26272: main/execute.C, main/pa_array.C, main/pa_common.C,
26273: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
26274: main/pa_request.C, main/pa_string.C, main/pa_table.C,
26275: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26276: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26277: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26278: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26279: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26280: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
26281:
26282: * src/: main/pa_request.C, types/pa_vhash.h: z
26283:
26284: * src/: include/core.h, include/pa_request.h, main/core.C,
26285: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
26286:
26287: * src/: include/pa_valiased.h, include/pa_value.h,
26288: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26289: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26290: include/pa_vjunction.h, include/pa_vmframe.h,
26291: include/pa_vobject.h, include/pa_vstring.h,
26292: include/pa_vunknown.h, include/pa_wcontext.h,
26293: include/pa_wwrapper.h, main/compile.y, main/core.C,
26294: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
26295: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
26296: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26297: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26298: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26299: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26300: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26301: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
26302: include/
26303:
26304: 2001-03-10 paf
26305:
26306: * src/: include/core.h, include/pa_request.h, main/core.C,
26307: main/pa_request.C: run+auto=run
26308:
26309: * src/: classes/root.C, include/pa_request.h: minor if junction bug
26310:
26311: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26312: classes/_root.h, classes/_string.h, classes/double.C,
26313: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26314: include/code.h, include/core.h, include/pa_array.h,
26315: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26316: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26317: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26318: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
26319: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26320: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26321: include/pa_vjunction.h, include/pa_vmframe.h,
26322: include/pa_vobject.h, include/pa_vstring.h,
26323: include/pa_vunknown.h, include/pa_wcontext.h,
26324: include/pa_wwrapper.h, main/compile.C, main/compile.y,
26325: main/compile_tools.C, main/compile_tools.h, main/core.C,
26326: main/execute.C, main/pa_array.C, main/pa_cframe.C,
26327: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
26328: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
26329: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
26330: main/pa_wcontext.C: sources header
26331:
26332: * src/main/pa_request.C: auto..
26333:
26334: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26335: main/pa_request.C: auto tree0
26336:
26337: * src/: include/core.h, include/pa_request.h, main/compile.y,
26338: main/core.C, main/pa_request.C: names to core.C
26339:
26340: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
26341: include/pa_request.h, main/core.C, main/execute.C,
26342: main/pa_common.C, main/pa_request.C: root auto.p loaded
26343:
26344: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
26345: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
26346: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26347: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
26348:
26349: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
26350: @auto[] realised. auto.p scan togo
26351:
26352: * src/: include/pa_request.h, main/execute.C: autocalc
26353: code-junctions result now have names
26354:
26355: * src/: classes/double.C, classes/int.C, classes/root.C,
26356: classes/string.C, include/pa_request.h, include/pa_string.h,
26357: include/pa_wcontext.h, main/compile.y, main/execute.C,
26358: main/pa_string.C, main/pa_wcontext.C: tainting 0
26359:
26360: * src/classes/env.C: env:file/line
26361:
26362: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26363: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26364: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26365: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26366: main/compile_tools.C, main/compile_tools.h, main/core.C,
26367: main/execute.C, main/main.dsp, main/pa_cframe.C,
26368: main/pa_request.C, main/pa_wcontext.C: const fight finished
26369:
26370: * src/include/pa_vclass.h: const fight to go
26371:
26372: * src/: classes/_env.h, classes/env.C, classes/root.C,
26373: include/pa_request.h, include/pa_vclass.h, main/core.C,
26374: main/main.dsp: env0
26375:
26376: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26377: classes/_string.h, classes/double.C, classes/int.C,
26378: classes/root.C, classes/string.C, include/pa_request.h,
26379: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26380: include/pa_wcontext.h, main/core.C, main/main.dsp,
26381: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26382: main/pa_wcontext.C: ^lang prepare0
26383:
26384: 2001-03-09 paf
26385:
26386: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26387: construct proper naming
26388:
26389: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26390: classes/double.C, classes/int.C, classes/root.C,
26391: classes/string.C, include/code.h, include/pa_value.h,
26392: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26393: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26394: main/compile.y, main/compile_tools.C, main/core.C,
26395: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26396: and ^double[]. fixed expr type
26397:
26398: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26399: ^string.length[]
26400:
26401: 2001-03-08 paf
26402:
26403: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26404:
26405: * src/: include/pa_vclass.h, include/pa_vstring.h,
26406: include/pa_wcontext.h, main/compile.y, main/core.C,
26407: main/execute.C, main/main.dsp: dead end: vstring can't be
26408: derivated from vobject
26409:
26410: * src/: include/pa_vclass.h, include/pa_vhash.h,
26411: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26412:
26413: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26414: remained clone conseqs
26415:
26416: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26417:
26418: * src/main/pa_vclass.C: wow! vclass were out of vcs
26419:
26420: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26421: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26422: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26423: include/pa_vobject.h, include/pa_vstring.h,
26424: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26425: main/execute.C: withoud cloning. didn't need it actually, params
26426: got passed from out unnamed ewpool
26427:
26428: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26429: include/pa_vjunction.h, include/pa_vobject.h,
26430: include/pa_vunknown.h, main/compile.y: cloning dead end
26431:
26432: * src/: include/pa_bool.h, include/pa_double.h,
26433: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26434: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26435: include/pa_vjunction.h, include/pa_vmframe.h,
26436: include/pa_vobject.h, include/pa_vstring.h,
26437: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26438: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26439: to give params proper names
26440:
26441: * src/main/pa_wcontext.C: z
26442:
26443: * src/: include/pa_vmframe.h, main/execute.C: added names to
26444: unknown values in get_element and unfilled params. removed wrong
26445: name change in get_element
26446:
26447: * src/main/execute.C: z
26448:
26449: * src/main/execute.C: fixed problems calling operators in
26450: constructors
26451:
26452: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26453: detected problems calling operators in constructors
26454:
26455: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26456: autocalc def to string
26457:
26458: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26459: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26460:
26461: * src/classes/root.C: added root.c
26462:
26463: * src/: include/pa_request.h, include/pa_value.h,
26464: include/pa_vcframe.h, include/pa_vmframe.h,
26465: include/pa_wcontext.h, main/compile.C, main/compile.y,
26466: main/core.C, main/execute.C, main/pa_cframe.C,
26467: main/pa_wcontext.C: 'if' just compiled
26468:
26469: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26470: include/pa_vjunction.h, include/pa_vmframe.h,
26471: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26472: main/pa_wcontext.C: z
26473:
26474: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26475: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26476: with parameter names in operator methods
26477:
26478: * src/main/compile.y: minor renamings in .y
26479:
26480: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26481: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26482: @BASE. changed 'RUN' assignment mech
26483:
26484: * src/main/execute.C: z
26485:
26486: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26487: main/compile_tools.h, main/execute.C: made class: dynamic, not
26488: static. so to enable runtime ^use
26489:
26490: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26491:
26492: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26493: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26494:
26495: * src/main/execute.C: root root in code-junction
26496:
26497: 2001-03-07 paf
26498:
26499: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26500: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26501:
26502: * src/: include/pa_stack.h, include/pa_value.h,
26503: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26504: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26505: fixed rwcontext of {} params up
26506:
26507: * src/main/: compile.y, compile_tools.h: ^func(params)
26508:
26509: * src/main/compile.y: .y priorities syntax shaped up a bit
26510:
26511: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26512: include/pa_vunknown.h, main/compile.y, main/execute.C,
26513: main/pa_hash.C: expr def in -f
26514:
26515: * src/main/: compile.y, execute.C: expr calls
26516:
26517: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26518: fixed
26519:
26520: * src/main/compile.y: expr quoted code
26521:
26522: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26523: support0
26524:
26525: * src/main/compile.y: expr string comparisons 0
26526:
26527: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26528: main/pa_string.C: just compiled lt&co
26529:
26530: * src/main/execute.C: ^var.menu{$field} problem detected. that
26531: $field not a $var.field
26532:
26533: 2001-03-06 paf
26534:
26535: * src/main/compile.y: .y expr visible-shorter
26536:
26537: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26538: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26539: logical
26540:
26541: * src/: include/pa_vstring.h, main/compile.y: problems with
26542: skipping whitespace in yylex
26543:
26544: * src/include/pa_vbool.h: forgot this
26545:
26546: * src/: include/code.h, main/compile.y, main/execute.C: without
26547: string ops in expressions 0
26548:
26549: * src/: include/pa_value.h, include/pa_vdouble.h,
26550: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26551: main/execute.C, main/main.dsp: !~
26552:
26553: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26554: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26555: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26556: include/pa_vunknown.h, include/pa_wcontext.h,
26557: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26558: main/compile_tools.h, main/execute.C: +-*/
26559:
26560: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26561: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26562:
26563: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26564: main/execute.C: expr grammar-1 2*2=4.000000 :)
26565:
26566: * src/main/compile.y: expr grammar-1
26567:
26568: * src/main/compile.y: expr lexx1
26569:
26570: * src/main/: compile.y, execute.C, main.dsp: z
26571:
26572: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26573: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26574: main/execute.C: expr lex0 exec-1
26575:
26576: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26577:
26578: 2001-02-26 paf
26579:
26580: * src/main/compile.y: max_string in yyerror bug fix
26581:
26582: 2001-02-25 paf
26583:
26584: * src/: include/pa_value.h, include/pa_vmframe.h,
26585: include/pa_wcontext.h, main/execute.C: VAliased3
26586:
26587: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26588:
26589: * src/main/execute.C: VAliased1
26590:
26591: * src/: include/pa_request.h, include/pa_value.h,
26592: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26593: VAliased0
26594:
26595: * src/: include/pa_pool.h, include/pa_request.h,
26596: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26597: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26598: VAliased just compiled
26599:
26600: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26601: include/pa_vobject.h, main/execute.C: alias dead end
26602:
26603: * src/: include/pa_value.h, include/pa_vclass.h,
26604: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26605: main/main.dsp: no not get fields into interm VFielded class.
26606: fields & staticfields 1
26607:
26608: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26609: include/pa_vobject.h, include/pa_wcontext.h,
26610: include/pa_wwrapper.h, main/core.C, main/execute.C,
26611: main/main.dsp: would now get fields into interm VFielded class
26612:
26613: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26614: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26615: include/pa_wcontext.h, main/compile.y, main/core.C,
26616: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26617: main/pa_wcontext.C: virtuals2
26618:
26619: * src/main/compile.y: : 1
26620:
26621: * src/main/compile.y: rethought to $class:static.field.subfield
26622:
26623: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26624: $class:element
26625:
26626: * src/: include/pa_value.h, include/pa_vmframe.h,
26627: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26628: main/pa_wcontext.C: before execute class calls rewrite
26629:
26630: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26631: name RUN, also alias
26632:
26633: * src/main/compile.y: escaping bug
26634:
26635: * src/: include/pa_request.h, include/pa_value.h,
26636: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26637: main/core.C, main/execute.C, main/pa_common.C: vobject1
26638:
26639: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26640: include/pa_vmframe.h, include/pa_vobject.h,
26641: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26642: main/compile_tools.h, main/execute.C: ^class:method() just
26643: compiled
26644:
26645: 2001-02-24 paf
26646:
26647: * src/main/main.dsp: no bison -d
26648:
26649: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26650: class' err msg wrong
26651:
26652: * src/main/compile.y: z
26653:
26654: * src/main/: compile.y, core.C: yylex need some @special lines adj
26655:
26656: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26657: main/compile.y, main/compile_tools.h, main/core.C: modules0
26658:
26659: * src/: include/pa_vclass.h, main/core.C: z
26660:
26661: * src/: include/pa_value.h, include/pa_vclass.h,
26662: include/pa_vobject.h, main/main.dsp: vobject00
26663:
26664: * src/main/pa_array.C: minor bug in expanding very small arrays.
26665: 60% from 1 were 0
26666:
26667: * src/: include/pa_value.h, include/pa_wcontext.h,
26668: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26669: as bad as you've named it: wcontext.value() was not a perfect
26670: idea
26671:
26672: * src/main/execute.C: codeframe1
26673:
26674: * src/: include/pa_value.h, include/pa_vcframe.h,
26675: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26676: include/pa_vjunction.h, include/pa_vmframe.h,
26677: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26678: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26679: just compiled
26680:
26681: * src/: include/pa_vframe.h, main/compile.y: found junction
26682: ideology @: ^x{$a()) must construct current wcontext element, so
26683: smart wcontext handling needed
26684:
26685: * src/main/compile.y: fixed grammar bugs in constructor/params
26686: klinch
26687:
26688: * src/main/: compile.y, execute.C: fixed empty constructor
26689: optimized empty case. failed on calls - produced empty string
26690: param
26691:
26692: * src/main/compile.y: fixed last \n macrotemplate strip bug
26693:
26694: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26695: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26696: main/compile_tools.C, main/compile_tools.h, main/core.C,
26697: main/execute.C: code junctions0. something wrong with last \n
26698: macrotemplate strip
26699:
26700: * src/: include/pa_value.h, main/compile.C, main/core.C,
26701: main/pa_value.C: minor error reporting format beautifyings
26702:
26703: * src/: include/pa_value.h, include/pa_vclass.h,
26704: include/pa_vframe.h, main/core.C, main/execute.C,
26705: main/pa_value.C: get_method RIP. junctions everywhere. call with
26706: junctions0
26707:
26708: 2001-02-23 paf
26709:
26710: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26711: pa_wwrapper.h: lara came, can't work, sorry :(
26712:
26713: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26714: junction
26715:
26716: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26717: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26718: main/execute.C, main/main.dsp, main/pa_value.C: call0
26719:
26720: * src/: include/pa_hash.h, include/pa_value.h,
26721: include/pa_wcontext.h, main/core.C, main/execute.C,
26722: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26723: done
26724:
26725: * src/include/pa_wcontext.h: z
26726:
26727: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26728: wrong grammar in complex constructor case
26729:
26730: * src/main/: compile.y, execute.C: empty constructor bug fixed
26731:
26732: * src/main/execute.C: with result rwpool
26733:
26734: * src/: include/pa_value.h, main/core.C, main/execute.C,
26735: main/main.dsp: value named
26736:
26737: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26738: strign 2 value in 2 places in execute
26739:
26740: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26741: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26742: wcontext.put_element when wcontext fvalue==0
26743:
26744: 2001-02-22 paf
26745:
26746: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26747: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26748: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26749:
26750: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26751: erroreos checkout
26752:
26753: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26754:
26755: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26756: main/compile_tools.h, main/pa_array.C: $self.get
26757:
26758: * src/main/: compile.C, compile.y, compile_tools.C: z
26759:
26760: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26761: bit. finished now.
26762:
26763: * src/main/compile.y: $: finished
26764:
26765: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26766:
26767: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26768: main/execute.C: OP_STRING better then some xxx _VALUE
26769:
26770: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26771: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26772: string to vstring it .y all
26773:
26774: * src/: include/pa_request.h, include/pa_stack.h,
26775: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26776: all
26777:
26778: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26779: precise parse error line:col
26780:
26781: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26782: main/pa_hash.C, main/pa_pool.C: TRY...
26783:
26784: * src/: include/pa_exception.h, include/pa_pool.h,
26785: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26786: main/compile.C, main/compile.y, main/compile_tools.C,
26787: main/core.C, main/pa_array.C, main/pa_exception.C,
26788: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26789: main/pa_table.C: removed exception from request
26790:
26791: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26792: some forgotten
26793:
26794: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26795: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26796: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26797: get/put simple vars to VClass works0
26798:
26799: * src/: include/pa_array.h, include/pa_wcontext.h,
26800: main/pa_string.C: in process, but found that exceptions are too
26801: global
26802:
26803: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26804: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26805: main/execute.C, main/pa_string.C: write_value write_string 0 it
26806: seems wcontext must write strings regardles of fvalue!=0
26807:
26808: 2001-02-21 paf
26809:
26810: * src/main/execute.C: tired :)
26811:
26812: * src/main/: compile.C, compile.y, execute.C: store0
26813:
26814: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26815: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26816: include/pa_wcontext.h, main/compile.C, main/compile.y,
26817: main/execute.C, main/main.dsp, main/pa_array.C,
26818: main/pa_request.C: get put -1 [just compiled]
26819:
26820: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26821: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26822: main/main.dsp, main/pa_request.C: request core methods0
26823:
26824: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26825: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26826: execute
26827:
26828: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26829: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26830: methods and one_big_piece. now compile returns array<method*>
26831:
26832: * src/main/compile.y: more straightforward yylex[end]
26833:
26834: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26835: string.operator==(char*)
26836:
26837: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26838: main/execute.C, main/pa_array.C: after array.const get wonders
26839:
26840: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26841: pa_string.h, pa_value.h: struck with const array.gets
26842:
26843: * src/main/: execute.C: z
26844:
26845: * src/main/: compile.y, execute.C: z
26846:
26847: * src/main/: compile.C, compile.y, compile_tools.h: error
26848: processing in eval & yyerror so it wouldn't cause memleaks.
26849:
26850: * src/main/: compile.C, compile.y: failed to add absolute precies
26851: parse error positions. leaving RIGHTMOST position as
26852: @file[line:col]
26853:
26854: * src/: include/compile.h, main/compile.C, main/compile.y,
26855: main/compile_tools.h: line numbers needed. would add them to .y
26856: now internally. externally it's not as precise as needed
26857:
26858: * src/: include/code.h, include/pa_types.h, main/compile.C,
26859: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26860: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26861: compiler works ok
26862:
26863: 2001-02-20 paf
26864:
26865: * src/main/: compile.C, compile.y, compile_tools.C,
26866: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26867: not perfect
26868:
26869: * src/: include/code.h, include/compile.h, include/execute.h,
26870: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26871: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26872: main/compile.C, main/compile.y, main/compile_tools.C,
26873: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26874: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26875: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26876: compiled. execute=dump for now
26877:
26878: * src/main/core.C: core rewrite using yacc investigations now will
26879: be compile[yacc]/execute[opcodes]
26880:
26881: 2001-02-15 paf
26882:
26883: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26884: rewrite as turing machine? for it seems it would be it's too many
26885: ifs with this syntax now
26886:
26887: 2001-02-14 paf
26888:
26889: * src/main/core.C: get_params 1
26890:
26891: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26892: :( ]
26893:
26894: * src/main/core.C: varios breaks
26895:
26896: * src/main/core.C: get names 3
26897:
26898: * src/main/core.C: get names 2
26899:
26900: * src/main/core.C: get names 1
26901:
26902: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26903: names 0
26904:
26905: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26906: text repassing2 operator static vars
26907:
26908: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26909: main/pa_string.C: process text repassing
26910:
26911: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26912: module:calls changes
26913:
26914: 2001-02-13 paf
26915:
26916: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26917: ^class:calls[] started
26918:
26919: * src/: include/pa_value.h, main/core.C: z
26920:
26921: * src/main/core.C: operators : and self. prefixes
26922:
26923: * src/main/core.C: z
26924:
26925: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26926: tested
26927:
26928: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26929: optimized
26930:
26931: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26932: would change privates to better support optimization
26933:
26934: * src/: include/pa_string.h, main/pa_string.C:
26935: String_iterator::skip_to todo:optimize
26936:
26937: 2001-02-12 paf
26938:
26939: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26940: String_iterator
26941:
26942: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26943: comments
26944:
26945: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26946: self/methodref joined
26947:
26948: 2001-02-11 paf
26949:
26950: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26951: main/main.dsp: core started. core.C, context&value .h
26952:
26953: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26954: include/pa_string.h, main/main.dsp, main/pa_array.C,
26955: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26956:
26957: 2001-01-30 paf
26958:
26959: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26960: comments
26961:
26962: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26963: main/pa_pool.C: moved pa_pool.C to be target specific
26964:
26965: * src/: include/pa_exception.h, include/pa_pool.h,
26966: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26967: to & changes
26968:
26969: * src/: include/pa_exception.h, include/pa_pool.h,
26970: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26971: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26972: re-associated. that's much better even removed 'die' necessety
26973:
26974: * src/: include/pa_error.h, include/pa_exception.h,
26975: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26976: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26977: targets/Makefile.am: lowered targets/parser into subdir, added
26978: parser_Pool(Pool) failed to add. would think..
26979:
26980: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26981: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26982: main/pa_string.C, main/pa_table.C: Table more like C++ style
26983: hence lots of 'const'
26984:
26985: * src/: include/pa_error.h, include/pa_request.h,
26986: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26987: main/pa_table.C: Error fixed
26988:
26989: 2001-01-29 paf
26990:
26991: * src/: include/pa_array.h, include/pa_common.h,
26992: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26993: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26994: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26995: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26996:
26997: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26998: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26999: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
27000: main/pa_string.C, main/pa_table.C: Request Error Table
27001:
27002: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
27003: templates"
27004:
27005: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
27006: main/main.dsp, main/pa_array.C: templates failed no template
27007: specializations [VC6], no library auto instantation [VC6, GNU c++
27008: 2.95.2-6 from latest cygwin]
27009:
27010: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27011: include/pa_string.h, include/pa_table.h, include/pa_types.h,
27012: main/main.dsp, main/pa_array.C, main/pa_string.C,
27013: main/pa_table.C: Table started would test template Array now
27014:
27015: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
27016: String originating
27017:
27018: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
27019: main/pa_hash.C: made local Hash-es not thread safe=quicker by
27020: SYNCHRONIZED(thread_safe)
27021:
27022: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
27023: parts to top
27024:
27025: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
27026: main/pa_threads.C: decided on one global_mutex, like PHP as I can
27027: see: needed only in global Hash now, made Hash:: put/get
27028: SYNCHRONIZED
27029:
27030: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
27031: main/pa_threads.C: added pa_threads
27032:
27033: Mutex
27034:
27035: * src/include/pa_hash.h: some comments
27036:
27037: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
27038: Array& operator += (Array& src)
27039:
27040: * src/main/pa_array.C: expand not convinient, would rewrite
27041:
27042: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
27043: (Array& src)
27044:
27045: rethought, would change now
27046:
27047: 2001-01-27 paf
27048:
27049: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
27050: caching
27051:
27052: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27053: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
27054: cache rethought to chunk caching
27055:
27056: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27057: include/pa_string.h, main/main.dsp, main/pa_array.C,
27058: main/pa_hash.C, main/pa_string.C: Array 0
27059:
27060: * src/main/pa_string.C: String::operator ==
27061:
27062: * src/main/pa_hash.C: String(&String)
27063:
27064: * src/main/pa_hash.C: added pa_hash.C [forgotten]
27065:
27066: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
27067: main/main.dsp, main/pa_string.C: uint, and added pa_types &
27068: pa_hash[forgotten]
27069:
27070: 2001-01-26 paf
27071:
27072: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
27073: removed templates [vc++ suxx]
27074:
27075: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
27076: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
27077:
27078: * src/include/: pa_pool.h, pa_string.h: pa_pool split
27079:
1.119 moko 27080: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 27081:
1.119 moko 27082: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 27083: check
27084:
27085: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
27086: dynamic row_count
27087:
27088: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27089: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27090: targets/Makefile.am: Initial revision
27091:
27092: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27093: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27094: targets/Makefile.am: creating parser3 module
27095:
E-mail: