Annotation of parser3/ChangeLog, revision 1.236
1.236 ! moko 1: 2026-05-06 moko
! 2:
! 3: * operators.ru.txt, operators.txt: ^int/double.++[] and
! 4: ^int/double.--[] documented (related to feature #1294)
! 5:
! 6: * tests/: 063.html, results/063.processed: test for
! 7: ^int/double.++[] and ^int/double.--[] added (related to feature
! 8: #1294)
! 9:
! 10: * src/classes/: double.C, int.C: ^int/double.++[] and
! 11: ^int/double.--[] added (adopted Sumo patch, implements feature
! 12: #1294)
! 13:
! 14: * src/main/main.vcproj: pa_inline_hash.h added (related to feature
! 15: #1293)
! 16:
1.235 moko 17: 2026-04-30 moko
18:
19: * src/include/pa_inline_hash.h: PA_PROBE_LIMIT added (related to
20: feature #1293)
21:
22: * src/include/pa_inline_hash.h: First lookup optimization added
23: (related to feature #1293)
24:
25: * src/include/pa_inline_hash.h: upgrade to linear-probing hash
26: (related to feature #1293)
27:
1.234 moko 28: 2026-04-25 moko
29:
30: * INSTALL, NEWS, README, buildall, src/classes/amqp.C,
31: src/classes/array.C, src/classes/bool.C, src/classes/classes.C,
32: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
33: src/classes/double.C, src/classes/file.C, src/classes/form.C,
34: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
35: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
36: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
37: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
38: src/classes/regex.C, src/classes/response.C,
39: src/classes/string.C, src/classes/table.C, src/classes/void.C,
40: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
41: src/include/pa_array.h, src/include/pa_base64.h,
42: src/include/pa_cache_managers.h, src/include/pa_charset.h,
43: src/include/pa_charsets.h, src/include/pa_common.h,
44: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
45: src/include/pa_dictionary.h, src/include/pa_dir.h,
46: src/include/pa_exception.h, src/include/pa_exec.h,
47: src/include/pa_globals.h, src/include/pa_hash.h,
48: src/include/pa_http.h, src/include/pa_inline_hash.h,
49: src/include/pa_int.h, src/include/pa_memory.h,
50: src/include/pa_opcode.h, src/include/pa_operation.h,
51: src/include/pa_os.h, src/include/pa_pool.h,
52: src/include/pa_random.h, src/include/pa_request.h,
53: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
54: src/include/pa_sapi.h, src/include/pa_socks.h,
55: src/include/pa_sql_connection.h,
56: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
57: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
58: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
59: src/include/pa_table.h, src/include/pa_threads.h,
60: src/include/pa_types.h, src/include/pa_uue.h,
61: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
62: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
63: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c,
64: src/lib/memcached/pa_memcached.C,
65: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
66: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
67: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
68: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
69: src/main/compile.tab.C, src/main/compile.y,
70: src/main/compile_tools.C, src/main/compile_tools.h,
71: src/main/execute.C, src/main/pa_base64.C,
72: src/main/pa_cache_managers.C, src/main/pa_charset.C,
73: src/main/pa_charsets.C, src/main/pa_common.C,
74: src/main/pa_dictionary.C, src/main/pa_dir.C,
75: src/main/pa_exception.C, src/main/pa_exec.C,
76: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_int.C,
77: src/main/pa_memory.C, src/main/pa_os.C, src/main/pa_pool.C,
78: src/main/pa_random.C, src/main/pa_request.C, src/main/pa_socks.C,
79: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
80: src/main/pa_stylesheet_connection.C,
81: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
82: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
83: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
84: src/main/untaint.C, src/main/helpers/simple_folding.pl,
85: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
86: src/targets/apache/mod_parser3_core.C,
87: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
88: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
89: src/types/pa_method.h, src/types/pa_property.h,
90: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vamqp.h,
91: src/types/pa_varray.C, src/types/pa_varray.h,
92: src/types/pa_vbool.h, src/types/pa_vcaller_wrapper.h,
93: src/types/pa_vclass.C, src/types/pa_vclass.h,
94: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
95: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
96: src/types/pa_vdate.C, src/types/pa_vdate.h,
97: src/types/pa_vdouble.h, src/types/pa_venv.C, src/types/pa_venv.h,
98: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
99: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
100: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
101: src/types/pa_vimage.C, src/types/pa_vimage.h,
102: src/types/pa_vint.h, src/types/pa_vjunction.C,
103: src/types/pa_vjunction.h, src/types/pa_vmail.C,
104: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
105: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
106: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
107: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
108: src/types/pa_vobject.h, src/types/pa_vregex.C,
109: src/types/pa_vregex.h, src/types/pa_vrequest.C,
110: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
111: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
112: src/types/pa_vstateless_class.h,
113: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
114: src/types/pa_vstatus.h, src/types/pa_vstring.C,
115: src/types/pa_vstring.h, src/types/pa_vtable.C,
116: src/types/pa_vtable.h, src/types/pa_vvoid.C,
117: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
118: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
119: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
120: src/types/pa_wwrapper.h: Copyright year updated, websites links
121: changed to https://
122:
123: * src/include/pa_inline_hash.h: delete added (related to feature
124: #1293)
125:
126: 2026-04-24 moko
127:
128: * src/: classes/reflection.C, main/pa_common.C, types/pa_method.h,
129: types/pa_vmethod_frame.h: inline-storage hash used to avoid
130: allocations for MethodFrame args and locals (imlpements feature
131: #1293) _stack uses for_each to avoid Iterator for
132: InlineHashString
133:
134: * src/include/: Makefile.am, pa_inline_hash.h: inline-storage hash
135: added to avoid allocations for MethodFrame args and locals
136: (related to feature #1293)
137:
138: * tests/: 337.html, 434.html, results/320.processed,
139: results/434.processed: test for ^A[v1;v2]=^array::create[v1;v2]
140: added (related to feature #1282)
141:
142: * src/classes/op.C: ^A[v1;v2]=^array::create[v1;v2] added
143: (implements feature #1282)
144:
145: * tests/: 447.html, results/447.processed: exceptions tests added
146: (related to feature #1286)
147:
148: * src/classes/reflection.C: native method exception added (related
149: to feature #1286)
150:
151: * src/main/execute.C: removes irrelevant lines from exception stack
152: trace when exception occur in array assigment (related to bug
153: #1165) + useless #define removed
154:
155: * src/: include/pa_request.h, main/compile.y: warnings war
156:
157: 2026-04-23 moko
158:
159: * src/main/: compile.y, compile_tools.C, compile_tools.h:
160: maybe_append_simple_diving_code() is not related to
161: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
162:
1.233 moko 163: 2026-03-01 moko
164:
165: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
166: main/pa_request.C: configure_user removed, $MAIN:MAIL now
167: processed inside ^mail:send[] (implements feature #1290)
168:
169: 2026-02-25 moko
170:
171: * tests/: 182.html, 182_dir/a7.p, results/182.processed: test for
172: array redefinition added
173:
174: * src/main/pa_request.C: array redefinition fixed
175:
176: * tests/: 182.html, results/182.processed: test for
177: ^reflection:classes[] order (related to feature #1289)
178:
179: * src/: classes/reflection.C, include/pa_request.h,
180: main/pa_request.C: classes now OrderedHashString, implements
181: feature #1289
182:
1.232 moko 183: 2026-02-02 moko
184:
185: * tests/: 307.html, results/307.processed: more "junction used
186: outside of context" tests added
187:
1.231 moko 188: 2026-01-09 moko
189:
190: * src/classes/amqp.C: auto_delete is better false by default
191: (related to feature #1288)
192:
193: * src/classes/amqp.C: more methods bool args fixes, nowait removed
194: (related to feature #1288)
195:
196: * src/classes/amqp.C: nowait was mixed up with exclusive in consume
197:
198: * src/classes/amqp.C: amqp_basic_cancel added to consume, purge
199: returns purged messages count (related to feature #1288)
200:
201: * tests/: 449.html, results/449.processed, results/auto.p: test for
202: table size limit added (related to feature #1276)
203:
204: * src/classes/table.C: $MAIN:LIMITS.max_array_size now used to
205: limit table size; note: for append and insert operations only
206: (implements feature #1276)
207:
208: 2026-01-08 moko
209:
210: * src/classes/amqp.C: addition to feature #1288: declare_exchange +
211: declare_queue = declare; delete_exchange + delete_queue = delete;
212: bind_queue -> bind; unbind_queue -> unbind; + purge, + info;
213: consume can be called without callback with optional $.count(N),
214: returns array of messages;
215:
216: 2026-01-07 moko
217:
218: * tests/: 448.html, results/448.processed: avoid 500, show
219: exception where not supported
220:
221: * src/include/pa_int.h: warnings war
222:
223: * tests/: 422.html, results/422.processed: test updated after wide
224: int implemented (feature #1273)
225:
226: * src/main/pa_int.C: warnings war
227:
228: * src/classes/classes.vcproj: +amqp.C
229:
230: * src/classes/: int.C, string.C: warnings war
231:
232: * src/classes/: op.C: warnings war
233:
234: * src/: classes/op.C, main/pa_int.C: warnings war
235:
236: * src/types/pa_vdate.h: warnings war
237:
238: * src/main/pa_int.C: warnings war continues
239:
240: * src/: include/pa_int.h, main/pa_int.C, types/pa_vint.h: warnings
241: war
242:
243: * src/types/pa_vdate.C: reverted, format_double still required here
244:
245: * src/: include/pa_int.h, main/pa_int.C, types/pa_vmath.C:
246: format_double now supports wint, $math:int_max and $math:int_min
247: added, PA_WIDE_INT is finally enabled by default (implements
248: feature #1273)
249:
250: * tests/: 275.html, results/275.processed: preparing tests for int
251: extension
252:
253: * tests/: 424.html, results/424.processed: actualized and prepared
254: for wide int
255:
256: 2026-01-06 moko
257:
258: * src/: classes/double.C, classes/int.C, classes/string.C,
259: include/pa_common.h, include/pa_int.h, include/pa_string.h,
260: main/execute.C, main/pa_common.C, main/pa_int.C,
261: types/pa_value.h, types/pa_vdate.C, types/pa_vdate.h,
262: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmethod_frame.h,
263: types/pa_vstring.h: feature #1273 core implementation:
264: value::as_wint added, implemented for int/double/string, and used
265: where applicable; vint now holds pa_wint type; format_double
266: moved to pa_int
267:
268: * src/: include/pa_array.h, include/pa_string.h, main/main.vcproj:
269: pa_int includes tuning, vcproj updated (related to feature #1273)
270:
271: * src/main/pa_int.C: build fix
272:
273: * src/: include/Makefile.am, main/Makefile.am: pa_int.h/pa_int.C
274: added, another preparation for feature #1273
275:
276: * src/: include/pa_array.h, include/pa_int.h, include/pa_string.h,
277: include/pa_types.h, main/pa_int.C, main/pa_string.C,
278: types/pa_vint.h: pa_int.h/pa_int.C added and all related code
279: moved there, pa_wint and related functions added, another
280: preparation for feature #1273
281:
1.230 moko 282: 2025-12-17 moko
283:
284: * src/classes/json.C: optimization: String::Empty used and avoided
285: using passed length.
286:
287: 2025-12-16 moko
288:
289: * src/classes/string.C: sync _int with _double, avoid int usage
290: (related to #1273)
291:
1.229 moko 292: 2025-12-08 moko
293:
294: * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE
295: define added and used for OS X as well
296:
1.228 moko 297: 2025-11-30 moko
298:
299: * configure, configure.ac, src/include/pa_config_auto.h.in,
300: src/include/pa_config_fixed.h: int64_t added in preparation to
301: feature #1273
302:
1.227 moko 303: 2025-11-22 moko
304:
305: * src/classes/amqp.C: delivery_tag changed from string to double
306: (related to feature #1288)
307:
1.226 moko 308: 2025-11-14 moko
309:
310: * src/types/pa_vstatus.C, tests/448.html,
311: tests/results/448.processed: $status:limit-cpu,
312: $status:limit-mem, $status:limit-nproc unlimited support added,
313: test added (related to feature #1280)
314:
315: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
316: $status:limit-mem, $status:limit-nproc added (implements feature
317: #1280)
318:
319: 2025-11-12 moko
320:
321: * tests/results/: 323.processed, 421.processed: tests results
322: updated after amqp class added
323:
1.225 moko 324: 2025-11-08 moko
325:
326: * src/classes/amqp.C: tls support added, errors reporting improved
327: (related to feature #1288)
328:
329: * src/classes/amqp.C: tls support added (related to feature #1288)
330:
331: * src/classes/amqp.C: exceptions text now printed (related to
332: feature #1288)
333:
334: * src/classes/amqp.C: properties hash simplified (related to
335: feature #1288)
336:
337: 2025-11-07 moko
338:
339: * src/classes/amqp.C: consume fixed (related to feature #1288)
340:
341: * src/classes/classes.C: + amqp class
342:
343: * buildall, configure, configure.ac, src/classes/Makefile.am,
344: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
345: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
346: updated for librabbitmq support (relates to feature #1288)
347:
348: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
349: basic RabbitMQ C library (librabbitmq) support (partially
350: implements #1288)
351:
1.224 moko 352: 2025-10-05 moko
353:
354: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
355: reflection.C, string.C: Optimization: valid_options optimized
356: where HashStringValue::Iterator used
357:
358: * tests/results/224.processed: test result updated after date
359: functions updated (related to #1287)
360:
361: 2025-10-04 moko
362:
363: * operators.ru.txt, operators.txt: actualized
364:
365: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
366:
367: * tests/: 447.html, results/447.processed: tests for
368: ^reflection:override[$method] added (related to feature #1286)
369:
370: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
371: added (related to feature #1285)
372:
373: * src/classes/reflection.C:
374: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
375: added (implements feature #1286)
376:
377: * src/main/execute.C: bugfix: when method is attached from another
378: class, it's junction_template is initialized with another class,
379: thus get_vjunction should be used (related to feature #1286)
380:
381: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
382: ^date:iso-string[] - static call now formats current date
383: (implements feature #1287)
384:
385: 2025-10-01 moko
386:
387: * buildall: built-in mailreceive path actualized
388:
1.223 moko 389: 2025-09-01 moko
390:
391: * src/classes/math.C: old compilers support in ^math:eq
392:
393: 2025-08-31 moko
394:
395: * tests/: 446.html, results/446.processed: tests for
396: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
397:
398: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
399: implements #1285)
400:
401: 2025-08-30 moko
402:
403: * operators.ru.txt, operators.txt: actualized
404:
405: * tests/: 230.html, results/230.processed: test for ^file.save
406: $.append(false|true) option added (related to feature #1284)
407:
408: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
409: ^file.save $.append(false|true) option added (implements feature
410: #1284)
411:
1.222 moko 412: 2025-08-16 moko
413:
414: * etc/auto.p.in: LIMIT max_array_size actualized
415:
1.221 moko 416: 2025-08-01 moko
417:
418: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
419: pa_GC_abort_func added and used (implements feature #1283)
420:
421: * src/include/: pa_array.h, pa_config_includes.h:
422: PA_DEBUG_DISABLE_GC mode fixed for sparse array
423:
1.220 moko 424: 2025-07-04 moko
425:
426: * src/main/pa_common.C: typo fixed (related to bug #1282)
427:
428: * src/main/pa_common.C: minor optimization + create_dir_for_file
429: checks for \ (related to bug #1282)
430:
431: 2025-07-03 moko
432:
433: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
434: under Windows (fixes bug #1282)
435:
436: * src/main/pa_common.C: file:delete for UTF-8 files now works under
437: Windows (fixes bug #1282)
438:
439: 2025-06-28 moko
440:
441: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
442: Yavor Doganov <yavor@gnu.org>
443:
444: * src/main/pa_charset.C: typo fixed (related to feature #1281)
445:
446: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
447: compatibility fixed (implements feature #1281)
448:
1.219 moko 449: 2025-05-31 moko
450:
451: * src/main/pa_http.C: old gcc compilation fix (related to feature
452: #1277)
453:
454: 2025-05-28 moko
455:
456: * src/: classes/array.C, include/pa_array.h: last
457: Array_iterator::key() removed (related to feature #1277)
458:
459: 2025-05-27 moko
460:
461: * src/: classes/array.C, classes/table.C, include/pa_array.h,
462: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
463: and used (related to feature #1277)
464:
1.218 moko 465: 2025-05-26 moko
466:
467: * src/: classes/array.C, classes/curl.C, classes/hash.C,
468: classes/hashfile.C, classes/image.C, classes/table.C,
469: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
470: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
471: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
472: VString(const char *avalue) added and used to optimize new
473: VString(*new String(i.key(), String::L_TAINTED)) (related to
474: feature #1277)
475:
476: * src/: classes/array.C, classes/curl.C, classes/file.C,
477: classes/hash.C, classes/image.C, classes/json.C,
478: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
479: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
480: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
481: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
482: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
483: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
484: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
485: types/pa_vxnode.C: implements feature #1277 String::Body(const
486: char *abody) now explicit but HashString::put(const char *str, V
487: value) added for simplicity optimizations: HASH_PUT_CSTR used
488: where hash.put called several time during execution; caching
489: String::Body::uitoa used at all pash.put(<uint> calls.
490:
491: 2025-05-25 moko
492:
493: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
494: to feature #1277)
495:
496: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
497:
498: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
499: added for caching (related to feature #1277)
500:
501: * src/include/pa_string.h: optimized String:pos versions added
502: (without language + char *) (related to feature #1277)
503:
504: 2025-05-24 moko
505:
506: * tests/: 445.html, results/445.processed: test for
507: ^hash.array[[keys|values]] added (related to feature #1274)
508:
509: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
510: feature #1274)
511:
1.217 moko 512: 2025-01-26 moko
513:
514: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
515:
1.216 moko 516: 2025-01-25 moko
517:
518: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
519:
520: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
521: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
522: autoheader && automake && autoconf
523:
524: * src/lib/ltdl/configure.ac: new autotools used
525:
526: * acsite.m4, configure.ac: new autotools warnings fixed
527:
1.213 moko 528: 2025-01-10 moko
529:
1.215 moko 530: * tests/results/320.processed: test result updated after syslog
531: added
532:
1.214 moko 533: * src/classes/op.C: minor MSVC fixes
534:
535: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
536:
1.213 moko 537: * operators.ru.txt, operators.txt: +
538: ^syslog[ident;message[;info|warning|error|debug]]
539:
540: * src/classes/op.C: +
541: ^syslog[ident;message[;info|warning|error|debug]] (implelents
542: feature #1270)
543:
544: * configure, configure.ac, src/include/pa_config_auto.h.in,
545: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
546:
547: 2025-01-06 moko
548:
549: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
550: 2^n) calculated and used
551:
552: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
553: https://www.hadrons.org/software/libmd/
554:
1.212 moko 555: 2024-12-28 moko
556:
557: * tests/httpd/run_tests.sh: for FreeBSD compatibility
558:
559: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
560: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
561: $request:uri and $request:path tests added (related to feature
562: #1269)
563:
564: * operators.ru.txt, operators.txt: + $request:path documented
565: (related to feature #1269)
566:
567: * tests/: 065.html, results/065.processed: $request:path,
568: $request:uri tested
569:
570: * src/types/pa_vrequest.C: $request:path default is empty string to
571: match an empty URI in console mode (related to feature #1269)
572:
573: * etc/auto.p.in: $request:path used (related to feature #1269)
574:
575: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
576: (implements feature #1269)
577:
578: 2024-12-26 moko
579:
580: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
581: 3.5.0
582:
583: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
584: pa-include/pa_errno.h, pa-include/pa_file_info.h,
585: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
586: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
587: pa_strcat
588:
589: * tests/results/223.processed: apache upgraded @parser.ru
590:
591: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
592: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
593: pa-include/pa_errno.h, pa-include/pa_file_info.h,
594: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
595: pa-include/pa_strings.h: sdbm updated from version included in
596: apache 2.0.43 to version included in apache 2.0.65
597:
598: 2024-12-24 moko
599:
600: * etc/auto.p.in: to avoid patching Debian package
601:
602: * src/main/: pa_exec.C, pa_http.C: final fixes for
603: --with-build-warnings (dangling-reference warnings can be
604: ignored)
605:
606: 2024-12-23 moko
607:
608: * src/: classes/file.C, classes/hash.C, classes/op.C,
609: include/pa_common.h, main/pa_http.C, main/pa_request.C,
610: types/pa_vcookie.C, types/pa_vform.C: more fixes for
611: --with-build-warnings
612:
613: * src/: classes/date.C, classes/inet.C, classes/op.C,
614: classes/reflection.C, include/pa_array.h,
615: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
616: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
617: --with-build-warnings
618:
1.211 moko 619: 2024-12-21 moko
620:
621: * Makefile.am: +operators.ru.txt
622:
623: * operators.ru.txt, operators.txt: typo fixed
624:
625: 2024-12-20 moko
626:
627: * operators.txt: whitespace synced
628:
629: * operators.ru.txt, operators.txt: curl added
630:
631: * operators.ru.txt, operators.txt: logically sorted
632:
633: * operators.ru.txt: id added
634:
635: * operators.txt: ID added
636:
637: * operators.txt: translated
638:
639: * operators.ru.txt, operators.txt: operators.txt translated to
640: english, synced format with operators.ru.txt
641:
642: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
643: formatted
644:
645: * operators.ru.txt, operators.txt: formatted, actualized, oracle
646: info moved to separate file
647:
648: 2024-12-19 moko
649:
650: * src/targets/cgi/parser3.C: avoid parser version requests logging
651: in parser3.log
652:
653: 2024-12-18 moko
654:
655: * buildall: preventing --with-system-mailreceive linking with
656: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
657: to feature #1199)
658:
1.210 moko 659: 2024-12-16 moko
660:
1.211 moko 661: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 662:
663: * src/classes/table.C: exception text fixed
664:
665: 2024-12-15 moko
666:
667: * tests/: 102.html, results/102.processed: tests updated after
668: $form:fields not editable again (related to feature #1254)
669:
670: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
671: be edited (related to feature #1254)
672:
673: * src/types/pa_vform.C: reverted that
674: $form:fields/tables/files/imap can be edited (related to feature
675: #1254) for backward compatibility
676:
677: 2024-12-14 moko
678:
1.211 moko 679: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 680:
681: * tests/results/auto.p: avoid $mac execution unless on OS X
682:
683: * tests/388-sql.html: more OS support
684:
685: 2024-12-13 moko
686:
687: * tests/388-sql.html: sql tests under OS X now fixed
688:
689: * tests/results/auto.p: curl test under OS X now works
690:
691: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
692: no dll name under Windows, hiding
693:
694: * tests/: 379-curl.html, results/379-curl.processed: some curl
695: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
696:
697: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
698: 389.html, results/030.processed, results/212.processed,
699: results/219.processed, results/273.processed,
700: results/320.processed, results/346-curl.processed,
701: results/389.processed, results/auto.p: ^try-catch-filtered added
702: and used
703:
704: * tests/: 347-curl.html, results/347-curl.processed: support for
705: different error messages
706:
707: * src/classes/curl.C: several curl libraries supported,
708: ^curl:options[ $.library[] ] resets to default
709:
710: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
711: removed as depends on curl version
712:
713: * tests/results/: 223-curl.processed, 394-curl.processed: curl
714: fixed bug with \n in file names, test result updated
715:
716: * tests/388-sql.html: +libmysqlclient.so
717:
718: * etc/auto.p.in: +libmariadb
719:
720: 2024-12-12 moko
721:
722: * tests/: 388-sql.html, results/429-sql.processed: test results
723: updated after test changed
724:
725: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
726: for newer MariaDB compatibility
727:
728: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
729: results/429-sql.processed: key -> id for new MariaDB
730: compatibility
731:
732: * src/types/pa_vmethod_frame.h: warning war
733:
734: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
735: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
736: including for Debian package
737:
738: 2024-12-11 moko
739:
740: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
741: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
742: $status:log-filename added (related to feature #1262)
743:
744: * tests/: 440.html, results/440.processed: test for row is checked
745: before accessing when table is modified during select (related to
746: bug #1258)
747:
748: * src/: classes/table.C, include/pa_table.h: row should be checked
749: before accessing as table can be modified during select (related
750: to bug #1258)
751:
752: * src/types/pa_vmail.C: $mail:received tables -> elements array
753: (related to feature #1226)
754:
755: * src/: classes/file.C, classes/image.C, classes/table.C,
756: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
757: better messages (related to feature #1267)
758:
759: * tests/results/: 065.processed, 246.processed, 337.processed,
760: 342.processed, 352.processed, 356.processed, 364.processed,
761: 372.processed, 373.processed, 389.processed, 404.processed,
762: 406.processed, 414.processed, 430.processed, 432.processed,
763: 442.processed: tests updated after params.as_string error
764: reporting was improved (related to feature #1267)
765:
766: * src/classes/reflection.C: error messages optimized (related to
767: feature #1267)
768:
769: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
770: error reporing for params.as_* (related to feature #1267)
771:
772: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
773: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
774: #1267)
775:
776: * tests/results/: 246.processed, 414.processed, 432.processed:
777: tests updated after params.as_string error reporting was improved
778: (related to feature #1267)
779:
780: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
781: reporing for params.as_string (implements feature #1267)
782:
783: * tests/: 065.html, results/065.processed: tests for file methods
784: accepting file as filename added (related to feature #1265)
785:
786: * src/: classes/file.C, include/pa_exception.h,
787: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
788: methods now accept file as path specification (adopted Sumo patch
789: implements feature #1265)
790:
791: * tests/: 400.html, results/400.processed: tests for result
792: optimization "locks" after first method call (related to feature
793: #1266)
794:
795: 2024-12-10 moko
796:
797: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
798: result_optimization comments (related to feature #1266)
799:
800: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
801: $result now stored in my_result, not in local variables hash
802: (implements feature #1266)
803:
1.209 moko 804: 2024-12-09 moko
805:
1.210 moko 806: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
807: set_my_variable in preparation for $result optimization (related
808: to feature #1266)
809:
1.209 moko 810: * tests/results/119.processed: newline corrected for some OS
811:
812: * tests/: 441.html, results/441.processed: Debian-specific test
813: commented
814:
815: * buildall: pcre2 10.42 -> 10.44
816:
817: 2024-12-08 moko
818:
819: * buildall: external links fixed
820:
821: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
822:
823: * src/include/pa_table.h: some clang versions compilation fix
824:
825: * configure.ac: 3.4.7b -> 3.5.0rc
826:
827: 2024-12-07 moko
828:
829: * tests/: 443.html, 444.html, results/443.processed,
830: results/444.processed: tests for named params (related to feature
831: #1205)
832:
833: * src/: classes/reflection.C, types/pa_method.h: named_params
834: support in reflection (related to feature #1205)
835:
836: * src/types/pa_vmethod_frame.h: extra_params and named params
837: should be also inited in ^method[] call (related to feature
838: #1205)
839:
840: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
841: support using @method[arg;.named_arg;.named_arg2] syntax
842: (implements feature #1205)
843:
844: * tests/: 443.html, results/443.processed: test for *args inited
845: added (related to bug #1264)
846:
847: * src/types/pa_vmethod_frame.h: *args are now inited even if not
848: specified (fixes bug #1264)
849:
850: * tests/: 442.html, results/442.processed: tests for
851: params.as_file_name(N) with empty file name added (related to
852: feature #1121)
853:
854: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
855: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
856: include/pa_exception.h, types/pa_vmethod_frame.h:
857: params.as_file_name(N) added and used instead of
858: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
859: (implements feature #1121)
860:
861: * src/: classes/file.C, classes/image.C, classes/op.C,
862: classes/table.C, include/pa_exception.h: filename is everywhere
863: params.as_string, unify exception and remove
864: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
865:
866: * tests/: 141.html, results/141.processed: test for
867: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
868: to feature #1263)
869:
870: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
871: $.format[file] ] now supported (implements feature #1263)
872:
873: 2024-12-06 moko
874:
875: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
876: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
877: (cgi/console/mail/httpd/apache/isapi) added (related to feature
878: #1262)
879:
880: 2024-12-05 moko
881:
882: * src/targets/cgi/parser3.C: more correct arguments processing to
883: block -fl config.file log.file logic (related to feature #1262)
884:
885: 2024-12-04 moko
886:
887: * src/targets/cgi/parser3.C: now only one log location is selected
888: and tried. -l - supported for stderr specification (related to
889: feature #1262)
890:
891: 2024-12-03 moko
892:
893: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
894: results/010.processed, results/415.processed: tests for
895: $.(expression)[value], $a.(expression), ^v.(expression)[args]
896: added (related to feature #1064)
897:
898: * src/main/compile.y: $.(expression)[value], $a.(expression),
899: ^v.(expression)[args] now supported (implements feature #1064)
900:
901: 2024-12-02 moko
902:
903: * src/targets/cgi/parser3.C: -l /path/to/log options added
904: (implements feature #1262)
905:
1.208 moko 906: 2024-12-01 moko
907:
908: * tests/: 010.html, results/010.processed: some tests related to
909: bug #1149 added
910:
911: * src/main/compile.y: the check pc.pos.col > 1 is not required
912: because we can't be here without a '$' before. The begin == end
913: check was incorrect since $[a]{b} fits this condition (fixes bug
914: #1149)
915:
916: 2024-11-29 moko
917:
918: * src/classes/array.C: warning war
919:
920: 2024-11-26 moko
921:
922: * tests/: 441.html, results/441.processed: a bit more testing
923: (related to bug #1238)
924:
925: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
926:
927: * src/main/pa_exec.C: simplification arg_quote added (related to
928: bug #1229)
929:
1.207 moko 930: 2024-11-25 moko
931:
932: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
933: bug #1239)
934:
935: 2024-11-24 moko
936:
937: * src/main/pa_exec.C: added cmd.exe specific
938:
939: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
940: tests for ^file::exec env and args tainting tests (related to bug
941: #1239)
942:
943: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
944:
945: * src/include/pa_config_includes.h: added recommendations for
946: libxslt.a and and libexslt.a compilation under cygwin
947:
948: * tests/results/102.processed: $form:fields.value is now writable,
949: as $form:value (related to feature #1254)
950:
951: * src/include/pa_config_includes.h: cigwin compilation fixes
952:
953: 2024-11-23 moko
954:
955: * tests/httpd/site/run_server.sh: to simplify testing
956:
957: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
958: site/form.html: $form:files and $form:elements tests added, tests
959: with curl supported (related to feature #1254)
960:
961: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
962: types/pa_vform.h: $form:elements implemented, VForm::get_element
963: uses faster SYMBOLS_EQ, hashes no longer copied when using
964: $form:fields/tables/files/imap and can be edited (implements
965: feature #1254)
966:
967: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
968: bug #1261)
969:
1.206 moko 970: 2024-11-17 moko
971:
972: * tests/: 440.html, results/440.processed: tests for
973: ^table.array[], offset restoration, iterators robust tests
974: (related to bug #1258, features #1259 and #1260)
975:
976: * tests/: 439.html, results/439.processed: array and hash iterators
977: robust tests (related to feature #1260)
978:
979: * src/: classes/array.C, classes/table.C, include/pa_array.h,
980: include/pa_table.h: Array_robust_iterator added and used in cases
981: where array can be modified during iteration (implements feature
982: #1260)
983:
984: * src/classes/table.C: ^table.array[], ^table.array[column name],
985: ^table.array{code} added (implements feature #1259)
986:
987: 2024-11-16 moko
988:
989: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
990: table current row restoration after exception and table changes
991: (fixes bug #1258)
992:
993: 2024-11-13 moko
994:
995: * src/classes/table.C: minor optimization
996:
997: * src/main/pa_string.C: \r added to default ^string.trim chars list
998: (https://www.parser.ru/forum/?id=86648)
999:
1.205 moko 1000: 2024-11-11 moko
1001:
1.206 moko 1002: * src/classes/classes.C: set_base commented
1003:
1004: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
1005: deleted
1006:
1007: * src/classes/classes.vcproj: no more classes.awk and classes.inc
1008:
1009: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
1010: classes.inc
1011:
1012: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
1013: main/pa_globals.C: classes.awk is useless, preparing to delete it
1014:
1.205 moko 1015: * src/classes/classes.h: temp fix
1016:
1017: 2024-11-10 moko
1018:
1019: * src/: classes/date.C, classes/file.C, classes/image.C,
1020: classes/op.C, main/pa_string.C: minor optimization
1021:
1022: * src/: classes/date.C, classes/file.C, classes/image.C,
1023: classes/op.C, main/pa_string.C: typo fixed
1024:
1025: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
1026: classes/file.C, classes/image.C, classes/op.C,
1027: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
1028: memory allocation befor main(). Only 3 allocations in chatsets
1029: left (implements feature #1257)
1030:
1031: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
1032: minor naming convention fix
1033:
1034: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
1035: results/436.processed, results/437.processed,
1036: results/438.processed: tests for @unhandled_exception processing
1037: (related to feature #1256)
1038:
1039: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1040: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1041: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
1042: are now processed in request::core for correct logging and
1043: reporting (feature #1256)
1044:
1045: * src/: include/pa_sapi.h, main/pa_request.C,
1046: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1047: targets/isapi/parser3isapi.C: unhandled exception now called if
1048: exception occures during $response:download processing (related
1049: to bug #1255)
1050:
1051: * etc/auto.p.in: better 404 error reporting
1052:
1053: 2024-11-09 moko
1054:
1055: * src/main/pa_memory.C: more detailed usage comment
1056:
1057: * src/main/pa_memory.C: usage commented
1058:
1059: * src/main/pa_memory.C: minor cleanup
1060:
1061: * src/types/: pa_varray.h, pa_vregex.h: warnings war
1062:
1063: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
1064: httpd/site/029.html, results/436.processed: test for exception in
1065: $response:download[] added
1066:
1067: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
1068: and avoid exit status 1 on die
1069:
1070: * tests/results/: 007.processed, 019.processed, 098.processed,
1071: 103.processed, 233.processed: windows headers matter for binary
1072: files
1073:
1074: * tests/httpd/ok.log: tests results updated as extra headers now
1075: cleared on error (related to bug #1255)
1076:
1077: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1078: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1079: targets/isapi/parser3isapi.C: headers buffering to avoid extra
1080: headers in errors, custom send_error in cgi/httpd mode to avoid
1081: memory allocations (fixes bug #1255)
1082:
1083: 2024-11-07 moko
1084:
1085: * tests/: 264.html, results/264.processed: tests updated to test
1086: removal of only trailing empty arguments for backward
1087: compatibility (related to feature #1252)
1088:
1089: * src/classes/file.C: remove trailing empty arguments for backward
1090: compatibility (related to feature #1252)
1091:
1092: 2024-11-05 moko
1093:
1094: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
1095: low memory case, when static initialization failed even before
1096: main() start
1097:
1098: 2024-11-04 moko
1099:
1100: * configure, src/include/pa_config_auto.h.in,
1101: src/include/pa_config_fixed.h: _locking no longer used
1102:
1103: * configure.ac: _locking no longer used (related to bug #1231)
1104:
1105: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
1106:
1107: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
1108:
1109: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
1110: unused
1111:
1112: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
1113: be used on locking errors (related to bug #1231)
1114:
1115: * src/main/pa_os.C: GetLastError used as errno is not set (related
1116: to bug #1231)
1117:
1118: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
1119: allowing shared lock to work (fixes bug #1231)
1120:
1121: * INSTALL: actualized, minor fixes
1122:
1123: * etc/auto.p.in: default LIMITS added
1124:
1125: * AUTHORS: links actualized
1126:
1127: * src/: classes/array.C, classes/bool.C, classes/classes.C,
1128: classes/classes.awk, classes/classes.h, classes/curl.C,
1129: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
1130: classes/hash.C, classes/hashfile.C, classes/image.C,
1131: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
1132: classes/math.C, classes/memcached.C, classes/memory.C,
1133: classes/op.C, classes/reflection.C, classes/regex.C,
1134: classes/response.C, classes/string.C, classes/table.C,
1135: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1136: include/pa_array.h, include/pa_base64.h,
1137: include/pa_cache_managers.h, include/pa_charset.h,
1138: include/pa_charsets.h, include/pa_common.h,
1139: include/pa_config_fixed.h, include/pa_config_includes.h,
1140: include/pa_dictionary.h, include/pa_dir.h,
1141: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1142: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1143: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1144: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1145: include/pa_request_charsets.h, include/pa_request_info.h,
1146: include/pa_sapi.h, include/pa_socks.h,
1147: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1148: include/pa_stack.h, include/pa_string.h,
1149: include/pa_stylesheet_connection.h,
1150: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1151: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1152: include/pa_uue.h, include/pa_xml_exception.h,
1153: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1154: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1155: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1156: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1157: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1158: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1159: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1160: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1161: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1162: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1163: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1164: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1165: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1166: main/pa_sql_driver_manager.C, main/pa_string.C,
1167: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1168: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1169: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1170: main/untaint.C, sql/pa_sql_driver.h,
1171: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1172: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1173: targets/isapi/parser3isapi.C, types/pa_junction.h,
1174: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1175: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
1176: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
1177: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1178: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
1179: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
1180: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
1181: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1182: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1183: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1184: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1185: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1186: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1187: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1188: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1189: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1190: types/pa_vresponse.C, types/pa_vresponse.h,
1191: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1192: types/pa_vstateless_object.h, types/pa_vstatus.C,
1193: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1194: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1195: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1196: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1197: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1198:
1.203 moko 1199: 2024-10-28 moko
1200:
1.204 moko 1201: * src/classes/array.C: avoid invalidate()
1202:
1203: * src/: classes/array.C, types/pa_varray.h: minor optimization for
1204: fused to survive in ^array::copy[$a] (related to feature #930)
1205:
1206: * src/types/pa_varray.h: minor optimization as last element is
1207: allways defined if present
1208:
1.203 moko 1209: * tests/: 435.html, results/435.processed: tests for
1210: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
1211: for array added (related to feature #1253)
1212:
1213: * src/classes/array.C: typo fixed
1214:
1215: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
1216: ^hash.set([-+]index)[value], and same for array added (implements
1217: feature #1253)
1218:
1219: * tests/results/: 246.processed, 298.processed, 342.processed,
1220: 389.processed, 397.processed, 430.processed, 432.processed: tests
1221: results update after minor exceptions texts fixes
1222:
1223: 2024-10-27 moko
1224:
1225: * src/: classes/array.C, classes/hash.C, classes/math.C,
1226: classes/reflection.C, classes/string.C, classes/table.C,
1227: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
1228: types/pa_vmethod_frame.h: handy as_index() added, several
1229: exceptions texts fixed (related to feature #930)
1230:
1231: * src/: classes/array.C, types/pa_varray.h: non-working
1232: $array.fields removed, ^array.delete[index] supported (related to
1233: feature #930)
1234:
1235: * tests/: 431.html, results/431.processed: tests updated after
1236: ^a.delete[3] supported
1237:
1238: * tests/: 431.html, 434.html, results/434.processed: tests for last
1239: element used, push/pop, exceptions during arguments processing
1240: and used caching (related to feature #930)
1241:
1242: * src/: classes/array.C, types/pa_varray.h: change_used added for
1243: better used caching and now no issues if exception occures during
1244: append arguments processing (related to feature #930)
1245:
1246: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
1247: ^array.pop[] added, last element is allways used (related to
1248: feature #930)
1249:
1250: 2024-10-26 moko
1251:
1252: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
1253: types/pa_varray.h: confirm_all_used added where possible (related
1254: to feature #930)
1255:
1256: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1257: small array optimizations (related to feature #930)
1258:
1259: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
1260:
1261: * tests/: 431.html, results/431.processed: test for
1262: ^array.compact[undef] added
1263:
1264: * src/classes/array.C: ^array.compact[] now have optional 'undef'
1265: argument to also compact undefined elements (related to feature
1266: #930)
1267:
1268: 2024-10-24 moko
1269:
1270: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
1271: VArray::hash is used rarery, no longer caching the result
1272:
1273: * tests/results/432.processed: testing removed from tests
1274:
1275: 2024-10-23 moko
1276:
1277: * tests/: 431.html, results/431.processed: ^array.compact[] test
1278: added
1279:
1280: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
1281:
1282: * tests/: 432.html, results/432.processed: testing ^array.at[] for
1283: both "solid" and "sparse" arrays
1284:
1285: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
1286:
1287: 2024-10-22 moko
1288:
1289: * tests/results/264.processed: spelling
1290:
1291: * src/classes/file.C: spelling
1292:
1293: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
1294: tests updated after ^file::exec[cmd;;$array] implemented and
1295: empty arguments not skipped (related to feature #1252)
1296:
1297: * src/classes/file.C: ^file::exec[cmd;;$array] supported
1298: (implements feature #1252) bugfix: empty arguments no longer
1299: skipped
1300:
1.205 moko 1301: 2024-10-21 moko
1302:
1303: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1304: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1305: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1306: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1307: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1308: site/index.html, site/test.txt: httpd tests added
1309:
1.202 moko 1310: 2024-10-20 moko
1311:
1312: * src/classes/string.C: warnings war
1313:
1314: * src/: main/pa_string.C, classes/array.C: warnings war
1315:
1316: * src/classes/json.C: warnings war
1317:
1318: * src/classes/image.C: warnings war
1319:
1320: * src/: classes/table.C, types/pa_varray.C: warnings war
1321:
1322: * src/classes/array.C: warning war
1323:
1324: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1325:
1326: * src/main/main.vcproj: warnings war
1327:
1328: 2024-10-19 moko
1329:
1330: * tests/427.html: test updated after constructors renamed
1331:
1332: 2024-10-18 moko
1333:
1334: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1335: results/421.processed, results/430.processed,
1336: results/431.processed: test updated after constructors renamed
1337:
1338: * src/classes/array.C: create -> copy, new -> create according to
1339: https://www.parser.ru/forum/?id=86603 discussion (related to
1340: feature #930)
1341:
1342: 2024-10-16 moko
1343:
1344: * src/classes/json.C: $json:array[array or hash] added to provide
1345: more backward compatibility (implements feature #1251)
1346:
1347: 2024-10-15 moko
1348:
1349: * tests/: 421.html, results/421.processed: test results updated
1350: after missing constuctor error check added and array is_index
1351: check added
1352:
1353: * src/main/execute.C: absent constructor message fixed
1354:
1.201 moko 1355: 2024-10-13 moko
1356:
1357: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1358: with is_index() before calling index() for better error reporting
1359: in method name typo (was invalid number, not method not found
1360: exception).
1361:
1362: 2024-10-08 moko
1363:
1364: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1365:
1366: * src/include/pa_array.h: warnings war
1367:
1.200 moko 1368: 2024-10-05 moko
1369:
1370: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1371: returns current row cells array (implements feature #1250)
1372:
1373: * tests/: 405.html, results/169.processed, results/405.processed:
1374: tests updated after ^string.split[;a] implemented (related to
1375: feature #1249)
1376:
1377: * src/classes/string.C: ^string.split[] - 'a' option added for
1378: splitting into an array (implements feature #1249)
1379:
1380: 2024-10-04 moko
1381:
1382: * tests/: 431.html, results/431.processed: final code coverage
1383: array tests
1384:
1385: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1386: array: confirm_all_used() added and used where possible, expand()
1387: now expends faster
1388:
1389: 2024-10-03 moko
1390:
1391: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1392:
1393: * tests/: 256.html, results/256.processed: test for
1394: $.date[unix-timestamp] handling large dates
1395:
1396: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1397: classes/string.C, classes/table.C, include/pa_common.h,
1398: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1399: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1400: format replaced with pa_uitoa where applicable,
1401: $.date[unix-timestamp] fixed for handling large dates
1402:
1403: * tests/: 433.html, results/433.processed: more tests, including
1404: test for possible endless recursion in ^o.GET[]
1405:
1406: * src/types/pa_vobject.C: bugfix: detecting possible endless
1407: recursion in get_scalar_value inside ^o.GET[]
1408:
1409: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1410: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1411: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1412: $LIMITS.max_recursion
1413:
1414: 2024-10-02 moko
1415:
1416: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1417: results/253.processed, results/287.processed,
1418: results/430.processed, results/433.processed: more tests for full
1419: array and json code coverage
1420:
1421: * tests/: 433.html, results/433.processed: tests for hash functions
1422: with array param
1423:
1424: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1425:
1426: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1427: in 246.html used to test ^array.at, same result produced
1428:
1429: * tests/: 430.html, 431.html, results/430.processed,
1430: results/431.processed: more array tests for 100% code coverage
1431: (related to feature #930)
1432:
1433: * tests/: 427.html, 430.html, results/427.processed,
1434: results/430.processed: first portion of array tests added
1435: (related to feature #930)
1436:
1437: * src/classes/array.C: allow only whitespace string as argument for
1438: add and join
1439:
1440: * src/classes/array.C: add behavour for array synced with hash
1441:
1442: 2024-09-30 moko
1443:
1444: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1445: tests added
1446:
1447: * src/classes/array.C: $.distinct should not be used unless
1448: $.sparse(true)
1449:
1450: * tests/: 429-sql.html, results/388-sql.processed,
1451: results/429-sql.processed: tests for ^array::sql{}, including
1452: multi_statements mode (related to feature #930)
1453:
1.199 moko 1454: 2024-09-29 moko
1455:
1456: * src/classes/array.C: synced ^array::sql multi_statements logic
1457: with ^hash::sql new behavour
1458:
1459: 2024-09-28 moko
1460:
1461: * tests/: 428-sql.html, results/388-sql.processed,
1462: results/428-sql.processed: tests updated after column names were
1463: fixed in multi_statements mode (related to feature #1197)
1464:
1465: * src/classes/hash.C: column names are fixed for most cases in
1466: multi_statements mode (related to feature #1197)
1467:
1468: * tests/: 428-sql.html, results/195.processed,
1469: results/224.processed, results/239.processed,
1470: results/254.processed, results/261.processed,
1471: results/306.processed, results/333.processed,
1472: results/341.processed, results/343.processed,
1473: results/344.processed, results/348.processed,
1474: results/364.processed, results/389.processed,
1475: results/390.processed, results/415.processed,
1476: results/420.processed, results/421.processed: tests results
1477: updated after error messages spelling minor fixes
1478:
1479: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1480: spelling
1481:
1482: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1483: classes/image.C, classes/math.C, classes/string.C,
1484: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1485: main/execute.C, main/pa_charset.C, main/pa_common.C,
1486: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1487: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1488: types/pa_vmail.C, types/pa_vobject.C,
1489: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1490: types/pa_vxdoc.C: minor error messages spelling fixes
1491:
1492: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1493: implementation (related to feature #930)
1494:
1495: * tests/: 388-sql.html, results/388-sql.processed: test results
1496: updated after rows number ^file::sql{} check added
1497:
1498: * src/classes/file.C: rows number now checked in ^file::sql{}
1499:
1500: * tests/: 428-sql.html, results/428-sql.processed: more tests
1501:
1502: * tests/: 428-sql.html, results/428-sql.processed: more
1503: multi_statements testing before bugfix
1504:
1505: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1506: results/428-sql.processed: support for multiple sql test files
1507: added
1508:
1509: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1510:
1511: * src/classes/hash.C: more accurate one_bool_column processing
1512:
1513: * tests/: 427.html, results/427.processed: Constructors as methods
1514: behavour documented in test
1515:
1516: * src/classes/hash.C: HashStringValue::Iterator used for options
1517:
1518: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1519:
1520: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1521: testing
1522:
1523: * tests/results/367-curl.processed: test result updated after
1524: server charset changed
1525:
1526: * tests/results/347-curl.processed: error messages updated
1527:
1528: * tests/results/: 346-curl.processed, 379-curl.processed,
1529: 394-curl.processed: tests results updated after Type -> Exception
1530: type replacement
1531:
1532: * tests/results/388-sql.processed: tests result updated after Type
1533: -> Exception type
1534:
1535: 2024-09-27 moko
1536:
1537: * src/classes/hash.C: minor simplification
1538:
1539: 2024-09-24 moko
1540:
1541: * src/main/pa_string.C: atoui error messages improved
1542:
1543: * tests/: 165.html, 312.html, results/165.processed,
1544: results/312.processed, results/379.processed: tests updated after
1545: default endless loop limit increased, atoi error messages
1546: improved
1547:
1548: * src/classes/hash.C: VBool::get used, unification
1549:
1.198 moko 1550: 2024-09-22 moko
1551:
1552: * src/classes/array.C: minor simplification
1553:
1554: * src/classes/array.C: ^array.left(N),
1555: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1556:
1557: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1558: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1559: added, default 1000000 (related to feature #930)
1560:
1561: * tests/: 426.html, results/426.processed: test for negative limit
1562: and offset processing for table options added
1563:
1564: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1565: bugfix: negative limit and offset processing for table options
1566: fixed
1567:
1568: 2024-09-21 moko
1569:
1570: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1571: ^for added that also iterates holes; ^remove added (related to
1572: feature #930)
1573:
1574: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1575: $.offset(M) ] added (related to feature #930)
1576:
1577: 2024-09-20 moko
1578:
1579: * src/: classes/array.C, types/pa_varray.h: array:
1580: +foreach[value]{code}, + add[hash with numeric keys] (related to
1581: feature #930)
1582:
1583: 2024-09-19 moko
1584:
1585: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1586: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1587: support $a[v1;v2;...] syntax (related to feature #930)
1588:
1589: 2024-09-17 moko
1590:
1591: * src/: classes/reflection.C, include/pa_request.h,
1592: main/compile_tools.h, main/pa_request.C:
1593: ^reflection:class_alias[existing class name;alias class name]
1594: added. The array class can now be redefined regardless of the
1595: $.replace(bool) option value (related to feature #930)
1596:
1597: * src/main/: compile.y, compile_tools.h: class_add return value
1598: inverted to add it to request class
1599:
1600: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1601: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1602: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1603: resize if required. spared array - added fused, append.
1604:
1.197 moko 1605: 2024-09-16 moko
1606:
1607: * src/types/pa_varray.h: get moved to where it belongs
1608:
1609: 2024-09-15 moko
1610:
1611: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1612: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1613:
1614: * tests/: 421.html, results/323.processed, results/421.processed:
1615: tests updated after 'spared-array' class renamed to 'array'
1616: following a discussion on the forum (related to feature #930)
1617:
1618: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1619: types/pa_vmail.C: initial SparseArray separation from Array,
1620: parser class now 'array'
1621:
1622: 2024-09-14 moko
1623:
1624: * tests/: 030.html, results/030.processed: out of range expires
1625: check added
1626:
1627: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1628: checking expires time using VDate
1629:
1630: 2024-09-13 moko
1631:
1632: * src/: classes/array.C, classes/curl.C, classes/date.C,
1633: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1634: classes/memcached.C, classes/op.C, classes/regex.C,
1635: classes/string.C, classes/xdoc.C, classes/xnode.C,
1636: main/execute.C, main/pa_http.C, main/pa_request.C,
1637: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1638: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1639: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1640: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1641: removed as dynamic_cast is faster, Value::is() is still required
1642: for is operator.
1643:
1644: 2024-09-12 moko
1645:
1646: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1647: classes/table.C, classes/xnode.C, include/pa_array.h,
1648: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1649: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1650: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1651: templated pa_itoa/pa_uitoa added to work with any integer type,
1652: String::Body::Format removed
1653:
1654: 2024-09-10 moko
1655:
1656: * src/classes/array.C: append and insert methods added to
1657: sparse-array (related to feature #930)
1658:
1659: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1660: tests updated after sparse-array was added to avoid ^json:parse[]
1661: using it in old tests (related to feature #930)
1662:
1663: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1664: types/pa_varray.h: sparse-array class added (initial feature #930
1665: implementation)
1666:
1667: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1668: for sparse-array class files (related to feature #930)
1669:
1670: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1671: types/pa_vhash.h: VArray support functions without actual VArray
1672: files (related to feature #930)
1673:
1.196 moko 1674: 2024-09-07 moko
1675:
1676: * src/: classes/curl.C, classes/string.C, classes/table.C,
1677: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1678: main/pa_http.C, main/pa_sql_driver_manager.C,
1679: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1680: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1681: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1682: with Hash::Iterator, has_next() replaced with operator bool
1683: (related to feature #930)
1684:
1685: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1686: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1687: types/pa_vstateless_class.C: Array class extended,
1688: Array::Iterator added and used (related to feature #930)
1689:
1.195 moko 1690: 2024-08-26 moko
1691:
1692: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1693: should be used on argv[0] as well to match document root.
1694:
1.194 moko 1695: 2024-08-25 moko
1696:
1697: * src/main/pa_request.C: be more specific
1698:
1699: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1700: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1701: (fixes bug #1244)
1702:
1703: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1704: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1705: rsplit(..., '\\') is not correct when / and \ are mixed in path
1706:
1707: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1708:
1.193 moko 1709: 2024-07-24 moko
1710:
1711: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1712: main/execute.C, main/pa_string.C: Warning war: clang changed
1713: -Wdeprecated-register warning to -Wregister, it's easier to
1714: remove all register vars then continue this fight. :)
1715:
1716: * src/main/: compile.y, compile.tab.C: warning war: register
1717: removed
1718:
1.192 moko 1719: 2024-07-14 moko
1720:
1721: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1722: checking the HTTP request environment; if the variable is not
1723: present, checking the web server process environment (implements
1724: feature #1242)
1725:
1.191 moko 1726: 2024-05-26 moko
1727:
1728: * tests/: 195.html, 229.html, results/096.processed,
1729: results/097.processed, results/158.processed,
1730: results/186.processed, results/273.processed,
1731: results/293.processed, results/317.processed,
1732: results/389.processed, results/402.processed: tests updated as
1733: single quote now escaped with ' in HTML tainting mode
1734: (related to feature #1241)
1735:
1736: * src/main/untaint.C: single quote now escaped with ' in HTML
1737: tainting mode (implements feature #1241)
1738:
1739: * tests/results/: 020.processed, 021.processed, 026.processed,
1740: 042.processed, 043.processed, 057.processed, 110.processed,
1741: 115.processed, 116.processed, 117.processed, 118.processed,
1742: 119.processed, 120.processed, 125.processed, 126.processed,
1743: 128.processed, 130.processed, 131.processed, 132.processed,
1744: 133.processed, 135.processed, 136.processed, 138.processed,
1745: 139.processed, 140.processed, 145.processed, 150.processed,
1746: 151.processed, 165.processed, 174.processed, 181.processed,
1747: 182.processed, 192.processed, 193.processed, 201.processed,
1748: 213.processed, 224.processed, 226.processed, 230.processed,
1749: 239.processed, 240.processed, 244.processed, 253.processed,
1750: 254.processed, 261.processed, 264.processed, 269.processed,
1751: 274.processed, 275.processed, 288.processed, 294.processed,
1752: 296.processed, 303.processed, 306.processed, 307.processed,
1753: 308.processed, 311.processed, 312.processed, 314.processed,
1754: 315.processed, 316.processed, 320.processed, 323.processed,
1755: 324.processed, 325.processed, 328.processed, 330.processed,
1756: 332.processed, 333.processed, 337.processed, 338.processed,
1757: 341.processed, 342.processed, 343.processed, 344.processed,
1758: 345.processed, 348.processed, 352.processed, 356.processed,
1759: 357.processed, 363.processed, 364.processed, 368.processed,
1760: 372.processed, 373.processed, 376.processed, 378.processed,
1761: 379.processed, 385.processed, 386.processed, 387.processed,
1762: 389.processed, 390.processed, 395.processed, 397.processed,
1763: 398.processed, 399.processed, 404.processed, 406.processed,
1764: 413.processed, 414.processed, 420.processed, 421.processed,
1765: 424.processed, auto.p: Type -> Exception type for readability
1766:
1767: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1768: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1769: results/119.processed, results/165.processed,
1770: results/175.processed, results/192.processed,
1771: results/213.processed, results/217.processed,
1772: results/230.processed, results/240.processed,
1773: results/298.processed, results/380.processed,
1774: results/415.processed: try-catch, try-catch-comment used
1775:
1776: 2024-05-21 moko
1777:
1778: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1779: results/180.processed, results/195.processed,
1780: results/224.processed, results/auto.p: @try-catch-comment added
1781: and used
1782:
1783: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1784: 415.html, results/269.processed, results/283.processed,
1785: results/auto.p: more tests are updated to prepare for apostrophe
1786: escaping in HTML tainting
1787:
1788: * tests/results/: 181.processed, 294.processed, 296.processed,
1789: 315.processed, 379.processed, 389.processed, auto.p:
1790: $exception.comment printed as-is for whitespace reporting and to
1791: prepare for apostrophe escaping in HTML mode
1792:
1.190 moko 1793: 2024-05-11 moko
1794:
1795: * tests/: 099.html, 100.html, results/099.processed,
1796: results/100.processed: a test for non-UTF-8 filename* added
1797: (related to feature #1240)
1798:
1799: * tests/: 293.html, results/293.processed: tainting modes tests
1800: added
1801:
1802: * tests/results/: 099.processed, 100.processed, 205.processed,
1803: 309.processed, 310.processed, 419.processed: tests results
1804: updated after filename* added (related to feature #1240)
1805:
1806: * src/: include/pa_common.h, main/pa_request.C: The filename*
1807: parameter was added to the Content-Disposition header to conform
1808: with RFC 6266, with code provided by Sumo (implements feature
1809: #1240)
1810:
1811: 2024-05-10 moko
1812:
1813: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1814: positive performance effect in our case
1815:
1.189 moko 1816: 2024-03-27 moko
1817:
1818: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1819: (related to feature #1236)
1820:
1821: 2024-03-15 moko
1822:
1823: * tests/: 413.html, results/413.processed: test for object still
1824: can be used as file parameter (related to bug #1218)
1825:
1826: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1827: still can be used in file context (fixes bug #1218)
1828:
1829: 2024-03-14 moko
1830:
1831: * src/include/pa_string.h: ArrayString get() null result assert
1832: also added (related to bug #1238)
1833:
1834: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1835: VString::empty() used instead of new VString()
1836:
1837: 2024-03-12 moko
1838:
1839: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1840: results/379.processed: test added for cookie without value
1841: (related to bug #1238)
1842:
1843: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1844: values are now required to be non-null (related to bug #1238)
1845:
1846: * src/main/pa_http.C: cookies without value are now parsed
1847: correctly (fixed bug #1238)
1848:
1849: 2024-03-11 moko
1850:
1851: * tests/run_parser.sh: for better error reporting
1852:
1.188 moko 1853: 2023-12-30 moko
1854:
1855: * tests/: 038.html, results/038.processed: test for atan2 added
1856:
1857: 2023-12-29 moko
1858:
1859: * src/classes/math.C: atan2(y,x) math function added
1860:
1.187 moko 1861: 2023-12-14 moko
1862:
1863: * tests/212.html: pcre2 compatibility (related to feature #1236)
1864:
1865: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1866: exceptions and behavour added (related to feature #1236)
1867:
1868: 2023-12-13 moko
1869:
1870: * buildall: by default parser is now bundled with pcre2 10.42,
1871: --without-pcre2 option added to build with pcre-8.45 (related to
1872: feature #1236)
1873:
1874: 2023-12-12 moko
1875:
1876: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1877: support added (implements feature #1236)
1878:
1879: * src/: include/pa_charset.h, include/pa_config_includes.h,
1880: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1881: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1882: types/pa_vregex.h: Adopted patch from Yavor Doganov
1883: <yavor@gnu.org> to add pcre2 library support (implements feature
1884: #1236)
1885:
1.186 moko 1886: 2023-11-28 moko
1887:
1888: * src/include/pa_config_includes.h: warnings war continues
1889:
1890: * src/include/pa_config_includes.h: warning war
1891:
1892: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1893: number strings, whitespace and sign in exception messages
1894: (related to bug #1234)
1895:
1.185 moko 1896: 2023-11-26 moko
1897:
1898: * tests/: 274.html, results/224.processed, results/274.processed:
1899: tests for date double, int, bool added (related to feature #1235)
1900:
1901: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1902: added for date class (implements feature #1235)
1903:
1904: 2023-11-23 moko
1905:
1906: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1907: and '-' strings are no longer can be treated as number 0,
1908: exception thrown (fixes bug #1234)
1909:
1.184 moko 1910: 2023-11-18 moko
1911:
1912: * src/include/pa_types.h: minor
1913:
1914: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1915:
1916: * tests/: 389.html, results/389.processed: error messages for some
1917: OS differs a bit, reducing failing tests for them
1918:
1919: 2023-11-17 moko
1920:
1921: * tests/: 423.html, results/423.processed: test for optional
1922: @auto[] inheritance added (related to feature #1233)
1923:
1924: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1925: types/pa_vstateless_class.C: optional @auto[] inheritance
1926: implemented if defined with two args (path, class name)
1927: (implements feature #1233)
1928:
1929: * src/: classes/double.C, classes/int.C, classes/math.C,
1930: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1931: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1932: sync double->int overflow behavour under different architectures
1933: (fixes bug #1232)
1934:
1935: * tests/: 422.html, results/422.processed: int clipping added
1936:
1937: 2023-11-16 moko
1938:
1939: * tests/: 422.html, results/422.processed: test for int and uint
1940: overflow in ^n.format[d/u/x]
1941:
1942: * src/classes/math.C: bugfix: crc32 should not be negative (under
1943: Apple M1 when negative double converts to uint the result is 0)
1944: and crc32 should be 32 bits
1945:
1946: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1947: on Apple M1 it's 0
1948:
1949: * src/classes/file.C: bugfix: crc32 should not be negative (under
1950: Apple M1 when negative double converts to uint the result is 0)
1951: and crc32 should be 32 bits
1952:
1.183 moko 1953: 2023-10-07 moko
1954:
1955: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1956: behavour with other OP_NUM_*, related to bug #1230
1957:
1958: 2023-10-06 moko
1959:
1960: * tests/: 338.html, results/338.processed: test for bug #1230 added
1961:
1962: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1963: be converted to double to avoid 80 bit operations in x87 mode
1964: (fixes bug #1230)
1965:
1966: 2023-10-05 moko
1967:
1968: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1969: compatibility
1970:
1971: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1972:
1973: * tests/: 421.html, results/421.processed: test to cover all
1974: classes and objects nonexistent method and field exceptions
1975: (related to feature #1080 and #1227)
1976:
1977: * tests/results/: 182.processed, 324.processed: undefined method ->
1978: <type> method not found exception (related to feature #1080)
1979:
1980: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1981: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1982: "element can not be fetched from" for them, "field not found" for
1983: all other types (related to bug #1227)
1984:
1985: 2023-10-03 moko
1986:
1987: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
1988: <type> method not found" exception now thrown for static calls
1989: instead of "undefined method" without class name (related to
1990: feature #1080)
1991:
1992: 2023-10-02 moko
1993:
1994: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
1995: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
1996: <method name>, Comment: <type> method not found" exception now
1997: thrown for all dynamic objects instead of "undefined method"
1998: without class name (implements feature #1080)
1999:
1.182 moko 2000: 2023-10-01 moko
2001:
2002: * src/classes/json.C: we don't have a dynamic json object.
2003:
2004: 2023-09-28 moko
2005:
2006: * tests/: 420.html, results/261.processed, results/420.processed:
2007: tests updated after bug #1228 fix reverted
2008:
2009: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
2010: whitespace string is hash compatible, so we don't want $s.key to
2011: return a junction
2012:
2013: * tests/: 261.html, 420.html, results/261.processed,
2014: results/420.processed: test for bug #1227 added, test updated
2015: after bug #1228 fixed
2016:
2017: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
2018: now throws exception as $non-empty-string.field (fixes bug #1227)
2019:
2020: * src/types/pa_vstring.h: allow $string.method access (fixes bug
2021: #1228)
2022:
2023: 2023-09-26 moko
2024:
2025: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
2026: src/classes/classes.C, src/classes/classes.awk,
2027: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
2028: src/classes/double.C, src/classes/file.C, src/classes/form.C,
2029: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
2030: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
2031: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
2032: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
2033: src/classes/regex.C, src/classes/response.C,
2034: src/classes/string.C, src/classes/table.C, src/classes/void.C,
2035: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
2036: src/include/pa_array.h, src/include/pa_base64.h,
2037: src/include/pa_cache_managers.h, src/include/pa_charset.h,
2038: src/include/pa_charsets.h, src/include/pa_common.h,
2039: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
2040: src/include/pa_dictionary.h, src/include/pa_dir.h,
2041: src/include/pa_exception.h, src/include/pa_exec.h,
2042: src/include/pa_globals.h, src/include/pa_hash.h,
2043: src/include/pa_http.h, src/include/pa_memory.h,
2044: src/include/pa_opcode.h, src/include/pa_operation.h,
2045: src/include/pa_os.h, src/include/pa_pool.h,
2046: src/include/pa_random.h, src/include/pa_request.h,
2047: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
2048: src/include/pa_sapi.h, src/include/pa_socks.h,
2049: src/include/pa_sql_connection.h,
2050: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
2051: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
2052: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
2053: src/include/pa_table.h, src/include/pa_threads.h,
2054: src/include/pa_types.h, src/include/pa_uue.h,
2055: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
2056: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
2057: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
2058: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
2059: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
2060: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
2061: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
2062: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
2063: src/main/compile.tab.C, src/main/compile.y,
2064: src/main/compile_tools.C, src/main/compile_tools.h,
2065: src/main/execute.C, src/main/pa_base64.C,
2066: src/main/pa_cache_managers.C, src/main/pa_charset.C,
2067: src/main/pa_charsets.C, src/main/pa_common.C,
2068: src/main/pa_dictionary.C, src/main/pa_dir.C,
2069: src/main/pa_exception.C, src/main/pa_exec.C,
2070: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
2071: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
2072: src/main/pa_request.C, src/main/pa_socks.C,
2073: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
2074: src/main/pa_stylesheet_connection.C,
2075: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
2076: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
2077: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
2078: src/main/untaint.C, src/main/helpers/simple_folding.pl,
2079: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
2080: src/targets/apache/mod_parser3_core.C,
2081: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
2082: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
2083: src/types/pa_method.h, src/types/pa_property.h,
2084: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2085: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
2086: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
2087: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
2088: src/types/pa_vcookie.h, src/types/pa_vdate.C,
2089: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2090: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
2091: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
2092: src/types/pa_vhash.C, src/types/pa_vhash.h,
2093: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
2094: src/types/pa_vimage.C, src/types/pa_vimage.h,
2095: src/types/pa_vint.h, src/types/pa_vjunction.C,
2096: src/types/pa_vjunction.h, src/types/pa_vmail.C,
2097: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
2098: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
2099: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
2100: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
2101: src/types/pa_vobject.h, src/types/pa_vregex.C,
2102: src/types/pa_vregex.h, src/types/pa_vrequest.C,
2103: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
2104: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
2105: src/types/pa_vstateless_class.h,
2106: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
2107: src/types/pa_vstatus.h, src/types/pa_vstring.C,
2108: src/types/pa_vstring.h, src/types/pa_vtable.C,
2109: src/types/pa_vtable.h, src/types/pa_vvoid.C,
2110: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
2111: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
2112: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
2113: src/types/pa_wwrapper.h: copyright, authors actualized
2114:
1.181 moko 2115: 2023-08-20 moko
2116:
2117: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
2118: commited (related to feature #1219)
2119:
2120: 2023-08-16 moko
2121:
2122: * src/main/pa_random.C: replaced clock precision with monotonicity
2123: counter, good for Windows version with low clock frequency
2124: (related to feature #1229)
2125:
2126: 2023-08-15 moko
2127:
2128: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
2129: fixes related to feature #1229
2130:
2131: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
2132: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
2133: (implements feature #1229)
2134:
1.180 moko 2135: 2023-08-02 moko
2136:
2137: * tests/: results/417.processed, 417.html: test for empty string
2138: match after last char added (related to bug #1224)
2139:
2140: * src/main/pa_string.C: avoid prestart++ after last char on zero
2141: length match (related to bug #1224)
2142:
1.179 moko 2143: 2022-11-22 moko
2144:
2145: * tests/: 419.html, results/419.processed: test for L_URI and path
2146: removeal from filename added (related to bug #1204)
2147:
2148: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
2149: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
2150: attribute value, L_URI should be used
2151:
1.178 moko 2152: 2022-09-21 moko
2153:
2154: * src/targets/cgi/parser3.C: more clear error messages
2155:
2156: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
2157: SAPI_Info will return 0 in read_post and post_size !=
2158: content_length will be thrown
2159:
1.177 moko 2160: 2022-08-23 moko
2161:
2162: * src/types/pa_vmail.C: .tables addes as .raw contains only last
2163: header value
2164:
2165: 2022-08-22 moko
2166:
2167: * tests/: 418.html, results/418.processed: test for
2168: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
2169: to #1225)
2170:
2171: * src/classes/hash.C: keep old behavoir by default
2172:
2173: * src/classes/hash.C: ^hash_a.intersection[hash_b;
2174: $.order[self|arg] ] added (implements #1215)
2175:
1.176 moko 2176: 2022-03-21 moko
2177:
2178: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
2179: xmlInitCharEncodingHandlers is called in libxml static
2180: initializers before gc_substitute_memory_management_functions in
2181: pa_globals and thus gc may not see reference to our
2182: xmlCharEncodingHandler and free it.
2183:
1.175 moko 2184: 2022-01-26 moko
2185:
2186: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
2187:
1.174 moko 2188: 2021-12-28 moko
2189:
2190: * tests/: 417.html, results/417.processed: test for empty string
2191: match added (related to bug #1224)
2192:
2193: * src/main/pa_string.C: empty string match now works (fixes bug
2194: #1224)
2195:
1.173 moko 2196: 2021-12-24 moko
2197:
2198: * tests/: 415_dir/29.p, results/415.processed: yet another test
2199:
2200: 2021-12-23 moko
2201:
2202: * src/: classes/table.C, main/pa_request.C: warnings war
2203:
2204: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
2205: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
2206:
2207: 2021-12-21 moko
2208:
2209: * tests/: 416.html, results/416.processed: test for ^break[] in
2210: ^hash/table.select[] (related to feature #1222)
2211:
2212: * src/classes/: hash.C, table.C: ^break[] support for
2213: ^hash/table.select[] (implements feature #1222)
2214:
1.172 moko 2215: 2021-11-30 moko
2216:
2217: * src/targets/cgi/parser3.C: default sock_ready interval changed to
2218: 0.5 sec
2219:
1.171 moko 2220: 2021-11-10 moko
2221:
2222: * tests/results/415.processed: more syntax errors tests added
2223:
2224: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
2225: 28.p: minor syntax error tests
2226:
2227: * src/main/pa_exception.C: pa_strdup added for compatibility
2228:
2229: * src/classes/curl.C: hint to call ^curl:options[
2230: $.library[correct.libcurl.so.name] ] added if default load fails.
2231:
2232: 2021-11-09 moko
2233:
2234: * src/main/compile.y: error message can be on stack
2235:
2236: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
2237:
2238: * src/main/pa_charset.C: memcpy is more correct and efficient in
2239: this case then strncpy
2240:
2241: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
2242: instead of strcpy where possible
2243:
2244: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
2245: used to avoid MAX_STRING limit in Exception comment
2246:
2247: * tests/results/415.processed: compiler exceptions are no longer
2248: limited to MAX_STRING
2249:
2250: * src/main/: compile.y, compile_tools.h: Parse_control uses const
2251: char * instead of fixed buffer
2252:
2253: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
2254: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
2255: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
2256: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
2257: results/415.processed: tests for parser.compile exceptions added
2258:
2259: 2021-11-08 moko
2260:
2261: * src/: classes/math.C, include/pa_common.h, main/compile.y,
2262: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
2263: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2264: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
2265: drawbacks
2266:
1.170 moko 2267: 2021-11-06 moko
2268:
2269: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
2270: (implements feature #1219)
2271:
2272: * tests/: 414.html, results/414.processed: test for
2273: ^hash.rename[from;to] added (related to feature #1144)
2274:
2275: 2021-11-05 moko
2276:
2277: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
2278: (related to feature #1144)
2279:
2280: 2021-11-04 moko
2281:
2282: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
2283: added (implements feature #1144)
2284:
1.169 moko 2285: 2021-10-19 moko
2286:
2287: * tests/: 413.html, results/413.processed: test for hash no longer
2288: is accepted as file parameter (related to bug #1218)
2289:
2290: * src/: classes/curl.C, classes/file.C, classes/image.C,
2291: classes/math.C, classes/xdoc.C, types/pa_value.C,
2292: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
2293: longer is accepted as file parameter (fixes bug #1218)
2294:
1.168 moko 2295: 2021-07-19 moko
2296:
2297: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
2298: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
2299:
1.167 moko 2300: 2021-04-16 moko
2301:
2302: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2303: processing it leads to assertions.
2304:
1.166 moko 2305: 2021-03-25 moko
2306:
2307: * tests/: 412.html, results/412.processed: test to demonstrate bug
2308: #1213
2309:
1.165 moko 2310: 2021-02-12 moko
2311:
2312: * tests/: 360.html, results/360.processed, results/363.processed:
2313: parser method call in expression mode no longer differs from call
2314: in string mode (related to feature #1211)
2315:
2316: 2021-02-11 moko
2317:
2318: * src/types/pa_vmail.C: mail parsing with Windows line endings
2319: fixed (bug #1212)
2320:
2321: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2322: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2323: strings in both calls (implements feature #1211)
2324:
1.164 moko 2325: 2021-01-28 moko
2326:
2327: * buildall, etc/auto.p.in: to remove last patch in debian package
2328:
2329: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2330: 3.4.7b
2331:
1.162 moko 2332: 2021-01-21 moko
2333:
2334: * src/main/pa_http.C: no alarm() in file::load when web server mode
2335: is MULTITHREADED
2336:
1.157 moko 2337: 2021-01-20 moko
2338:
1.161 moko 2339: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2340: 'a2enmod mpm_prefork'
2341:
1.160 moko 2342: * src/targets/apache/mod_parser3.c: prefork name is now
2343: 'libapache2-mpm-itk'
2344:
2345: * src/targets/apache/mod_parser3_core.C: last regular malloc
2346: removed
2347:
1.159 moko 2348: * src/targets/isapi/Makefile.am: -pa_threads.C
2349:
1.158 moko 2350: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2351: 3.4.6
2352:
1.157 moko 2353: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2354:
2355: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2356: /httpd.p
2357:
2358: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2359: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2360: #1203)
2361:
2362: 2021-01-19 moko
2363:
2364: * buildall: --disable-parallel-mark added to avoid "number of
2365: processors" threads creation for heap marking as it conflicts
2366: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2367: limits threads)
2368:
1.156 moko 2369: 2021-01-16 moko
2370:
2371: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2372: main/pa_globals.C, main/pa_memory.C,
2373: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2374: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2375: feature #1209)
2376:
2377: 2021-01-15 moko
2378:
2379: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2380: 3.4.6rc
2381:
2382: * src/classes/json.C: get_delim added for delimiter caching (10%
2383: faster on large json)
2384:
2385: 2021-01-14 moko
2386:
1.211 moko 2387: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2388:
2389: * tests/results/224.processed: test result modified after
2390: today(shift) implemented
2391:
2392: * tests/: 407.html, results/407.processed: test for ^hash.select
2393: option $.default(bool) added (related to feature #1172)
2394:
2395: * src/classes/hash.C: ^hash.select option $.default(bool) added
2396: (related to feature #1172)
2397:
2398: * tests/: 141.html, results/141.processed: test modified for
2399: feature #1185.
2400:
2401: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2402: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2403: options $.lower(bool) (implements feature #1185)
2404:
2405: 2021-01-11 moko
2406:
2407: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2408: #1192)
2409:
2410: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2411: added (related to feature #1192)
2412:
1.155 moko 2413: 2021-01-05 moko
2414:
2415: * tests/: 270.html, results/270.processed: test modified to work
2416: under Windows
2417:
2418: * tests/: 390.html, 395.html, results/395.processed: tests updated
2419: 4 windows
2420:
2421: * tests/: 410.html, results/410.processed: test for
2422: $CLASS-GETTER-PROTECTED(false) added
2423:
2424: 2021-01-04 moko
2425:
2426: * tests/: 409.html, results/409.processed, results/auto.p: test for
2427: $MAIN:LOCALS(true) added
2428:
1.154 moko 2429: 2021-01-03 moko
2430:
2431: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2432: types/pa_vclass.h, types/pa_vstateless_class.C,
2433: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2434: +LOCALS. $main -> $MAIN in exception texts (implements feature
2435: #1207)
2436:
2437: 2021-01-02 moko
2438:
2439: * etc/auto.p.in: minor
2440:
2441: * src/main/pa_request.C: sending headers only after opening file to
2442: allow error reporting if file was not opened (foreign group,
2443: etc).
2444:
2445: 2020-12-31 moko
2446:
2447: * src/: include/pa_request.h, main/pa_request.C,
2448: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2449:
2450: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2451: main/pa_request.C: get_class_ref added and used
2452:
2453: * etc/auto.p.in: @CLASS httpd added
2454:
2455: * etc/auto.p.in: @auto[] is now first
2456:
2457: 2020-12-30 moko
2458:
2459: * tests/: 408.html, results/408.processed: test for bug #1166
2460: (windows only) added
2461:
2462: * src/main/pa_common.C: create_dir_for_file should not create dir
2463: for trailing / (fixes bug #1166)
2464:
2465: * tests/: 341.html, results/341.processed: tests for
2466: ^nameless_table.hash[] added (related to feature #1138)
2467:
2468: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2469: (implements feature #1138), extra fields in named tables no
2470: longer ignored (implements feature #1138)
2471:
2472: * tests/results/390.processed: updated after exception text change
2473:
2474: 2020-12-29 moko
2475:
2476: * tests/: 407.html, results/407.processed: +$._default check
2477:
2478: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2479:
2480: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2481: and ^hash.reverse[] added (releated to feature #1172)
2482:
2483: * src/classes/hash.C:
2484: ^hash.select[key;value](bool-condition)[options hash] +
2485: ^hash.reverse[] added (implements feature #1172)
2486:
2487: * src/types/pa_vtable.h: warning war
2488:
2489: * src/include/pa_config_fixed.h: win32 fix
2490:
1.153 moko 2491: 2020-12-27 moko
2492:
2493: * tests/: 406.html, results/406.processed: test results updated
2494:
2495: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2496: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2497: spelling
2498:
2499: 2020-12-26 moko
2500:
2501: * tests/: 406.html, results/406.processed: tests for
2502: ^table.rename[] added (related to feature #1148)
2503:
2504: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2505: ^table.rename[column name from;column name to], ^table.rename[
2506: $.[column name from][column name to] ... ] added (implements
2507: feature #1148)
2508:
2509: 2020-12-25 moko
2510:
2511: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2512: request_info now on stack to avoid yet another THREAD_LOCAL
2513: memory deallocation issue (now with cookies), explained in #1203
2514:
2515: * src/types/pa_vcookie.C: fields should be inited
2516:
2517: 2020-12-24 moko
2518:
2519: * src/include/pa_stylesheet_connection.h: looks like
2520: xsltFreeStylesheet leads to memory double-free. If so, it's for
2521: sure libxml bug, but we have GC anyway, so we just remove this
2522: call and see...
2523:
2524: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2525: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2526: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2527: abort.c:65:8 frame #3: 0x00000000004da663
2528: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2529: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2530: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2531: malloc.c:617:9 frame #5: 0x0000000000577f0c
2532: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2533: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2534: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2535: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2536: frame #8: 0x000000000050d35c
2537: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2538: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2539: frame #10: 0x00000000004436e5
2540: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2541: [inlined]
2542: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2543: pa_stylesheet_connection.h:62:3
2544:
2545: 2020-12-23 moko
2546:
2547: * src/classes/image.C: ^image::measure[; $.video() ] option added
2548:
2549: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2550: ^image::measure[; $.video(true) ] added
2551:
2552: * src/main/pa_exec.C: not cleared automatically in multithreaded
2553: httpd mode for unknown reasons
2554:
2555: 2020-12-22 moko
2556:
2557: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2558: error_log uri of currently processed document", but never used
2559: and conflicts with how libgc stops threads on FreeBSD (#define
2560: SIG_SUSPEND SIGUSR1), thus removed.
2561:
2562: 2020-12-21 moko
2563:
2564: * src/main/pa_request.C: +comment
2565:
1.151 moko 2566: 2020-12-20 moko
2567:
1.152 moko 2568: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2569: it is more safe to have versions of pa_strdup with one and two
2570: arguments, as helper_length=0 not always mean that strlen()
2571: should be called, but means zero.
2572:
2573: * src/targets/isapi/parser3isapi.C: minor
2574:
2575: * src/main/pa_http.C: +valid_http_method
2576:
1.151 moko 2577: * src/: include/pa_http.h, main/pa_http.C,
2578: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2579:
2580: 2020-12-17 moko
2581:
2582: * tests/: 405.html, results/405.processed: test for split by regex
2583: added (related to feature #1160)
2584:
2585: * src/classes/string.C: split by regex implemented (feature #1160)
2586:
2587: * src/classes/string.C: minor
2588:
2589: * tests/: 404.html, results/404.processed: test for whitespace
2590: string is now OK for table argument (related to feature #1169)
2591:
2592: * src/: classes/image.C, classes/string.C, classes/table.C,
2593: types/pa_vmethod_frame.C: whitespace string is now OK for table
2594: argument (as with hash) (implements feature #1169)
2595:
2596: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2597: limit for comment (fixes bug #1102)
2598:
2599: * src/targets/cgi/parser3.C: +HAVE_TLS check
2600:
2601: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2602:
2603: * src/include/pa_config_includes.h: HAVE_TLS used
2604:
2605: * configure.ac: +TLS check
2606:
2607: * src/main/pa_http.C: content logging added
2608:
2609: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2610: clear_response_headers added
2611:
2612: 2020-12-16 moko
2613:
2614: * buildall: as we now use threads, libatomic_ops still required for
2615: some OS.
2616:
2617: * src/main/pa_request.C: whitespace
2618:
2619: * src/: include/pa_request.h, main/pa_request.C:
2620: Request::Exception_trace::table extracted and used
2621:
2622: * src/main/pa_request.C: moving output_result call outside of try
2623: as network exceptions should not be handled by parser code
2624:
2625: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2626: logging network exchange
2627:
2628: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2629: via network if it was network write error.
2630:
2631: * src/targets/cgi/parser3.C: log -> pa_log
2632:
2633: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2634:
2635: * src/main/pa_threads.C: getpid() if no gettid() found
2636:
2637: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2638: we need to ignore "void" connections from browsers (browsers open
2639: connections in advance and they will be empty if user does not
2640: request more pages)
2641:
2642: 2020-12-15 moko
2643:
2644: * src/targets/cgi/parser3.C: avoid previous uri in logs
2645:
2646: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2647: RequestController not needed in httpd mode
2648:
2649: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2650: classes/classes.h, classes/curl.C, classes/date.C,
2651: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2652: classes/hashfile.C, classes/image.C, classes/inet.C,
2653: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2654: classes/memcached.C, classes/memory.C, classes/op.C,
2655: classes/reflection.C, classes/regex.C, classes/response.C,
2656: classes/string.C, classes/table.C, classes/void.C,
2657: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2658: include/pa_array.h, include/pa_base64.h,
2659: include/pa_cache_managers.h, include/pa_charset.h,
2660: include/pa_charsets.h, include/pa_common.h,
2661: include/pa_config_fixed.h, include/pa_config_includes.h,
2662: include/pa_dictionary.h, include/pa_dir.h,
2663: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2664: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2665: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2666: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2667: include/pa_request_charsets.h, include/pa_request_info.h,
2668: include/pa_sapi.h, include/pa_socks.h,
2669: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2670: include/pa_stack.h, include/pa_string.h,
2671: include/pa_stylesheet_connection.h,
2672: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2673: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2674: include/pa_uue.h, include/pa_xml_exception.h,
2675: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2676: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2677: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2678: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2679: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2680: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2681: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2682: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2683: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2684: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2685: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2686: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2687: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2688: main/pa_sql_driver_manager.C, main/pa_string.C,
2689: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2690: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2691: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2692: main/untaint.C, sql/pa_sql_driver.h,
2693: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2694: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2695: targets/isapi/parser3isapi.C, types/pa_junction.h,
2696: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2697: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2698: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2699: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2700: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2701: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2702: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2703: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2704: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2705: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2706: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2707: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2708: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2709: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2710: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2711: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2712: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2713: types/pa_vstateless_object.h, types/pa_vstatus.C,
2714: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2715: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2716: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2717: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2718: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2719:
2720: * src/main/pa_request.C: old compilers support
2721:
2722: * tests/: 362.html, results/362.processed: test updated after
2723: changes after upgrade to libxml2-2.9.9 were made (related to bug
2724: #1108)
2725:
2726: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2727: removed, as xsltFreeStylesheet has side effects on original doc.
2728: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2729: not updated after xdoc modification (part 3 of test 362).
2730: (related to bug #1108)
2731:
2732: * src/targets/isapi/parser3isapi.C: +pa_strcat
2733:
2734: * src/: classes/memory.C, include/pa_memory.h,
2735: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2736: PA_GC_GCOLLECT used
2737:
2738: * src/include/pa_memory.h: +PA_GC_COLLECT
2739:
2740: * src/targets/cgi/parser3.C: msvs support fixes
2741:
2742: * src/lib/gc/include/gc.h: more cleanup
2743:
2744: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2745:
2746: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2747: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2748:
2749: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2750:
2751: * configure.ac: pthread.h added to checked headers
2752:
2753: * src/classes/table.C: string stream is back :)
2754:
2755: * src/classes/memory.C: GC_generate_random_backtrace no longer
2756: exists
2757:
2758: * src/main/pa_globals.C: GC_dont_gc replaced
2759:
2760: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2761: left to simplify adding new functions. depricated GC_dont_gc
2762: replaced with GC_disable and GC_enable calls.
2763:
2764: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2765: CORD_from_file* not used and thus removed
2766:
2767: * src/lib/gc/include/gc_allocator.h: minor cleanup
2768:
2769: 2020-12-14 moko
2770:
2771: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2772: referenced elsewhere, or GC will collect it.
2773:
2774: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2775: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2776: elsewhere, or GC will collect them (and we'll get GPF in
2777: multithreaded enviroment). May be it can be also fixed by some
2778: GC call, not sure. But this fix costs nothing (but hours of
2779: debugging to find the issue :).
2780:
1.150 moko 2781: 2020-12-11 moko
2782:
2783: * configure.ac: gettid() check added
2784:
2785: * src/main/pa_threads.C: HAVE_GETTID used
2786:
2787: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2788:
2789: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2790: version for isapi/cgi/apache
2791:
2792: * buildall: threads are now required.
2793:
2794: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2795: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2796: main/main.vcproj: pa_threads.C moved to main
2797:
2798: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2799: isapi/pa_threads.C: pa_threads.C moved to main
2800:
2801: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2802: targets/apache/Makefile.am: pa_threads.C moved to main
2803:
2804: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2805:
2806: * src/: include/pa_stylesheet_connection.h,
2807: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2808: and weird GPF in multithreaded httpd is gone
2809:
2810: * src/include/: pa_stylesheet_connection.h,
2811: pa_sql_driver_manager.h: whitespace
2812:
2813: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2814:
2815: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2816: main/pa_stylesheet_manager.C: whitespace, warning war
2817:
2818: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2819: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2820: parser_multithreaded never used
2821:
2822: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2823:
2824: 2020-12-10 moko
2825:
2826: * src/: include/pa_config_includes.h, include/pa_http.h,
2827: main/pa_http.C, targets/cgi/parser3.C: initial support for
2828: MULTITHREADED and PARALLEL httpd server modes
2829:
2830: * src/main/pa_globals.C: GC_java_finalization is depricated
2831:
2832: 2020-12-09 moko
2833:
2834: * etc/auto.p.in: + @httpd-main
2835:
2836: * src/: include/pa_common.h, main/pa_request.C,
2837: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2838: work
2839:
2840: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2841: slow file_read_binary no longer used, send_range added
2842:
2843: 2020-12-08 moko
2844:
2845: * src/main/pa_request.C: >4Gb support
2846:
2847: * src/targets/cgi/parser3.C: msvc warning war
2848:
2849: * src/: include/pa_config_includes.h, main/pa_http.C,
2850: main/pa_request.C: msvc warnings war
2851:
2852: * src/classes/image.C: warning war
2853:
2854: * src/classes/table.C: MSVC warning war
2855:
2856: * src/targets/cgi/parser3.C: msvc warnings war
2857:
2858: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2859: added
2860:
1.149 moko 2861: 2020-12-07 moko
2862:
1.150 moko 2863: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2864: avoid logging beside system-wide auto.p
2865:
2866: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2867:
2868: * configure, configure.ac, src/include/pa_config_auto.h.in:
2869: configure options added:
2870:
2871: --with-system-cfg=FILE to specify system-wide auto.p
2872: --with-system-log=FILE to specify system-wide parser3.log
2873:
2874: * Makefile.am: bin no longer exists
2875:
2876: * configure, configure.ac: auto.p moved to etc to simplify debian
2877: package
2878:
2879: * buildall: auto.p and parser3.charsets moved to their default
2880: location after install
2881:
2882: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2883:
2884: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2885:
1.149 moko 2886: * src/targets/cgi/parser3.C: locate_config call returned to
2887: original place as it requires pa_thread_request() under Windows
2888:
2889: * src/targets/cgi/parser3.C: renaming
2890:
2891: 2020-12-06 moko
2892:
2893: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2894: check added
2895:
2896: 2020-12-04 moko
2897:
2898: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2899: main/pa_request.C: unified uint64_t lseek implemented to support
2900: >4Gb files under x86, including Windows
2901:
2902: 2020-12-02 moko
2903:
2904: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2905: with max_file_size
2906:
2907: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2908: support for processing files sized >4Gb on 32 bit planforms
2909:
2910: * tests/399.html: file moved
2911:
2912: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2913:
2914: * src/targets/cgi/pa_sapi_info.h: warning war
2915:
2916: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2917: warning war
2918:
2919: 2020-12-01 moko
2920:
2921: * src/classes/image.C: mp4 extended size (>4Gb) support added
2922:
2923: * src/classes/image.C: for "size not found" exception to be shown
2924: if size not found until eof
2925:
2926: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2927: bit linux)
2928:
2929: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2930: #1188)
2931:
2932: 2020-11-30 moko
2933:
2934: * src/classes/image.C: definitions moved closer to code
2935:
2936: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2937: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2938: 395_dir/3_VP8X.webp, results/395.processed,
2939: results/396.processed: tests for ^image::measure[] .webp support
2940: added, all image files moved into one directory (related to
2941: feature #1188)
2942:
2943: * src/classes/image.C: ^image::measure[] now supports webp (feature
2944: #1188)
2945:
1.148 moko 2946: 2020-11-29 moko
2947:
2948: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2949: processing, unnessesary defines removed
2950:
2951: 2020-11-24 moko
2952:
2953: * tests/results/: 099.processed, 100.processed, 205.processed,
2954: 309.processed, 310.processed: Content-Disposition: inline
2955: returned
2956:
2957: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2958: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2959: ] added (related to bug #1204)
2960:
2961: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2962: ] supported to avoid Content-Disposition: inline;
2963: filename="<file>.ext" but still set Content-Type for ext (related
2964: to bug #1204)
2965:
1.147 moko 2966: 2020-11-22 moko
2967:
2968: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2969: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2970:
2971: * src/main/pa_request.C: content_disposition_inline returned.
2972:
2973: 2020-11-17 moko
2974:
2975: * src/main/pa_request.C: empty main method name support
2976:
2977: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2978: config_handler added, stdout flush added.
2979:
2980: 2020-11-16 moko
2981:
2982: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2983:
2984: * tests/results/: 099.processed, 205.processed, 237.processed,
2985: 309.processed, 310.processed: Content-Disposition: inline is not
2986: required and should not contain filename="<name>"
2987:
2988: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
2989: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
2990: targets/isapi/parser3isapi.C: pa_strcat implemented and used
2991:
1.146 moko 2992: 2020-11-14 moko
2993:
2994: * src/targets/cgi/parser3.C: spelling
2995:
2996: * src/targets/cgi/parser3.C: renaming
2997:
2998: * src/targets/cgi/parser3.C: args_skip removed, locate_config
2999: relocated
3000:
3001: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
3002: before request processing, which is weired
3003:
3004: 2020-11-13 moko
3005:
3006: * src/main/pa_http.C: pa_recv added with timeout support, thus read
3007: copied in httpd.
3008:
3009: 2020-11-12 moko
3010:
3011: * src/main/pa_http.C: ALARM code unified to be used in httpd
3012:
3013: * src/: include/pa_request.h, main/pa_request.C,
3014: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
3015:
3016: * src/main/pa_http.C: URI validation added
3017:
3018: * src/targets/cgi/parser3.C: filespec_to_process now variable,
3019: can't be empty but can be null. httpd-main is now main method
3020: name for httpd mode
3021:
3022: 2020-11-11 moko
3023:
3024: * src/main/pa_request.C: path_translated can be null in httpd mode
3025:
3026: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
3027: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3028: classes/xdoc.C, include/pa_request.h, main/execute.C,
3029: main/pa_request.C: r.absolute -> r.full_disk_path
3030:
3031: * src/targets/cgi/parser3.C: if filename to process is not
3032: specified, auto.p should be present.
3033:
1.145 moko 3034: 2020-11-03 moko
3035:
3036: * src/: classes/op.C, include/pa_request.h: unused argument removed
3037:
3038: * src/main/pa_request.C: content_disposition_inline is the default,
3039: not required.
3040:
1.144 moko 3041: 2020-10-29 moko
3042:
3043: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
3044: ^use[file; $.main(true) ] implemented for auto.p processing and
3045: path_translated changing to correct relative files path
3046: calculation in httpd mode
3047:
3048: * src/: include/pa_request.h, main/pa_request.C:
3049: fail_on_read_problem removed, as it allways true, as if should
3050: be.
3051:
3052: * src/: include/pa_request.h, main/pa_request.C,
3053: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3054: targets/isapi/parser3isapi.C: clearing config_filespec when
3055: config was not found, thus flag not required and removed.
3056:
3057: 2020-10-28 moko
3058:
3059: * tests/: 402.html, results/402.processed: error reporting test
3060:
3061: * src/main/execute.C: better error reporting when
3062: $result[^hash::create[]] in @main.
3063:
3064: * src/main/: execute.C, pa_request.C: frame.result() should be used
3065: + minor optimization
3066:
3067: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3068: main/pa_xml_io.C: execute_*_method simplified and unified
3069:
3070: 2020-10-27 moko
3071:
3072: * tests/: 306.html, results/306.processed: a bit more testing. :)
3073:
3074: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
3075: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
3076: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
3077: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
3078: types/pa_vmethod_frame.h, types/pa_vobject.C,
3079: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
3080: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
3081: longer used in object-prototype mode
3082:
3083: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
3084: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
3085: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
3086: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
3087: $form:name[value] features
3088:
1.143 moko 3089: 2020-10-18 moko
3090:
3091: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
3092:
3093: 2020-10-15 moko
3094:
3095: * src/main/pa_http.C: url no longer needed as
3096: ALTER_EXCEPTION_SOURCE is used
3097:
3098: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
3099: main/pa_http.C: check_file_size filespec is now optional
3100:
3101: * src/: classes/curl.C, include/pa_exception.h,
3102: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
3103: ALTER_EXCEPTION_COMMENT added for better error reporting
3104:
3105: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
3106: results/346-curl.processed, results/379-curl.processed,
3107: results/379.processed: test results updated as load now provides
3108: better error reporting + curl responses updated
3109:
3110: 2020-10-14 moko
3111:
3112: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
3113: main/pa_string.C, targets/apache/mod_parser3_core.C,
3114: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
3115: checked. 10 is now default base, no hex autodetect by default
3116:
3117: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3118: connection socket closing in destructor + accept exception
3119: handling
3120:
3121: * src/targets/cgi/parser3.C: warning war
3122:
3123: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
3124: main/pa_request.C, targets/apache/mod_parser3_core.C,
3125: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
3126: exception handling unified
3127:
3128: 2020-10-13 moko
3129:
3130: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
3131: autodetection
3132:
3133: * src/targets/apache/mod_parser3_core.C: reverted to atoi
3134:
3135: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
3136:
3137: * src/main/pa_http.C: warning war
3138:
1.142 moko 3139: 2020-10-12 moko
3140:
1.143 moko 3141: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
3142: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
3143: unhandled exception code optimization
3144:
3145: * src/targets/cgi/parser3.C: request_info now global variable
3146:
3147: * src/main/pa_http.C: http_read_response moved to HTTP_response
3148: class
3149:
3150: * src/: include/pa_http.h, main/pa_http.C,
3151: targets/cgi/pa_sapi_info.h: read_post implemented
3152:
1.142 moko 3153: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3154: [host:]port syntax support in httpd mode
3155:
3156: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
3157: targets/cgi/parser3.C: populate_env added
3158:
3159: * src/include/pa_hash.h: to make get(char *) compiling in
3160: HashStringString
3161:
3162: 2020-10-10 moko
3163:
3164: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
3165: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
3166:
3167: * src/: include/pa_http.h, include/pa_request_info.h,
3168: main/pa_http.C, main/pa_string.C,
3169: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
3170: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
3171: types/pa_vrequest.C: initial httpd mode implementation
3172:
1.141 moko 3173: 2020-10-04 moko
3174:
3175: * src/targets/cgi/parser3.C: options together
3176:
3177: 2020-09-30 moko
3178:
3179: * src/main/pa_http.C: renamed
3180:
1.140 moko 3181: 2020-08-14 moko
3182:
3183: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
3184: src/targets/cgi/Makefile.am: no httpd as separate library
3185:
3186: 2020-08-13 moko
3187:
3188: * src/targets/cgi/parser3.C: SAPI::die used in exception in
3189: unhandled exception handler to report 500 instead of 200 it was
3190: before.
3191:
3192: * src/targets/apache/mod_parser3_core.C: minor cleanup
3193:
3194: * src/: include/pa_sapi.h, main/untaint.C,
3195: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3196: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
3197: thus replaced with SAPI::die and removed
3198:
3199: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
3200: cgi/parser3.C: whitespace
3201:
3202: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
3203:
3204: 2020-08-12 moko
3205:
3206: * src/targets/cgi/parser3.C: duplicate info in signal logging
3207: removed, whitespace was: SIGPIPE received while executing code.
3208: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
3209: cl=0]
3210:
3211: * parser3.sln: + httpd.vcproj
3212:
3213: 2020-08-11 moko
3214:
3215: * src/targets/cgi/Makefile.am: +libhttpd
3216:
3217: * configure.ac, src/lib/Makefile.am: +libhttpd
3218:
1.139 moko 3219: 2020-07-13 moko
3220:
3221: * tests/: 401.html, results/401.processed: test for hash key does
3222: not keep language, but tainted in foreach.
3223:
1.138 moko 3224: 2020-07-01 moko
3225:
3226: * tests/: 235.html, results/235.processed: test result updated as
3227: messages before attachments implemented (feature #1176)
3228:
1.137 moko 3229: 2020-06-27 moko
3230:
3231: * tests/: 400.html, results/400.processed: test updated to check
3232: ^return{code}
3233:
3234: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
3235: fixed
3236:
3237: 2020-06-26 moko
3238:
3239: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
3240: added (related to https://www.parser.ru/forum/?id=85319)
3241:
3242: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
3243: when $result assignment was last statement in the method
3244: (https://www.parser.ru/forum/?id=85319)
3245:
1.136 moko 3246: 2020-05-23 moko
3247:
3248: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
3249: whitespace, unused level removed
3250:
3251: 2020-05-19 moko
3252:
3253: * src/types/pa_vmail.C: whitespace
3254:
3255: * src/types/pa_vmail.C: files should be processed last (related to
3256: feature #1176)
3257:
1.135 moko 3258: 2020-05-12 moko
3259:
3260: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
3261: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
3262:
3263: * configure.ac: FreeBSD1X.X check added to avoid
3264: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
3265:
1.134 moko 3266: 2020-02-26 moko
3267:
3268: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
3269: compilation issue (related to bug #1201)
3270:
3271: * src/main/pa_common.C: entry_readable -> entry_exists,
3272: undocumented access(fname, R_OK) call removed (fixes bug #1201)
3273: -f and -d now works under Windows in UTF-8 with Russian
3274: filenames.
3275:
3276: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
3277: advice (related to feature #1199)
3278:
3279: 2020-02-25 moko
3280:
3281: * buildall: --silent removed
3282:
3283: * configure.ac: gmime-3.0 support
3284:
3285: * buildall: --with-system-mailreceive option added to build with
3286: system libgmime
3287:
3288: * src/types/pa_vmail.C: avoiding
3289: https://github.com/jstedfast/gmime/issues/83 "feature" (related
3290: to feature #1199)
3291:
1.133 moko 3292: 2020-02-18 moko
3293:
3294: * src/classes/op.C: windows x64 debug mode compile fix
3295:
3296: * src/main/pa_globals.C: no longer required due to -MD -> -MT
3297: change (releated to feature #1200)
3298:
3299: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3300: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
3301: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3302: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3303: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3304: targets/apache/ApacheModuleParser3.vcproj,
3305: targets/apache/ApacheModuleParser3Core.vcproj,
3306: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3307: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3308: dependency (related to feature #1200)
3309:
1.132 moko 3310: 2020-02-12 moko
3311:
3312: * src/types/pa_vmail.C: minimize diff
3313:
3314: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3315: #1199)
3316:
1.131 moko 3317: 2020-01-18 moko
3318:
3319: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3320:
1.130 moko 3321: 2019-12-28 moko
3322:
3323: * src/targets/cgi/parser3.C: avoid empty ?
3324:
3325: 2019-12-27 moko
3326:
3327: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3328: DOCUMENT_ROOT (related to feature #1164)
3329:
3330: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3331: fcgiwrap setup (implements feature #1164)
3332:
3333: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3334: but no issues found (related to feature #1164)
3335:
3336: * src/targets/cgi/parser3.C: actualized
3337:
3338: 2019-12-26 moko
3339:
3340: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3341: removed
3342:
3343: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3344: removed
3345:
3346: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3347: allocation errors, we don't want default gc warnings (without
3348: timestamp and URI).
3349:
3350: * src/: classes/memory.C, main/pa_globals.C,
3351: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3352: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3353: pa_globals_init
3354:
3355: * src/main/pa_globals.C: setup_hex_value() removed, static array
3356: initialization used (optimization)
3357:
3358: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3359: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3360: pa_socks_init/pa_socks_done moved inside pa_globals_init
3361: (optimization)
3362:
1.129 moko 3363: 2019-12-09 moko
3364:
3365: * src/include/pa_config_fixed.h: warning war
3366:
1.128 moko 3367: 2019-12-08 moko
3368:
3369: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3370: process grammar under Unix.
3371:
3372: 2019-12-07 moko
3373:
3374: * tests/389.html: For Windows XP. :)
3375:
3376: * tests/388-sql.html: Windows compatibility added
3377:
3378: 2019-12-06 moko
3379:
3380: * src/targets/cgi/parser3.C: warning war
3381:
3382: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3383: == sizeof(CORD)) to avoid aligning bugs in future
3384:
3385: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3386: XML_STATIC
3387:
3388: * src/include/pa_request.h: StackItem() not required
3389:
3390: * src/include/pa_stack.h: warning war
3391:
3392: * src/include/pa_config_includes.h: GCC warning silenced
3393:
3394: * src/include/pa_memory.h: warning war: the program should also
3395: define 'void operator delete [](void*, std::size_t)'
3396: [-Wsized-deallocation]
3397:
3398: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3399:
3400: * src/classes/string.C: not reqired cast removed
3401:
3402: * src/classes/string.C: not reqired cast removed
3403:
3404: 2019-12-05 moko
3405:
3406: * src/lib/sdbm/pa_file_io.C: warning war
3407:
3408: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3409: enum Language : size_t - required for VS2015+ to make
3410: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3411: without it (related to feature #1198)
3412:
3413: 2019-12-04 moko
3414:
3415: * src/main/pa_base64.C: unsigned char -> uchar
3416:
3417: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3418: as other libs
3419:
3420: * src/include/pa_version.h: +amd64
3421:
3422: 2019-12-03 moko
3423:
3424: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3425: release
3426:
3427: * src/include/pa_config_includes.h: warning war
3428:
3429: * src/classes/image.C: warning war
3430:
3431: * src/main/pa_globals.C: x64 libs support
3432:
3433: * src/include/pa_config_includes.h: warning war
3434:
3435: * src/types/pa_method.h: warning war
3436:
1.127 moko 3437: 2019-11-28 moko
3438:
3439: * src/classes/math.C: vs2003 compatibility + warning war
3440:
3441: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3442: libxml2-2.9.9 (related to feature #1136)
3443:
3444: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3445: typecast for more compatibility (related to feature #1136)
3446:
3447: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3448: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3449: feature #1136)
3450:
3451: 2019-11-26 moko
3452:
3453: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3454: removed (it was failing in $$var case), condition added
3455:
1.126 moko 3456: 2019-11-25 moko
3457:
3458: * tests/: 397.html, 399.html, results/141.processed,
3459: results/399.processed: base64 options tested
3460:
3461: * src/: classes/math.C, main/pa_http.C: base64 options used
3462:
3463: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3464: implemented (feature #986)
3465:
3466: * src/main/pa_cache_managers.C: whitespace
3467:
3468: * tests/: 397.html, 399.html, results/399.processed: tests for
3469: ^base64 encode options added (related to feature #986)
3470:
3471: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3472: pa_base64_encode(file) removed - more memory, but faster and less
3473: code (related fo feature #986)
3474:
3475: 2019-11-24 moko
3476:
3477: * tests/: 155.html, results/155.processed: limit and offset in
3478: ^table::load[] now supported, thus test added
3479:
3480: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3481: main/pa_common.C: optimization: offset and limit options parsing
3482: moved inside file_load.
3483:
3484: 2019-11-23 moko
3485:
3486: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3487: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3488: optimization: file_read replaced with simplified file_read_binary
3489:
3490: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3491: types/pa_vform.C: whitespace
3492:
3493: * src/: include/pa_common.h, main/pa_common.C: never used params
3494: removed
3495:
3496: 2019-11-21 moko
3497:
3498: * tests/: 193.html, results/193.processed, results/389.processed:
3499: test results updated as now base64 does not discard tail without
3500: padding (related to feature #986)
3501:
3502: 2019-11-20 moko
3503:
3504: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3505: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3506: pa_base64_decode (related to feature #986)
3507:
3508: * tests/398.html: tests for base64 decode added (related to feature
3509: #986)
3510:
3511: * src/main/pa_base64.C: base64_decode rewritten - padding option
3512: support, padding inside base 64 supported (related to feature
3513: #096)
3514:
3515: 2019-11-19 moko
3516:
3517: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3518: FreeBSD 12
3519:
1.125 moko 3520: 2019-11-16 moko
3521:
3522: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3523: support added, step support removed (related to #986)
3524:
3525: 2019-11-15 moko
3526:
3527: * src/classes/math.C: using log since log2 is not present on
3528: FreeBSD < 8.4 (related to feature #1177)
3529:
3530: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3531: pa_base64_size extracted and used for files as well (related to
3532: feature 986)
3533:
3534: 2019-11-14 moko
3535:
3536: * tests/: 397.html, results/397.processed: + content check
3537:
3538: * tests/: 141.html, results/141.processed: make test resuls more
3539: readable
3540:
3541: * tests/: 397.html, results/193.processed, results/397.processed:
3542: test results updated after \x00 character was disabled in
3543: math:convert string mode (related to feature #1177)
3544:
3545: * src/classes/: math.C, string.C: \\x00 character disabled while
3546: converting to string (as in base64, related to feature #1177)
3547:
3548: * src/classes/file.C: more correct arguments separation
3549:
3550: * src/: classes/file.C, classes/math.C, classes/string.C,
3551: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3552: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3553: options added, but not yet implemented (related to feature #986)
3554:
3555: * src/classes/math.C: whitespace
3556:
3557: 2019-11-13 moko
3558:
3559: * tests/: 397.html, results/397.processed: +tainting test (related
3560: to feature #1177)
3561:
3562: * src/classes/math.C: as we now produce not only digits, result
3563: should be tainted (related to feature #1177)
3564:
3565: * src/main/pa_base64.C: whitespace
3566:
3567: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3568: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3569: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3570: implementation moved from pa_common.h and pa_common.C
3571:
3572: 2019-11-12 moko
3573:
3574: * tests/: 275.html, results/275.processed: out of range test fixed,
3575: as ^math:convert now supports arbitrary precision
3576:
3577: 2019-11-11 moko
3578:
3579: * tests/results/389.processed: uctualized error message
3580:
3581: * tests/: 389.html, 397.html, results/397.processed: tests for
3582: ^math:convert added (related to feature #1177)
3583:
3584: * src/classes/math.C: ^math:convert now supports arbitrary
3585: precision, alphabet support added (implements feature #1177)
3586:
1.124 moko 3587: 2019-11-06 moko
3588:
3589: * tests/: 181.html, results/181.processed: entities usage added,
3590: more entites load tests (related to bug #842 discussion)
3591:
3592: 2019-11-05 moko
3593:
3594: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3595: call from xmlFileOpen if http://localhost/<file> was not found
3596: (related to bug #842)
3597:
3598: * src/main/pa_xml_io.C: rename
3599:
3600: * src/main/pa_xml_io.C: +MemoryStream constructor
3601:
3602: * src/main/pa_xml_io.C: whitespace
3603:
1.123 moko 3604: 2019-10-31 moko
3605:
3606: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3607: XML_PARSE_NOENT) added to fix entities load, (related to feature
3608: #1181)
3609:
1.122 moko 3610: 2019-10-25 moko
3611:
3612: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3613: queries tests
3614:
3615: 2019-10-24 moko
3616:
3617: * tests/: 388-sql.html, results/388-sql.processed: support for
3618: pgsql driver test
3619:
3620: * tests/: 388-sql.html, results/388-sql.processed:
3621: multi_statements=1 now tested, mysql test now supported
3622: (connection must be specified in [parser3] section in .my.cnf)
3623: related to issues #1195 and #1194
3624:
1.121 moko 3625: 2019-09-11 moko
3626:
3627: * src/classes/int.C: whitespace
3628:
3629: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3630: exception test
3631:
3632: * tests/results/388-sql.processed: sql queries now shown (related
3633: to feature #1196)
3634:
3635: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3636: with old parser versions.
3637:
3638: * src/: classes/file.C, classes/hash.C, classes/string.C,
3639: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3640: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3641: instead of connect string in query_event_handlers exceptions
3642: (implements feature #1196)
3643:
1.120 moko 3644: 2019-09-06 moko
3645:
3646: * tests/388-sql.html: mysql compat
3647:
3648: * src/: classes/hash.C, classes/string.C, classes/table.C,
3649: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3650: sql_ variables declaration moved to pa_common.h
3651:
1.116 moko 3652: 2019-01-15 moko
3653:
3654: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3655: logically sorted
3656:
3657: 2018-12-27 moko
3658:
3659: * src/include/pa_config_includes.h: warning war:
3660: -Wdeprecated-register added for C++ 17
3661:
3662: 2018-10-15 moko
3663:
3664: * configure.ac: FreeBSD 11.2 can be build with ./configure
3665: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3666: --with-xml=/usr/local/
3667:
3668: 2018-09-24 moko
3669:
3670: * tests/: 396.html, 396.tiff, results/396.processed: test for
3671: ^image::measure[] now supports tiff added (related to feature
3672: #1188)
3673:
3674: * src/classes/image.C: ^image::measure[] now supports tiff
3675: (implements feature #1188)
3676:
3677: 2018-09-20 moko
3678:
3679: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3680: files measure added (related to ticket #1188)
3681:
3682: * src/classes/image.C: measure of bmp files implemented (related to
3683: ticket #1188)
3684:
3685: 2018-09-18 moko
3686:
3687: * tests/: 394-curl.html, results/394-curl.processed,
3688: results/auto.p: test for bug #1187 (max_file_size check for head
3689: requests) added
3690:
3691: 2018-08-24 moko
3692:
3693: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3694: response content-length check is required (fixes bug #1187)
3695:
3696: 2018-05-11 moko
3697:
3698: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3699: $.append(bool) ] option added (related to feature #919)
3700:
3701: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3702: from misha@ patch (implements feature #919)
3703:
3704: 2018-03-22 moko
3705:
3706: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3707: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3708: with 128kb buffer. Now works at least 12 times faster. :) May be
3709: Windows-only problem.
3710:
3711: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3712: build fix)
3713:
3714: 2018-02-03 moko
3715:
3716: * src/main/execute.C: removes irrelevant lines from exception stack
3717: trace when exceptions occurs in assigment (fixes bug #1165)
3718:
3719: * tests/: 393.html, results/393.processed: test for behavour after
3720: "Property can not be created, already exists field with that
3721: name" exception removed (related to feature #1183)
3722:
3723: * src/types/pa_vclass.C: "Property can not be created, already
3724: exists field with that name" exception removed (implements
3725: feature #1183)
3726:
3727: 2018-01-19 moko
3728:
3729: * src/classes/string.C: whitespace
3730:
3731: * src/classes/string.C: whitespace
3732:
3733: * tests/: 392.html, results/392.processed: test for
3734: ^regex::create[$regex] added (related to feature #1135)
3735:
3736: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3737: ^regex::create[$regex] added (implements feature #1135)
3738:
3739: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3740: commented define added (related to feature #1157)
3741:
3742: 2018-01-17 moko
3743:
3744: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3745:
3746: 2018-01-15 moko
3747:
3748: * tests/: 390.html, results/390.processed: real path replaced by
3749: stub
3750:
3751: * tests/: 391.html, results/391.processed: test for feature #1181
3752: (XML_PARSE_HUGE exception) added
3753:
3754: 2018-01-11 moko
3755:
3756: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3757: XML_PARSE_HUGE option passed by default (implements feature
3758: #1181)
3759:
3760: * src/classes/string.C: whitespace
3761:
3762: 2017-12-10 moko
3763:
3764: * tests/: 389.html, 390.html, results/389.processed,
3765: results/390.processed: image code coverage tests added (related
3766: to feature #1125)
3767:
3768: 2017-12-08 moko
3769:
3770: * tests/: 346-curl.html, 388-sql.html, 389.html,
3771: results/346-curl.processed, results/388-sql.processed,
3772: results/389.processed: more code coverage tests
3773:
3774: * tests/: 264.html, results/264.processed: code coverage for
3775: ^file::exec[]
3776:
3777: 2017-12-07 moko
3778:
3779: * tests/: 174.html, 388-sql.html, 389.html,
3780: results/388-sql.processed, results/389.processed,
3781: results/174.processed: more coverage tests
3782:
3783: * src/classes/math.C: exception text actualized
3784:
3785: 2017-12-06 moko
3786:
3787: * tests/388-sql.html: $SQL can be here
3788:
3789: * tests/results/auto.p: $SQL not required here
3790:
3791: * tests/: 388-sql.html, 389.html, Makefile,
3792: results/388-sql.processed, results/389.processed, results/auto.p:
3793: code coverage tests for sql (using sqlite) and int/double/bool
3794: added (related to feature #1125)
3795:
3796: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3797: lib/json/json.vcproj, lib/md5/md5.vcproj,
3798: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3799: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3800: targets/apache/ApacheModuleParser3Core.vcproj,
3801: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3802: types/types.vcproj: gc\include no longer required
3803:
3804: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3805: required
3806:
3807: * src/: classes/Makefile.am, classes/table.C,
3808: include/pa_config_includes.h, include/pa_string.h,
3809: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3810: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3811: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3812: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3813: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3814: used, we now include it directly
3815:
3816: 2017-12-04 moko
3817:
3818: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3819: memcached/memcached.vcproj, punycode/punycode.vcproj,
3820: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3821: where required
3822:
3823: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3824: now can be used to trace memory allocations
3825:
3826: * src/: classes/table.C, include/pa_config_includes.h,
3827: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3828: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3829: method removes, libcord also can work without libgc
3830:
3831: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3832:
3833: 2017-11-29 moko
3834:
3835: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3836: are not present (related to feature #1173)
3837:
3838: * tests/346-curl.html: test updated to test curl content-length bug
3839: (related to feature #1173)
3840:
3841: * tests/results/346-curl.processed: more test for content-length
3842: curl bug (related to feature #1173)
3843:
3844: * tests/results/346-curl.processed: test results updated after
3845: #1173 implemented
3846:
3847: 2017-11-28 moko
3848:
3849: * src/classes/curl.C: another libcurl Content-length bug walkaround
3850: (related to feature #1173)
3851:
3852: 2017-11-27 moko
3853:
3854: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3855: $.http_version[version string] added (implements feature #1173),
3856: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3857: where $post(true) bug existed.
3858:
3859: 2017-11-18 moko
3860:
3861: * src/include/pa_memory.h: warning war (related to feature #1170)
3862:
3863: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3864: feature #1170)
3865:
3866: 2017-11-17 moko
3867:
3868: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3869: std::basic_stringstream used in ^table.csv-string[] is compatible
3870: with delete usage check only under Debian 9 (related to feature
3871: #1170)
3872:
3873: 2017-11-16 moko
3874:
3875: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3876: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3877: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3878: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3879: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3880: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3881: stubs defend from accidental use (implements feature #1170)
3882:
3883: 2017-06-24 moko
3884:
3885: * configure.ac: minor fix: thanks to alx@
3886:
1.115 moko 3887: 2017-05-29 moko
3888:
3889: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3890: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3891: added to avoid cutting of UTF-8 chars (fixed bug #123)
3892:
3893: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3894: ignored, =?UTF-8?Q?= should start in case of leading space
3895: (related to bug #123)
3896:
3897: * buildall: echo -n -> printf for OS X. :)
3898:
3899: 2017-05-25 moko
3900:
3901: * tests/: 288.html, results/288.processed: test updated afted
3902: setting $o.prop without setter exception removed (related to
3903: feature #1157)
3904:
3905: * src/types/pa_vclass.C: no more "this property has no setter
3906: method" when setting $o.prop without setter (implements feature
3907: #1157)
3908:
3909: * buildall: echo \c -> echo -n for FreeBSD
3910:
3911: * configure, configure.ac, src/include/pa_config_auto.h.in,
3912: src/types/pa_vdouble.h: isfinite now checked in configure
3913:
3914: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3915: upgraded to automake 1.15
3916:
3917: 2017-05-23 moko
3918:
3919: * src/types/pa_vdouble.h: finite returned where isfinite not
3920: defined
3921:
3922: 2017-05-22 moko
3923:
3924: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3925:
3926: * buildall: extern CFLAGS setting support
3927:
3928: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3929:
3930: * buildall: http -> https
3931:
3932: * buildall: gc-7.2f -> gc-7.6.0
3933:
3934: 2017-05-20 moko
3935:
3936: * buildall: https, pcre, xml, xslt updated to current versions
3937: (related to feature #1136)
3938:
3939: 2017-05-19 moko
3940:
3941: * tests/097.html: after parser.ru moved to https
3942:
3943: 2017-05-17 moko
3944:
3945: * tests/results/: 175.processed, 372.processed: tests resuls
3946: updated after lintian spelling typos fixed (related to bug #1156)
3947:
3948: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3949: classes/string.C, classes/table.C, main/pa_charset.C,
3950: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3951: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3952: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3953:
3954: * tests/results/096.processed: +XMP
3955:
3956: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3957: $.xmp(true) options tested (test for feature #1154)
3958:
3959: * src/classes/image.C: ^image:measure[] options $.exif(false)
3960: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3961: fetched by default! (implements feature #1154)
3962:
3963: 2017-05-16 moko
3964:
3965: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3966: allowed (related to feature #1154)
3967:
3968: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3969: initial XMP implementation - without options and transcode
3970: (related to feature #1154)
3971:
3972: 2017-05-12 moko
3973:
3974: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3975: image: exif moved to ffields, skipped in ^image.html[] where
3976: iterators now used (preparation for feature #1154)
3977:
3978: 2017-05-05 moko
3979:
3980: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3981: results/387.processed: test for circular class inheritance check
3982: added (related to bug #1150)
3983:
3984: * src/types/pa_vstateless_class.C: circular class inheritance check
3985: added (fixes endless add_derived bug #1150)
3986:
3987: 2017-05-04 moko
3988:
3989: * tests/: 386.html, results/386.processed: test for
3990: $table.value(number) added (related to feature #1152)
3991:
3992: * src/types/pa_vtable.C: table put_element: column value must be
3993: string - > column value must be string compatible to allow
3994: $t.value(1) (implements feature #1152)
3995:
3996: 2017-05-03 moko
3997:
3998: * src/main/pa_request.C: $use[$method] is not possible, reverting
3999: (related to feature #1151)
4000:
4001: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
4002: not possible, removing test (related to feature #1151)
4003:
4004: * src/: main/pa_request.C, types/pa_vstateless_class.h:
4005: get_element_method added and used to allow $use[$method] and
4006: $autouse[$method] (implements feature 1151)
4007:
4008: * tests/: 386.html, 386.p, results/386.processed: test for @use in
4009: variable added (related to feature #1151)
4010:
4011: * tests/results/226.processed: actualized after ^try-catch used
4012:
4013: * tests/: 226.html, 385.html, results/385.processed: test for
4014: @autouse in variable added
4015:
4016: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
4017:
1.114 moko 4018: 2017-02-27 moko
4019:
4020: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
4021:
1.113 moko 4022: 2017-02-20 moko
4023:
1.211 moko 4024: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 4025:
4026: 2017-02-16 moko
4027:
4028: * tests/: 384.html, results/384.processed: test for
4029: ^reflection:mixin[; $.name[] ] option added (related to feature
4030: #1089)
4031:
4032: * tests/: 384.html, results/384.processed: test for
4033: ^reflection:mixin[] added (related to feature #1089)
4034:
4035: * src/types/pa_value.h: warning war: virtual ~Value() added
4036:
1.112 moko 4037: 2017-02-15 moko
4038:
4039: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
4040: fixed
4041:
4042: * tests/: 320.html, results/320.processed: $.reverse(true/false)
4043: test added (related to feature #1069)
4044:
4045: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4046: compilation without HASH_ORDER fixed
4047:
4048: * src/: classes/reflection.C, include/pa_hash.h:
4049: $.reverse(true/false) added to ^reflection:methods[] (related to
4050: feature #1069)
4051:
4052: 2017-02-14 moko
4053:
4054: * tests/: 152.html, results/152.processed: test for $._default hash
4055: added (related to bug #1131)
4056:
4057: * tests/: 277.html, results/277.processed: test for hash with only
4058: $._default is now defined (related to bug #1131)
4059:
4060: * src/types/pa_vhash.h: hash with only $._default is now defined
4061: (fixed bug #1131)
4062:
4063: 2017-02-13 moko
4064:
4065: * tests/cat-windows.sh: cat-windows added (cygwin required)
4066:
4067: * tests/: 171.html, 264.html, 286.html, 370.html,
4068: results/320.processed, results/375.processed, results/auto.p:
4069: cat-windows.sh support added
4070:
4071: * tests/375.html: Windows support
4072:
4073: * tests/270.html: documented
4074:
4075: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
4076: (not backslashes) even under Windows (broke test 270)
4077:
4078: 2017-02-12 moko
4079:
4080: * tests/: descript.ion, todo.txt: cleanup
4081:
4082: 2017-02-09 moko
4083:
4084: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
4085: run_tests.cmd: Windows compatibility
4086:
4087: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
4088: incorrectly (GMT) if parser is called from cygwin
4089:
1.111 moko 4090: 2017-02-08 moko
4091:
1.211 moko 4092: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 4093:
1.211 moko 4094: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 4095:
4096: * NEWS, README: minor update
4097:
4098: * src/include/pa_config_includes.h: warning war continues
4099:
4100: * src/: include/pa_config_includes.h, include/pa_memory.h,
4101: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4102: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
4103: gcc 6.x issues fixed
4104:
1.111 moko 4105: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4106: classes/classes.h, classes/curl.C, classes/date.C,
4107: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4108: classes/hashfile.C, classes/image.C, classes/inet.C,
4109: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4110: classes/memcached.C, classes/memory.C, classes/op.C,
4111: classes/reflection.C, classes/regex.C, classes/response.C,
4112: classes/string.C, classes/table.C, classes/void.C,
4113: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4114: include/pa_array.h, include/pa_cache_managers.h,
4115: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4116: include/pa_config_fixed.h, include/pa_config_includes.h,
4117: include/pa_dictionary.h, include/pa_dir.h,
4118: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4119: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4120: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4121: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4122: include/pa_request_charsets.h, include/pa_request_info.h,
4123: include/pa_sapi.h, include/pa_socks.h,
4124: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4125: include/pa_stack.h, include/pa_string.h,
4126: include/pa_stylesheet_connection.h,
4127: include/pa_stylesheet_manager.h, include/pa_symbols.h,
4128: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
4129: include/pa_uue.h, include/pa_xml_exception.h,
4130: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
4131: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
4132: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4133: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
4134: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4135: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4136: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4137: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4138: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4139: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4140: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4141: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4142: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4143: main/pa_string.C, main/pa_stylesheet_connection.C,
4144: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
4145: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
4146: main/untaint.C, sql/pa_sql_driver.h,
4147: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4148: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4149: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4150: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4151: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4152: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4153: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
4154: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4155: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
4156: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
4157: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
4158: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
4159: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4160: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
4161: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
4162: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
4163: types/pa_vmemcached.h, types/pa_vmemory.h,
4164: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4165: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4166: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4167: types/pa_vresponse.C, types/pa_vresponse.h,
4168: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4169: types/pa_vstateless_object.h, types/pa_vstatus.C,
4170: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4171: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4172: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4173: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4174: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
4175: 2015->2017
4176:
1.110 moko 4177: 2017-02-07 moko
4178:
4179: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
4180:
4181: 2017-02-06 moko
4182:
4183: * src/main/pa_common.C: minor fixes, whitespace
4184:
4185: * src/: classes/curl.C, classes/file.C, classes/image.C,
4186: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
4187: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
4188: now used (implements feature #1081)
4189:
4190: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
4191:
4192: 2017-02-01 moko
4193:
4194: * src/include/pa_request.h: cleanup
4195:
4196: 2017-01-30 moko
4197:
4198: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
4199:
4200: 2017-01-29 moko
4201:
4202: * tests/: 383.html, results/383.processed: test for
4203: ^reflection:stack[] added (related to feature #1052)
4204:
4205: * src/classes/reflection.C: else added
4206:
4207: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
4208: $.max_file_lock_wait added (implements feature #1128)
4209:
4210: 2017-01-28 moko
4211:
4212: * tests/: 379-curl.html, results/379-curl.processed: curl empty
4213: body and other cases tests added (related to featue #1014)
4214:
4215: * src/classes/curl.C: bug if response is empty fixed (related to
4216: feature #1014)
4217:
4218: 2017-01-27 moko
4219:
4220: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
4221: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
4222: added (implements feature #1052)
4223:
4224: 2017-01-25 moko
4225:
4226: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
4227: method test added
4228:
4229: 2017-01-23 moko
4230:
4231: * src/classes/reflection.C: optimization: options->get replaced by
4232: hash iterator
4233:
4234: * tests/: 381.html, results/381.processed: now -> fixed date
4235:
4236: * src/main/pa_request.C: warning war
4237:
4238: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
4239: 5Mb (fixes bug #1058)
4240:
4241: * src/classes/curl.C: warning war
4242:
4243: * tests/: 381.html, results/381.processed: tests for ^json:string
4244: $.one-line(true) option added (related to feature #1124)
4245:
4246: * src/: classes/json.C, types/pa_value.h: $json-string
4247: $.one-line(true|false) options is now supported (implements
4248: feature #1124)
4249:
4250: * tests/: 380.html, results/380.processed: test for modified
4251: $.max_file_size added (related to bug #1014)
4252:
4253: * tests/: 379.html, results/auto.p: tests for rewritten http file
4254: load added (related to bug #1014)
4255:
4256: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4257: main/pa_common.C, main/pa_http.C: check_file_size added and used
4258: in curl / file load from disk and http, http file load rewritten
4259: (related to bug #1014)
4260:
4261: 2017-01-18 moko
4262:
4263: * tests/: 378.html, results/378.processed: tests for ^result[]
4264: added (related to feature #66)
4265:
4266: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
4267: Method::CO_WITHOUT_FRAME as frame still added in expression
4268: (related to feature #66)
4269:
4270: 2017-01-17 moko
4271:
4272: * tests/: 377.html, results/377.processed: test for different
4273: combinations of breaks in body and delimiter (related to bug
4274: #1077)
4275:
4276: * tests/: 376.html, results/376.processed: many ^break[] tests
4277: added (related to bug #1077)
4278:
4279: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
4280: passed to native method" exception added to avoid bugs due to
4281: WRITE_EXPR_RESULT skipped and native methods execution continues
4282: after ^break[] (related to bug #1077)
4283:
4284: 2017-01-14 moko
4285:
4286: * tests/: 330.html, results/330.processed: test results updated
4287: after ^break[] bugs where fixed (related to bug #1077)
4288:
4289: * tests/: 329.html, results/329.processed: test results updated
4290: after ^break[] bugs where fixed (related to bug #1077)
4291:
4292: * tests/results/320.processed: ^return[] added
4293:
4294: 2017-01-13 moko
4295:
4296: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4297: classes/table.C, include/pa_request.h, main/execute.C,
4298: main/pa_request.C, targets/cgi/parser3.C,
4299: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
4300: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
4301: checked after each possible process/execute call (fixes bug
4302: #1077)
4303:
4304: 2016-12-29 moko
4305:
4306: * src/main/pa_common.C: warning war
4307:
4308: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4309: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4310: pa_file_size_limit added, ^math:random fixed for upper limit and
4311: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4312: (related to feature #1014)
4313:
4314: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4315: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4316: (related to feature #1014)
4317:
4318: 2016-12-28 moko
4319:
4320: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4321: warning war
4322:
4323: 2016-12-26 moko
4324:
4325: * tests/: 341.html, results/341.processed: test for
4326: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4327:
4328: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4329: (related to feature #1057)
4330:
4331: * src/types/pa_vdate.C: warning war continues...
4332:
4333: * src/: classes/date.C, classes/image.C, classes/table.C,
4334: include/pa_config_includes.h, types/pa_vfile.C: warning war
4335:
4336: * src/lib/gd/gifio.C: warning war / cleanup
4337:
4338: * src/lib/json/pa_json.C: warning war
4339:
4340: * src/classes/hash.C: warning war
4341:
4342: * src/types/pa_vfile.C: warning war
4343:
4344: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4345: -Wall warning war continues
4346:
4347: * configure.ac: --with-build-warnings actualized
4348:
4349: 2016-12-25 moko
4350:
4351: * src/main/pa_exec.C: -wAll warning war
4352:
4353: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4354: -wAll warning war
4355:
4356: * src/: include/pa_common.h, include/pa_sapi.h,
4357: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4358: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4359: -wAll warning war
4360:
4361: 2016-12-23 moko
4362:
4363: * src/lib/ltdl/Makefile.am: extra dist added
4364:
4365: * tests/results/344.processed: test result updated after $file.text
4366: prefetched in ^hash::create[$file] (related to feature #1075)
4367:
4368: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4369: ^hash::create[$file] (related to feature #1075)
4370:
4371: 2016-12-22 moko
4372:
4373: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4374: main/pa_request.C, main/pa_stylesheet_connection.C,
4375: types/pa_vfile.C: file_stat now return 64-bit size (implements
4376: #1014 under 32-bit unix versions)
4377:
4378: 2016-12-21 moko
4379:
4380: * tests/: 375.html, results/375.processed: test for exec returning
4381: stated file added (related to feature #1119)
4382:
4383: * src/classes/file.C: load should not return file with null body
4384: (fixes bug #1119)
4385:
4386: 2016-12-14 moko
4387:
4388: * tests/: 374.html, results/374.processed: test for $method.name
4389: added (related to feature #1117) plus method returning junction
4390: test
4391:
4392: 2016-12-13 moko
4393:
4394: * src/: include/pa_symbols.h, main/pa_symbols.C,
4395: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4396: (implements feature #1117)
4397:
4398: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4399: HEAD and TRACE can't have body (implements feature #1116)
4400:
4401: 2016-12-09 moko
4402:
4403: * tests/: 373.html, results/373.processed: tests for
4404: ^reflection:tainting added (related to feature #1098)
4405:
4406: * src/classes/reflection.C: ^reflection:tainting arguments order
4407: change (related to feature #1098)
4408:
4409: 2016-12-06 moko
4410:
4411: * src/: classes/reflection.C, include/pa_string.h,
4412: main/pa_string.C: ^reflection:tainting[$string] added (implements
4413: feature #1098)
4414:
4415: 2016-12-05 moko
4416:
4417: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4418: (fixes bug #1114)
4419:
4420: 2016-12-04 moko
4421:
4422: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4423: check added
4424:
4425: 2016-12-03 moko
4426:
4427: * tests/: 346-curl.html, results/346-curl.processed: test modified
4428: to test value.as_hash() usage
4429:
4430: * src/classes/curl.C: value.as_hash() used for correct hash
4431: processing
4432:
4433: * src/classes/reflection.C: exceptions texts fixes
4434:
4435: 2016-12-02 moko
4436:
4437: * tests/: 372.html, results/372.processed: tests for
4438: ^reflection:create[ $.class[name] $.constructor[name]
4439: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4440: feature #1094)
4441:
4442: * src/types/pa_vmethod_frame.h: comment added: params should be
4443: declared outside of *_FRAME_ACTION as MethodParams destructor
4444: will be called in ~VNativeMethodFrame
4445:
4446: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4447: ] minor fix
4448:
4449: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4450: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4451: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4452: now supported (implements feature #1094) value::as_hash added
4453: (and should be used everywhere)
4454:
4455: * src/classes/reflection.C: cleanup
4456:
4457: 2016-12-01 moko
4458:
4459: * tests/: 356.html, results/356.processed: test for method
4460: junctions class name added to the resulting hash added (related
4461: to feature #1068)
4462:
4463: * src/classes/reflection.C: for method junctions class name added
4464: to the resulting hash (related to feature #1068)
4465:
4466: 2016-11-30 moko
4467:
4468: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4469: exception (related to bug #1113)
4470:
4471: * src/types/pa_vhashfile.C: whitespace
4472:
4473: * src/main/pa_os.C: errno now returned as it should (fixes bug
4474: #1113)
4475:
4476: * tests/results/: 175.processed, 192.processed, 224.processed,
4477: 229.processed, 239.processed, 244.processed, 246.processed,
4478: 314.processed, 352.processed: tests results updated after method
4479: call exceptions improved as method now keeps its name
4480:
4481: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4482: types/pa_vmethod_frame.h: method call exceptions improved as
4483: method now keeps its name
4484:
4485: * tests/: 224.html, 239.html, results/224.processed,
4486: results/239.processed: tests and tests results updated after
4487: Request::construct exception changed
4488:
4489: * src/: classes/reflection.C, main/execute.C: Request::construct
4490: exception optimized
4491:
4492: * tests/: 371.html, results/371.processed: test for
4493: WWrapper.get_element call in $.name.key[value] code added
4494: (related to feature #1091)
4495:
4496: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4497: in $.name.key[value] code (related to feature #1091)
4498:
4499: 2016-11-29 moko
4500:
4501: * src/classes/op.C: VS warning war
4502:
4503: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4504: C4239: nonstandard extension used : 'return' : conversion from
4505: 'Value' to 'Value &' (related to feature #1020)
4506:
4507: * src/: main/execute.C, types/pa_vmethod_frame.h,
4508: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4509: used : 'return' : conversion from 'Value' to 'Value &' (related
4510: to feature #1020)
4511:
4512: * src/main/execute.C: VS warning war
4513:
4514: * src/targets/cgi/parser3.C: VS compatibility fix
4515:
4516: * src/include/pa_request.h: VS warning war
4517:
4518: * tests/: 370.html, results/370.processed: test for ^file::exec[
4519: ... $.stdin[$binary_file] ] added (related to bug #1044)
4520:
4521: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4522: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4523: $.stdin[$binary_file] (fixes bug #1044)
4524:
4525: 2016-11-28 moko
4526:
4527: * src/main/pa_exec.C: whitespace
4528:
4529: * src/main/pa_request.C: whitespace
4530:
4531: * tests/: 369.html, results/369.processed: test for
4532: $response:status usage added (related to feature #1099)
4533:
4534: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4535: if < 100 (implements feature #1099)
4536:
4537: * src/targets/cgi/parser3.C: whitespace
4538:
4539: * src/targets/cgi/parser3.C: whitespace
4540:
4541: * tests/: 368.html, results/368.processed: test updated after
4542: ^reflection:filename[$method] added (related to feature #1053)
4543:
4544: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4545: main/compile.y, main/execute.C, main/pa_request.C,
4546: types/pa_vclass.h: filename -> filespec,
4547: ^reflection:filename[$method] added (related to feature #1053)
4548:
4549: 2016-11-27 moko
4550:
4551: * tests/: 368.html, results/368.processed: test for
4552: reflection:filename[$class or object] added (related to feature
4553: #1053)
4554:
4555: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4556: types/pa_vstateless_class.h: ^reflection:filename[$class or
4557: object] added (implements feature #1053)
4558:
4559: 2016-11-26 moko
4560:
4561: * src/: include/pa_request_info.h,
4562: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4563: remove_absolute_uri -> strip_absolute_uri
4564:
4565: 2016-11-25 moko
4566:
4567: * src/: include/pa_request_info.h,
4568: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4569: request_info.remove_absolute_uri added to remove possible
4570: http://site.name/ from $request:uri (implements feature #1112)
4571:
4572: 2016-11-24 moko
4573:
4574: * tests/: 367-curl.html, results/367-curl.processed: test for
4575: previous request headers clearing after redirect added (related
4576: to bug #1109)
4577:
4578: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4579: response headers from previous requests are now cleared, only
4580: last request headers are collected (fixes bug #1109)
4581:
4582: * tests/results/: 266.processed, 321.processed, 356.processed:
4583: tests results updated as method name now added to the resulting
4584: hash for new syntax only (Imp1 compatimility fixed, related to
4585: feature #1068)
4586:
4587: * src/classes/reflection.C: method name now added to the resulting
4588: hash for new syntax only (Imp1 compatimility fixed, related to
4589: feature #1068)
4590:
4591: * tests/results/366.processed: test for native and parser
4592: implementation of ^use[] logic (related to feature #1074)
4593:
4594: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4595: for native and parser implementation of ^use[] logic (related to
4596: feature #1074)
4597:
4598: 2016-11-23 moko
4599:
4600: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4601: main/pa_request.C: @USE file now implemented as ^use[file;
4602: $.origin[origin_file] ] (implements feature #1074)
4603:
1.109 moko 4604: 2016-11-21 moko
4605:
1.110 moko 4606: * tests/: 365.html, results/365.processed: test for $caller bugs in
4607: 3.4.4 and $caller.method now tested (related to feature #1110)
4608:
4609: * tests/: 364.html, results/364.processed: $caller usage in
4610: different contexts now tested (related to feature #1110)
4611:
4612: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4613:
4614: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4615:
1.109 moko 4616: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4617: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4618: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4619: used (implements feature #1110)
4620:
4621: 2016-11-20 moko
4622:
4623: * src/types/pa_vdouble.h: whitespace
4624:
4625: 2016-11-11 moko
4626:
4627: * tests/: 363.html, results/363.processed: more tests for feature
4628: #1091 (how parser methods work in expression context)
4629:
4630: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4631: expressions strings are now written as strings, not values by
4632: write_as_string (related to feature #1091)
4633:
4634: * src/classes/op.C: to make more correct behavour in expression
4635: context
4636:
4637: 2016-11-07 moko
4638:
4639: * tests/: 362.html, results/362.processed: test for
4640: xsltParseStylesheetDoc caching as xsl modification after it added
4641: (related to bug #1108)
4642:
4643: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4644: result now cached as xdoc is modified after it (fixes bug #1108)
4645:
4646: 2016-11-06 moko
4647:
4648: * src/types/pa_vxdoc.h: whitespace
4649:
4650: 2016-11-05 moko
4651:
4652: * src/types/pa_vmethod_frame.h: cleanup
4653:
4654: 2016-11-03 moko
4655:
4656: * tests/results/244.processed: more correct exception after method
4657: frames separation
4658:
4659: * src/types/pa_vmethod_frame.h: minor optimizaion
4660:
4661: * src/types/pa_method.h: optimization: params_count added
4662:
4663: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4664: include/pa_request.h, main/execute.C, main/pa_request.C,
4665: types/pa_value.C, types/pa_vmethod_frame.C,
4666: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4667: VMethodFrame now divided into VNativeMethodFrame,
4668: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4669: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4670: and used (related to feature #1104)
4671:
4672: 2016-11-02 moko
4673:
4674: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4675: classes/double.C, classes/file.C, classes/hash.C,
4676: classes/hashfile.C, classes/image.C, classes/inet.C,
4677: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4678: classes/memcached.C, classes/op.C, classes/reflection.C,
4679: classes/regex.C, classes/string.C, classes/table.C,
4680: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4681: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4682: r.write (implements feature #1091)
4683:
4684: * src/main/execute.C: cleanup (related to feature #1104)
4685:
4686: * src/: include/pa_request.h, main/execute.C,
4687: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4688: added, in_expression removed (implements feature #1104)
4689:
4690: 2016-10-31 moko
4691:
4692: * src/types/pa_value.C: whitespace
4693:
4694: 2016-10-28 moko
4695:
4696: * tests/results/244.processed: updated after error reporting fixed
4697: in pa_wcontext.C
4698:
4699: * src/types/pa_wcontext.C: error reporting fixed
4700:
4701: * src/types/pa_wcontext.h: whitespace
4702:
4703: * src/classes/image.C: not fully readed entries are no longer
4704: processed (fixes bug #1106)
4705:
4706: 2016-10-26 moko
4707:
4708: * src/classes/image.C: whitespace
4709:
4710: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4711: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4712: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4713: longer required (related to feature #1091)
4714:
4715: * tests/results/: 264.processed, 350.processed: test results update
4716: reverted (whitespace optimization) after write_no_lang removed :)
4717: (related to feature #1091)
4718:
4719: * src/: classes/file.C, classes/hash.C, classes/op.C,
4720: classes/string.C, classes/table.C, classes/void.C,
4721: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4722: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4723: equal write_pass_lang (related to feature #1091)
4724:
4725: * tests/results/: 264.processed, 350.processed: test results
4726: updated (whitespace optimization) after write_assign_lang removed
4727: (related to feature #1091)
4728:
4729: * tests/: 361.html, results/361.processed: test for non-string
4730: ^untaint added (related to feature #1091)
4731:
4732: * src/: classes/curl.C, classes/date.C, classes/file.C,
4733: classes/hash.C, classes/op.C, classes/string.C,
4734: include/pa_request.h, main/execute.C: optimization:
4735: write_assign_lang removed as not required (first part of feature
4736: #1091 implementation)
4737:
1.108 moko 4738: 2016-10-12 moko
4739:
4740: * tests/: 360.html, results/360.processed: more test code (related
4741: to feature #1104)
4742:
4743: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4744: include/pa_request.h, main/compile.y, main/execute.C: opcode
4745: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4746: WContext is next task (implements feature #1104)
4747:
4748: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4749: / CO_WITHOUT_WCONTEXT
4750:
4751: * tests/: 360.html, results/360.processed: test for in expression
4752: state (related to feature #1104)
4753:
4754: 2016-10-11 moko
4755:
4756: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4757:
4758: * src/classes/op.C: default value removed from initializer
4759:
4760: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4761:
4762: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4763:
4764: 2016-10-10 moko
4765:
4766: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4767: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4768: to feature #42)
4769:
4770: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4771: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4772:
4773: 2016-10-08 moko
4774:
4775: * src/classes/double.C: whitespace
4776:
4777: 2016-10-07 moko
4778:
4779: * src/types/pa_vmethod_frame.h: reorder
4780:
4781: 2016-10-06 moko
4782:
4783: * src/classes/date.C: typo
4784:
4785: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4786:
4787: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4788: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4789: types/pa_vmethod_frame.h: params.get now returns Value&, not
4790: Value*
4791:
4792: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4793:
4794: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4795: removed; first as_* code rewrite
4796:
4797: 2016-10-05 moko
4798:
4799: * src/include/pa_request.h: whitespace
4800:
4801: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4802: intercept_string added (related to feature #1097)
4803:
4804: * src/: classes/image.C, classes/op.C, classes/table.C,
4805: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4806: optimization: intercept_string removed (implements feature #1097)
4807:
4808: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4809:
4810: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4811: from VCodeFrame and WWrapper as not required
4812:
4813: 2016-10-04 moko
4814:
4815: * src/: classes/curl.C, classes/date.C, classes/double.C,
4816: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4817: classes/int.C, classes/json.C, classes/op.C,
4818: classes/reflection.C, classes/string.C, classes/table.C,
4819: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4820: proces_to_value -> process after StringOrValue removed (related
4821: to feature #1020)
4822:
4823: * src/classes/form.C: whitespace
4824:
4825: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4826:
4827: * tests/: 357.html, 358.html, results/357.processed,
4828: results/358.processed, results/auto.p: test for @conf
4829: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4830:
4831: 2016-10-03 moko
4832:
4833: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4834: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4835: supported (implements feature #42)
4836:
4837: * src/types/pa_vregex.h: no reason for VRegex to be
4838: is_evaluated_expr
4839:
4840: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4841: (implements feature #1095)
4842:
4843: 2016-10-01 moko
4844:
4845: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4846: false by default (related to feature #1089)
4847:
4848: 2016-09-30 moko
4849:
4850: * src/types/pa_wcontext.h: cleanup
4851:
4852: 2016-09-29 moko
4853:
4854: * src/main/execute.C: whitespace
4855:
4856: * src/include/pa_request.h: whitespace
4857:
4858: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4859: classes/op.C, classes/table.C, include/pa_request.h,
4860: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4861: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4862: StringOrValue removed as it just slows down and adds complexity
4863: (implements feature #1020)
4864:
4865: 2016-09-28 moko
4866:
4867: * tests/: 356.html, results/266.processed, results/321.processed,
4868: results/356.processed: tests updated after name was added to
4869: method_info hash, test for ^reflection:method_info[junction]
4870: added (related to feature #1068)
4871:
4872: * src/classes/reflection.C: ^reflection:method_info[junction] now
4873: supported, method name added to the resulting hash (implements
4874: feature #1068)
4875:
4876: * tests/: 276.html, results/276.processed: more tests for
4877: ^reflection:delete[]
4878:
4879: * src/classes/reflection.C: fixed bug then ^reflection:delete
4880: didn't work on class and could damage native objects (like file)
4881:
4882: 2016-09-26 moko
4883:
4884: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4885: results/345.processed, results/346-curl.processed,
4886: results/347-curl.processed, results/348.processed: numbers added
4887: to simplify diff analysis
4888:
4889: * tests/: 352.html, results/352.processed: test result updated as
4890: method name used
4891:
4892: * src/classes/reflection.C: method name used
4893:
4894: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4895: its name
4896:
4897: * src/types/pa_method.h: whitespace
4898:
4899: * src/classes/reflection.C: both method and field with one name can
4900: exist.
4901:
4902: * src/classes/reflection.C: ^reflection:mixin added (implements
4903: feature #1089)
4904:
4905: * tests/: 355.html, results/355.processed: property appears in
4906: derived class if added in base test added
4907:
4908: * src/types/pa_vstateless_class.h: get_method declaration +
4909: whitespace
4910:
4911: * tests/: 354.html, results/354.processed: nice test from method
4912: and property with one name in class added
4913:
4914: 2016-09-23 moko
4915:
4916: * src/classes/reflection.C: ^reflection:method usage documented
4917:
4918: 2016-09-22 moko
4919:
4920: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4921: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4922: compile warning and GPF occures on VS2003 (related to feature
4923: #1087)
4924:
4925: * tests/: 350.html, results/350.processed: test added for
4926: $.encloser[] support in ^table::create (related to feature #11)
4927:
4928: * src/classes/table.C: another minor fix (related to feature #11)
4929:
1.107 moko 4930: 2016-09-21 moko
4931:
4932: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4933:
4934: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4935: classes/json.C, classes/string.C, classes/table.C,
4936: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4937: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4938: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4939: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4940: pa_charsets, vs2015 warning war
4941:
4942: * src/classes/table.C: vs2015 warning war
4943:
4944: * src/types/pa_vdate.C: vs2015 warning war
4945:
4946: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4947:
4948: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4949: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4950:
4951: * src/main/pa_common.C: vs2015 compilation fixes
4952:
4953: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4954: vs2015 compilation fixes
4955:
4956: * src/main/pa_charset.C: vs2015 warning war
4957:
4958: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4959:
4960: * src/main/pa_charset.C: vs2015 warning war
4961:
4962: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4963:
4964: * src/types/pa_vdate.C: vs2015 compilation fix
4965:
4966: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4967:
4968: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4969: VS2015 compilation fixes
4970:
4971: * src/classes/table.C: minor fix (related to feature #11)
4972:
4973: * tests/results/282.processed: no longer skipping extra enclosers
4974: (related to feature #11)
4975:
4976: * src/classes/table.C: minor fix + no longer skipping extra
4977: enclosers (related to feature #11)
4978:
4979: * src/classes/table.C: minor optimization (related to feature #11)
4980:
4981: * src/classes/table.C: minor fix and optimization (related to
4982: feature #11)
4983:
4984: 2016-09-20 moko
4985:
4986: * tests/: 353.html, results/353.processed: test for
4987: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
4988: added (related to bug #1090)
4989:
4990: * src/main/compile.y: PC.cclass->is_vars_local() check added for
4991: one_big_piece (fixes bug #1090)
4992:
4993: * tests/: 229.html, results/229.processed: code coverage tests
4994:
4995: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
4996: body) was called
4997:
4998: * src/classes/op.C: whitespace
4999:
5000: * tests/: 323.html, results/323.processed: test for code junction
5001: should not be returned by ^reflection:class, ^reflection:base
5002:
5003: * src/classes/reflection.C: bugfix: code junction should not be
5004: returned by ^reflection:class, ^reflection:base
5005:
5006: * tests/: 323.html, 352.html, results/352.processed: no more
5007: exception for ^reflection:method[class;no-such-method] (related
5008: to feature #1087)
5009:
5010: * src/classes/reflection.C:
5011: ^reflection:method[class;no-such-method] : exception -> void
5012: (related to feature #1087)
5013:
5014: * src/include/pa_request.h: request::write_value added to allow
5015: write value without convertion (related to issue #1091)
5016:
5017: 2016-09-19 moko
5018:
5019: * src/main/pa_random.C: windows build fix
5020:
5021: * src/types/pa_vhash.h: warning war
5022:
5023: 2016-09-14 moko
5024:
5025: * tests/: 352.html, 552.html, results/352.processed,
5026: results/552.processed: test for ^reflection:method[] extension
5027: added (related to feature #1087)
5028:
5029: * tests/: 552.html, results/552.processed: test for
5030: ^reflection:method[] extension added (related to feature #1087)
5031:
5032: * src/classes/reflection.C: compatibility issue fixed, VClass
5033: dynamic_cast check added (related to feature #1087)
5034:
5035: * tests/: 351.html, results/351.processed: test for @auto[]
5036: inheritance bug diring ^process[] added (related to bug #1088)
5037:
5038: * src/: classes/op.C, main/pa_request.C,
5039: types/pa_vstateless_class.C: set_method now checks for @auto[] to
5040: disable it inheritance during ^process (fixes bug #1088)
5041:
5042: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
5043: added (implements feature #1087)
5044:
5045: 2016-09-13 moko
5046:
5047: * tests/: 349.html, results/auto.p: test for objects prototyping
5048: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
5049: to feature #1086)
5050:
5051: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
5052: types/pa_vobject.C: objects now are not class instances, but have
5053: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
5054: in @conf (implements feature #1086)
5055:
5056: 2016-09-08 moko
5057:
5058: * src/: classes/file.C, classes/mail.C, classes/string.C,
5059: classes/table.C, main/pa_http.C, main/pa_string.C,
5060: include/pa_string.h: cleanup: string::split limit argument
5061: removed as no longer required, pos_after no longer reference
5062: (related to feature #11)
5063:
5064: * src/classes/table.C, tests/results/348.processed: now exception
5065: is rised when invalid option is passed to ^table::create[]
5066:
5067: * tests/: 282.cfg, 282.html, results/282.processed: more code
5068: coverage tests
5069:
5070: * tests/: 348.html, results/348.processed: code coverage tests
5071: added
5072:
5073: * tests/: 348.html, results/348.processed: generic ^table::create[]
5074: tests
5075:
5076: * tests/: 035.html, results/035.processed, results/272.processed:
5077: tests updated after $.encloser[] support for ^table::create
5078: implementation (related to feature #11)
5079:
5080: * src/classes/table.C: $.encloser[] support for ^table::create
5081: finally added (implements feature #11)
5082:
5083: 2016-09-07 moko
5084:
5085: * src/include/pa_string.h: added StringSplitHelper as friend
5086: (related to feature #11)
5087:
5088: * src/include/pa_string.h: body and langs now protected, not
5089: private to allow inheritance (related to feature #11)
5090:
5091: * src/classes/table.C: lsplit optimized before cloning for
5092: ^table::create with $.encloser[] (related to feature #11)
5093:
5094: * src/classes/table.C: optimizaion: TableControlChars.separators
5095: added and used (related to feature #11)
5096:
5097: * src/classes/table.C: spelling:
5098:
5099: TableSeparators -> TableControlChars column -> separator
5100: separators -> control_chars
5101:
5102: 2016-09-06 moko
5103:
5104: * src/main/pa_string.C: whitespace
5105:
5106: * src/main/pa_string.C: whitespace
5107:
5108: 2016-09-01 moko
5109:
5110: * tests/: 347-curl.html, results/347-curl.processed: to make tests
5111: results OS-independent
5112:
5113: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
5114: compiler (related to feature #1042)
5115:
5116: 2016-08-15 moko
5117:
5118: * src/include/pa_string.h: whitespace
5119:
5120: * src/classes/table.C: whitespace
5121:
1.106 moko 5122: 2016-08-05 moko
5123:
5124: * tests/: 344.html, results/344.processed: test for
5125: ^hash::create[$file] added (related to feature #1075)
5126:
5127: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
5128: supported (implements feature #1075)
5129:
5130: 2016-08-04 moko
5131:
5132: * tests/: 341.html, results/341.processed: more code coverage tests
5133:
5134: * tests/: 346-curl.html, results/346-curl.processed: more code
5135: coverage tests for curl
5136:
5137: * tests/: 346-curl.html, results/346-curl.processed: more code
5138: coverage tests for curl
5139:
5140: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
5141: results/223.processed: code coverage tests: $.form[ $.table[] ]
5142: test added
5143:
5144: * tests/: 223-curl.html, results/223-curl.processed: more code
5145: coverage tests for curl
5146:
5147: 2016-08-03 moko
5148:
5149: * src/classes/curl.C: dlink(curl_library) now called not once, but
5150: until it will be loaded, allowing to find existing library.
5151:
5152: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
5153: results/347-curl.processed: more code coverage tests for curl
5154:
5155: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
5156: results/339-curl.processed, results/346-curl.processed: curl
5157: functionality tests
5158:
5159: 2016-08-02 moko
5160:
5161: * tests/: 339.html, results/339.processed: test for tables in
5162: ^file:load[] and ^curl:load[] (commented) added (related to
5163: feature #1042)
5164:
5165: * tests/: 345.html, results/345.processed: code coverage tests for
5166: file class
5167:
5168: * tests/: 344.html, results/344.processed: code coverage tests
5169:
5170: * tests/: 344.html, results/344.processed: mdate removed from
5171: output
5172:
5173: * src/classes/file.C: minor bugfix: is_text should be taked from
5174: fcontent.is_text_mode() if not set (related to feature #1061)
5175:
5176: * tests/: 344.html, results/344.processed: more tests
5177:
5178: * tests/: 343.html, 344.html, results/343.processed,
5179: results/344.processed: tests for ^file::create[ $.from-charset
5180: and $.to-charset ] (related to feature #1061)
5181:
5182: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5183: aset_text_mode argument optimized
5184:
5185: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5186: checkBOM now used in detect_binary_content (related to feature
5187: #1061)
5188:
5189: * src/main/pa_request.C: load_charset no longer required to_upper
5190:
5191: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
5192: preserves original file mode (if no $.mode specified)
5193:
5194: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5195: ^file::create now supports $.from-charset[] and $.to-charset
5196: options (implements feature #1061), automatic transcode is done
5197: if text file is created from binary file and charset is detected.
5198:
5199: 2016-07-30 moko
5200:
5201: * src/classes/table.C: ^t.hash[..;] now supported (related to
5202: feature #1057)
5203:
5204: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
5205: added (related to feature #1057)
5206:
5207: * tests/: 286.html, results/286.processed: code tests coverage
5208:
5209: 2016-07-29 moko
5210:
5211: * src/classes/table.C: table size should be checked inside menu and
5212: foreach (related to feature #858)
5213:
5214: * src/: classes/curl.C, classes/file.C, classes/string.C,
5215: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
5216: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
5217: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
5218: charsets.get now does str_upper inside (related to feature #1061)
5219:
5220: * tests/: 342.html, results/342.processed: more code coverage tests
5221:
5222: * tests/: 342.html, outputs/342.processed: table menu code coverage
5223: + foreach test added (related to feature #858)
5224:
5225: * tests/: 341.html, results/341.processed: tests for
5226: ^table.hash[]{code} added + code coverage tests (related to
5227: feature #1057)
5228:
5229: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
5230: value} support (implements feature #1057)
5231:
5232: * src/classes/table.C: whitespace
5233:
5234: 2016-07-28 moko
5235:
5236: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
5237: from URL, if not specified query string removed from url-based
5238: filenames in ^curl:load[] and ^file::load[] (related to feature
5239: #1042)
5240:
5241: 2016-07-27 moko
5242:
5243: * tests/: 340.html, results/340.processed: test for
5244: transcode_text_result=false added (related to issue #1042)
5245:
5246: 2016-07-26 moko
5247:
5248: * src/types/pa_vfile.C: file name should not be empty (if file path
5249: is folder and ends with /) (related to feature #1042)
5250:
5251: * src/main/pa_http.C: whitespace optimizaion
5252:
5253: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
5254: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
5255: multiple headers, ^file::load supports headers transcoding
5256: (implements feature #1042)
5257:
5258: 2016-07-25 moko
5259:
5260: * src/include/pa_common.h: PA_DEFAULT added
5261:
5262: 2016-07-22 moko
5263:
5264: * tests/: 338.html, results/338.processed: test for
5265: $date.field(value) added (related to feature #1066)
5266:
5267: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5268: $date.field(value) now supported for y/m/d/h/m/s (implements
5269: feature #1066)
5270:
1.105 moko 5271: 2016-07-21 moko
5272:
5273: * src/: classes/file.C, classes/image.C, include/pa_common.h,
5274: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
5275: arguments removed; image.C - absolute path shown in exception
5276: (implements feature #1071)
5277:
5278: * tests/: 235.html, results/235.processed: test and test result
5279: updated after static boundary in mail and Errors-To: mail header
5280: removed (related to feature #1047)
5281:
5282: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
5283: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
5284: used, static boundary in mail removed, Errors-To: mail header
5285: removed (implements feature #1047)
5286:
5287: 2016-07-20 moko
5288:
5289: * src/: classes/reflection.C, types/pa_vstateless_class.h:
5290: equest.classes(): Value -> VStateless_class, part 3 (related to
5291: issue #1051)
5292:
5293: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
5294: request.classes(): Value -> VStateless_class, part 2 (related to
5295: issue #1051)
5296:
5297: * tests/results/: 224.processed, 323.processed: classes without
5298: methods should not be methoded (related to issue #1051)
5299:
5300: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
5301: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5302: -> VStateless_class, part 1 (related to issue #1051)
5303:
5304: * tests/: 337.html, results/337.processed: test for
5305: ^reflection:fields_reference[] and VHashReference class added
5306: (related to feature #1072)
5307:
5308: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5309: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5310: and VHashReference added, allowing ^reflection:fields_reference[]
5311: implementation (closes feature #1072)
5312:
5313: 2016-07-19 moko
5314:
5315: * tests/: 323.html, results/323.processed: we want to see
5316: "methoded"
5317:
5318: * tests/: 336.html, results/336.processed: test for $BASE:property
5319: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5320: #1059)
5321:
5322: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5323: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5324: somebody_entered_some_class, $BASE:property works again,
5325: ^BASE:method[] bugs fixed (fixes bug #1059)
5326:
5327: 2016-07-14 moko
5328:
5329: * tests/: 335.html, results/335.processed: test for feature #1055
5330: added
5331:
5332: * src/classes/hash.C: bugfix: $._default was not copied if empty
5333: feature: ^hash.contains[_default] added (implements feature
5334: #1055)
5335:
5336: 2016-07-13 moko
5337:
5338: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5339: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5340:
5341: 2016-07-05 moko
5342:
5343: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5344: in ^hash.foreach (related to feature #1073)
5345:
5346: 2016-07-04 moko
5347:
5348: * tests/: 134.html, 281.html, results/134.processed,
5349: results/281.processed: tests updated after hash blocking removed
5350: (related to feature #1073)
5351:
5352: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5353: no longer blocks on change during foreach (implements feature
5354: #1073)
5355:
5356: 2016-06-17 moko
5357:
5358: * tests/: 330.html, results/330.processed: try exception source
5359: test added (related to bug in #1062)
5360:
5361: * tests/: 334.html, results/334.processed: Exception stack trace
5362: test added (related to bug in $1062)
5363:
5364: * src/classes/op.C: Exception trace now correctly restored and
5365: errors reported (related to bug #1062)
5366:
1.104 moko 5367: 2016-05-25 moko
5368:
5369: * src/main/compile.y: minor cleanup + beauty
5370:
5371: 2016-05-24 moko
5372:
5373: * tests/: 333.html, results/333.processed: more exceptions testing
5374:
5375: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5376: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5377: features #1056, #1026)
5378:
5379: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5380: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5381: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5382: (implements feature #1056)
5383:
5384: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5385: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5386: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5387: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5388: feature #1026)
5389:
5390: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5391: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5392: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5393: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5394: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5395: feature #1026)
5396:
5397: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5398: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5399: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5400: SYMBOLS_CACHING define implemented (related to feature #1026)
5401:
5402: * src/main/main.vcproj: + ps_symbols
5403:
5404: * src/: include/Makefile.am, include/pa_string.h,
5405: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5406: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5407: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5408: types/pa_vstateless_class.C: initial implementation for symbols
5409: cache (related to feature #1026)
5410:
5411: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5412:
5413: * src/main/pa_globals.C: minor cleanup
5414:
5415: 2016-05-19 moko
5416:
5417: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5418: (related to feature #1046)
5419:
5420: * tests/: 331.html, results/331.processed: test for
5421: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5422: (related to feature #1051)
5423:
5424: * src/main/compile.y:
5425: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5426: (implements feature #1054)
5427:
5428: 2016-05-18 moko
5429:
5430: * src/types/pa_vtable.C, tests/results/324.processed: no more
5431: "column not found" exception for ^table.no-such-method[] (related
5432: to feature #1046)
5433:
5434: * tests/: 261.html, results/261.processed: test added and updated
5435: after feature #1046 implementation
5436:
5437: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5438: types/pa_vvoid.h: $string.anything works for whitespace strings,
5439: ^string.contains added for hash compatibility, $string.method no
5440: longer returns stting method (implements feature #1046)
5441:
5442: 2016-05-12 moko
5443:
5444: * src/classes/curl.C: content-type response header no longer
5445: ignored (fixes issue #1045)
5446:
5447: * tests/: 330.html, results/330.processed: test for incomplete
5448: finally execution when break occures added (related to issue
5449: #1077)
5450:
5451: * src/classes/op.C: bugfix: Request::skip reset is called before
5452: executing catch and finally code (fixes issue #1062)
5453:
5454: 2016-05-11 moko
5455:
5456: * tests/: 329.html, results/329.processed: test for invalid
5457: ^break[] behavour added (bug #1077)
5458:
5459: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5460:
5461: 2016-04-24 moko
5462:
5463: * src/types/pa_vstateless_class.h: warning war
5464:
5465: 2016-04-17 moko
5466:
5467: * tests/: 328.html, results/328.processed: test for
5468: ^break(condition) and ^continue(condition) (related to feature
5469: #1063)
5470:
5471: * src/classes/op.C: ^break(condition) and ^continue(condition)
5472: implemented (feature #1063)
5473:
5474: 2016-04-12 moko
5475:
5476: * tests/results/280.processed: ordered hash now used for class
5477: methods and properties (test results updated for feature #1069)
5478:
5479: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5480: to xdoc.C as under FreeBSD it was inited after and inheritance
5481: failed (related to issue #1051)
5482:
5483: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5484: are printed to check inheritance (related to feature #1051)
5485:
1.103 moko 5486: 2016-04-09 moko
5487:
5488: * tests/results/320.processed: ordered hash now used for class
5489: methods and properties (test results updated for feature #1069)
5490:
5491: * src/types/pa_vstateless_class.h: ordered hash now used for class
5492: methods and properties (implements feature #1069)
5493:
5494: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5495: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5496: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5497: feature #1051)
5498:
5499: 2016-04-07 moko
5500:
5501: * src/main/execute.C: returned Value in .CLASS case for VJunction
5502: (related to feature #1051)
5503:
5504: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5505: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5506: string constants deduplication (related to feature #1051)
5507:
5508: * tests/results/224.processed: test result updated (related to
5509: feature #1051)
5510:
5511: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5512: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5513: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5514: types/pa_vstatus.h: classes hash now contains only
5515: VStateless_class derived objects, .CLASS is also allways
5516: VStateless_class derived object (related to feature #1051).
5517:
5518: 2016-04-06 moko
5519:
5520: * tests/results/323.processed: test result updated after feature
5521: #1051 implementation
5522:
5523: * src/: classes/classes.h, classes/op.C, classes/response.C,
5524: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5525: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5526: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5527: types/pa_vresponse.C, types/pa_vresponse.h,
5528: types/pa_vstateless_class.h: base -> methoded_donor for static
5529: classes, type() moved from VStateless_class to VClass and
5530: Methoded (implements feature #1051)
5531:
5532: 2016-04-04 moko
5533:
5534: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5535: beauty: put_class added (related to feature #1051)
5536:
5537: 2016-04-01 moko
5538:
5539: * tests/results/: 175.processed, 192.processed, 224.processed,
5540: 229.processed, 244.processed, 246.processed, 316.processed: test
5541: results updated as class.type() removed from error messages, only
5542: type() left (related to feature #1051)
5543:
5544: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5545: classes/op.C, classes/reflection.C, main/compile.y,
5546: main/compile_tools.h, main/execute.C, main/pa_request.C,
5547: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5548: types/pa_vmethod_frame.h, types/pa_vobject.h,
5549: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5550: from VStateless_class, type() is used instead (related to feature
5551: #1051)
5552:
5553: * src/classes/mail.C: old logic restored.
5554:
5555: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5556: classes/classes.h, classes/curl.C, classes/date.C,
5557: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5558: classes/hashfile.C, classes/image.C, classes/inet.C,
5559: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5560: classes/memcached.C, classes/memory.C, classes/reflection.C,
5561: classes/regex.C, classes/response.C, classes/string.C,
5562: classes/table.C, classes/xdoc.C, classes/xnode.C,
5563: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5564: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5565: feature #1051)
5566:
5567: 2016-03-30 moko
5568:
5569: * tests/: 327.html, results/224.processed, results/327.processed:
5570: test for TZ specification in ^date::create[], TZ is kept during
5571: ^date::create[$dt] (related to feature #1048)
5572:
5573: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5574: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5575: feature #1048)
5576:
5577: 2016-03-29 moko
5578:
5579: * tests/: 315.html, results/315.processed: test for timezone format
5580: +HHmm added (related to feature #1065)
5581:
5582: * src/classes/date.C: timezone format +HHmm now supported
5583: (implements feature #1065)
5584:
5585: 2016-03-28 moko
5586:
5587: * tests/: 202.html, results/131.processed, results/202.processed,
5588: results/224.processed, results/256.processed,
5589: results/315.processed: test results updated after %.2d now
5590: default for hours offset in iso-string (was %2d), test for
5591: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5592: added (related to feature #1065)
5593:
5594: 2016-03-27 moko
5595:
5596: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5597: feature #1065)
5598:
5599: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5600: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5601: added (implements feature #1065)
5602:
5603: 2016-03-24 moko
5604:
5605: * tests/: 202.html, results/202.processed: test $date.week added
5606: (related to bug #1067)
5607:
5608: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5609: date (fix for bug #1067)
5610:
5611: 2016-03-10 moko
5612:
5613: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5614:
1.102 moko 5615: 2015-12-07 moko
5616:
5617: * tests/: 326.html, results/326.processed: test for .CLASS &
5618: .CLASS_NAME optimization added (related to feature #844)
5619:
5620: 2015-11-17 moko
5621:
5622: * tests/: 323.html, results/323.processed: order added
5623:
5624: * tests/: 325.html, results/325.processed: double range test added
5625: (related to bug #1049)
5626:
5627: 2015-11-16 moko
5628:
5629: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5630: added to disallow NaN and Infinity (fixes bug #1049)
5631:
5632: 2015-11-11 moko
5633:
5634: * tests/324.html: parser 3.4.3 execution support added (related to
5635: feature #1017)
5636:
5637: * tests/: 324.html, results/324.processed: test for
5638: GET_ELEMENT4CALL feature added (feature #1017)
5639:
1.101 moko 5640: 2015-10-29 moko
5641:
1.211 moko 5642: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5643:
5644: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5645:
5646: * src/main/pa_exec.C: get_exit_status implemented for Windows
5647: (related to bug #1043)
5648:
5649: 2015-10-28 moko
5650:
5651: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5652: hangup during ^file::exec (fixes bug #1043)
5653:
1.100 moko 5654: 2015-10-27 moko
5655:
5656: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5657:
1.99 moko 5658: 2015-10-26 moko
5659:
1.100 moko 5660: * tests/322.html, src/classes/reflection.C: arguments reorder
5661: (related to issue #1041)
5662:
5663: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5664: Copyright year updated
5665:
1.99 moko 5666: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5667: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5668: classes/form.C, classes/hash.C, classes/hashfile.C,
5669: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5670: classes/mail.C, classes/math.C, classes/memcached.C,
5671: classes/memory.C, classes/op.C, classes/reflection.C,
5672: classes/regex.C, classes/response.C, classes/string.C,
5673: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5674: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5675: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5676: include/pa_config_fixed.h, include/pa_config_includes.h,
5677: include/pa_dictionary.h, include/pa_dir.h,
5678: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5679: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5680: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5681: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5682: include/pa_request_charsets.h, include/pa_request_info.h,
5683: include/pa_sapi.h, include/pa_socks.h,
5684: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5685: include/pa_stack.h, include/pa_string.h,
5686: include/pa_stylesheet_connection.h,
5687: include/pa_stylesheet_manager.h, include/pa_table.h,
5688: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5689: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5690: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5691: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5692: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5693: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5694: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5695: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5696: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5697: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5698: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5699: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5700: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5701: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5702: main/pa_string.C, main/pa_stylesheet_connection.C,
5703: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5704: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5705: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5706: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5707: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5708: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5709: targets/isapi/parser3isapi.C, types/pa_junction.h,
5710: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5711: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5712: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5713: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5714: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5715: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5716: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5717: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5718: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5719: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5720: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5721: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5722: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5723: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5724: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5725: types/pa_vresponse.C, types/pa_vresponse.h,
5726: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5727: types/pa_vstateless_object.h, types/pa_vstatus.C,
5728: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5729: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5730: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5731: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5732: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5733:
5734: * src/targets/cgi/parser3.C: year updated
5735:
5736: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5737: issue #1041)
5738:
5739: * tests/: 323.html, results/323.processed: test for base classes
5740: added
5741:
5742: * tests/: 261.html, results/261.processed: updated after better
5743: error reporting done for $string.key exception
5744:
5745: * src/types/pa_vstring.h: better error report for $string.key
5746: exception
5747:
5748: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5749: copied as VObject::get_element4call to remove extra virtual call
5750:
5751: * tests/: 322.html, results/322.processed: test for
5752: ^reflection:is[] added (related to feature #1041)
5753:
5754: * src/classes/reflection.C: ^reflection:is empty value is void
5755: (related to feature #1041)
5756:
5757: * src/classes/reflection.C:
5758: ^reflection:is[class_name|code|method;[context;]element_name]
5759: added (implements feature #1041)
5760:
5761: 2015-10-24 moko
5762:
5763: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5764:
1.98 moko 5765: 2015-10-22 moko
5766:
5767: * tests/: 321.html, results/321.processed: test for
5768: ^reflection:method_info[] file detection added
5769:
5770: * tests/: 320.html, results/320.processed: test for
5771: ^reflection:class_by_name[class_name] added (related to feature
5772: #993)
5773:
5774: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5775: added (implements feature #993)
5776:
5777: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5778: (related to feature #1017)
5779:
5780: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5781: added (related to issue #1039)
5782:
5783: * src/main/pa_request.C: ^throw origin fixed (related to feature
5784: #1039)
5785:
5786: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5787: for VDate
5788:
5789: * tests/results/182.processed: updated after feature #1038
5790: implemented
5791:
5792: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5793: compile-time exception origin added (test for feature #1039)
5794:
5795: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5796: main/pa_request.C: exception unification: compile-time exceptions
5797: now have origin, @USE origins also tracked (implements feature
5798: #1039)
5799:
5800: 2015-10-20 moko
5801:
5802: * src/main/pa_request.C: cleanup
5803:
5804: 2015-10-15 moko
5805:
5806: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5807:
5808: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5809: types/pa_vtable.C: new feature: no more $table.method and
5810: $hash.method, aliases for _at, _count, _key (related to feature
5811: #1017)
5812:
1.97 moko 5813: 2015-10-14 moko
5814:
1.98 moko 5815: * tests/: 317.html, results/317.processed: test for
5816: ^string.unescape[] added (related to feature #120)
5817:
1.97 moko 5818: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5819: defined" bug (described in issue #1036)
5820:
5821: * tests/: 247.html, results/247.processed: test for checkBOM added
5822: (test for bug #1037)
5823:
5824: * src/: include/pa_charsets.h, main/pa_charsets.C,
5825: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5826: it's not enforced, skips BOM signature if it complies charset
5827: (fixes bug #1037)
5828:
5829: 2015-10-13 moko
5830:
5831: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5832: linking
5833:
5834: * src/classes/inet.C: vs2003 compilation fix
5835:
5836: * src/classes/math.C: warning war
5837:
5838: * src/lib/punycode/pa_punycode.c: warning war
5839:
5840: 2015-10-12 moko
5841:
5842: * src/lib/punycode/pa_punycode.c: warning war
5843:
5844: * parser3.sln: moved parser3 first, to make it default startup
5845: project
5846:
5847: * buildall: parser "mirror" now used for external libs sources
5848: (implements feature #1036)
5849:
5850: * buildall: most external libs are updated to their current
5851: versions (related to feature #1036)
5852:
5853: * src/classes/image.C: more tags added
5854:
5855: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5856:
5857: 2015-10-11 moko
5858:
5859: * src/classes/curl.C: minor optimization (related to feature #1035)
5860:
5861: 2015-10-09 moko
5862:
5863: * src/classes/curl.C: pa_strdup added for strings from curl
5864: (related to feature #1035)
5865:
5866: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5867: ULLONG_MAX definition
5868:
5869: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5870: (implements feature #1035)
5871:
5872: * src/main/pa_charset.C: String::Body(String::C) used
5873:
5874: * src/main/pa_charset.C: exceptions unified
5875:
5876: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5877: unified
5878:
5879: * src/: classes/file.C, classes/image.C, classes/mail.C,
5880: classes/op.C, classes/xdoc.C, classes/xnode.C,
5881: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5882: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5883: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5884: String::Body(String::C) constructor added (related to bug #957)
5885:
5886: * src/classes/file.C: minor optimization
5887:
5888: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5889: Cord(char*) autocreation (related to bug #957)
5890:
5891: * src/: classes/string.C, main/untaint.C: minor optimizations
5892:
5893: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5894: String(char*, Lang, length) removed, String(C(), Lang) used
5895: instead (related to bug #957)
5896:
5897: 2015-10-08 moko
5898:
5899: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5900: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5901: main/untaint.C: Now char * is converted to CORD only using
5902: AS_CORD() to check for empty cord bug (fixes bug #957)
5903:
5904: * src/include/pa_hash.h: fixed compilation without
5905: HASH_CODE_CACHING
5906:
5907: * src/classes/string.C:
5908: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5909: feature #120)
5910:
5911: * src/main/pa_common.C: reduce js flags checks count (related to
5912: feature #120)
5913:
1.96 moko 5914: 2015-10-07 moko
5915:
5916: * tests/: 275.html, results/275.processed: test modified after
5917: unsigned long long int support implemented (feature #1034)
5918:
5919: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5920: pa_atoul added for unsigned long long int support
5921:
5922: 2015-10-06 moko
5923:
5924: * src/types/pa_vdate.C: INT_MAX used
5925:
5926: 2015-10-03 moko
5927:
5928: * tests/: 302.html, results/302.processed: test for bug #1023
5929: (\u2028, \u2029 escaping) added
5930:
5931: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5932: json:string[] (fixes bug #1023)
5933:
5934: 2015-09-29 moko
5935:
5936: * tests/305.html: try-catch added for OS without ipv6 support
5937:
5938: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5939: compilation
5940:
5941: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5942: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5943: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5944: implemented to distinguish ^hash.method from $hash.field
5945: (implements feature #1017)
5946:
5947: * src/lib/punycode/pa_punycode.c: warning war
5948:
5949: * src/include/pa_config_includes.h: warning war
5950:
5951: * src/include/pa_config_includes.h: pragma warning actualized a bit
5952:
5953: * src/include/pa_config_includes.h: warning war
5954:
5955: * src/include/pa_hash.h: clang compilation fix
5956:
5957: 2015-09-27 moko
5958:
5959: * src/main/compile.tab.C: Bison 3 is now default
5960:
5961: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5962:
5963: 2015-09-25 moko
5964:
5965: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5966: works with undefined HASH_ORDER (related to feature #196)
5967:
5968: 2015-09-24 moko
5969:
5970: * tests/: 027.html, results/027.processed: test modified to test
5971: ^hash.sort (feature #196)
5972:
5973: * src/: classes/hash.C, include/pa_hash.h:
5974: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5975: added (implements feature #196)
5976:
5977: * tests/: 316.html, results/316.processed: Added test for bug #1025
5978: (exception handling in non-cached ^cache), plus for "it does not
5979: have logical value" and "$exception.handled value must be either
5980: boolean or string 'cache'" exceptions.
5981:
5982: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5983: code (fixes bug #1025)
5984:
1.95 moko 5985: 2015-09-23 moko
5986:
5987: * src/classes/table.C: warning war
5988:
5989: * src/: classes/math.C, types/pa_vcookie.C: warning war
5990:
5991: * src/classes/file.C: warning war
5992:
5993: * src/: include/pa_table.h, main/pa_table.C: warning war
5994:
5995: * src/: main/pa_request.C, classes/date.C: warning war
5996:
5997: * src/: types/pa_vdate.C, classes/op.C: warning war
5998:
5999: * tests/: 122.html, results/122.processed: win sync: to remove
6000: differences with OS that doesn't keep timezone change history
6001:
6002: * src/types/pa_vdate.C: tzset() should be called in Windows after
6003: TZ change (related to feature #36)
6004:
6005: * tests/: 075.html, results/075.processed: win sync: to remove
6006: differences with OS that doesn't keep timezone change history
6007:
6008: * tests/: 315.html, results/315.processed: win sync: to remove
6009: differences with OS that doesn't keep timezone change history
6010:
6011: * tests/: 256.html, results/256.processed: win sync: to remove
6012: differences with OS that doesn't keep timezone change history
6013:
6014: * tests/: 124.html, results/124.processed: win results sync: to
6015: avoid hitting time change hole.
6016:
6017: * src/types/pa_vdate.C: static returned. :)
6018:
6019: 2015-09-22 moko
6020:
6021: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
6022:
6023: * tests/results/131.processed: more tests for feature #1032
6024:
6025: * src/classes/date.C: minor fix related to feature #1032
6026:
1.211 moko 6027: * operators.ru.txt, operators.txt: ISO date creation documented
6028: (related to feature #1032)
1.95 moko 6029:
1.211 moko 6030: * operators.ru.txt, operators.txt: iso-string documented (related
6031: to feature #1032)
1.95 moko 6032:
6033: * tests/: 315.html, results/315.processed: more tests added
6034: (related to feature #1032)
6035:
6036: * tests/: 131.html, results/131.processed: date range checks
6037: updated (related to feature #36)
6038:
6039: * tests/: 315.html, results/057.processed, results/315.processed:
6040: test added for ISO date support (related to issue #315)
6041:
6042: * src/classes/date.C: more readable exceptions in date creation
6043: (related to ticket #1032)
6044:
6045: 2015-09-18 moko
6046:
6047: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
6048: added (related to issue #1032)
6049:
6050: * tests/results/256.processed, src/classes/json.C: iso-string
6051: documented (related to issue #1032)
6052:
6053: * tests/: 256.html, results/256.processed: ISO date check added
6054: (related to issue #1032)
6055:
6056: * tests/: 057.html, results/057.processed, results/224.processed:
6057: tests results updated after ISO date support implemented (related
6058: to feature #1032)
6059:
6060: * src/: classes/date.C, classes/image.C, types/pa_value.h,
6061: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
6062: ^date::create[string] constructor formalized, ^date.iso-string[]
6063: added (implements feature #1032)
6064:
6065: 2015-09-05 moko
6066:
1.211 moko 6067: * operators.ru.txt, operators.txt: actualized
1.95 moko 6068:
1.211 moko 6069: * operators.ru.txt, operators.txt: date changes documented (related
6070: to ticket #36)
1.95 moko 6071:
6072: 2015-09-04 moko
6073:
6074: * src/types/pa_vdate.C: warning war
6075:
6076: * src/: classes/op.C, types/pa_vhashfile.C: warning war
6077:
6078: 2015-09-03 moko
6079:
6080: * tests/results/096.processed: test result updated for 0..9999 year
6081: date range support (related to feature #36)
6082:
6083: * tests/: 314.html, results/314.processed: test for
6084: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
6085: bug #1031)
6086:
6087: * src/classes/string.C: Static calls fixed for ^string:base64[],
6088: ^string:idna[], ^string:js-escape[] (closes bug #1031)
6089:
1.116 moko 6090: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
6091: configure.in -> configure.ac
1.95 moko 6092:
1.116 moko 6093: * configure, configure.in, src/include/pa_config_auto.h.in: more
6094: correct timezone check for FreeBSD Warning war: configure.in ->
6095: configure.ac
1.95 moko 6096:
6097: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 6098: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
6099: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
6100: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
6101: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
6102: src/main/Makefile.am, src/targets/apache/Makefile.am,
6103: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 6104: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
6105: check added
6106:
6107: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
6108:
6109: * tests/results/: 124.processed, 224.processed: test resuls updated
6110: for new date implementation (related to feature #36)
6111:
6112: * src/: classes/date.C, classes/image.C, include/pa_common.h,
6113: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
6114: types/pa_vdate.h: new double date implementation with internal
6115: support for extended 0..9999 year range, default timezone support
6116: (related to feature #36)
6117:
6118: 2015-08-28 moko
6119:
6120: * src/types/pa_vmail.C: fixed $mail:received.date calculations
6121: (fixes bug #1030)
6122:
6123: 2015-08-21 moko
6124:
6125: * src/classes/inet.C: snprintf size "bug" commented
6126:
6127: * src/main/pa_common.C: snprintf comments updated
6128:
6129: 2015-08-16 moko
6130:
6131: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
6132:
6133: 2015-08-11 moko
6134:
6135: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6136: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
6137: can be null (fixes bug #1029)
6138:
6139: 2015-08-06 moko
6140:
1.116 moko 6141: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
6142: pa_vdate.C added
1.95 moko 6143:
6144: 2015-08-05 moko
6145:
6146: * tests/: 313.html, results/313.processed: test for
6147: ^table.count[columns] and ^table.flip[] with nameless tables
6148: (feature #1003)
6149:
6150: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6151: max_cell added, now ^table.count[columns] and ^table.flip[] works
6152: correctly for nameless tables (implements feature #1003)
6153:
6154: 2015-08-03 moko
6155:
6156: * tests/312.html: test for ^table.append[$hash] and
6157: ^table.insert[$hash] added (related to feature #1028)
6158:
6159: * src/classes/table.C: ^table.append[$hash] and
6160: ^table.insert[$hash] now supported (implements feature #1028)
6161:
6162: * tests/: 312.html, results/312.processed: test row copy in
6163: ^table.hash[; $.type[table] ] added (related to feature #1016)
6164:
6165: * src/classes/table.C: row copy now created in ^table.hash[;
6166: $.type[table] ] (related to feature #1016)
6167:
6168: 2015-07-29 moko
6169:
6170: * tests/: 312.html, results/312.processed: test for ^table.delete[]
6171: added (related to feature #1016)
6172:
6173: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6174: ^table.delete[] added to delete current row (related to feature
6175: 1016)
6176:
6177: 2015-07-28 moko
6178:
6179: * tests/: 312.html, results/312.processed: test for
6180: $table.column[value] and ^table.insert{row} (related to feature
6181: #1016)
6182:
6183: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
6184: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
6185: ^table.insert{row} are now implemented (feature #1016)
6186:
6187: * src/include/pa_array.h: Optimization: bool reverse removed from
6188: append(), insert() added, memmove arguments order in remove()
6189: fixed (related to feature #1016)
6190:
6191: 2015-07-23 moko
6192:
6193: * src/classes/json.C: tainted json and empty json exception added
6194: (implements feature #1015)
6195:
6196: * tests/: 311.html, results/311.processed: empty json and tainted
6197: json exception test added (related to issue #1015)
6198:
6199: 2015-07-22 moko
6200:
6201: * tests/: 311.html, results/311.processed: test for UTF-8
6202: processing added
6203:
6204: * tests/: 311.html, results/311.processed: test for
6205: json_exception_with_source added (related to issue #394)
6206:
6207: * src/classes/json.C: json_exception_with_source added (implements
6208: feature #394)
6209:
6210: 2015-06-29 moko
6211:
6212: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
6213: directories are now correctly determined if _d_type == DT_UNKNOWN
6214: (closes bug #1027)
6215:
6216: 2015-06-10 moko
6217:
6218: * src/types/pa_vxnode.h: extern "C" not requred and causes build
6219: error if libxml has LIBXML_ICU_ENABLED.
6220:
6221: 2015-06-04 moko
6222:
6223: * tests/099.html: ups, reverting
6224:
6225: * tests/: 099.html, 309.html, 310.html, results/309.processed,
6226: results/310.processed: tests for $response:body[ $.file[] ] and
6227: $response:last-modified added
6228:
6229: * src/main/pa_request.C: last-modified check fixed
6230:
6231: 2015-06-03 moko
6232:
6233: * tests/: 204.html, 205.html, 293.html, results/204.processed,
6234: results/205.processed, results/293.processed: $response:headers
6235: logging added (tests for feature #1007)
6236:
6237: * src/: include/pa_common.h, include/pa_request.h,
6238: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
6239: $response:headers are now in uppercase (closes feature #1007)
6240:
6241: 2015-06-02 moko
6242:
6243: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
6244: build errors reverted for clang compatibility
6245:
6246: 2015-06-01 moko
6247:
6248: * src/include/pa_memory.h: -pedantic build errors fixed
6249:
6250: * src/classes/math.C: -pedantic build error fixed
6251:
6252: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
6253:
6254: 2015-05-31 moko
6255:
6256: * src/classes/table.C: USE_STRINGSTREAM optimized
6257:
6258: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
6259: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
6260: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
6261: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
6262: types/pa_vxnode.h: warning war (-pedantic flag)
6263:
6264: 2015-05-28 moko
6265:
6266: * tests/: 308.html, results/308.processed: test for
6267: ^table::create[$t;], etc work added (related to bug #975)
6268:
6269: * src/classes/table.C: check_option_param removed,
6270: ^table::create[$t;], etc now works (fixes bug #975)
6271:
6272: 2015-05-27 moko
6273:
6274: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
6275: (Debian jessie) fixed (closes issue #1024)
6276:
6277: * tests/Makefile: sort added as in Debian jessie list become
6278: unsorted
6279:
6280: 2015-05-18 moko
6281:
6282: * tests/: 201.html, results/201.processed: test for
6283: ^string.trim[what] feature #1022
6284:
6285: * src/classes/string.C: ^string.trim[what] now supported,
6286: implements feature #1022
6287:
6288: 2015-05-17 moko
6289:
6290: * tests/results/185.processed: test result updated as feature #1021
6291: implemented (left/right accept negative parameter)
6292:
6293: * src/classes/string.C: left/right now accept negative parameter
6294: (implements feature #1021)
6295:
6296: 2015-05-08 moko
6297:
6298: * src/classes/math.C: isalnum -> pa_isalnum
6299:
6300: * src/main/execute.C: optimization in getter-junction processing
6301: (related to issue #997)
6302:
6303: 2015-05-07 moko
6304:
6305: * tests/: 307.html, results/307.processed: test for issue #997
6306: added
6307:
6308: * src/main/execute.C: process_getter result now checked if junction
6309: returned (closes issue #997)
6310:
6311: * tests/: 305.html, results/305.processed: sort added to ignore
6312: different order
6313:
6314: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6315: assignment (closes issue #994)
6316:
6317: * tests/: 306.html, results/306.processed: test for issue #994
6318: added
6319:
6320: * tests/: 303.html, results/303.processed: two more errors tested
6321:
6322: 2015-05-06 moko
6323:
6324: * tests/: 305.html, results/305.processed: test for name2ip &
6325: ip2name added (related to feature #992)
6326:
6327: * tests/: 303.html, 304.html, results/303.processed,
6328: results/304.processed: tests for idna conversion added (related
6329: to issue #849)
6330:
6331: 2015-05-02 moko
6332:
6333: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6334: implemented
6335:
6336: 2015-04-30 moko
6337:
6338: * src/main/pa_http.C: idna_host added, related to issue #849
6339:
6340: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6341: (related to issue #849)
6342:
6343: 2015-04-24 moko
6344:
6345: * src/types/pa_vjunction.C: warning war
6346:
6347: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6348: unification
6349:
6350: * src/lib/punycode/pa_idna.c: warning war
6351:
6352: 2015-04-22 moko
6353:
6354: * src/main/main.vcproj: punycode include path added
6355:
6356: * src/lib/punycode/pa_idna.c: windows compile error fixed
6357:
6358: * src/lib/punycode/pa_idna.c: warning war
6359:
6360: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6361: project file added
6362:
6363: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6364:
6365: * src/include/pa_memory.h: warning war
6366:
6367: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6368: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6369: implemented (related to feature #849)
6370:
6371: * configure.in, src/main/Makefile.am,
6372: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6373: libpunycode added in Unix
6374:
6375: 2015-04-21 moko
6376:
6377: * configure.in: large files support
6378:
6379: 2015-04-15 moko
6380:
6381: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6382: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6383: pa_punycode.h: initial version for punycode/idna support library
6384: (ticket #849)
6385:
6386: 2015-04-08 moko
6387:
6388: * src/: classes/curl.C, classes/date.C, classes/file.C,
6389: classes/image.C, classes/mail.C, classes/reflection.C,
6390: classes/string.C, classes/xnode.C, include/pa_request.h,
6391: include/pa_string.h, include/pa_stylesheet_connection.h,
6392: main/compile.y, main/compile_tools.h, main/execute.C,
6393: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6394: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6395: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6396: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6397: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6398: clang compiler warnings (closes issue #1018)
6399:
6400: * src/include/pa_string.h: String::Body comparation operators with
6401: char * added (related to issue #958)
6402:
6403: 2015-04-07 moko
6404:
6405: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6406: pa_malloc/pa_free to remove system malloc/free usage (related to
6407: issue #1018)
6408:
6409: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6410: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6411: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6412: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6413: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6414: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6415: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6416: malloc/strdup/free replaced with pa_ version and checks for
6417: accidental use of non-pa_ version added (related to issue #1018)
6418:
6419: 2015-04-03 moko
6420:
6421: * buildall: pcre-8.33 -> pcre-8.36
6422:
6423: * src/: main/compile.y, classes/form.C, classes/mail.C,
6424: classes/op.C, classes/string.C, main/compile.tab.C,
6425: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6426: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6427: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6428: ticket #958)
6429:
6430: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6431: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6432: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6433: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6434: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6435: $request:headers, $request:method added (implements feature
6436: #1007)
6437:
6438: 2015-03-17 misha
6439:
6440: * tests/302.html: - test for
6441: ^json:string[...;$._default[method-name]]
6442:
6443: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6444: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6445: option $._default[method-name] is specified in ^json:string[], a
6446: method with specified name will be called for classes/objects
6447: serialization ( new feature: #982 )
6448:
6449: 2015-03-16 misha
6450:
6451: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6452: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6453: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6454: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6455: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6456: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6457: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6458: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6459: types/pa_vrequest.h, types/pa_vstateless_class.C,
6460: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6461: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6462: $var.CLASS_NAME now have special opcodes. This can be switched
6463: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6464: on pa_opcode.h ( new feature: #844 )
6465:
6466: 2015-03-15 misha
6467:
6468: * tests/075.html: - test for $response:header[]
6469:
6470: * src/types/pa_vresponse.C: - $response:header[] deletes header
6471: that was set earlie ( new feature: #1001 )
6472:
6473: 2015-03-12 misha
6474:
6475: * tests/246.html: - more tests for ^hash._at[]
6476:
6477: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6478: accepts second param [key|value|hash] ( new feature: #1012 )
6479:
6480: 2015-03-09 moko
6481:
6482: * src/types/pa_vmail.C: exception for everything but
6483: $mail:received, closes issue #1011
6484:
6485: 2015-02-20 moko
6486:
6487: * tests/: 275.html, results/275.processed: hex detection in
6488: pa_atoui fix test (closes issue #1010)
6489:
6490: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6491: issue #1010)
6492:
6493: 2015-02-17 moko
6494:
6495: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6496: tainted.
6497:
6498: 2015-02-03 misha
6499:
6500: * tests/301.html: - test for ^json:string($double) causes
6501: exception. bugfix: #1008
6502:
6503: * src/classes/json.C: - ^json:string($double) causes exception.
6504: bugfix: #1008
6505:
6506: * tests/014.html: - updated for work with ^hash.delete[]
6507:
6508: 2015-01-12 misha
6509:
6510: * src/: classes/form.C, include/pa_common.h,
6511: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6512: types/pa_vform.h: - supports body with PUT method as well ( new
6513: feature: #1006 )
6514:
6515: * src/classes/file.C: - warnings war
6516:
6517: 2015-01-11 misha
6518:
6519: * tests/300.html: - test for ^hash.delete[] is added
6520:
6521: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6522: feature: #989 ) - tiny optimization in intersects
6523:
6524: 2015-01-06 moko
6525:
6526: * src/types/pa_vmail.C: file names transcode added, to and cc added
6527: with transcode, attachments detection fixed
6528:
6529: * src/main/pa_request.C: filling mail received after cgi/auto.p
6530: load to allow charset switch (related to issue #996)
6531:
6532: 2014-12-31 moko
6533:
6534: * src/types/pa_vmail.C: from and subject now transcoded if not
6535: UTF-8 source charset (fixes issue 996)
6536:
6537: * src/main/pa_exception.C: fixed string from stack bug (closes
6538: issue #1000)
6539:
6540: 2014-12-11 misha
6541:
6542: * src/types/pa_vhashfile.C: - check if key is not empty before
6543: access ( bug fix: #1005 )
6544:
6545: 2014-11-13 misha
6546:
6547: * src/main/compile.y: - PC.append does not reset to false while
6548: creating a new class. bugfix: #990
6549:
6550: * tests/299.html: - test for creation class after working with
6551: partial class (create+append)
6552:
6553: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6554: #995
6555:
6556: * tests/232.html: - test for @get[def] added
6557:
6558: 2014-10-12 moko
6559:
6560: * src/lib/pcre/pcre_internal.vcproj: correct path
6561:
6562: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6563: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6564: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6565: targets/apache/ApacheModuleParser3.vcproj,
6566: targets/apache/ApacheModuleParser3Core.vcproj,
6567: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6568: types/types.vcproj: project GUID inserted in *.vcproj for correct
6569: conversion in newer VS versions
6570:
6571: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6572: pcre_internal.vcproj added
6573:
6574: 2014-08-28 moko
6575:
6576: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6577: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6578: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6579:
6580: 2014-06-30 misha
6581:
6582: * tests/298.html: - tests for ^reflection:def[class;className]
6583: added
6584:
6585: * src/classes/reflection.C: - ^reflection:def[class;className]
6586: added ( new feature: #918 )
6587:
6588: 2014-06-29 misha
6589:
6590: * src/classes/table.C: - ^table::create[unsupported data] -
6591: exception comment changed to "body must be table or code" ( bug
6592: fix: #951 )
6593:
6594: * tests/: 261.html, results/261.processed: - tests for
6595: ^json:string[...;$.void[null|string]] added
6596:
6597: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6598: option $.void[string|null] added to ^json:string[...] ( new
6599: feature: #952 )
6600:
6601: 2014-06-28 moko
6602:
6603: * src/classes/curl.C: $.charset now processed before other curl
6604: options (closes issue #980)
6605:
6606: 2014-05-23 misha
6607:
6608: * src/classes/json.C: - bug fix: #987
6609:
6610: 2014-05-04 misha
6611:
6612: * tests/: 253.html, 253_json.txt: - test for
6613: ^json:parse[$.int(false)] is added
6614:
6615: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6616: default true). The option is similar to $.double(bool) but for
6617: integers.
6618:
6619: 2014-05-01 moko
6620:
6621: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6622: #12 )
6623:
6624: 2014-04-16 moko
6625:
6626: * src/main/pa_http.C: response-charset option should finally work
6627: now (fix for issue #867)
6628:
6629: * src/main/pa_http.C: response-charset option should work now (fix
6630: for issue #867)
6631:
6632: 2014-03-07 moko
6633:
6634: * buildall: libgc moved
6635:
6636: * buildall: libgc moved
6637:
6638: 2013-12-29 moko
6639:
6640: * src/classes/string.C: ^string:js-unescape result now tainted,
6641: closes issue #966
6642:
6643: * tests/: 186.html, results/186.processed: ^string:js-unescape
6644: result now tainted, issue #966
6645:
6646: 2013-12-03 moko
6647:
6648: * src/: classes/memcached.C, types/pa_vmemcached.C,
6649: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6650: option was added for http://www.parser.ru/forum/?id=79343
6651:
6652: * src/classes/file.C: bugfix for
6653: http://www.parser.ru/forum/?id=79337
6654:
6655: 2013-11-05 moko
6656:
6657: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6658:
6659: * src/main/pa_globals.C: spelling fixed
6660:
6661: 2013-10-29 moko
6662:
6663: * src/lib/json/json.vcproj: json.c -> pa_json.C
6664:
6665: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6666: #892
6667:
6668: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6669: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6670: exceptions to be thrown thougth json library), related to issue
6671: #892
6672:
6673: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6674: related to issue #896
6675:
6676: 2013-10-24 moko
6677:
6678: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6679:
6680: 2013-10-23 moko
6681:
6682: * README: actualization
6683:
6684: 2013-10-22 moko
6685:
6686: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6687: compatibility patch from Sergey Kirpichev
6688:
6689: * tests/: 297.html, results/297.processed: non-working getter fix
6690: test for issue #948
6691:
6692: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6693: called when saving value of $match variable in ^string.match[] to
6694: increase compatibility (related to issue #948).
6695:
6696: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6697: usage optimization
6698:
6699: 2013-10-21 moko
6700:
6701: * tests/: 182.html, results/182.processed: local path removed for
6702: compatibility
6703:
6704: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6705: results/244.processed, results/253.processed,
6706: results/254.processed, results/275.processed,
6707: results/281.processed: try_catch -> try-catch
6708:
6709: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6710: results/294.processed, results/296.processed: try_catch ->
6711: try-catch
6712:
6713: 2013-10-20 moko
6714:
6715: * tests/: 296.html, results/296.processed: test for xsl exception
6716: for issue #938 added.
6717:
6718: * src/: include/pa_xml_exception.h,
6719: main/pa_stylesheet_connection.C: forgotten to be replaced
6720: XmlException is now replaced (once again closes issue #938)
6721:
6722: 2013-10-18 moko
6723:
6724: * buildall: disable clock_gettime detection to avoid librt linking
6725: (which in turn depends on libpthread), related to issue #943
6726:
6727: 2013-10-18 misha
6728:
6729: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6730: lib/smtp/smtp.vcproj, main/main.vcproj,
6731: targets/apache/ApacheModuleParser3Core.vcproj,
6732: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6733: types/types.vcproj: - new locations for libxml2 includes where
6734: added to vcproj files
6735:
6736: 2013-10-18 moko
6737:
6738: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6739: fix
6740:
6741: * tests/: 295.html, results/295.processed: test for issue #948
6742: updated
6743:
6744: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6745: :)
6746:
6747: * tests/: 295.html, results/295.processed: test for issue #948
6748: added
6749:
6750: * src/: classes/hash.C, classes/string.C, classes/table.C,
6751: include/pa_request.h, types/pa_method.h: for getters and setters
6752: to be executed request.put_element should be called, not
6753: context.put_element (fixes issue #948)
6754:
6755: 2013-10-17 moko
6756:
6757: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6758: LIBXML2_NEW_BUFFER check (closes issue #943)
6759:
6760: * buildall: libxml 2.9.1 build is broken --without-reader.
6761:
6762: 2013-10-16 moko
6763:
6764: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6765:
6766: * tests/: 294.html, results/294.processed: test for issue #938
6767:
6768: * src/: classes/xdoc.C, classes/xnode.C,
6769: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6770: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6771:
6772: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6773: libxslt-1.1.26 -> libxslt-1.1.28
6774:
6775: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6776: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6777: to '?', related to issue #938
6778:
6779: 2013-10-15 moko
6780:
6781: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6782: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6783: minor optimizations (closes issue #896)
6784:
6785: * tests/results/: 292.processed, 293.processed: results updated to
6786: comply with issue #896
6787:
6788: * tests/: 292.html, 293.html, results/292.processed,
6789: results/293.processed: tests for json escaping
6790:
6791: 2013-10-14 moko
6792:
6793: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6794: and cleanup, code moved from .h to .C, no changes in code
6795:
6796: 2013-10-12 moko
6797:
6798: * tests/results/119.processed: updated test result commited
6799:
6800: * tests/: 291.html, results/291.processed: test for issue #894
6801: added
6802:
6803: * src/types/pa_wcontext.h: base methods call support function
6804: get_somebody_entered_some_class should not be true forever, as
6805: wcontext can have many get_elements calls (fixes issue #894)
6806:
6807: 2013-10-11 moko
6808:
6809: * tests/: 290.html, results/290.processed: test for junction GPF
6810: issue #942 added
6811:
6812: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6813: to native method fixed (closes issue #942)
6814:
6815: * tests/: 158.html, results/158.processed: test for csv-string[]
6816: added
6817:
6818: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6819: feature #907)
6820:
6821: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6822: feature #907)
6823:
6824: 2013-10-09 moko
6825:
6826: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6827: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6828: types/pa_vstateless_class.C: GET_default, SET_default now works
6829: properly not only in objects, but in classes as well (closes
6830: issue #903)
6831:
6832: * tests/: 289.html, results/289.processed: GET/SET_default now
6833: works in classes, not only objects, test case added, related to
6834: issue #903
6835:
6836: * tests/: 288.html, results/288.processed: test for endless
6837: recursion bug added (related to issue #903)
6838:
6839: 2013-10-05 moko
6840:
6841: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6842: classes/table.C, main/execute.C, types/pa_method.h,
6843: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6844: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6845: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6846: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6847: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6848: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6849: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6850: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6851: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6852: optimization: put_element no longer has "bool areplace" argument,
6853: related to issue #903
6854:
6855: 2013-10-03 moko
6856:
6857: * tests/results/182.processed: result for $.replace(false) test
6858: commited
6859:
6860: * src/classes/date.C: ^date::create(number) processed correctly
6861: (fixes issue #901)
6862:
6863: * src/classes/image.C: as_no_junction removed, as param can be
6864: expression (closes issue #931)
6865:
6866: * tests/233.html: test for issue #931 added
6867:
6868: 2013-10-02 moko
6869:
6870: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6871: modified, test for $.replace(false) added
6872:
6873: * src/main/compile_tools.h: forgotten class replace returned. :)
6874:
6875: 2013-09-30 moko
6876:
6877: * tests/: 141.html, results/141.processed: md5 tainting test added
6878:
6879: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6880: main/compile_tools.h, main/pa_request.C: allow_class_replace
6881: implemented; $.replace option added to ^process and ^use
6882:
6883: 2013-08-27 moko
6884:
6885: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6886: cstr_to_string_body_untaint should be called with charsets for
6887: possible uri language and connection for possible sql language.
6888: related to issue #857
6889:
6890: * buildall: and -> or fixed
6891:
6892: 2013-08-26 moko
6893:
6894: * buildall: prepare_ functions logic changed to support
6895: gc-7.2d.tar.gz extracting to gc-7.2 directory
6896:
6897: 2013-08-23 moko
6898:
6899: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6900: statically
6901:
6902: 2013-08-22 moko
6903:
6904: * src/classes/string.C: String::Empty used (related to issue #912)
6905: append_know_length removed (related to old GPF bug)
6906:
6907: 2013-08-21 moko
6908:
6909: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6910:
6911: * src/classes/math.C: ^math:digest[...;$file] support added
6912: (related to ticket #857
6913:
6914: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6915: implemented
6916:
6917: * src/types/pa_vhashfile.h: warning war
6918:
6919: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6920: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6921: anti_endless_json_string_recoursion removed from request;
6922: json_string_recoursion added to json_options; $.indent[indent
6923: value] now supported and passed within recoursion closes feature
6924: #937
6925:
6926: * tests/: 287.html, results/287.processed: test for feature #937
6927:
6928: 2013-07-31 moko
6929:
6930: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6931: compilation having #define _S
6932:
6933: * src/main/pa_globals.C: cleanup
6934:
6935: 2013-07-30 moko
6936:
6937: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6938: main/pa_common.C: vs2003 warning war
6939:
6940: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6941:
6942: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6943:
6944: * src/lib/md5/pa_sha2.c: warning war
6945:
6946: 2013-07-29 moko
6947:
6948: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6949: patches from github
6950:
6951: * src/: classes/bool.C, classes/double.C, classes/int.C,
6952: classes/memcached.C, include/pa_config_includes.h,
6953: types/pa_vfile.C, types/pa_vfile.h: warning war
6954:
6955: * src/lib/json/json.vcproj: C++ -> C
6956:
6957: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6958:
6959: * src/lib/json/: json.c, pa_json.C: windows compatibility
6960:
6961: * src/lib/json/: json.c, pa_json.C: windows compatibility
6962:
6963: * src/lib/json/: json.c, pa_json.C: warning war
6964:
6965: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6966:
6967: * src/include/pa_config_fixed.h: uint16_t added
6968:
6969: * configure.in: uint16_t check added
6970:
6971: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6972: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6973: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6974: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6975: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6976:
6977: 2013-07-25 moko
6978:
6979: * parser3.sln: dependencies added
6980:
6981: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6982: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6983: module support
6984:
6985: * src/targets/apache/mod_parser3_core.C: win32 cleanup
6986:
6987: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
6988:
6989: 2013-07-23 moko
6990:
6991: * src/: include/pa_memory.h, main/pa_memory.C: non-working
6992: PA_DEBUG_GC_MEMORY removed
6993:
6994: * src/: main/pa_globals.C, targets/cgi/parser3.C:
6995: PA_DEBUG_DISABLE_GC compilation fix
6996:
6997: * src/: classes/op.C, classes/table.C, include/pa_request.h,
6998: main/pa_request.C: outdated RESOURCES_DEBUG removed
6999:
7000: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
7001: garbage cleanup
7002:
7003: * src/main/pa_common.C: warning war
7004:
7005: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
7006:
7007: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
7008: minor cleanup
7009:
7010: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
7011: uses cygwin, not WIN32 implementation
7012:
7013: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
7014: able to exec shell scripts
7015:
7016: * src/classes/math.C: ifdef WIN32 cleanup
7017:
7018: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
7019:
7020: * src/classes/curl.C: LT_MODULE_EXT used
7021:
7022: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
7023:
7024: 2013-07-22 moko
7025:
7026: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
7027: includes fix
7028:
7029: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
7030:
7031: * configure.in, src/include/pa_config_includes.h,
7032: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
7033: src/main/pa_exec.C: includes cleanup
7034:
7035: * src/targets/cgi/parser3.C: 2012->2013
7036:
7037: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
7038:
7039: * configure.in, src/include/pa_config_includes.h,
7040: src/include/pa_http.h, src/lib/json/JSON_parser.h,
7041: src/main/pa_random.C, src/main/pa_socks.C,
7042: src/types/pa_vstatus.C: cygwin support cleanup
7043:
7044: * configure.in: dirent.h check added
7045:
7046: * src/: include/pa_config_includes.h, include/pa_dir.h,
7047: main/pa_dir.C: includes cleanup, dirent.h check added filePath
7048: not copied
7049:
7050: 2013-07-21 moko
7051:
7052: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
7053:
7054: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
7055: parser3.vcproj: unused getopt.h / getopt.c removed
7056:
1.211 moko 7057: * operators.ru.txt, operators.txt, src/classes/file.C,
7058: tests/022.html, tests/results/022.processed:
7059: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 7060:
7061: * configure.in, src/classes/file.C, src/include/pa_dir.h,
7062: src/main/pa_dir.C: ^file:list[] now has dir column and when
7063: $.stat(true) it has size/*date columns modified patch from misha@
7064: that closes issue #914.
7065:
7066: * src/: include/pa_config_includes.h, main/pa_globals.C:
7067: PA_RELEASE_ASSERTS removed
7068:
7069: * src/lib/md5/pa_md5c.c: minor cleanup
7070:
7071: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
7072: localeconv()->decimal_point usage remoed (related to issue #934)
7073:
7074: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
7075: cordprnt.c removed
7076:
7077: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
7078: pa-include/pa_errno.h, pa-include/pa_file_io.h,
7079: pa-include/pa_strings.h: includes cleanup
7080:
7081: * src/lib/md5/pa_md5c.c: headers cleanup
7082:
7083: 2013-07-20 moko
7084:
7085: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
7086: cleanup
7087:
7088: 2013-07-19 moko
7089:
7090: * src/classes/math.C: extern "C" added for crypt
7091:
7092: 2013-07-18 moko
7093:
7094: * src/classes/math.C: fix redhat7.2 build
7095:
7096: 2013-07-17 moko
7097:
7098: * configure.in, src/include/pa_config_includes.h,
7099: src/include/pa_config_fixed.h: headers actualized (inttypes.h
7100: added for uint8/32/64_t)
7101:
7102: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
7103: pa_config_includes.h used for uint32/64_t
7104:
7105: 2013-07-16 moko
7106:
7107: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
7108: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
7109: war
7110:
7111: * src/main/compile.tab.C: compile.y was updated
7112:
7113: * src/main/compile.y: warning war
7114:
7115: * src/: include/pa_exception.h, main/pa_exception.C,
7116: main/pa_xml_exception.C: warning war
7117:
7118: * src/: include/pa_common.h, main/pa_common.C: warning war
7119:
7120: * configure.in: beauty :)
7121:
7122: * tests/: 141.html, results/141.processed: sha256/512 added
7123:
7124: 2013-07-13 moko
7125:
7126: * src/lib/md5/md5.vcproj: sha2 added
7127:
7128: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
7129: classes/math.C: sha2 support (sha256/sha512 digest)
7130:
7131: 2013-07-08 moko
7132:
7133: * src/classes/image.C: directory read or other read problem message
7134: fixed (related to issue #933)
7135:
7136: 2013-07-07 moko
7137:
7138: * AUTHORS: + misha + moko. :)
7139:
7140: 2013-07-06 moko
7141:
7142: * src/: classes/curl.C, include/pa_globals.h,
7143: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
7144: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
7145: for lt_dlinit to be called once and lt_dlexit called at right
7146: place (related to issue #925)
7147:
7148: 2013-07-04 moko
7149:
7150: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
7151: VString::as_vfile now uses vfile.set_binary_string to avoid
7152: content-type to be set, as it brokes badly designed logic in
7153: response output. This hopefully finishes issue #928.
7154:
7155: * tests/results/: 256.processed, 286.processed: file now displayed
7156: as name, size, mode, content-type
7157:
7158: * src/main/pa_common.C: read error now reported cottectly (fixes
7159: issue #933
7160:
7161: 2013-06-28 moko
7162:
7163: * tests/: 286.html, results/286.processed: test extended
7164:
7165: * tests/: 286.html, results/286.processed: Test for issue #928
7166: added. it tests default content-type change.
7167:
7168: * src/types/pa_vfile.C: closes issue #928 - default content-type
7169: now updated
7170:
7171: 2013-06-25 moko
7172:
7173: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
7174: content-type for text/binary files without name added;
7175: ^file::create[$f;...] options now works properly and $f
7176: properties are default (fixes issue #928)
7177:
7178: 2013-05-16 misha
7179:
7180: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
7181: added
7182:
7183: * src/main/pa_table.C: - a tiny memory optimisation while creating
7184: table if specified limit is bigger than source rows count
7185:
7186: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
7187: added ( new feature: #858 )
7188:
7189: 2013-04-29 moko
7190:
7191: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
7192: $.ipresolve(0|1|2) added (closes issue #891)
7193:
7194: * src/lib/curl/curl.h: CURL_IPRESOLVE added
7195:
7196: 2013-04-24 moko
7197:
7198: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7199: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7200: types/pa_vmemcached.h: ^memcache.release[] added, calls
7201: memcached_quit (refs #893)
7202:
7203: 2013-04-22 moko
7204:
7205: * src/: include/pa_string.h, main/pa_common.C: no more double
7206: slashes in file path (fixes bug #872)
7207:
7208: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
7209: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
7210: #739)
7211:
7212: * tests/results/266.processed: $.max_params added (feature #915)
7213:
7214: * src/: include/pa_common.h, main/pa_http.C: response-charset
7215: option added to file::load (closes issue #867)
7216:
7217: 2013-04-20 misha
7218:
7219: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
7220: commited
7221:
7222: 2013-03-15 misha
7223:
7224: * src/classes/: hash.C, table.C: - Optimisation: do not create
7225: multiple empty strings while ::sql. uae String::Empty instead
7226:
7227: 2013-03-14 misha
7228:
7229: * src/classes/reflection.C: - for user classes
7230: ^reflection:method_info[] returns $.max_params and $.extra_param
7231: with $.call_type if they available ( new feature: #915 )
7232:
7233: * src/classes/file.C: - ^file:delete[] now supports an option
7234: $.exception(false) that suppress any exception while deleting
7235: file ( new feature: #916 )
7236:
7237: * src/classes/curl.C: - parsing cookies after curl:load now should
7238: work :)
7239:
7240: 2013-03-12 misha
7241:
7242: * src/types/pa_vfile.C: - if specified file_name is empty string
7243: set default name for the file
7244:
7245: 2013-03-11 misha
7246:
7247: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
7248: also available in $f.cookies
7249:
7250: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
7251: moved to a separate method
7252:
7253: 2013-03-10 moko
7254:
7255: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
7256: added
7257:
7258: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
7259: removed (declared by autoconf)
7260:
7261: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
7262: uint32_t define
7263:
7264: 2013-03-10 misha
7265:
7266: * src/classes/file.C: ^file:delete and ^file:move now support
7267: option $.keep-empty-dirs(true) ( new feature: #884 )
7268:
7269: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
7270: empty dirs is added
7271:
7272: 2013-03-10 moko
7273:
7274: * src/classes/: bool.C, double.C, int.C: default can be present,
7275: but default check removed from ^int/double/bool.int/double/bool
7276: for string.int/double/bool compatibility (related to issue #913)
7277:
7278: * src/classes/string.C: ^string.int/dobule/bool no longer
7279: internally throws exception if default is present (closes issue
7280: #913)
7281:
7282: 2013-03-09 misha
7283:
7284: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
7285: optimisations ( #845 )
7286:
7287: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
7288:
7289: 2013-03-08 moko
7290:
7291: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
7292: creates correct table (fixes issue #910)
7293:
7294: * src/classes/op.C: r.connection() -> r.connection(false) to allow
7295: use outside of 'connect' operator (fixes issue #911)
7296:
7297: * tests/results/: 096.processed, 122.processed: test results
7298: updated as doubles now printed with 15 significant digits, not 5
7299: (fixes issue #882)
7300:
7301: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7302: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7303:
7304: 2013-02-21 moko
7305:
7306: * src/classes/table.C: _locate_name_value does not check arguments
7307: count, so we check it in advance (fixes issue #905)
7308:
7309: 2012-10-23 moko
7310:
7311: * buildall: old shell for and echo compatibility (for six)
7312:
7313: 2012-10-19 moko
7314:
7315: * buildall: --strip added --disable-safe-mode listed in usage
7316:
7317: 2012-10-17 misha
7318:
7319: * src/classes/op.C: - apply-taint should not throw "outside
7320: connect" exception with sql lang now
7321:
7322: 2012-10-17 moko
7323:
7324: * src/main/pa_request.C: bugfix: safe mode should be inited for
7325: each request (for apache module)
7326:
7327: 2012-09-26 moko
7328:
7329: * src/doc/doxygen.cfg: png -> svg
7330:
7331: 2012-09-25 moko
7332:
7333: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7334: test added
7335:
7336: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7337: double use when key is long
7338:
7339: 2012-09-16 moko
7340:
7341: * src/classes/math.C: Format -> Method Encode -> Format
7342:
7343: * tests/: 141.html, results/141.processed: math:digest hmac test
7344: added
7345:
7346: 2012-09-14 moko
7347:
7348: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7349: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7350: implementation added
7351:
7352: 2012-09-12 moko
7353:
7354: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7355: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7356: targets.dox and string.dox slightly actualized
7357:
7358: 2012-08-31 moko
7359:
7360: * ChangeLog: now generated with patched cvs2cl.pl
7361:
7362: 2012-07-29 moko
7363:
7364: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7365: result should be pushed after VMethodFrame destructor is called,
7366: as it deletes junctions from stack params (fixes issue #868)
7367:
7368: 2012-07-23 moko
7369:
7370: * INSTALL, README: buildall script usage documented, other outdated
7371: info updated.
7372:
7373: * buildall-with-xml, buildall-without-xml: replaced by buildall
7374:
7375: 2012-07-21 moko
7376:
7377: * buildall: glib does not compile when threads are disabled...
7378:
7379: * src/types/pa_vmail.C: g_assertion fixes for empty input
7380:
7381: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7382: unref, can't unref nested objects)
7383:
7384: * src/types/pa_vmail.C: another check added
7385:
7386: 2012-07-19 moko
7387:
7388: * buildall: usage added
7389:
7390: * buildall: new buildall script that unites buildall-with-xml,
7391: buildall-without-xml, --with-apache and --with-mailreceive
7392:
7393: * configure.in: support for static gmime and dynamic glib linking.
7394: fixes for FreeBSD
7395:
7396: 2012-07-17 moko
7397:
7398: * configure.in: --with-mailreceive replaced
7399: --with-static-mailreceive and --with-shared-mailreceive pathlink
7400: removed
7401:
7402: 2012-07-16 moko
7403:
7404: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7405: capitalized, content now decoded and text content converted to
7406: $request:charset. all properties are accessed by functions, this
7407: ready for dynamic load.
7408:
7409: 2012-06-28 moko
7410:
1.116 moko 7411: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7412: 32 bit
1.95 moko 7413:
7414: 2012-06-27 moko
7415:
7416: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7417: passive ftp
7418:
7419: * src/lib/ltdl/ltdl.vcproj: release build fixed
7420:
7421: * configure.in: 3.4.2 RC -> 3.4.2
7422:
7423: 2012-06-22 moko
7424:
7425: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7426: #815)
7427:
7428: * tests/: 284.html, results/284.processed: output options test
7429: (feature #265)
7430:
7431: 2012-06-22 misha
7432:
7433: * tests/215.html: - little changes
7434:
7435: 2012-06-21 moko
7436:
7437: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7438: types/pa_vxdoc.h: output_options returned and used (bugfix for
7439: feature #265)
7440:
7441: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7442: breaks long .*, default 10M restored. (issue #216)
7443:
7444: * tests/: 283.html, results/283.processed: test for issue #815
7445: added
7446:
7447: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7448: again, cstrm not required.
7449:
7450: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7451: Win32 and broken FreeBSD (issue #45)
7452:
7453: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7454:
7455: * src/main/pa_string.C: warnings war
7456:
7457: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7458: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7459: main/pa_socks.C, targets/apache/pa_threads.C,
7460: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7461: types/pa_vstatus.C: compilation under cygwin fixed
7462:
7463: 2012-06-19 moko
7464:
7465: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7466: Windows fixed
7467:
7468: * parser3.sln: removed antique pcre_ctype
7469:
7470: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7471:
7472: * src/include/pa_config_fixed.h: undefined reference to
7473: __imp__pcre_* fix for Windows
7474:
7475: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7476: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7477: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7478: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7479: define fixed
1.95 moko 7480:
7481: 2012-06-18 moko
7482:
7483: * src/classes/memcached.C: flush -> clear
7484:
7485: * src/classes/memcached.C: memcached does not support quotes even
7486: in server name
7487:
7488: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7489: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7490: called on open to check servers existance. $.key(true) syntax
7491: now supported
7492:
7493: 2012-06-17 moko
7494:
7495: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7496: cleanup
7497:
7498: * src/classes/table.C, tests/282.cfg, tests/282.html,
7499: tests/results/282.processed: encloser at the EOF bug fixed,
7500: incorrectly enclosed data now processed more logicaly (fixes
7501: #339)
7502:
7503: 2012-06-15 moko
7504:
7505: * buildall-without-xml: sync with buildall-with-xml
7506:
7507: * buildall-with-xml: download auto-detected between fetch and curl
7508:
7509: * configure.in: --with-gc and --with-pcre now also processed
7510: correctly
7511:
1.116 moko 7512: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7513: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7514: should be run on rol1 using automake / aclocal (GNU automake)
7515: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7516:
7517: * configure.in: new PARSER_VERSION logic
7518:
7519: * src/include/pa_version.h: new pa_version.h logic
7520:
7521: * src/: classes/curl.C, classes/file.C, classes/image.C,
7522: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7523: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7524: feols_normalized -> fis_text_content set_binary added
7525:
7526: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7527:
7528: 2012-06-15 misha
7529:
7530: * src/: classes/curl.C, classes/file.C, classes/image.C,
7531: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7532: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7533: ^file::create[text;content] EOLs in content now is normalized. (
7534: new feature: #815 )
7535:
7536: 2012-06-15 moko
7537:
7538: * configure.in: --disable-version-update added to disable version
7539: update with host information (for debian package) whitespace
7540: optimized
7541:
7542: * configure.in: version changed to 3.4.2 RC no-pic added for
7543: libtool
7544:
7545: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7546: it.
7547:
7548: 2012-06-14 moko
7549:
7550: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7551: tests/results/281.processed: "hash flocked" error removed for
7552: safe operations like ^h._count[] ( new feature: #335 )
7553:
1.116 moko 7554: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7555:
7556: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7557:
7558: * configure.in: --with-static/shared xml replaced with --with-xml,
7559: xml compilation check added
7560:
7561: * configure.in: --with-static/shared-gc, --with-static-pcre are
7562: replaced with --with-gc and --with-pcre test for pcre linking
7563: added
7564:
7565: 2012-06-13 moko
7566:
7567: * configure.in: apxs2 check optimized
7568:
7569: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7570: .la, includes optimized
7571:
7572: * buildall-with-xml: --with-pic looks better for -fPIC
7573:
7574: * configure.in: switched to convenience library in static linking
7575:
7576: * src/targets/apache/Makefile.am: switched to convenience library
7577: usage to avoid libtool warnings
7578:
7579: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7580: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7581: smtp/Makefile.am: switched to convenience library usage
7582:
7583: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7584:
7585: * src/targets/apache/Makefile.am: updated for libtool usage
7586:
7587: * buildall-without-xml: --with-included-ltdl added
7588:
7589: * buildall-without-xml: sync with buildall-with-xml
7590:
7591: * buildall-with-xml: --with-included-ltdl added $cflags added for
7592: -fPIC for x64 $download added for wget success check added
7593:
7594: * buildall-without-xml: --with-dynamic-stdcpp removed
7595:
7596: * configure.in: disable-static returned
7597:
7598: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7599: LIBTOOLFLAGS
7600:
7601: 2012-06-12 moko
7602:
7603: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7604: compatible with LIBTOOLFLAGS for unknown reasons
7605:
7606: * buildall-with-xml: --with-dynamic-stdcpp removed
7607:
7608: * configure.in: static/dynamic -lstdc++ linking option removed
7609: apxs2 check added
7610:
7611: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7612: option removed
7613:
7614: 2012-06-10 moko
7615:
7616: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7617: added
7618:
7619: * src/targets/cgi/pp3.cmd: old PAF stuff
7620:
1.116 moko 7621: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7622: beauty
1.95 moko 7623:
7624: * depcomp: from libtool 2.4.2
7625:
7626: * configure.in: ltdl directory removed, it has correct Makefile.in
7627:
7628: 2012-06-09 moko
7629:
1.116 moko 7630: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7631: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7632: autogenerated files updated after libtool update
7633:
1.116 moko 7634: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7635: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7636: config_auto.h.in, config_fixed.h, configure, configure.ac,
7637: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7638: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7639: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7640: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7641: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7642: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7643: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7644: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7645: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7646: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7647:
7648: * configure.in: preparation for new libtool
7649:
7650: * configure.in: Some beauty added :)
7651:
7652: * src/targets/apache/Makefile.am: := -> =
7653:
7654: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7655: again. :)
7656:
7657: * src/include/pa_config_includes.h, configure.in: limits.h added,
7658: previously was taken from pcre_internal.h. :)
7659:
7660: * src/lib/pcre/Makefile.am: config.h returned
7661:
7662: * src/lib/pcre/config.h: still need this. :)
7663:
7664: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7665:
7666: * configure.in: --with-charsets removed; --with-mysql-client & co
7667: removed
7668:
7669: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7670: now in parser tree, no need to copy
7671:
7672: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7673: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7674: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7675: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7676: extracts now used old trash removed
7677:
7678: * etc/parser3.charsets/Makefile.am: charsets now in share
7679: (debian/patches/104_automake.patch) + all charsets are copied
7680:
7681: * buildall-with-xml, buildall-without-xml: curl option removed +
7682: extra arguments now supported
7683:
7684: 2012-06-08 misha
7685:
7686: * src/classes/table.C: - one params.as_hash usage was rolled back:
7687: the 2nd option in ^table.hash[] could be hash or table so
7688: .as_hash will throw an exception when table option is specified
7689:
7690: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7691: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7692: classes/table.C, classes/void.C, classes/xdoc.C,
7693: include/pa_exception.h, types/pa_vmethod_frame.C,
7694: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7695: and improved (whitespaces are allowed as empty options) -
7696: MethodParams::as_table is added - above methods are used for
7697: parsing methods' options ( new feature: #9 )
7698:
7699: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7700: to vclass. now class fields can be accessible as a hash:
7701: $h[^hash::create[$asd:CLASS]]
7702:
7703: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7704: have get_fields method so their fields can be accessed with
7705: ^reflection:fields[...] & ^reflection:field[...]
7706:
7707: 2012-06-06 misha
7708:
7709: * tests/280.html: - tests for
7710: ^reflection:method[obj-or-class;method],
7711: ^reflection:field[obj-or-class;field] and
7712: ^reflection:fields[obj-or-class] are added
7713:
7714: 2012-06-05 misha
7715:
7716: * src/classes/reflection.C: - ^reflection:method[class or
7717: object;method name] and ^reflection:field[class or object;field
7718: name] are added
7719:
7720: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7721: is used
7722:
7723: * src/types/pa_method.h: - Method::as_vjunction method is added
7724:
7725: 2012-06-05 moko
7726:
1.116 moko 7727: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7728:
7729: * src/classes/memcached.C: flish ttl fixed
7730:
7731: 2012-06-04 moko
7732:
7733: * src/classes/json.C, src/classes/op.C, tests/279.html,
7734: tests/results/279.processed: ^json:parse[] now supports $.taint
7735: option (new feature #833)
7736:
7737: 2012-06-04 misha
7738:
7739: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7740: - search_stop method was moved from pa_vcookie.C to pa_common.C
7741:
7742: 2012-06-03 misha
7743:
7744: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7745: cookies are parced and stored into $.cookies ( new feature: #31 )
7746:
7747: 2012-05-30 misha
7748:
7749: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7750: incomplete class into a scope while @USE is found
7751:
7752: * src/main/compile.y: - add incomplete class into a scope while
7753: @USE and @CLASS instructions are found ( bugfix: #838 )
7754:
7755: 2012-05-30 moko
7756:
7757: * src/types/pa_vclass.C, tests/278.html,
7758: tests/results/278.processed: removed "property has no getter
7759: method" exception when GET_DEFAULT present (fixes #269)
7760:
7761: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7762: $._default
7763:
7764: 2012-05-29 moko
7765:
7766: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7767: uninitialized values usage (new feature: #154)
7768:
7769: 2012-05-28 moko
7770:
7771: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7772: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7773: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7774: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7775: src/types/pa_vobject.C, src/types/pa_vobject.h,
7776: src/types/pa_vstring.h, src/types/pa_vtable.C,
7777: tests/results/277.processed, src/types/pa_vtable.h,
7778: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7779: ^json:string[$o; $.default[$method]] implemented for VObject (new
7780: feature #803)
7781:
7782: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7783: tests/results/277.processed: json numbers are now treated as
7784: double ( new feature: #834 )
7785:
7786: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7787: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7788: added for out of range checks, zero division in vint/vdouble
7789: check added ( fixes #832 )
7790:
7791: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7792: ( fixes #832 )
7793:
7794: 2012-05-28 misha
7795:
7796: * buildall-with-xml: - --without-lzma option is added to libxml2
7797: configure
7798:
7799: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7800: added - tests for unsupported values for options $.file, $.table
7801: and $.date are added
7802:
7803: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7804: accepts "stat" $.file[] option's value in addition to existed
7805: "text" and "base64" ( new feature: #835 )
7806:
7807: * tests/276.html: - test for
7808: ^reflection:delete[$object-or-class;field-name]
7809:
7810: * src/classes/reflection.C: -
7811: ^reflection:delete[$object-or-class;field-name] is added ( new
7812: feature: #268 )
7813:
7814: 2012-05-27 misha
7815:
7816: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7817:
7818: 2012-05-24 misha
7819:
7820: * src/include/pa_common.h: - method lastposafter was removed
7821:
7822: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7823: lastposafter - ^file:dirname[] & Co proper handle windows file
7824: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7825: work as *nix commands
7826:
7827: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7828:
7829: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7830: rskipchars were added
7831:
7832: * tests/270.html: - more tests for ^file:find[]
7833:
7834: * tests/065.html: - more tests for ^file:dirname[] & Co
7835:
7836: * src/include/pa_version.h: - must be "win32" here. it is
7837: auto-generated on *nix
7838:
7839: 2012-05-24 moko
7840:
7841: * src/classes/math.C: ^math:convert[] now supports uint32 and
7842: throws overflow exception ( new feature: #830 )
7843:
7844: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7845: uint32 support and overflow added ( new feature: #830 )
7846:
7847: 2012-05-23 moko
7848:
7849: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7850: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7851: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7852: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7853: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7854: types/pa_vregex.h, types/pa_vstateless_class.C,
7855: types/pa_vstateless_class.h, types/pa_vstring.h,
7856: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7857: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7858: "return string as-is" removed from as_expr_result. ( new feature:
7859: #831 )
7860:
7861: * tests/results/244.processed: test changed after bug #782 fix
7862: commited
7863:
7864: * tests/results/229.processed: test results for bug #782 commited
7865:
7866: * tests/: 254.html, results/254.processed: uid now just compared,
7867: not printed. :)
7868:
7869: 2012-05-20 moko
7870:
7871: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7872: feature: #341 )
7873:
7874: * tests/: 254.html, results/254.processed: test for
7875: ^reflection:uid[] added
7876:
7877: * tests/: 254.html, results/254.processed: test for
7878: ^reflection:uid[$obj] added
7879:
7880: 2012-05-17 misha
7881:
7882: * src/main/untaint.C: - do not replace ' char by _26 while
7883: exploding filespec-tainting ( new feature: #829 )
7884:
7885: 2012-05-12 moko
7886:
7887: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7888: not.
7889:
7890: 2012-05-08 moko
7891:
7892: * src/types/pa_vmethod_frame.h: bug #782 fixed
7893:
7894: * tests/229.html: test for bug #782
7895:
7896: * tests/results/259.processed, src/main/pa_request.C,
7897: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7898: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7899: src/types/pa_vvoid.h: feature #154 - first empty param now
7900: string; defined locals are empty strings; $STRICT-VARS(true)
7901: added
7902:
7903: 2012-04-27 moko
7904:
1.116 moko 7905: * src/targets/apache/Makefile.am:
1.95 moko 7906: ../../lib/memcached/libmemcached.a added
7907:
7908: 2012-04-27 misha
7909:
7910: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7911: ( #827 )
7912:
7913: 2012-04-25 moko
7914:
7915: * src/: classes/json.C, classes/memcached.C,
7916: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7917: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7918: implemented.
7919:
7920: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7921:
7922: 2012-04-23 moko
7923:
7924: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7925: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7926: types/pa_vmemcached.h: open allows options hash for new
7927: memcached(options) function
7928:
7929: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7930: not appended
7931:
7932: 2012-04-21 moko
7933:
7934: * src/classes/curl.C: '' added. :)
7935:
7936: * src/classes/classes.vcproj: new curl.h location
7937:
7938: * src/classes/curl.C: verbose output redirection from stderr to
7939: file curl option added
7940:
7941: 2012-04-20 moko
7942:
7943: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7944: contains what we need from curl, #ifdef HAVE_CURL removed
7945:
1.116 moko 7946: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7947: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7948: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7949: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7950: configure option
7951:
7952: 2012-04-19 moko
7953:
7954: * src/: classes/double.C, classes/inet.C, classes/int.C,
7955: classes/string.C, lib/gc/include/gc_allocator.h,
7956: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7957: options from sql_result_string removed. (closes issue #468)
7958:
7959: * src/types/pa_vmemcached.C: empty string fix
7960:
7961: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7962: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7963: pa_vmemcached.C
7964:
7965: 2012-04-18 moko
7966:
7967: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7968: apache2-mpm-prefork" error displayed in threaded mpm.
7969:
7970: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7971: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7972: installed (issue #354)
7973:
7974: 2012-04-16 moko
7975:
7976: * src/types/pa_vmemcached.C: call to memcached_result_create and
7977: memcached_result_free removed
7978:
7979: 2012-04-14 moko
7980:
7981: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7982:
7983: * src/types/pa_vmemcached.C: check_key added and used
7984:
7985: 2012-04-13 moko
7986:
7987: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
7988: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
7989: Serialization_data now added and used, VString now serialized
7990: with languages into memcached.
7991:
7992: 2012-03-28 moko
7993:
7994: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
7995: lib/memcached/pa_memcached.h: result lengths added
7996:
7997: 2012-03-27 moko
7998:
7999: * src/types/pa_vmemcached.C: strdup added
8000:
8001: 2012-03-24 moko
8002:
8003: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
8004: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
8005: types/pa_vmemcached.h: memcached: mget, flush, fttl added
8006:
8007: 2012-03-20 moko
8008:
1.116 moko 8009: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 8010:
8011: * src/targets/cgi/Makefile.am: cleanup
8012:
8013: * src/: types/Makefile.am, types/pa_vmemcached.C,
8014: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
8015:
8016: * src/: classes/Makefile.am, classes/memcached.C,
8017: lib/memcached/Makefile.am, lib/memcached/constants.h,
8018: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
8019: lib/memcached/types.h, lib/Makefile.am: memcached initial
8020:
8021: 2012-03-16 moko
8022:
8023: * src/main/execute.C: ident now works under Linux + ident displays
8024: filenames (closes issue #818)
8025:
1.116 moko 8026: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 8027: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
8028: pa_vmethod_frame_local.h removed
8029:
8030: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
8031: classes/classes.h, classes/curl.C, classes/date.C,
8032: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8033: classes/hashfile.C, classes/image.C, classes/inet.C,
8034: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
8035: classes/memory.C, classes/op.C, classes/reflection.C,
8036: classes/regex.C, classes/response.C, classes/string.C,
8037: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8038: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
8039: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8040: include/pa_config_fixed.h, include/pa_config_includes.h,
8041: include/pa_dictionary.h, include/pa_dir.h,
8042: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8043: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
8044: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
8045: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
8046: include/pa_request_charsets.h, include/pa_request_info.h,
8047: include/pa_sapi.h, include/pa_socks.h,
8048: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8049: include/pa_stack.h, include/pa_string.h,
8050: include/pa_stylesheet_connection.h,
8051: include/pa_stylesheet_manager.h, include/pa_table.h,
8052: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8053: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8054: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8055: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
8056: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
8057: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
8058: main/compile.tab.C, main/compile.y, main/compile_tools.C,
8059: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8060: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8061: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8062: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
8063: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
8064: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
8065: main/pa_string.C, main/pa_stylesheet_connection.C,
8066: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
8067: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
8068: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
8069: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
8070: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
8071: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8072: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8073: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
8074: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
8075: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8076: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8077: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
8078: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8079: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
8080: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
8081: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8082: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
8083: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
8084: types/pa_vmemory.h, types/pa_vmethod_frame.C,
8085: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
8086: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
8087: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
8088: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8089: types/pa_vresponse.h, types/pa_vstateless_class.C,
8090: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
8091: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
8092: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
8093: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
8094: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8095: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
8096: ident now works under Linux + ident displays filenames (closes
8097: issue #818) Copyright updated
8098:
8099: 2012-03-13 moko
8100:
8101: * src/main/pa_string.C: compilation fix for feature #741
8102:
8103: 2012-03-09 misha
8104:
8105: * tests/193.html: - tests for ^string:base64[encoded] are updated
8106:
8107: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
8108: now detects invalid base64 chars in the middle of encoded stricg
8109: ( new feature: #55 )
8110:
8111: * src/include/pa_exception.h: - new exception type for base64
8112: decoding is added
8113:
8114: 2012-03-06 misha
8115:
8116: * tests/274.html: - tests for ^date::today[] and
8117: ^date.sql-string[datetime|date|time] are added
8118:
8119: * src/classes/date.C: - constructor ^date::today[] is added ( new
8120: feature: #811 ) - ^date.sql-string[] now can accept one param --
8121: strings "datetime", "date" or "time" - comments tidying up
8122:
8123: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
8124: date and time
8125:
8126: 2012-03-03 misha
8127:
8128: * tests/193.html: - tests for
8129: ^string:base64[encoded;$.strict(true)] are added
8130:
8131: * tests/results/auto.p: - try-catch operator is added
8132:
8133: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8134: main/pa_common.C: - $.strict(true|false) option is added to
8135: base64 decode methods ( new feature: #55 )
8136:
8137: * src/main/pa_common.C: - base64 decode memory usage was decreased
8138: ( new feature: #819 )
8139:
8140: 2012-02-28 moko
8141:
8142: * src/classes/hash.C: ident test
8143:
8144: 2012-02-27 misha
8145:
8146: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
8147:
8148: 2012-01-08 misha
8149:
8150: * tests/273.html: - tests for ^string.replace[from;to] are added
8151:
8152: * src/: classes/string.C, include/pa_dictionary.h,
8153: main/pa_dictionary.C, main/pa_string.C: -
8154: ^string.replace[from;to] is added ( new feature: #741 ) -
8155: ^string.replace[one subst here] is slightly optimized
8156:
8157: 2011-12-07 misha
8158:
8159: * src/classes/table.C: - $t[^table::create{$empty}] now creates
8160: named table with one empty column ( bugfix: #63 )
8161:
8162: 2011-11-30 misha
8163:
8164: * src/classes/json.C: - it's possible to set user's method for
8165: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
8166: #763 )
8167:
8168: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
8169:
8170: 2011-11-23 misha
8171:
8172: * src/: classes/curl.C, classes/file.C, classes/image.C,
8173: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
8174: types/pa_vfile.h, types/pa_vform.C: - constructor
8175: ^file::create[mode;filename;content[;options]] now accepts binary
8176: mode and file-content - new constructor's format:
8177: ^file::create[string-or-file-content[;$.name[filename]
8178: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
8179: feature: #65 )
8180:
8181: * src/: include/pa_request.h, main/pa_request.C: - new method
8182: mime_type_of(const String*) is added
8183:
8184: * src/include/pa_exception.h: - new exception constant
8185: FILE_NAME_MUST_BE_SPECIFIED is added
8186:
8187: * src/classes/table.C: - bug with negative offset transformed into
8188: a feature. it means pointing to a row from the end of the table (
8189: new feature: #810 )
8190:
8191: 2011-11-19 misha
8192:
8193: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
8194: â ìåòîäå _select ( new feature: #810 )
8195:
8196: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
8197: options were specified together is simplified
8198:
8199: 2011-11-12 misha
8200:
8201: * src/main/pa_request.C: - forgotten fix for escaping filename in
8202: HTTP content-disposition header (a part of bug #361 )
8203:
8204: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
8205: checks for ancestors' classes as well ( new feature: #456 )
8206:
8207: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
8208: "without cycle" now have types "parser.break" and
8209: "parser.continue" instead of "parser.runtime" ( new feature: #799
8210: )
8211:
8212: 2011-11-11 misha
8213:
8214: * tests/results/: 099.processed, 100.processed, 205.processed,
8215: 237.processed: - since bug #361 was fixed the content of filename
8216: in HTTP headers is quoted
8217:
8218: * tests/results/270.processed: - result for test 270
8219:
8220: * tests/: 065.html, results/065.processed: - more tests for
8221: ^file:basename[] & Co were added
8222:
8223: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
8224:
8225: * tests/270.html: - tests for ^file:find[] are added
8226:
8227: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
8228: using option $.charset. option $.engoding is still supported but
8229: these options can not be specified together
8230:
8231: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
8232: comparation charset name with string "UTF-8" ( bugfix: #759 )
8233:
8234: 2011-10-11 misha
8235:
8236: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
8237: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
8238: #622)
8239:
8240: 2011-09-30 misha
8241:
8242: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
8243: exception "saving stat-ed file" ( bugfix: #395 )
8244:
8245: 2011-05-30 misha
8246:
8247: * src/classes/string.C: - fixed bug which was added with
8248: params.as_hash into string:sql
8249:
8250: 2011-05-29 misha
8251:
8252: * src/types/pa_value.C: - filename in content-disposition header
8253: must be quoted ( bugfix: #361 )
8254:
8255: 2011-05-27 misha
8256:
8257: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
8258: created file
8259:
8260: * src/classes/: hash.C, mail.C: - little tunning with get_hash
8261: usage
8262:
8263: * src/include/pa_exception.h: - one more string for exception was
8264: added
8265:
8266: 2011-05-25 misha
8267:
8268: * tests/269.html: - tests for checking input params in some dom
8269: methods
8270:
8271: * src/classes/: xdoc.C, xnode.C: - validation of some input params
8272: was added. it isn't possible not wo create xdoc with invalid
8273: tagName. ( bugfix: #160 )
8274:
8275: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
8276: string "data must be string" was mover from pa_exception.h to
8277: pa_xml_exception.h
8278:
8279: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
8280: as_xmlncname, as_xmlname and as_xmlnsuri were added
8281:
8282: * src/main/pa_xml_exception.C: - XmlException accepts more options
8283:
8284: * src/include/pa_xml_exception.h: - XmlException accepts more
8285: options - XML-related exception's strings were added
8286:
8287: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
8288: output_options were removed)
8289:
8290: 2011-05-19 misha
8291:
8292: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8293: params.as_hash is used more while parsing methods hash-options
8294:
8295: 2011-05-18 misha
8296:
1.211 moko 8297: * operators.ru.txt, operators.txt: - info about json-serialization
8298: of xdoc was added
1.95 moko 8299:
8300: * tests/256.html: - tests for json-serialization xdoc were added
8301:
8302: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8303:
8304: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8305: classes/json.C, classes/xdoc.C: - now json:string can serialize
8306: xdoc-objects. options (the same as ^xdoc.string[]) could be
8307: specified in $.xdoc[] ( new feature: #265 )
8308:
8309: 2011-05-15 misha
8310:
8311: * tests/268.html: - tests for ^table.count[with options] were added
8312:
8313: * src/classes/table.C: - method ^table.count[] now can accept
8314: options ( new feature: #93 ): ^table.count[column] returns number
8315: of columns for named table; ^table.count[cells] returns number of
8316: cells in the current row; ^table.count[] & ^table.count[rows]
8317: return number of rows in a table.
8318:
8319: * tests/267.html: - test for checking switch/case in boolean mode
8320: was added
8321:
8322: * src/classes/op.C: - if switch's or case's value is bool, they are
8323: compared as bool values, not as double values: new feature: #351
8324:
8325: 2011-05-06 misha
8326:
8327: * tests/242.html: - EOL before EOF was added
8328:
8329: * tests/169.html: - tests for splitting empty string and void were
8330: added
8331:
8332: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8333: returned table with one empty cell)
8334:
8335: 2011-04-03 misha
8336:
8337: * src/include/pa_version.h, configure.in: - version in head was
8338: changed to 3.4.2b
8339:
8340: 2011-03-30 misha
8341:
8342: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8343: as well ( new feature #294 )
8344:
8345: 2011-03-29 misha
8346:
8347: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8348: limited to approx. 6 MB. previous limits were too big for real
8349: life. bugfix: #216
8350:
8351: 2011-03-04 moko
8352:
8353: * etc/parser3.charsets/cp866.cfg: Conforms to
8354: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8355:
8356: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8357: vlalek@
8358:
8359: 2011-02-22 misha
8360:
1.211 moko 8361: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8362: methods mustn't be under #ifdef XML or parser can't be compiled
8363: without xml support
1.95 moko 8364:
8365: 2011-02-21 misha
8366:
1.116 moko 8367: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8368: ApacheModuleParser3.vcproj was removed
8369:
8370: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8371: removed)
8372:
8373: 2011-02-20 misha
8374:
8375: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8376: $.overridden in ^reflection:method_info[...] were added
8377:
8378: * src/classes/reflection.C: - beautifying result of
8379: ^reflection:method_info[] ($.overridden/inherited)
8380:
8381: 2011-02-18 misha
8382:
8383: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8384: and pa_isalnum instead of isalpha and isalnum - bug with
8385: redundand quoting lowercased latin chars while building email
8386: body was fixed
8387:
8388: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8389: added (they check for latin chars only)
8390:
8391: 2011-02-16 misha
8392:
8393: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8394: string size for transcoding gave too small value (should ever
8395: look for availability char in dest charset inspite of the char
8396: size)
8397:
8398: 2011-02-04 moko
8399:
8400: * tests/223.html: header values now not url-encoded (issue #195)
8401:
8402: 2011-02-01 misha
8403:
8404: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8405:
8406: 2011-01-31 misha
8407:
8408: * src/main/pa_request.C: - throw exception if param file_name in
8409: use_file is empty
8410:
8411: 2011-01-08 moko
8412:
8413: * src/classes/curl.C: compilations errors fixed
8414:
8415: 2010-12-29 moko
8416:
8417: * tests/: 265.html, results/265.processed: test for issue #200
8418: added
8419:
8420: * src/main/pa_string.C: empty regex result check added (fixes issue
8421: #200)
8422:
8423: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8424:
8425: * tests/results/223.processed: header values now not url-encoded
8426: (issue #195)
8427:
8428: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8429: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8430: pa_http_safe_header_name added for headers names (fixes bug #195)
8431:
8432: 2010-12-18 misha
8433:
8434: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8435: => pa-include
8436:
8437: 2010-11-28 moko
8438:
8439: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8440:
8441: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8442: -> pa
8443:
8444: * configure.in: apr -> pa
8445:
8446: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8447:
8448: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8449: classes/Makefile.am, types/Makefile.am: apr -> pa
8450:
8451: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8452: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8453: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8454: pa-include/pa_apr.h, pa-include/pa_errno.h,
8455: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8456: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8457: module apr name conflict resolved)
8458:
8459: 2010-11-27 misha
8460:
8461: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8462: libbz2
8463:
8464: 2010-11-26 misha
8465:
8466: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8467: warnings removed
8468:
8469: 2010-11-25 moko
8470:
1.211 moko 8471: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8472:
1.211 moko 8473: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8474:
1.211 moko 8475: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8476:
8477: * buildall-with-xml: libxml2-2.7.8 + with-apache
8478:
8479: 2010-11-24 moko
8480:
1.116 moko 8481: * configure: apxs support
1.95 moko 8482:
8483: * configure.in: apxs support -Bstatic gc removed for OS X
8484:
8485: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8486:
8487: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8488: THREAD_LOCAL usage
8489:
8490: * src/: classes/curl.C, include/pa_config_includes.h,
8491: main/pa_globals.C: THREAD_LOCAL defined and used
8492:
8493: 2010-11-23 moko
8494:
8495: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8496: should be passed to pa_sleep, and only fractional part (bugfix:
8497: #188)
8498:
8499: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8500:
8501: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8502: GC_dont_gc=1, as in cgi version
8503:
8504: * src/targets/apache/mod_parser3.c: warning war
8505:
8506: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8507: pa_httpd.h: version removed, some trash removed
8508:
8509: * src/targets/apache/mod_parser3.c: version removed (we don't want
8510: to show it), warning war
8511:
8512: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8513: pa_httpd.h: parser_status_allowed removed + merge config
8514: functions removed (override is the default) + beauty
8515:
8516: * src/: include/pa_request.h, main/pa_request.C,
8517: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8518: hide $status used in apache module removed
8519:
8520: 2010-11-18 moko
8521:
1.211 moko 8522: * operators.ru.txt, operators.txt: $.table[compact] added for
8523: ^json:string[]
1.95 moko 8524:
8525: 2010-11-16 moko
8526:
8527: * src/targets/apache/mod_parser3.c: some cleanup done
8528:
8529: * src/main/untaint.C: bugfix: first, second String::Body argument
8530: is hashcode; second, info.fragment_begin is original, not
8531: resulting length
8532:
8533: * src/classes/file.C: new feature: $.stdin now untainted
8534:
8535: * tests/results/264.processed: new feature: $.stdin[] now untainted
8536:
8537: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8538:
8539: * src/classes/op.C: ^apply-taint[] method added
8540:
8541: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8542: added; $.stdin untaint test added
8543:
8544: 2010-11-15 moko
8545:
8546: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8547: removed
8548:
8549: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8550: pa_httpd.h: 2x2 calculated under apache2. :)
8551:
8552: 2010-11-13 moko
8553:
8554: * src/targets/apache/mod_parser3.c: initial changes to build module
8555: with apache 2.x includes
8556:
8557: * src/targets/apache/: Makefile.am, mod_parser3.c,
8558: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8559: united apache 1.3 / apache 2.x DSO module
8560:
8561: 2010-11-09 moko
8562:
8563: * src/types/pa_method.h: check added to dissallow @method[name;*]
8564: syntax
8565:
8566: * tests/: 263.html, results/263.processed: test from method[*args]
8567: added
8568:
8569: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8570: number of params can now be passed to a method declared with *arg
8571:
8572: 2010-11-06 moko
8573:
8574: * src/classes/table.C: formating fixed. :)
8575:
8576: * src/classes/table.C: closes #4: ^table.select now supports
8577: $.limit(), $.offset, $.reverse() options
8578:
8579: * tests/: 262.html, results/262.processed: test for ^table:select
8580: with options added (feature #4)
8581:
8582: * src/include/pa_array.h: remove function added
8583:
8584: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8585: object in get_element/put_element, using static one.
8586:
8587: 2010-11-04 moko
8588:
8589: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8590: options is passed
8591:
8592: * tests/: 256.html, results/256.processed: $.table[compact] feature
8593: now tested; k and p in handler now tested.
8594:
8595: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8596: $.table[compact] feature added
8597:
8598: * src/classes/json.C: key is now passed to handler in
8599: value_json_string; ^json:string result now process tainting
8600: inside and returns clean string, related to issue #153
8601:
8602: * src/main/untaint.C: bugfix: charset can be null (in
8603: ^string:save[] as example), thus check is added
8604:
8605: 2010-10-31 moko
8606:
8607: * src/classes/string.C: error message changed (fixes issue #149)
8608:
8609: 2010-10-29 moko
8610:
8611: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8612: port is not default (fixes issue #155); exception on invalid port
8613: added.
8614:
8615: * src/main/untaint.C: '*' is now not urlencoded to allow header
8616: "Accept: */*" to be passed
8617:
8618: 2010-10-28 moko
8619:
8620: * src/classes/curl.C: bugfix: detect_charset() was throwing
8621: exception on unknown charset even if response_charset was
8622: specified
8623:
8624: 2010-10-27 moko
8625:
8626: * src/classes/string.C: ^string.append removed for void
8627: compatibility
8628:
8629: 2010-10-26 moko
8630:
8631: * src/classes/json.C: libjson supports array at top level, we too
8632: (GPF fixed)
8633:
8634: 2010-10-25 moko
8635:
8636: * tests/: 253.html, results/253.processed: libjson supports array
8637: at top level, parser now supports it as well.
8638:
8639: * tests/261.html, tests/results/261.processed,
8640: src/types/pa_vstring.h: empty string is now void compatible
8641: (allows $empty.key)
8642:
8643: 2010-10-22 misha
8644:
8645: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8646: while adding additional expires checkout)
8647:
8648: * tests/030.html: - test for session cookie was added
8649:
8650: 2010-10-21 moko
8651:
8652: * src/: classes/string.C, classes/void.C, main/execute.C,
8653: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8654: string (feature #111)
8655:
8656: * tests/: 261.html, results/261.processed: checks void from string
8657: inheritance (feature #111)
8658:
8659: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8660: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8661: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8662: now true by default
8663:
8664: 2010-10-17 moko
8665:
8666: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8667: upload now uses binary blocks instead of L_FILE_POST tainting.
8668: (bugfix: #128)
8669:
8670: * tests/: 223.html, results/223.processed: binary file upload test
8671: added, GPF (issue #128) also checked in this test
8672:
8673: 2010-10-13 misha
8674:
8675: * tests/260.html: - test for math:convert
8676:
8677: * src/classes/math.C: - error in math:convert was fixed
8678:
1.211 moko 8679: * operators.ru.txt, operators.txt: - info about
1.95 moko 8680: ^math:convert[number](from-base;to-base) was added
8681:
8682: * src/classes/math.C: - method
8683: ^math:convert[number](from-base;to-base) for converting number
8684: represention from one base to another was added ( new feature:
8685: #23 )
8686:
8687: 2010-10-13 moko
8688:
8689: * src/main/compile.tab.C: [] now is empty string, not void
8690:
8691: * src/main/compile.y: [] now is empty string, not void
8692:
8693: * src/types/pa_vvoid.h: void now passed as parameter
8694:
8695: * tests/: 259.html, results/259.processed: to test difference
8696: between void and empty string (see ticket #111)
8697:
8698: * tests/results/152.processed: $sEmpty[] is now empty string, not
8699: void
8700:
8701: * tests/256.html: $s[$void] is no longer empty string
8702:
8703: * tests/254.html: empty string is no longer void
8704:
8705: 2010-10-12 misha
8706:
8707: * src/types/pa_vcookie.C: - check if $.expires value can be
8708: converted to date during cookies set up ( bugfix: #104 )
8709:
8710: * tests/041.html: - more tests for ^table.locate were added
8711:
8712: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8713: work ( bugfix: #129 ) - exception comment for incorrect options
8714: ^table.locate[field;value;options] was fixed
8715:
8716: 2010-10-10 moko
8717:
8718: * src/: classes/reflection.C, main/execute.C: constructor returning
8719: another object feature returned
8720:
8721: * tests/results/258.processed: test result updated as constructor
8722: returning another object feature returned
8723:
8724: * tests/: 258.html, results/258.processed: test for constructor
8725: returning another object
8726:
8727: 2010-10-08 misha
8728:
8729: * tests/257.html: - whitespaces after @METACOMMANDS and their
8730: options shouldn't cause exceptions any longer
8731:
8732: 2010-10-06 moko
8733:
8734: * src/classes/: hash.C, table.C: length from sql server is now
8735: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8736:
8737: 2010-10-02 misha
8738:
1.211 moko 8739: * operators.ru.txt, operators.txt: - the X mark was removed from
8740: ^cache[file]. it is usable to delete cache file.
1.95 moko 8741:
8742: 2010-10-02 moko
8743:
8744: * tests/: 253.html, results/253.processed: hook_key added for key
8745: checking
8746:
8747: * src/classes/json.C: null key bug fixed
8748:
8749: 2010-09-29 misha
8750:
8751: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8752:
8753: 2010-09-25 moko
8754:
8755: * src/classes/json.C: small fixed
8756:
8757: * tests/results/: 253.processed, 255.processed: just updated
8758:
8759: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8760: results/255.processed: charset transcode test added for
8761: json:parse
8762:
8763: 2010-09-24 moko
8764:
8765: * src/types/pa_value.h: warning war :)
8766:
8767: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8768: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8769: ^json:string
8770:
8771: 2010-09-22 moko
8772:
8773: * src/main/pa_charset.C: parser charset tables declare only
8774: white-space before 0x20, thus adding the missing chars
8775:
8776: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8777: to http://unicode.org/Public/MAPPINGS/VENDORS/
8778:
8779: 2010-09-21 misha
8780:
8781: * src/main/compile.y: - some semicolons were added (VS2010 don't
8782: want to compile grammar if they are absent)
8783:
8784: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8785:
8786: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8787:
8788: * src/main/main.vcproj: - path to bison is changed
8789:
8790: 2010-09-21 moko
8791:
1.116 moko 8792: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8793: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8794: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8795:
8796: 2010-09-20 misha
8797:
8798: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8799:
8800: * src/classes/json.C: - add EOL while json-serializing hash
8801:
8802: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8803: compilers don't like 'ES'.
8804:
8805: 2010-09-17 misha
8806:
1.211 moko 8807: * operators.ru.txt, operators.txt: - info about json class was
8808: added
1.95 moko 8809:
8810: * src/classes/json.C: - ^json:string[object]
8811:
8812: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8813: preventing infinite recursion while executing json:string was
8814: added
8815:
8816: * src/include/pa_string.h: - method append_quoted was added
8817:
8818: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8819: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8820: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8821: was added to Value & Co
8822:
8823: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8824: were used
8825:
8826: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8827: were added
8828:
8829: 2010-09-10 moko
8830:
8831: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8832: die_or_abort (backport from 3.4.1)
8833:
8834: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8835: die_or_abort (bugfix: #106)
8836:
8837: 2010-09-09 moko
8838:
8839: * src/classes/json.C: warning war. :)
8840:
8841: 2010-09-08 misha
8842:
8843: * src/lib/json/Makefile.am: - additional include directories were
8844: added (for pa_memory.h and gc.h)
8845:
8846: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8847: compile as C++ instead default - additional include directory was
8848: added (for gc.h)
8849:
8850: * src/types/pa_vform.C: - little code reformating
8851:
8852: * src/classes/file.C: - $.content-type option now can be specified
8853: in ^file::create ( new feature: #102 )
8854:
8855: 2010-09-08 moko
8856:
8857: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8858: pa_malloc/pa_free
8859:
8860: 2010-09-07 moko
8861:
8862: * tests/results/254.processed: VStateless_class:put_element
8863: exception was fixed
8864:
8865: * src/types/: pa_value.h, pa_vstateless_class.h: now
8866: VStateless_class:put_element barks self.type, not this.type
8867: (bugfix: #105)
8868:
8869: 2010-09-06 moko
8870:
8871: * src/classes/reflection.C: bugfix: new String() is required for
8872: exception handling
8873:
8874: * tests/: 254.html, results/254.processed: test modified
8875:
8876: 2010-09-05 moko
8877:
8878: * tests/: 254.html, results/254.processed: ^reflection:copy test
8879: added
8880:
8881: * src/: classes/reflection.C, include/pa_request.h:
8882: ^reflection:copy implemented (new feature: #100)
8883:
8884: 2010-09-03 moko
8885:
8886: * src/lib/json/JSON_parser.C: c++ compatiblity
8887:
8888: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8889: option testing added
8890:
8891: 2010-09-02 moko
8892:
8893: * src/classes/json.C: $.distinct[first|last|all] added
8894:
8895: 2010-09-01 moko
8896:
8897: * tests/results/253.processed: json test result
8898:
8899: * tests/: 253.html, 253_json.txt: json test added
8900:
8901: * src/classes/json.C: json.C update to actual version + hash key
8902: creation bugfix
8903:
8904: 2010-08-31 misha
8905:
8906: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8907: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8908: src/lib/Makefile.am, src/classes/Makefile.am,
8909: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8910: json library was added
8911:
8912: 2010-08-30 moko
8913:
8914: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8915: types/pa_vobject.C: cosmetic optimization in
8916: request:execute_method usage
8917:
8918: * src/: include/pa_charset.h, main/pa_charset.C: small
8919: optimization, just to decrease number of lines. :)
8920:
8921: 2010-08-27 misha
8922:
8923: * src/classes/op.C: - taint[json] was added
8924:
8925: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8926: were added
8927:
8928: * src/main/pa_exec.C: - warning fix was rolled back.
8929:
8930: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8931: include/pa_string.h: - taint[json] was added - escaping was
8932: slightly modified
8933:
8934: 2010-08-25 misha
8935:
8936: * src/classes/file.C: - typo in file:sql exception was fixed
8937:
8938: * src/main/pa_exec.C: - warning about declared and not used
8939: variable forced_allow was removed
8940:
8941: 2010-08-14 misha
8942:
8943: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8944: were removed
8945:
8946: 2010-08-11 moko
8947:
8948: * tests/: 249.html, results/249.processed: default setter and
8949: anti-recursive default getter test added
8950:
8951: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8952: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8953: types/pa_vobject.h, types/pa_vstateless_class.C,
8954: types/pa_vstateless_class.h: default setter support +
8955: anti-recursive default getter support ( new feature: #13 )
8956:
8957: * src/include/pa_hash.h: optimization: threshold member removed
8958: from hash, reducing sizeof(hash)
8959:
8960: 2010-08-10 misha
8961:
8962: * tests/196.html: - junction-method was added to the test
8963:
8964: * tests/248.html: - ups. typo :)
8965:
8966: * tests/248.html: - test for checking .match with 4 params
8967:
8968: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8969: 247_windows1251.txt: - test for "transcode file from utf-8 to
8970: $request:charset during loading if the BOM code is detected"
8971:
8972: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8973: $request:charset during loading if the BOM code is detected ( new
8974: feature: #98 )
8975:
8976: 2010-08-05 misha
8977:
8978: * src/classes/image.C: - ^image.replace now can accept only 2
8979: params. in this case the whole image is affected ( new feature:
8980: #95 )
8981:
8982: 2010-08-04 misha
8983:
8984: * tests/246.html: - test tor ^hash._at[] was added
8985:
8986: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
8987: #53 )
8988:
8989: * src/include/pa_hash.h: - methods for accessing the first and the
8990: last values of ordered hash were added (first_value and
8991: last_value)
8992:
8993: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
8994: (similar to others file's methods):
8995: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
8996: #68 )
8997:
8998: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
8999:
9000: 2010-08-01 moko
9001:
9002: * src/classes/op.C: to correctly process $result[] in code, called
9003: from ^process
9004:
9005: * tests/245.html: $result in ^process[] test added
9006:
9007: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
9008: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
9009: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
9010: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
9011: caller, self) op_call(VMethodFrame &frame, bool constructing)
9012: removed, construct(class,method) added
9013:
9014: * tests/results/: 192.processed, 244.processed: request::construct
9015: added
9016:
9017: * tests/: 244.html, 245.html, results/244.processed,
9018: results/245.processed: object creation exceptions and ^process
9019: tests added
9020:
9021: 2010-07-28 misha
9022:
9023: * tests/make_tests.cmd: - win32 EOLs
9024:
9025: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
9026: tests on Win32 were added (The system timezone should be GMT+3)
9027:
9028: 2010-07-26 misha
9029:
9030: * tests/: 212.html, results/212.processed: - sizes were removed
9031: mecause they could be different on different OSs
9032:
9033: * tests/065.html: - make it "win32 friendly"
9034:
9035: 2010-07-25 misha
9036:
9037: * src/main/compile.y: - all EOLs between methods are removed during
9038: compilation ( new feature: #47 )
9039:
9040: * tests/results/149.processed: - prepare tests to trim trailing
9041: methods' EOLs
9042:
9043: * tests/149.html: - prepare tests to trim trailing methods' EOLs
9044:
9045: * tests/: results/006.processed, results/014.processed, 006.html,
9046: 014.html, 022.html: - prepare tests to trim trailing methods'
9047: EOLs
9048:
9049: * tests/: 059.html, 071.html, 149.html, results/059.processed,
9050: results/071.processed, results/022.processed: - prepare tests to
9051: trim trailing methods' EOLs
9052:
9053: * tests/: results/073.processed, results/109.processed,
9054: results/142.processed, results/144.processed,
9055: results/149.processed, 073.html, 096.html, 109.html, 142.html,
9056: 144.html: - prepare tests to trim trailing methods' EOLs
9057:
9058: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
9059: 149.html, 152.html, results/096.processed, results/107.processed,
9060: results/109.processed, results/142.processed,
9061: results/144.processed: - prepare tests to trim trailing methods'
9062: EOLs
9063:
9064: 2010-07-24 moko
9065:
9066: * tests/results/: 156.processed, 224.processed: fix for #54 changed
9067: the hash order in this test
9068:
9069: * tests/014.html: to check hash order, hash no is longer sorted
9070: before print
9071:
9072: * src/include/pa_hash.h: hash copy constructor now keeps order
9073: (bugfix: #54)
9074:
9075: 2010-07-23 moko
9076:
9077: * tests/results/224.processed: @auto[] is no longer inherited
9078:
9079: * src/types/pa_vstateless_class.C, tests/227.html,
9080: tests/results/227.processed: @auto[] is no longer inherited
9081: (bugfix: #57)
9082:
9083: 2010-07-22 misha
9084:
9085: * src/classes/table.C: - don't skip comment lines during
9086: table::load if encloser or separator is set as '#' ( new feature:
9087: #30 )
9088:
9089: * src/targets/cgi/parser3.C: - don't run as cgi if
9090: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
9091: #12 )
9092:
9093: * src/classes/file.C: - set PARSER_VARSION env before external
9094: script executing
9095:
9096: 2010-07-13 misha
9097:
9098: * tests/058.html: - test for suppressing @border was added - test
9099: for user attribute was added
9100:
9101: * tests/results/186.processed: unescaping from \uXXXX
9102:
9103: * tests/186.html: unescaping from \uXXXX
9104:
9105: * tests/: 239.html, results/239.processed: method call type
9106:
9107: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
9108: $junction_method.CLASS_NAME (+CLASS)
9109:
9110: 2010-07-07 misha
9111:
9112: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
9113: *nix
9114:
9115: 2010-07-05 misha
9116:
9117: * src/: classes/curl.C, classes/file.C, classes/hash.C,
9118: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
9119: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
9120: comment strings "options must be hash", "options must be hash,
9121: not code" and "called with invalid option" were replaced by
9122: constatns - exception comment string "invalid option passed" was
9123: replaced by "called with invalid option" (now in different
9124: methods are the same exception comment string)
9125:
9126: * src/include/pa_exception.h: - more exception strings were defined
9127:
9128: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9129: types/pa_vstateless_class.h: - now we can define possible
9130: method's call type ( new feature: #5 ) 1.
9131: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
9132: methods 2. @static:method[params] (only static keyword could be
9133: used here) -- for specified methods
9134:
9135: * src/main/pa_common.C: - junction points should not be deleted on
9136: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
9137: cleanup
9138:
9139: 2010-07-03 misha
9140:
9141: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
9142: results/158.processed, results/160.processed,
9143: results/161.processed, results/162.processed,
9144: results/163.processed: - prepare tests to trim trailing methods'
9145: EOLs
9146:
9147: * tests/results/169.processed: - prepare tests to trim trailing
9148: methods' EOLs
9149:
9150: * tests/results/: 168.processed, 169.processed: - prepare tests to
9151: trim trailing methods' EOLs
9152:
9153: * tests/: results/170.processed, results/167.processed,
9154: results/168.processed, results/169.processed, 167.html, 168.html,
9155: 169.html: - prepare tests to trim trailing methods' EOLs
9156:
9157: * tests/: results/170.processed, results/171.processed,
9158: results/172.processed, results/173.processed,
9159: results/174.processed, results/175.processed, 170.html, 171.html,
9160: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
9161: trailing methods' EOLs
9162:
9163: * tests/: results/176.processed, results/180.processed,
9164: results/184.processed, results/185.processed,
9165: results/191.processed, results/192.processed,
9166: results/196.processed, results/197.processed,
9167: results/198.processed, 176.html, 180.html, 184.html, 185.html,
9168: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
9169: to trim trailing methods' EOLs
9170:
9171: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
9172: results/199.processed, results/208.processed,
9173: results/209.processed, results/213.processed,
9174: results/214.processed: - prepare tests to trim trailing methods'
9175: EOLs
9176:
9177: 2010-06-29 misha
9178:
9179: * tests/: 220.html, 218.html, results/218.processed,
9180: results/215.processed, results/217.processed, 215.html, 217.html:
9181: - prepare tests to trim trailing methods' EOLs
9182:
9183: * tests/: results/224.processed, 224.html, 223.html,
9184: results/223.processed, results/220.processed: - prepare tests to
9185: trim trailing methods' EOLs
9186:
9187: * tests/results/: 226.processed, 230.processed: - prepare tests to
9188: trim trailing methods' EOLs
9189:
9190: * tests/: 229.html, results/229.processed: - prepare tests to trim
9191: trailing methods' EOLs
9192:
9193: * tests/: 232.html, 235.html, results/232.processed,
9194: results/235.processed, 226.html, 227.html, 228.html, 230.html,
9195: results/226.processed, results/227.processed,
9196: results/228.processed, results/230.processed: - prepare tests to
9197: trim trailing methods' EOLs
9198:
9199: 2010-06-16 moko
9200:
9201: * tests/: 229.html, results/229.processed: elseif now supported in
9202: ^if
9203:
9204: * src/classes/op.C: new feature: #56 elseif now supported in ^if
9205:
9206: 2010-06-03 misha
9207:
9208: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
9209: instead of memcopy for overlaped regions
9210:
9211: 2010-05-25 misha
9212:
9213: * src/main/pa_common.C: - wanring about unused vars was removed
9214:
9215: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
9216: get_method_filename was moved to execute.C
9217:
9218: 2010-05-23 misha
9219:
9220: * src/main/pa_request.C: - more accurate detection of method's file
9221:
9222: 2010-05-22 misha
9223:
9224: * src/classes/reflection.C: - bugfix: core during detection of
9225: .file if filespec isn't detected successfully
9226:
9227: 2010-05-20 misha
9228:
9229: * src/main/pa_request.C: - fix in get_method_filename
9230:
9231: * src/include/pa_request.h: - new feature: #24 -- searching
9232: included file in @USE/^use is changed. if its filespec doesn't
9233: start from '/' it will be searched in caller file directory
9234:
9235: * src/classes/reflection.C: - ^reflection:method_info returns file
9236: where the method is defined
9237:
9238: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
9239: classes/op.C: - new feature: #24 -- searching included file in
9240: @USE/^use is changed. if its filespec doesn't start from '/' it
9241: will be searched in caller file directory
9242:
9243: * src/: classes/file.C, include/pa_common.h: - method lastposafter
9244: is moved to pa_common.h
9245:
9246: 2010-05-18 misha
9247:
9248: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
9249: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
9250: cookie parser decode \uXXXX as well as %uXXXX
9251:
9252: 2010-05-17 misha
9253:
9254: * src/classes/curl.C: beauty: - unused param is removed in method
9255: _curl_version_action - some spaces were removed or replaced by
9256: tabs
9257:
9258: * src/classes/table.C: - bugfix: #72 core with empty value during
9259: ^table.hash[...;name_of_the_last_column][$.type[string]]
9260:
9261: 2010-05-16 misha
9262:
9263: * src/classes/curl.C: new: #61 more curl options were added
9264: (contributed by Sumo)
9265:
9266: 2010-04-29 pretender
9267:
9268: * src/main/pa_string.C: fixes #63 Split result from empty string
9269: now empty string.
9270:
9271: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
9272: string type.
9273:
9274: 2010-04-28 pretender
9275:
9276: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9277: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
9278: macrodefinition removed
9279:
9280: 2010-04-19 pretender
9281:
9282: * src/main/execute.C: fixes #60 Stacktrace now contains info for
9283: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
9284:
9285: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
9286: fixes #64 Now file.missing exception generates in unsafe mode to.
9287:
9288: * src/classes/file.C: fixes #48 Now not throw "not save environment
9289: variable" exception in grpunlim version.
9290:
9291: 2010-04-05 misha
9292:
9293: * src/classes/string.C: - new feature: 4th param was added to
9294: match. if specified its value is returned in case of nothing was
9295: found
9296:
9297: 2010-04-01 misha
9298:
9299: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
9300: multiple execution of /a/b/auto.p
9301:
9302: 2010-03-19 misha
9303:
9304: * src/main/execute.C: - core in $table1.$table2 was fixed
9305:
9306: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9307:
9308: 2010-01-27 misha
9309:
9310: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9311: trying to open file by path /existing-file/non-exixting-file
9312:
9313: 2010-01-26 misha
9314:
9315: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9316: was added (returns file)
9317:
9318: 2009-12-22 misha
9319:
9320: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9321: now parser doesn't have class curl if it was built without it
9322:
9323: 2009-12-15 misha
9324:
9325: * configure.in: - little cheat with curl include dir was added
9326:
9327: 2009-12-05 misha
9328:
9329: * src/classes/curl.C: - some fixes
9330:
9331: 2009-12-04 misha
9332:
9333: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9334: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9335: buildall-with-xml, buildall-without-xml, configure.in: - curl
9336: class was added
9337:
9338: * src/include/pa_hash.h: - hash-iterator was added
9339:
9340: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9341: was added to pcre
9342:
9343: 2009-11-27 misha
9344:
9345: * src/classes/image.C: - don't add @border attribute to output of
9346: ^image.html[] if it was specified by user with empty value
9347:
9348: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9349: root element and we are trying to access .documentElement
9350:
9351: 2009-11-11 misha
9352:
9353: * src/classes/table.C: - in ^table.flip[] look at number of columns
9354: instead of number of items in first row for named tables
9355:
9356: 2009-11-10 misha
9357:
1.211 moko 9358: * operators.ru.txt, operators.txt: - info about hash-options in
9359: ^file::create was added
1.95 moko 9360:
9361: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9362: added
9363:
9364: 2009-11-09 misha
9365:
9366: * buildall-with-xml: - moving to libxml 2.7.6
9367:
9368: * tests/236.html: - tests for comparations cords with functions
9369: were added
9370:
9371: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9372: added
9373:
9374: * src/main/pa_http.C: - little optimisation
9375:
9376: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9377: GPF mallocs + stringstream (table.save)
9378:
9379: * src/classes/file.C: - file::create now accepts 4th param: options
9380: with $.charset
9381:
9382: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9383: bug in cord (comparation cords with functions was buggy)
9384:
9385: 2009-11-06 misha
9386:
9387: * src/main/pa_string.C: - bugfix: calculation string.length
9388: sometimes was buggy
9389:
9390: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9391: destroyed if exception occured during match/replace
9392:
9393: * src/: main/pa_charset.C, include/pa_charset.h: - method
9394: lengthUTF8Char was added
9395:
9396: * src/classes/op.C: - clean tainting lang was added for user's
9397: usage
9398:
9399: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9400: fixed: checkouts are required after GC_MALLOC
9401:
9402: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9403:
1.211 moko 9404: * operators.ru.txt, operators.txt: - actually, there is no
9405: ^untaint[xml] in file::create
1.95 moko 9406:
9407: 2009-10-15 misha
9408:
9409: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9410: were added
9411:
9412: * tests/234.html: - more tests for checking ^taint[uri] escaping
9413: were added
9414:
9415: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9416: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9417: hacking: for dealing with transcoding+^taint[uri]
9418: transcode_and_untaint was replaced by untaint_and_transcode
9419:
9420: 2009-10-13 misha
9421:
9422: * tests/: 121.html, results/121.processed: - test transcoding +
9423: url-escaping now
9424:
9425: * tests/results/auto.p: - more helpers' methods were added
9426:
9427: * src/main/pa_globals.C: - die instead of abort
9428:
9429: 2009-10-06 misha
9430:
9431: * src/main/pa_common.C: - don't allocate memory during
9432: capitalization if input string is already capitalized
9433:
9434: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9435:
9436: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9437: use format function because it calls malloc
9438:
9439: * src/include/pa_common.h: - more capitalized headers were added
9440:
9441: * src/main/pa_common.C: - in safe mode clear executable bits during
9442: file writing
9443:
9444: 2009-10-05 misha
9445:
9446: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9447:
9448: 2009-10-03 misha
9449:
9450: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9451: ^img.text[] & ^img.length[] can work in utf-8 now
9452:
9453: * src/: include/pa_charset.h, main/pa_charset.C: - class
9454: UTF8_string_iterator was added
9455:
9456: * src/classes/image.C: - respect utf-8 when calculate alphabet
9457: length
9458:
9459: * src/classes/mail.C: - check from before get message.cstr
9460:
9461: 2009-10-02 misha
9462:
9463: * tests/233.html: - test for image.font, image.length, image.text
9464: with text in utf-8 were added
9465:
9466: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9467:
9468: * buildall-with-xml, buildall-without-xml: - comment about gc
9469: version for freebsd 4 was added
9470:
9471: 2009-10-01 misha
9472:
9473: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9474: terminator) - read_pipe were slightly optimized
9475:
9476: 2009-09-28 misha
9477:
9478: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9479: removed
9480:
9481: * src/types/pa_vmail.C: - forgot about space after ':'
9482:
9483: * src/types/pa_vmail.C: - escape filenames while preparing mail
9484: body - small simplifications
9485:
9486: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9487: inout params like pa_base64
9488:
9489: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9490: option $.debug-print(1) was added to mail:send - changes for
9491: using uue_encode which uses less memory
9492:
9493: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9494:
9495: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9496: memory now
9497:
9498: 2009-09-26 misha
9499:
9500: * src/types/pa_vmail.C: - default encoding now is base64
9501:
9502: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9503:
9504: 2009-09-25 misha
9505:
9506: * src/types/pa_vmail.C: - capitalization of headers was added to
9507: sending mail as well
9508:
9509: * buildall-with-xml: - catalog package was removed from libxml
9510:
9511: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9512: win32 absolute path
9513:
9514: * src/include/pa_common.h: - one more capitalized header was added
9515:
9516: 2009-09-22 misha
9517:
9518: * INSTALL: - comment about building just httpd binary while
9519: building apache module was added
9520:
9521: 2009-09-21 misha
9522:
9523: * buildall-with-xml: - moving to the latest versions of xml libs:
9524: libxml 2.7.4 and libxslt 1.1.25
9525:
9526: 2009-09-19 misha
9527:
9528: * tests/231.html: - test for encoding cookie in win-1251
9529:
9530: 2009-09-18 misha
9531:
9532: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9533: object] were added
9534:
1.211 moko 9535: * operators.ru.txt, operators.txt: - info about method
9536: ^reflection:fields[class or object] was added
1.95 moko 9537:
9538: * src/classes/reflection.C: - method ^reflection:fields[class or
9539: object] was added
9540:
9541: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9542: methods get_fields were added
9543:
9544: * tests/232.html: - tests for @GET[name]
9545:
9546: * src/classes/table.C: - some changes in handling hash-options for
9547: creare, join and locate
9548:
9549: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9550: defined with option: the type of requested value
9551:
9552: 2009-09-17 misha
9553:
9554: * tests/212.html: - tests for .pattern and .options were added
9555:
9556: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9557: $regex.options were added
9558:
9559: 2009-09-11 misha
9560:
9561: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9562: rewrited. it checks not just one case of sending cookies during
9563: file::load[http], but also sending headers and fields (including
9564: files)
9565:
9566: 2009-09-10 misha
9567:
9568: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9569: was removed => now parser can open files with Russian 'r' in
9570: filename
9571:
9572: * src/main/untaint.C: - bugfix: client charset whould be analized
9573: while escaping cookies but now source charset
9574:
9575: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9576: ^tainted[uri] so it was possible to make request with incorrect
9577: http header
9578:
9579: * src/main/pa_http.C: - capitalization of http headers during
9580: file::load[http was slightly changes - bugfix: all headers which
9581: parser sends during file::load[http should be transcoded and only
9582: then escaped
9583:
9584: * src/main/untaint.C: - a bit more comments were added
9585:
9586: * src/classes/: file.C, string.C: - types where changes (minus 2
9587: warnings)
9588:
9589: * src/include/pa_common.h: - 2 capitalized strings for making http
9590: headers during file::load[http were added
9591:
9592: 2009-09-08 misha
9593:
1.211 moko 9594: * operators.ru.txt, operators.txt: - changes in file.save and
9595: string.save were added
1.95 moko 9596:
9597: * tests/: 230.html, 230.txt: - tests for checking options in
9598: file.save and string.save were added
9599:
9600: * src/main/pa_request.C: - http headers names, which are passed to
9601: SAPI::add_header_attribute are lowercased now (it'll be
9602: capitalized in that method)
9603:
9604: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9605: classes/string.C: - file_write accepts Request_charsets and asked
9606: charset and cound transcode content before writing - string.save
9607: and file.save have option $.charset now
9608:
9609: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9610: classes/xdoc.C: - file_write accepts Request_charsets and asked
9611: charset and cound transcode content before writing
9612:
9613: * src/include/pa_exception.h: - new exception comment string was
9614: defined
9615:
9616: 2009-09-07 misha
9617:
9618: * src/main/compile.y: - grammar $name\ name stops now for regex
9619: sub-pattern\s
9620:
9621: 2009-09-04 misha
9622:
9623: * src/main/pa_http.C: - capitalization of http headers during
9624: file::load[http was implemented
9625:
9626: 2009-09-03 misha
9627:
9628: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9629: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9630: types/pa_vmail.C, targets/cgi/parser3.C,
9631: targets/isapi/parser3isapi.C: - back to storing response http
9632: headers in lowercase - capitalize them during output
9633:
9634: 2009-08-31 misha
9635:
9636: * src/classes/table.C: - allow call with any brackets (it could be
9637: useful in methods with explict result declaration)
9638:
9639: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9640: correctly if $request:charset==koi8-r
9641:
9642: 2009-08-30 misha
9643:
9644: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9645: changed: content-type => Content-type and so on
9646:
9647: * src/classes/file.C, src/include/pa_common.h,
9648: src/include/pa_request.h, src/main/pa_http.C,
9649: src/main/pa_request.C, src/types/pa_vcookie.C,
9650: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9651: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9652: tests/results/002.processed, tests/results/003.processed,
9653: tests/results/004.processed, tests/results/005.processed,
9654: tests/results/006.processed, tests/results/007.processed,
9655: tests/results/008.processed, tests/results/009.processed,
9656: tests/results/010.processed, tests/results/011.processed,
9657: tests/results/012.processed, tests/results/013.processed,
9658: tests/results/014.processed, tests/results/015.processed,
9659: tests/results/016.processed, tests/results/017.processed,
9660: tests/results/018.processed, tests/results/019.processed,
9661: tests/results/020.processed, tests/results/021.processed,
9662: tests/results/022.processed, tests/results/023.processed,
9663: tests/results/024.processed, tests/results/025.processed,
9664: tests/results/026.processed, tests/results/027.processed,
9665: tests/results/028.processed, tests/results/029.processed,
9666: tests/results/030.processed, tests/results/031.processed,
9667: tests/results/032.processed, tests/results/033.processed,
9668: tests/results/034.processed, tests/results/035.processed,
9669: tests/results/036.processed, tests/results/037.processed,
9670: tests/results/038.processed, tests/results/039.processed,
9671: tests/results/040.processed, tests/results/041.processed,
9672: tests/results/042.processed, tests/results/043.processed,
9673: tests/results/044.processed, tests/results/045.processed,
9674: tests/results/046.processed, tests/results/047.processed,
9675: tests/results/048.processed, tests/results/049.processed,
9676: tests/results/050.processed, tests/results/051.processed,
9677: tests/results/052.processed, tests/results/053.processed,
9678: tests/results/054.processed, tests/results/055.processed,
9679: tests/results/056.processed, tests/results/057.processed,
9680: tests/results/058.processed, tests/results/059.processed,
9681: tests/results/060.processed, tests/results/061.processed,
9682: tests/results/062.processed, tests/results/063.processed,
9683: tests/results/064.processed, tests/results/065.processed,
9684: tests/results/066.processed, tests/results/067.processed,
9685: tests/results/068.processed, tests/results/069.processed,
9686: tests/results/070.processed, tests/results/071.processed,
9687: tests/results/072.processed, tests/results/073.processed,
9688: tests/results/074.processed, tests/results/075.processed,
9689: tests/results/076.processed, tests/results/077.processed,
9690: tests/results/078.processed, tests/results/079.processed,
9691: tests/results/080.processed, tests/results/081.processed,
9692: tests/results/082.processed, tests/results/083.processed,
9693: tests/results/084.processed, tests/results/085.processed,
9694: tests/results/086.processed, tests/results/087.processed,
9695: tests/results/088.processed, tests/results/089.processed,
9696: tests/results/090.processed, tests/results/091.processed,
9697: tests/results/092.processed, tests/results/093.processed,
9698: tests/results/094.processed, tests/results/095.processed,
9699: tests/results/096.processed, tests/results/097.processed,
9700: tests/results/098.processed, tests/results/099.processed,
9701: tests/results/100.processed, tests/results/101.processed,
9702: tests/results/102.processed, tests/results/103.processed,
9703: tests/results/104.processed, tests/results/105.processed,
9704: tests/results/106.processed, tests/results/107.processed,
9705: tests/results/108.processed, tests/results/109.processed,
9706: tests/results/110.processed, tests/results/111.processed,
9707: tests/results/112.processed, tests/results/113.processed,
9708: tests/results/114.processed, tests/results/115.processed,
9709: tests/results/116.processed, tests/results/117.processed,
9710: tests/results/118.processed, tests/results/119.processed,
9711: tests/results/120.processed, tests/results/121.processed,
9712: tests/results/122.processed, tests/results/123.processed,
9713: tests/results/124.processed, tests/results/125.processed,
9714: tests/results/126.processed, tests/results/127.processed,
9715: tests/results/128.processed, tests/results/129.processed,
9716: tests/results/130.processed, tests/results/131.processed,
9717: tests/results/132.processed, tests/results/133.processed,
9718: tests/results/134.processed, tests/results/135.processed,
9719: tests/results/136.processed, tests/results/138.processed,
9720: tests/results/139.processed, tests/results/140.processed,
9721: tests/results/141.processed, tests/results/142.processed,
9722: tests/results/143.processed, tests/results/144.processed,
9723: tests/results/145.processed, tests/results/146.processed,
9724: tests/results/147.processed, tests/results/148.processed,
9725: tests/results/149.processed, tests/results/150.processed,
9726: tests/results/151.processed, tests/results/152.processed,
9727: tests/results/153.processed, tests/results/154.processed,
9728: tests/results/155.processed, tests/results/156.processed,
9729: tests/results/157.processed, tests/results/158.processed,
9730: tests/results/159.processed, tests/results/160.processed,
9731: tests/results/161.processed, tests/results/162.processed,
9732: tests/results/163.processed, tests/results/164.processed,
9733: tests/results/165.processed, tests/results/166.processed,
9734: tests/results/167.processed, tests/results/168.processed,
9735: tests/results/169.processed, tests/results/170.processed,
9736: tests/results/171.processed, tests/results/172.processed,
9737: tests/results/173.processed, tests/results/174.processed,
9738: tests/results/175.processed, tests/results/176.processed,
9739: tests/results/177.processed, tests/results/178.processed,
9740: tests/results/179.processed, tests/results/180.processed,
9741: tests/results/181.processed, tests/results/182.processed,
9742: tests/results/183.processed, tests/results/184.processed,
9743: tests/results/185.processed, tests/results/186.processed,
9744: tests/results/187.processed, tests/results/188.processed,
9745: tests/results/189.processed, tests/results/190.processed,
9746: tests/results/191.processed, tests/results/192.processed,
9747: tests/results/193.processed, tests/results/194.processed,
9748: tests/results/195.processed, tests/results/196.processed,
9749: tests/results/197.processed, tests/results/198.processed,
9750: tests/results/199.processed, tests/results/200.processed,
9751: tests/results/201.processed, tests/results/202.processed,
9752: tests/results/203.processed, tests/results/204.processed,
9753: tests/results/205.processed, tests/results/206.processed,
9754: tests/results/207.processed, tests/results/208.processed,
9755: tests/results/209.processed, tests/results/210.processed,
9756: tests/results/211.processed, tests/results/212.processed,
9757: tests/results/213.processed, tests/results/214.processed,
9758: tests/results/215.processed, tests/results/216.processed,
9759: tests/results/217.processed, tests/results/218.processed,
9760: tests/results/219.processed, tests/results/220.processed,
9761: tests/results/221.processed, tests/results/222.processed,
9762: tests/results/223.processed, tests/results/224.processed,
9763: tests/results/225.processed, tests/results/226.processed,
9764: tests/results/227.processed, tests/results/228.processed,
9765: tests/results/229.processed: - http headers were changed:
9766: content-type => Content-type and so on
9767:
9768: 2009-08-27 misha
9769:
9770: * src/: main/pa_random.C, include/pa_random.h,
9771: targets/cgi/parser3.C: - year was updated :)
9772:
9773: 2009-08-26 misha
9774:
9775: * tests/: 224.html, 224.p: - test for creating of parser object
9776: using constructor without params - little bugfix in test
9777:
9778: * src/main/compile_tools.h: - bugfix: should't call autouse while
9779: checking existed class while processing partial option
9780:
9781: * src/classes/reflection.C: - bugfix: core when creating object
9782: with reflection and constructor doesn't have params
9783:
9784: 2009-08-24 misha
9785:
9786: * tests/229.html: - tests for checking the number of parameters
9787: were added
9788:
9789: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9790: number of method's parameters wasn't checked correctly (the bug
9791: was introduced in 3.4.0)
9792:
9793: 2009-08-22 misha
9794:
9795: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9796: transcoded, but tainted pieces are escaped only when
9797: content-type==url-encoding
9798:
9799: * tests/228.html: - test for checking
9800: ^file::load[http://...;$.body[]]
9801:
9802: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9803: post charset was too early (charsets is empty at this moment)
9804:
9805: 2009-08-21 misha
9806:
9807: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9808: main/untaint.C: - some fixes with transcode+untaint
9809:
9810: 2009-08-15 misha
9811:
9812: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9813: was increaced to 100 (was 50)
9814:
9815: * tests/227.html: - test for checking overriding properties in
9816: static classes was added
9817:
9818: * tests/: 226.html, 226.p: - test for @autoload[] was added
9819:
9820: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9821: main/execute.C, main/pa_request.C, classes/reflection.C: -
9822: autouse was implemented
9823:
9824: 2009-08-14 misha
9825:
9826: * src/classes/reflection.C: - outdated checkout was removed
9827:
9828: * src/classes/reflection.C: - optimization - method ^dynamical was
9829: added.
9830:
9831: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9832: types/pa_vstateless_class.h, main/execute.C: - optimization
9833:
9834: * src/types/pa_vclass.C: - exception if base on sytem class
9835:
9836: 2009-08-12 misha
9837:
9838: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9839: pa_vstateless_class.h: - little optimisation
9840:
9841: 2009-08-11 misha
9842:
9843: * tests/224.html: - method_params => method_info - checking for
9844: $.inherited
9845:
1.211 moko 9846: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9847: method method_params was renamed to method_info and now it
9848: returns class name, if method was defined in ancestor
1.95 moko 9849:
9850: * tests/225.html: - tests for cheching properties in hierarhical
9851: classes were added
9852:
9853: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9854: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9855: main/compile.y, main/execute.C, classes/classes.C: - problems
9856: with properties in new classes implementation were fixed
9857:
9858: 2009-08-10 misha
9859:
9860: * src/main/execute.C: - now constructor shouldn't be defined in
9861: class. it could be defined in parent.
9862:
9863: 2009-08-09 misha
9864:
9865: * src/classes/reflection.C: - ^reflection:methods doesn't return
9866: base's methods
9867:
9868: 2009-08-08 misha
9869:
9870: * src/: classes/classes.h, classes/date.C, classes/file.C,
9871: classes/form.C, classes/hash.C, classes/hashfile.C,
9872: classes/image.C, classes/mail.C, classes/op.C,
9873: classes/reflection.C, classes/regex.C, classes/string.C,
9874: classes/table.C, classes/xdoc.C, classes/xnode.C,
9875: classes/xnode.h, include/pa_hash.h, main/execute.C,
9876: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9877: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9878: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9879: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9880: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9881: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9882: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9883: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9884: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9885: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9886: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9887: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9888: types/pa_vresponse.C, types/pa_vresponse.h,
9889: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9890: types/pa_vstateless_object.h, types/pa_vstatus.C,
9891: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9892: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9893: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9894: types/pa_wwrapper.h, types/types.vcproj: - new classes
9895: implementation
9896:
9897: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9898: USE_MUNMAP is used. so it is disabled as a workaround.
9899:
9900: 2009-08-05 misha
9901:
9902: * src/: main/pa_common.C, include/pa_common.h: - not needed
9903: parameter was removed
9904:
9905: * src/main/pa_http.C: - bugfix: error was during detecting
9906: content-type of file which was loaded by http
9907:
9908: 2009-08-01 misha
9909:
9910: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9911: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9912: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9913: can't be disabled with defines any longer
9914:
9915: 2009-07-29 misha
9916:
9917: * src/classes/reflection.C, tests/results/224.processed: - for
9918: native methods with any call type now returned empty call_type
9919: value
9920:
9921: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9922: classes/table.C, include/pa_hash.h, include/pa_request.h,
9923: main/pa_request.C: - break in cycles was optimized
9924:
9925: * INSTALL: - more defines were described
9926:
9927: 2009-07-28 misha
9928:
1.211 moko 9929: * operators.ru.txt, operators.txt: - some changes in information
9930: about reflection class
1.95 moko 9931:
9932: * tests/: 224.html, 224.p: - tests for reflection class
9933:
9934: * src/classes/reflection.C: - some bugs were fixed, method classes
9935: was added, refactoring
9936:
9937: 2009-07-26 misha
9938:
9939: * src/classes/classes.vcproj: - reflection class wass added to
9940: project
9941:
1.211 moko 9942: * operators.ru.txt, operators.txt: - information about reflection
9943: class was added
1.95 moko 9944:
9945: * src/classes/reflection.C: - class was redesigned
9946:
9947: 2009-07-24 misha
9948:
9949: * src/classes/: Makefile.am, reflection.C: - class reflection was
9950: added
9951:
9952: * src/types/pa_vstateless_class.h: - method for reflection method's
9953: in classes was added
9954:
9955: 2009-07-22 misha
9956:
9957: * src/main/compile_tools.h: - bugfix: $object.$var was
9958: over-optimized. it failed if $object1.$object2.field
9959:
9960: 2009-07-16 misha
9961:
9962: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9963: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9964: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9965: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9966: one more arg: length of cord
9967:
9968: 2009-07-15 misha
9969:
9970: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9971: tainted in ^file::load[http://...;$.cookies[]]
9972:
9973: * src/classes/: op.C, regex.C, string.C: - new string with
9974: exception was used
9975:
9976: * src/include/pa_exception.h: - new string with exception was added
9977:
9978: * tests/223.html: - test for checking cookie-encoding during
9979: ^file::load[http was added
9980:
9981: * tests/: 221.html, 222.html: - tests for checking type of
9982: $table.fields.field were added
9983:
9984: * src/types/pa_vtable.C: - not used var decl was removed
9985:
9986: * src/include/pa_string.h: - use cached string length in Body::mid.
9987: it improves speed of match with brackets in pattern
9988:
9989: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
9990: outside
9991:
9992: 2009-07-14 misha
9993:
9994: * src/types/pa_vtable.C: - $table.fields.a return string even if
9995: column is empty (sometime returned void) - $table.fields was
9996: added for nameless tables
9997:
9998: * src/targets/cgi/getopt.c: - one warning resolved
9999:
10000: * src/main/pa_string.C: - potentian bug fixed
10001:
10002: * src/classes/op.C: - small optimization in taint/untaint
10003:
10004: 2009-07-13 misha
10005:
10006: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
10007: added
10008:
10009: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
10010: souldn't add the attribut to output
10011:
10012: 2009-07-11 misha
10013:
10014: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10015: stack size was increaced to 2MB (default=1MB)
10016:
10017: 2009-07-08 misha
10018:
10019: * src/main/pa_string.C: - link to UTF-8 description was added
10020:
10021: * src/include/pa_hash.h: - hash keeps element's order in more
10022: places (ex: ._keys[])
10023:
10024: * tests/220.html: - test for checking order of elements in hash in
10025: foreach was added
10026:
10027: * tests/172.html: - small changes in printing hash
10028:
10029: * tests/129.html: - small changes in printing hash
10030:
10031: * src/: include/pa_common.h, include/pa_hash.h,
10032: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
10033: types/pa_vmethod_frame.h: - hash now keeps order of elements
10034:
10035: * tests/014.html: - small changes in printing hash
10036:
10037: 2009-07-07 misha
10038:
10039: * src/classes/op.C: - new taint language "parser-code" was added
10040:
10041: * tests/219.html: - test for auto untaint parser code in process
10042: was added
10043:
10044: * src/classes/op.C: - tainted pieces in body of process are
10045: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
10046:
10047: * src/: include/pa_string.h, main/untaint.C: - new language
10048: L_PARSER_CODE for auto-untaint in process was added
10049:
10050: * src/: classes/file.C, classes/hash.C, classes/image.C,
10051: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
10052: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
10053: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
10054: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
10055: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
10056: code cleanup
10057:
10058: 2009-07-06 misha
10059:
10060: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
10061: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
10062: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10063:
10064: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
10065: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
10066: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
10067: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
10068: should be used
10069:
10070: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
10071: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
10072: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
10073: untaint_cstr[m] should be used
10074:
10075: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
10076: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10077:
10078: * tests/218.html: - test for checking automatic file-spec-taint was
10079: added
10080:
10081: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
10082: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
10083: classes/file.C, classes/hash.C, classes/image.C,
10084: classes/string.C, classes/table.C, classes/void.C,
10085: classes/xdoc.C: - optimizations and simplification of
10086: string.cstr(...)
10087:
10088: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
10089: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
10090: - optimizations and simplification of string.cstr(...)
10091:
10092: 2009-07-04 misha
10093:
10094: * tests/217.html: - test for recursion detection was added
10095:
10096: * src/: types/types.vcproj, main/main.vcproj,
10097: classes/classes.vcproj, targets/cgi/parser3.vcproj,
10098: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
10099: from .vcproj
10100:
10101: * src/types/pa_wwrapper.h: - dynamic_cast was removed
10102:
10103: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
10104: uploading files and case-insensitive http-method were added
10105:
10106: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
10107: tainted pattern in ^file:list[] was added
10108:
10109: 2009-07-03 misha
10110:
10111: * src/: classes/classes.vcproj, main/main.vcproj,
10112: types/types.vcproj, targets/cgi/parser3.vcproj,
10113: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
10114: for dynamic_cast) - little options changes
10115:
10116: * src/main/pa_http.C: - file::load[http works now with uploading
10117: files _and_ changing $.charset
10118:
10119: 2009-06-29 misha
10120:
10121: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
10122: while creating pattern
10123:
10124: 2009-06-25 misha
10125:
1.211 moko 10126: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
10127: names for ^image.font were changed to $.space, $.width and
10128: $spacing - default space width now == gif's width
1.95 moko 10129:
10130: 2009-06-24 misha
10131:
10132: * tests/215.html: - tests for $file.mode were added
10133:
1.211 moko 10134: * operators.ru.txt, operators.txt: - added info about $file.mode
10135: and changes in ^image.font[
1.95 moko 10136:
10137: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
10138: param now could be omited - third param now could be hash (with
10139: all widths options: $.space-width, $.letter-width) - it's
10140: possible to specify tracking ($.letter-space)
10141:
10142: * src/classes/file.C: - file objects now could have mode field
10143: (text|binary)
10144:
10145: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
10146:
10147: 2009-06-23 misha
10148:
10149: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10150: trim can work with utf-8 chars now
10151:
10152: 2009-06-20 misha
10153:
10154: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
10155: was implemented
10156:
10157: * src/classes/table.C: - string length cacheing was implemented
10158:
10159: * src/include/pa_string.h: - string length cacheing was implemented
10160:
10161: 2009-06-17 misha
10162:
10163: * src/main/execute.C: - value param was removed from
10164: WContext::WContext
10165:
10166: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
10167: pa_wwrapper.h: - value param was removed from WContext::WContext
10168: - field wcontext was removed from VCodeFrame (using fparent
10169: instead)
10170:
10171: * tests/214.html: - test with hash copying
10172:
10173: 2009-06-16 misha
10174:
10175: * tests/: 062.html, results/062.processed: - evaluation hardcoded
10176: strings doesn't work in expression anymore
10177:
10178: * src/main/execute.C: - less calls for get_constructing() - little
10179: refactoring
10180:
10181: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
10182: include/pa_request.h: - less calls for get_constructing()
10183:
10184: * src/classes/: hash.C, hashfile.C: - fixed bug which was
10185: introduced with OPTIMIZE_SINGLE_STRING optimization
10186:
10187: 2009-06-14 misha
10188:
10189: * src/: classes/date.C, classes/file.C, classes/hash.C,
10190: classes/hashfile.C, classes/image.C, classes/regex.C,
10191: classes/table.C, classes/xdoc.C, classes/xnode.h,
10192: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10193: types/pa_vstateless_class.h, main/execute.C: - create object for
10194: storing object's fields only for parser objects
10195:
10196: 2009-06-13 misha
10197:
10198: * buildall-with-xml, buildall-without-xml: - new option was added
10199: for building GC (it slightly reduces memory usage)
10200:
10201: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
10202: single string write
10203:
10204: * src/main/execute.C: - bytecode optimization of ^class:constructor
10205: - optimization of single string write
10206:
10207: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
10208: - bytecode optimization of ^class:constructor
10209:
10210: 2009-06-09 misha
10211:
10212: * src/targets/cgi/parser3.C: - type size_t was changed to int in
10213: main (better compatibility)
10214:
10215: 2009-06-08 misha
10216:
10217: * src/main/compile.y: - I've forgot to commit it :(
10218:
10219: 2009-06-07 misha
10220:
10221: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
10222: WITH_READ and WITH_ROOT
10223:
10224: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10225: execute.C: - more optimizations for WITH_SELF, WITH_READ and
10226: WITH_ROOT - little refactoring
10227:
10228: 2009-06-06 misha
10229:
10230: * tests/213.html: - tests for 3rd match string-param were added
10231:
10232: * src/classes/string.C: - 3rd match param could be string now
10233:
10234: * src/main/: compile.y, compile_tools.h: - much more bytecode's
10235: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
10236: GET_OBJECT_ELEMENT
10237:
10238: 2009-06-05 misha
10239:
10240: * src/main/pa_http.C: - bugfix: content-length was not calculated
10241: if $.body was specified
10242:
10243: 2009-06-04 misha
10244:
10245: * src/classes/op.C: - optimizing write_assign_lang in connect
10246:
10247: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
10248:
10249: * src/main/execute.C: - little refactoring - optimizing
10250: write_assign_lang in taint/untaint
10251:
10252: * src/include/pa_opcode.h: - little refactoring
10253:
10254: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
10255: main/compile_tools.h, main/execute.C: - optimizations for
10256: $self.field, ^self.method, $self.field[...] and $self.field(...)
10257: were added
10258:
10259: 2009-06-03 misha
10260:
10261: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
10262:
10263: 2009-06-02 misha
10264:
10265: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
10266: include/pa_opcode.h: - refactoring in last optimizations
10267: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
10268: now but code is much easy and it is ready for further
10269: improvements.
10270:
10271: 2009-05-27 misha
10272:
10273: * src/: types/pa_junction.h, types/pa_vjunction.C,
10274: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
10275: changed in destructing junctions
10276:
10277: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
10278: String:Body
10279:
10280: 2009-05-26 misha
10281:
10282: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
10283: one method detect_charset was deleted - bug was fixed in this
10284: method (error while detecting charset in content_type withot last
10285: ';')
10286:
10287: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
10288: once
10289:
10290: 2009-05-25 misha
10291:
10292: * src/classes/file.C: - bugfix: file::exec didn't work after
10293: optimizing of helper_length
10294:
10295: 2009-05-24 misha
10296:
10297: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
10298: were added - little refactoring
10299:
10300: * src/main/execute.C: - core while printing in debug log
10301: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10302: optimisations were added
10303:
10304: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10305: were added
10306:
10307: 2009-05-23 misha
10308:
10309: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10310: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10311: CORD_cat optimization
10312:
10313: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10314: - call constr optimisation under separate define now
10315:
10316: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10317: in $b should be string, not void
10318:
10319: * src/main/compile.y: - little fix for rem-cut optimisation
10320:
10321: * src/: include/pa_opcode.h, main/compile_tools.C,
10322: main/compile_tools.h, main/execute.C: - optimisations for
10323: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10324:
10325: * INSTALL: - description of some #defined were added
10326:
10327: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10328: before 1st access (memory usage is reduced if don't access to
10329: .text field)
10330:
10331: * src/include/pa_array.h: - array grows step now not static (it
10332: reduces numbers of reallocs)
10333:
10334: 2009-05-20 misha
10335:
10336: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10337: $.b(2), $c[d] and $.e[f] was added
10338:
10339: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10340: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10341: $.e[f] was added
10342:
10343: * src/main/execute.C: - debug printing moved in defines
10344:
10345: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10346: and little refactoring for OP_GET_OBJECT_ELEMENT +
10347: OP_GET_OBJECT_VAR_ELEMENT optimisation
10348:
10349: 2009-05-19 misha
10350:
10351: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10352: execute.C: - $a.$b & ^a.$b bytecode optimisation
10353:
10354: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10355: ^a.$b optimisation)
10356:
10357: * src/main/compile.y: - compiler now generate new opcodes:
10358: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10359: ^a.b - compiler now cut off ^rem{ with all content ; any number
10360: of params }
10361:
10362: * src/main/execute.C: - code for handle new opcodes
10363: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10364:
10365: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10366: added for LA2V and LA2S
10367:
10368: * src/include/pa_opcode.h: - new defines which can be used for
10369: disable some bytecode optimisation and new opcodes were added
10370:
10371: 2009-05-17 misha
10372:
10373: * src/lib/cord/cordxtra.c: - bugfix.
10374:
10375: * tests/212.html: - .size[] and .study_size[] were added to tests
10376:
1.211 moko 10377: * operators.ru.txt, operators.txt: - info about regex class was
10378: added
1.95 moko 10379:
10380: * tests/212.html: - tests for regex class were added
10381:
10382: 2009-05-16 misha
10383:
10384: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10385: gc7.1
10386:
10387: * tests/022.html: - test for ^file:list[path;] (empty second param)
10388: was added
10389:
10390: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10391: param) should work
10392:
10393: 2009-05-15 misha
10394:
10395: * src/classes/table.C: - automatically disable stringstream usage
10396: on freebsd4
10397:
10398: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10399: scope
10400:
10401: * tests/211.html: - test with different types of access to hash was
10402: added
10403:
10404: * tests/210.html: - test which checks for loosing tainting in
10405: hash's keys was added
10406:
10407: * tests/208.html: - some parser work added. or stime == 0 %-)
10408:
10409: * src/lib/cord/cordbscs.c: - little hack was added to cord
10410:
10411: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10412:
10413: * src/include/pa_version.h, configure.in: - moko have made a lot of
10414: optimisations for increacing version number more dramatically :)
10415:
10416: * src/classes/date.C: - little refactoring: use constructor which
10417: accepts formated string
10418:
10419: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10420: which can print formatted string was added
10421:
10422: 2009-05-14 misha
10423:
10424: * src/include/pa_string.h: - type was fixed
10425:
10426: * src/: classes/hashfile.C, classes/op.C,
10427: include/pa_cache_managers.h, include/pa_charset.h,
10428: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10429: include/pa_request.h, include/pa_sql_driver_manager.h,
10430: include/pa_string.h, include/pa_stylesheet_manager.h,
10431: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10432: main/pa_charsets.C, main/pa_string.C,
10433: main/pa_stylesheet_connection.C, types/pa_value.h,
10434: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10435: types/pa_vobject.C, types/pa_vstateless_class.C,
10436: types/pa_vstateless_class.h: - hash_code caching was implemented
10437: (seaches should be faster now)
10438:
10439: * src/: classes/file.C, classes/hash.C, classes/image.C,
10440: classes/string.C, classes/table.C, include/pa_string.h,
10441: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10442: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10443: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10444: types/pa_vrequest.C: - String constructors don't have that stupid
10445: true/false param which means 'tainted'. they accept lang instead.
10446:
10447: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10448: with OPTIMIZE_RESULT
10449:
10450: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10451: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10452:
10453: 2009-05-13 misha
10454:
10455: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10456: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10457: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10458: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10459: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10460: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10461: include/pa_string.h, classes/date.C, classes/file.C,
10462: classes/hash.C, classes/image.C, classes/string.C,
10463: classes/table.C, classes/xdoc.C: - result optimisation -
10464: helper_length parameter removed from string constructors
10465:
10466: 2009-05-11 misha
10467:
10468: * tests/209.html: - tests for ^hash::create[hash] were added
10469:
10470: * tests/208.html: - tests for $status:rusage, $status:memory,
10471: ^memory:compact[] were added
10472:
10473: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10474: log10 were added
10475:
10476: * tests/206.html: - test for try with finally was added
10477:
10478: 2009-05-10 misha
10479:
10480: * tests/205.html: - test for ^file::create[...] was added
10481:
10482: * tests/204.html: - test for ^response:clear[] was added
10483:
10484: * tests/038.html: - tests for trigonometric functions were added
10485:
10486: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10487: added - more tests for .add, .sub, .union, .intersects and
10488: .intersections
10489:
10490: * tests/065.html: - test for ^file:dirname was added
10491:
10492: * tests/030.html: - test for $cookie:fields was added
10493:
10494: * tests/203.html: - test for ^h._keys[column name] was added
10495:
10496: * tests/201.html: - tests for .trim were added
10497:
10498: * tests/202.html: - tests for last-day,
10499: date:calendar[type](YYYY;MM;DD) were added
10500:
10501: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10502: .offset[type](N) were added
10503:
10504: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10505: and .pos[c](N) were added
10506:
10507: * tests/141.html: - test for math:sha1 was added
10508:
10509: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10510:
10511: 2009-05-09 misha
10512:
10513: * src/main/compile.y: - rollback
10514:
10515: 2009-05-05 misha
10516:
10517: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10518: replaced by is_empty()
10519:
10520: * src/: include/pa_string.h, main/pa_charset.C: - little
10521: optimisation: somewhere length() was replaced by is_empty()
10522:
10523: * src/classes/table.C: - little optimisation: somewhere length()
10524: was replaced by is_empty()
10525:
10526: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10527: classes/op.C, classes/table.C, main/pa_exception.C: - little
10528: optimisation: somewhere length() was replaced by is_empty()
10529:
10530: 2009-05-04 misha
10531:
10532: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10533: types/pa_vstateless_class.h, main/execute.C,
10534: include/pa_request.h, classes/hash.C, classes/op.C,
10535: classes/table.C: - more optimisations were added: some operators
10536: don't switch write context anylonger
10537:
10538: 2009-05-01 misha
10539:
10540: * src/main/compile.y: - slightly more opcode optimisations for
10541: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10542:
10543: * src/main/execute.C: - simplifying process for getters
10544:
10545: 2009-04-30 misha
10546:
10547: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10548:
10549: * tests/results/199.processed: - test for checking $result into
10550: ^rem was added
10551:
10552: * tests/199.html: - test for checking $result into ^rem was added
10553:
10554: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10555: some OS it returns list in different order)
10556:
10557: * src/: include/pa_array.h, include/pa_request.h,
10558: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10559: changes in stack impl - get_element() optimisation: 3rd param
10560: removed - bugfix: problems with reading empty input param -
10561: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10562:
10563: * tests/results/198.processed: - test for reading empty local var
10564: was added
10565:
10566: * tests/198.html: - test for reading empty local var was added
10567:
10568: 2009-04-29 misha
10569:
10570: * src/main/compile.y: - bugfix: couldn't compile because
10571: OP_VALUE__GET_ELEMENT should be unde #ifdef
10572:
10573: * src/: include/pa_array.h, include/pa_opcode.h,
10574: include/pa_request.h, main/compile.y, main/execute.C,
10575: main/pa_request.C, types/pa_vmethod_frame.C,
10576: types/pa_vmethod_frame.h: - we can work without opcode
10577: OP_STORE_PARAM, so it was removed
10578:
10579: 2009-04-28 misha
10580:
10581: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10582: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10583: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10584: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10585: 4.
10586: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10587:
10588: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10589:
10590: * src/: main/pa_string.C, classes/string.C: - !length() =>
10591: is_empty()
10592:
10593: 2009-04-27 misha
10594:
10595: * src/types/pa_vregex.h: - back explicit vars initialisation
10596:
10597: 2009-04-24 misha
10598:
10599: * src/classes/string.C: - ups. typo fixed
10600:
10601: * src/main/execute.C: - more replacements '*new VBool' to
10602: 'VBool::get' - checks for ^break[], ^continue[] and
10603: parser.interrupted were optimised
10604:
10605: * src/classes/string.C: - number of params.count() calls was
10606: slightly reduced
10607:
10608: 2009-04-23 misha
10609:
10610: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10611: make it x64 friendly
10612:
10613: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10614: parser is x64 friendly now
10615:
10616: 2009-04-22 misha
10617:
10618: * src/types/pa_vhashfile.C: - coder friendly exception about
10619: exceeding record size was added
10620:
10621: * src/classes/file.C: - use vregex object instead of direct calls
10622: methods from pcre lib
10623:
10624: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10625: classes/string.C: - use vregex object instead of direct calls
10626: methods from pcre lib
10627:
10628: * src/: include/pa_common.h, main/pa_common.C: - method
10629: print_pcre_exec_error_text was moved to class vregex
10630:
10631: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10632: was added
10633:
10634: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10635: - class vregex was added
10636:
10637: 2009-04-21 misha
10638:
10639: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10640:
10641: * src/: types/pa_junction.h, types/pa_value.C,
10642: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10643: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10644: junction-optimisation (destructors)
10645:
10646: * src/include/pa_array.h: - free under if now
10647:
10648: 2009-04-19 misha
10649:
10650: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10651:
10652: 2009-04-18 misha
10653:
10654: * src/include/pa_version.h:
10655: :q :
10656:
10657: CV:
10658: ----------------------------------------------------------------------
10659:
10660: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10661: refactoring
10662:
10663: * src/: include/pa_array.h, include/pa_hash.h,
10664: types/pa_vmethod_frame.h: - destructors under #ifdef now
10665:
10666: * src/include/pa_memory.h: - define for using destructors was added
10667:
10668: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10669: main/execute.C: - some junctions will be cached now
10670:
10671: * src/include/pa_hash.h: - hash destructor frees pairs now
10672:
10673: * src/include/pa_array.h: - inline was added to destructor
10674:
10675: * src/types/pa_method.h: - comment was changed
10676:
10677: 2009-04-17 misha
10678:
10679: * src/: include/pa_array.h, include/pa_hash.h,
10680: types/pa_vmethod_frame.h: - destructors were added
10681:
10682: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10683: renamed to always_use_result
10684:
10685: * src/main/: compile.y, compile_tools.h: - rollback changes in
10686: compiler: full backward compatibility is better
10687:
10688: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10689: result in var's hash
10690:
10691: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10692: optimisation in method_frame
10693:
10694: * src/include/pa_array.h: - optimisation in array (allocate
10695: elements only when needed)
10696:
10697: * src/types/pa_vresponse.C: - check for $response:headers field
10698: before looking at custom fields
10699:
10700: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10701: not needed to check existance var with name 'result' in var's
10702: hash
10703:
10704: * src/main/compile.y: - compiler was changed: now it detects
10705: writings to $result and set flag writo_to_result in method
10706:
10707: * src/classes/string.C: - little optimisation: no needed to write
10708: number with lang
10709:
10710: * src/main/pa_charset.C: - methods readChar and skipChar which is
10711: used for read utf8-strings were renamed - is_escaped was renamed
10712: to isEscaped (to the same name convention)
10713:
10714: * src/: types/pa_method.h, main/compile_tools.h: - flag
10715: write_to_result added. compiler get this info from code.
10716:
10717: 2009-04-16 misha
10718:
10719: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10720: String only before 1st write
10721:
10722: * src/include/pa_string.h: - not needed template removed
10723:
10724: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10725: types/pa_vjunction.C, types/pa_vproperty.C,
10726: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10727: main/pa_request.C, classes/bool.C, classes/double.C,
10728: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10729: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10730: bool objects)
10731:
10732: 2009-04-15 misha
10733:
10734: * src/lib/cord/cordxtra.c: - more optimisation
10735:
10736: * src/: include/pa_string.h, main/untaint.C: - String::append
10737: optimisation
10738:
10739: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10740: then get and can sometime be used)
10741:
10742: * src/main/pa_string.C: - String::length optimisation
10743:
10744: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10745: these methods read different strings
10746:
10747: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10748: fresult_initial_void removed + some optimisation - if $result
10749: defined we don't write to context anymore
10750:
10751: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10752: need just skip char)
10753:
10754: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10755: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10756: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10757:
10758: * src/types/pa_vvoid.h: - added get() method for retreave one
10759: instance
10760:
10761: 2009-04-11 misha
10762:
10763: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10764:
10765: * tests/197.html: - test for parser://test in xml was added
10766:
10767: * src/classes/string.C: - small optimisation
10768:
10769: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10770: optimisation
10771:
10772: 2009-04-10 misha
10773:
10774: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10775: to pcre-7.8
10776:
10777: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10778:
10779: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10780: added
10781:
10782: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10783: $request:CLASS_NAME were added
10784:
10785: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10786: were added
10787:
10788: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10789: $env:CLASS_NAME were added
10790:
10791: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10792: '@todo' now
10793:
10794: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10795: compirer
10796:
10797: * src/main/pa_string.C: - little code cleanup
10798:
10799: * src/main/pa_common.C: - describe one more UTF-8 related error
10800: during PCRE compile/execute
10801:
10802: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10803: normalizing todo-comments: '@todo' now
10804:
10805: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10806:
10807: * src/main/pa_charset.C: - type changed for making compiler happy
10808:
10809: 2009-03-10 misha
10810:
10811: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10812: in main()
10813:
10814: 2009-02-01 misha
10815:
10816: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10817: boundary
10818:
10819: 2009-01-25 misha
10820:
10821: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10822:
10823: * src/classes/file.C: - more changes for parsing different number
10824: of params for file::load
10825:
10826: * tests/193.html: - tests for exception while base64-decode binary
10827: to string was added
10828:
10829: * tests/192.html: - tests for file::load with different number of
10830: options
10831:
10832: * src/classes/math.C: - ups. forgot '+1'
10833:
10834: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10835: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10836: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10837: (new option $.encode[multipart-form/data] should be specified) -
10838: $.method[] option for file::load now is not case-sensitive
10839:
10840: * src/: include/pa_string.h, main/untaint.C: - for file post the
10841: new taint language L_FILE_POST was added
10842:
10843: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10844: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10845: stuff was moved to separate files
10846:
10847: 2009-01-23 misha
10848:
10849: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10850: spaces to tabs were converted
10851:
10852: 2009-01-12 misha
10853:
10854: * src/main/pa_http.C: - value of $.method[] option force uppercased
10855: now
10856:
10857: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10858: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10859: their names
10860:
10861: * src/main/pa_common.C: - changes in formating
10862:
10863: * src/: classes/file.C, main/pa_http.C: - some constants changed
10864: their names
10865:
10866: * src/include/pa_http.h: - some spaces were converted to tabs
10867:
10868: * src/include/pa_common.h: - some constants changed their names
10869:
10870: * src/classes/file.C: - fixed 4-th paramether for file::load -
10871: little code rewriting
10872:
10873: * src/types/pa_vfile.C: - little code rewriting
10874:
10875: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10876: types/pa_value.h: - some formating changes
10877:
10878: * src/include/pa_common.h: - some formating spaces transformed to
10879: tabs
10880:
10881: * src/classes/string.C: - exception while base64-decode binary to a
10882: string
10883:
10884: 2009-01-11 misha
10885:
10886: * configure.in: - version changed to 3.3.1b
10887:
10888: 2008-09-05 misha
10889:
10890: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10891: release_3_3_0 on 2008-09-05 10:59:35 +0000
10892:
10893: 2008-09-04 misha
10894:
10895: * tests/: 130.html, 131.html: - these exceptions not typeless
10896: anymore
10897:
10898: * src/classes/op.C: - exception with 'invalid taint language' not
10899: typeless anylonger
10900:
10901: * src/classes/image.C: - some exceptions while operations with
10902: image not typeless anymore
10903:
10904: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10905: main/pa_exec.C, main/pa_http.C: - some exceptions while
10906: operations with files not typeless anymore
10907:
10908: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10909: types/pa_vdate.h: - exceptions while checking date range not
10910: typeless anymore
10911:
10912: * src/include/pa_exception.h: - exception type string for invalid
10913: date range was added
10914:
10915: 2008-09-03 misha
10916:
10917: * src/: classes/file.C, main/pa_string.C: - exception while pce
10918: operations not typeless anymore
10919:
10920: * src/include/pa_exception.h: - exception type for pce operations
10921: was added
10922:
10923: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10924: and .CLASS_NAME insite classes
10925:
10926: * src/classes/table.C: - don't save table header whiile
10927: ^table.save[append;filename] if file exists
10928:
10929: 2008-09-02 misha
10930:
10931: * src/main/compile.y, src/main/compile_tools.h,
10932: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10933: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10934: renamed to partial and it login changed: we must mark class as
10935: partial for allow their modifications in future.
10936:
10937: 2008-08-29 misha
10938:
10939: * tests/results/022.processed: - testing taint[regex] in mask for
10940: file:list
10941:
10942: * tests/022.html: - testing taint[regex] in mask for file:list
10943:
10944: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10945: for file:list was added
10946:
10947: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10948: file:list
10949:
10950: 2008-08-26 misha
10951:
10952: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10953: last derived object
10954:
10955: * src/classes/image.C: - many strings "image.format" replaced by
10956: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10957: understand some more exif tags
10958:
10959: * src/include/pa_exception.h: - string "image.format" was added
10960:
10961: 2008-08-21 misha
10962:
10963: * src/: main/pa_string.C, classes/file.C: - use method for print
10964: pcre_exec text error
10965:
10966: * src/main/pa_common.C: - method for print pcre_exec text error was
10967: added
10968:
10969: * src/include/pa_common.h: - method declaration for print pcre_exec
10970: text error was added
10971:
10972: 2008-08-19 misha
10973:
10974: * src/main/execute.C: - bugfix: opcodes must be in separate
10975: namespace while debug execution as well
10976:
10977: * tests/: 015.html, results/015.processed: - test for escaping some
10978: parser chars was added
10979:
10980: 2008-08-18 misha
10981:
10982: * tests/: 190.html, 190.p, results/190.processed: - test for
10983: $caller.self.field + default getter in one class was added
10984:
10985: * tests/: 189.html, results/189.processed: - test for
10986: ^date::create[date object]
10987:
10988: * tests/: 188.html, results/188.processed: - tests for match with
10989: UTF-8 strings
10990:
10991: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
10992: ^string.match[]
10993:
10994: * ChangeLog: - parser 3.3.0 beta13
10995:
10996: 2008-08-15 misha
10997:
1.116 moko 10998: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
10999: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
11000: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
11001: dftables.c: - old PCRE files removed
1.95 moko 11002:
11003: * src/lib/pcre/config.h: - configuration for PCRE library
11004:
11005: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
11006: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
11007:
11008: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
11009: library and set flag UTF8 if $request:charset is UTF-8
11010:
11011: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
11012: include/pa_config_fixed.h: - moved to new PCRE library
11013:
11014: * src/: main/main.vcproj, types/types.vcproj,
11015: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
11016: win32\pcre instead of parser3\src\lib\pcre
11017:
11018: * src/: include/pa_opcode.h, include/pa_operation.h,
11019: main/compile.C, main/compile.y, main/compile_tools.C,
11020: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
11021: opcodes were moved to separate namespace
11022:
11023: 2008-08-14 misha
11024:
11025: * src/types/pa_vstateless_class.C: - newline at the end missed
11026:
11027: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
11028: tainting
11029:
11030: 2008-08-11 misha
11031:
11032: * tests/: 187.html, 187.p, results/187.processed: - tests for
11033: $caller.self, $caller.self.field and $caller.self.field[value]
11034: were added
11035:
11036: * src/types/pa_vmethod_frame.h: - still need to check 'self'
11037: runtime as well (for $caller.self)
11038:
11039: 2008-07-25 misha
11040:
11041: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
11042: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
11043: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
11044: tests with international characters
11045:
11046: 2008-07-23 misha
11047:
11048: * src/main/pa_http.C: - escape $cookies as %uXXXX while
11049: file::load[...;http://
11050:
11051: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
11052: now everywhere in separate namespace
11053:
11054: * src/types/pa_vmethod_frame.h: - looking for caller before looking
11055: for vars
11056:
11057: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
11058: can be escaped by '^'
11059:
11060: 2008-07-22 misha
11061:
11062: * src/classes/string.C, tests/186.html: - names changes:
11063: escape=>js-escape, unescape=>js-unescape
11064:
11065: 2008-07-21 misha
11066:
11067: * tests/results/186.processed: - test for string escape/unescape
11068:
11069: * tests/186.html: - test for string escape/unescape
11070:
11071: * src/classes/string.C: - string has escape and unescape methods
11072: now
11073:
11074: * src/: include/pa_string.h, main/pa_string.C: - escape method was
11075: added
11076:
11077: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
11078: method-layers added (with different params)
11079:
11080: 2008-07-18 misha
11081:
11082: * tests/results/185.processed: - test for ^str.pos[substr](offset)
11083: was added
11084:
11085: * tests/185.html: - test for ^str.pos[sub](offset) added
11086:
1.211 moko 11087: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
11088: operators.txt: - ^string.pos[substr](offset) -- 2nd param
11089: accepted now
1.95 moko 11090:
11091: * src/main/pa_string.C: - .pos works fine with offset for utf-8
11092: strings
11093:
11094: 2008-07-17 misha
11095:
11096: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
11097: helper length added for mid for small optimisation
11098:
11099: 2008-07-16 misha
11100:
11101: * tests/: 185.html, results/185.processed: - tests for
11102: length/left/right/mid/pos with utf-8 strings
11103:
11104: * src/classes/string.C: - left/right/mid/length/pos works fine for
11105: utf-8 strings
11106:
11107: * src/main/untaint.C: - comments removed
11108:
11109: * src/: include/pa_string.h, main/pa_string.C,
11110: include/pa_charset.h, main/pa_charset.C: - methods for working
11111: with pos/mid for strings in utf-8 were added
11112:
11113: 2008-07-15 misha
11114:
11115: * tests/: 184.html, results/184.processed: - test for case body as
11116: expression: $var(^switch(1){^case(1)(true)..})
11117:
11118: * src/classes/op.C: - case body can be expression now:
11119: $var(^switch(1){^case(1)(true)..})
11120:
11121: * tests/: results/183.processed, 183.html: - added test for testing
11122: new cookie encoding (%uXXXX)
11123:
11124: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
11125: decoding for backward compatibility they decoded from %XX in
11126: request:charset too
11127:
11128: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
11129: - cookie class now decode cookies before first access after last
11130: request:charset changing (as form class).
11131:
11132: * src/main/pa_charset.C: - added method escape for escaping cookies
11133: as %uXXXX - before transcode calculate required space for dest
11134: string. it reduce mem usage for transcode
11135:
11136: * src/include/pa_charset.h: - added method escape for escaping
11137: cookies as %uXXXX
11138:
11139: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
11140: was added. will used for escaping cookies as %uXXXX
11141:
11142: * src/include/pa_common.h: - escape method has new option for skip
11143: converting '+' to a space char
11144:
11145: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
11146: transcode - escape method has new option for skip converting '+'
11147: to a space char
11148:
11149: 2008-07-08 misha
11150:
11151: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
11152: (no UE if more then 1 case matches anylonger) - optimization:
11153: doing searching.as_string() || searching.as_double() only once
11154:
11155: 2008-07-04 misha
11156:
11157: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
11158: now ^date::create[date object] works
11159:
11160: * src/classes/string.C: - left and right added as aliases for start
11161: and end in ^string.trim[]
11162:
11163: 2008-07-03 misha
11164:
11165: * src/classes/file.C: - allow $.limit for file::sql as well
11166:
11167: * src/classes/file.C: - allow $.offset option for file::sql - force
11168: send limit=1 to query for use sql specifics authomatically
11169:
11170: * src/classes/: hash.C, string.C, table.C: - don't throw exception
11171: if $.limit value if empty. autoconvert it as everywere
11172:
11173: 2008-07-02 misha
11174:
11175: * configure.in: - time to change version number to 3.3.0 %-)
11176:
11177: * src/include/pa_version.h: - time to change version number to
11178: 3.3.0 %-)
11179:
11180: 2008-06-26 misha
11181:
11182: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
11183: $.limit(0) fixes
11184:
11185: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
11186: - $.limit(0) fixes
11187:
11188: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
11189: new API)
11190:
11191: * src/: include/pa_sql_driver_manager.h,
11192: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
11193: classes/op.C: - document_root added
11194:
11195: * src/main/compile.tab.C: - error message was changed
11196:
11197: 2008-06-25 misha
11198:
11199: * src/main/compile.y: - error message was changed
11200:
11201: 2008-06-24 misha
11202:
11203: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
11204:
11205: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
11206: tests for @OPTIONS\nappend
11207:
11208: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
11209:
11210: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
11211:
11212: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
11213:
11214: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
11215: compile.y
11216:
11217: 2008-06-17 misha
11218:
11219: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
11220: compilation: ^if(default){true. it's incorrect. must be
11221: exception}
11222:
11223: 2008-06-16 misha
11224:
11225: * tests/: 181.ent, 181.html, results/181.processed: - test for
11226: checking external reference loading with 'http://localhost'
11227: prefix while creating xdoc
11228:
11229: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
11230: ^math:long2ip[] and ^math:ip2long[]
11231:
11232: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
11233: added which use scalar stateless class method when user object
11234: used in scalar context - use get_scalar_value when user object
11235: requested in scalar context
11236:
11237: * src/main/pa_common.C: - size must be int but not size_t or we
11238: can't compare with 0 sprintf result
11239:
11240: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11241: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
11242: with internal switch between local/global vars
11243:
11244: * src/types/pa_vclass.C: - register scalar if method @GET[] was
11245: specified
11246:
11247: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
11248: pa_vstateless_object.h: - stateless class and object now has
11249: private scalar field and getter/setter for working with it
11250:
11251: * src/classes/math.C: - methods math:long2ip & math:ip2long were
11252: moved to inet static class
11253:
11254: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
11255: class added (^inet:aton[IP], ^inet:ntoa(number))
11256:
11257: * tests/: 180.html, results/180.processed: - tests for
11258: ^math:long2ip(long) and ^math:ip2long[IP]
11259:
11260: * src/classes/math.C: - ^math:ip2long[IP] added
11261:
11262: 2008-06-11 misha
11263:
11264: * src/main/pa_xml_io.C: - use file_read_text again because of we
11265: need cut BOM code and remove DOS newline chars. but don't
11266: transcode it anyway.
11267:
11268: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
11269: main/pa_http.C: - option for disable transcoding while file_read
11270: and file_read_text added
11271:
11272: 2008-06-10 misha
11273:
11274: * tests/: 179.html, 179.p, results/179.processed: - test for many
11275: classes in 1 file
11276:
11277: * src/main/: compile.C, compile_tools.h: - compile return list of
11278: classes now.
11279:
11280: * src/main/: compile.y, compile.tab.C: - compile return list of
11281: classes now. internals.
11282:
11283: * src/main/pa_request.C: - compile return list of classes now. try
11284: call @conf and @auto for each returned class
11285:
11286: * src/include/pa_request.h: - compile return list of classes now
11287:
11288: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
11289: return list of classes when compile buf)
11290:
11291: 2008-06-07 misha
11292:
11293: * src/main/pa_request.C: - constructing VRequest object with 3rd
11294: param -- form
11295:
11296: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
11297: 3rd param: form. needed for get post_charset
11298:
11299: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
11300: added
11301:
11302: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11303: types/pa_vform.C, types/pa_vform.h: - some polish
11304:
11305: 2008-06-06 misha
11306:
11307: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11308: charset and decode chars from it but not from response:charset
11309:
11310: * src/main/pa_http.C: - detect_charset moved out of here
11311:
11312: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11313: methods moved here - unescape_chars accepn one charset now
11314:
11315: * src/main/pa_http.C: - new constants used - don't allow
11316: $.content-type in ^file::load[;http://;$.method[POST]] - add
11317: charset info while ^file::load[;http://;$.method[POST]] - option
11318: $.omit-post-charset(true) added to ^file::load[;http://] for
11319: disabling charset during post
11320:
11321: * src/types/pa_vform.C: - new constants used
11322:
11323: * src/include/pa_common.h: - some constants were added
11324:
11325: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11326: instead of StrEqNc
11327:
11328: * src/main/pa_common.C: - new method for caseless search
11329: c-substring in c-string - use isxdigit instead of is_hex_digit
11330:
11331: * src/include/pa_common.h: - new method for caseless search
11332: c-substring in c-string
11333:
11334: 2008-06-05 misha
11335:
11336: * tests/results/178.processed: - test for testing default getter
11337:
11338: * tests/178.html: - test for testing default getter
11339:
11340: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11341: for test for testing default getter
11342:
11343: * src/main/execute.C: - default getter soul
11344:
11345: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11346: requested objects' field not found
11347:
11348: * src/types/pa_vclass.C: - register default getter if defined - get
11349: default getter if requested field not found
11350:
11351: * src/types/pa_vstateless_object.h: - method get_default_getter was
11352: added
11353:
11354: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11355: pointer to default getter and methods for get/set it were added
11356:
11357: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11358: auto_name field (for default getter)
11359:
11360: 2008-06-04 misha
11361:
11362: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11363: transcoding, no cutting BOM code, no fixing line breaks) and get
11364: it to libxml "as is"
11365:
11366: 2008-06-03 misha
11367:
11368: * src/main/pa_common.C: - use store_Char instead of
11369: transcodeCharFromUTF8
11370:
11371: * src/: include/pa_charset.h, main/pa_charset.C: - method
11372: store_Char added, transcodeCharFromUTF8 -- removed
11373:
11374: 2008-06-02 misha
11375:
11376: * tests/: results/177.processed, 177.html: - test for checking
11377: .[acm]date after local ^file::load[] was added
11378:
11379: * tests/: results/176.processed, 176.html: - test for checking
11380: @OPTION\locals + @method[vars][locals] added
11381:
11382: * tests/results/auto.p: - CLASS_PATH specified for checking use
11383:
11384: 2008-05-30 misha
11385:
11386: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11387: @OPTION\nlocals + @method[vars][;locals;] were added
11388:
11389: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11390: moved to separate method op_code - switch from VMethodFrame to
11391: VMethodFrameGlobal + VMethodFrameLocal
11392:
11393: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11394: was moved to separate method op_code
11395:
11396: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11397: VMethodFrame now
11398:
11399: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11400: all_vars_local as well
11401:
11402: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11403: pa_vmethod_frame_local.h, Makefile.am: - who children for
11404: VMethodFrame were added: one (global) works as VMethodFrame
11405: before and second (local) write all vars in self vars scope
11406:
11407: * src/types/pa_method.h: - method has bool flag all_vars_local now
11408:
11409: 2008-05-29 misha
11410:
11411: * tests/: 129.html, results/129.processed: - more tests for
11412: ^table.hash[]
11413:
11414: * src/classes/hash.C: - ^hash::sql has a new option:
11415: $.type[hash|string|table] as ^table.hash[] one.
11416:
11417: * src/classes/op.C: - ^try has 3rd param now: finally code which
11418: executed anyway after try or catch section
11419:
11420: 2008-05-27 misha
11421:
11422: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11423: must not fail if $.distinct(1) wasn't specified
11424:
11425: 2008-05-26 misha
11426:
11427: * src/classes/op.C: - allow ^throw[my type]
11428:
11429: 2008-05-22 misha
11430:
11431: * configure.in, configure: - version number updated to 3.2.4b
11432:
11433: * src/classes/: op.C, string.C: - trim format string before
11434: eval/format
11435:
11436: * tests/: results/175.processed, 175.html: - more tests for
11437: different format strings in .format[]
11438:
11439: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11440: as well (not only %XX)
11441:
11442: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11443: charset specified - checks for format before print number
11444: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11445: (instead of tabs) removed
11446:
11447: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11448: charset specified
11449:
11450: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11451: char in requested charset from utf code was added
11452:
11453: 2008-05-19 misha
11454:
11455: * tests/: 174.html, results/174.processed: - test for
11456: ^hashfile.cleanup[] added
11457:
11458: * src/classes/hashfile.C: - optimization: don't create any key or
11459: value variable if it's name weren't specified
11460: (^hf.foreach[;v]{...})
11461:
11462: 2008-05-16 misha
11463:
11464: * src/classes/hash.C: - optimization: don't create any key variable
11465: if variable name wasn't specified (^h.foreach[;v]{...})
11466:
11467: 2008-05-15 misha
11468:
11469: * src/classes/op.C: - small changes
11470:
11471: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11472:
11473: * src/classes/hash.C: - calculate var_context once before foreach
11474:
11475: 2008-05-14 misha
11476:
11477: * src/classes/hashfile.C: - incorrect vars context calculation for
11478: ^hashfile.foreach[;]{} fixed
11479:
11480: * src/classes/: hash.C, table.C: - little optimisation
11481:
11482: * src/classes/file.C: - bugfix: double absolute path while loading
11483: file
11484:
11485: * tests/: 174.html, results/174.processed: - tests for hashfile
11486: were added
11487:
11488: * buildall-with-xml: - moving to libxslt 1.1.24
11489:
11490: 2008-04-30 misha
11491:
11492: * src/classes/file.C: - stat file while loading (local only) so
11493: .adate, .mdate and .cdate available without additional ::stat
11494:
11495: 2008-04-28 misha
11496:
11497: * src/classes/file.C: - $.name and $.content-type available for
11498: stated file
11499:
11500: 2008-04-14 misha
11501:
11502: * src/targets/cgi/parser3.C: - new year in copyright %-)
11503:
11504: * src/include/pa_version.h: - new version number in head
11505:
11506: 2008-04-10 misha
11507:
11508: * tests/: 080.html, results/080.processed: - cut '0' from
11509: exponential part because of on diff OS it differ (20 or 020 for
11510: ex)
11511:
11512: * tests/: 119.html, results/119.processed: - check for encoding
11513: while creating xdoc
11514:
11515: 2008-04-09 misha
11516:
11517: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11518:
11519: * src/main/pa_common.C: - comment added
11520:
11521: * src/classes/date.C: - little refactoring
11522:
11523: 2008-04-07 misha
11524:
11525: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11526: style of ^table.save[]: prepare one big string and sabe it at
11527: once. it's safe on freebsd 4.x but use much more memory.
11528:
11529: * buildall-with-xml, buildall-without-xml: - option
11530: --disable-stringstream added (under comment. use it on freebsd
11531: 4.x)
11532:
11533: 2008-02-22 misha
11534:
11535: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11536: specified together in file::load[;http] - get back transcoding
11537: $.body[] in file::load[;http]
11538:
11539: 2008-02-21 misha
11540:
11541: * src/classes/date.C: - ^date.gmt-string[] was added
11542:
11543: * src/types/pa_value.C: - method for output date in RFC 822 format
11544: moved to pa_common.h
11545:
11546: * src/include/pa_common.h: - method for output date in RFC 822
11547: format moved here from pa_value.C
11548:
11549: * src/types/pa_vmail.C: - fixed core in sending mail with
11550: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11551:
11552: 2008-02-20 misha
11553:
11554: * src/main/pa_http.C: - transcode $.headers before escaping into
11555: specified charset while ^file::load[...;http://...] (L_URI
11556: instead of L_HTTP_HEADER) - $.cookies param available in
11557: ^file::load[;http://...] now (but we don't parse set-cookies from
11558: response yet) (cookies not transcoded as common $cookies)
11559:
11560: 2008-02-19 misha
11561:
11562: * src/main/pa_request.C: - rollback: we mustn't force taint
11563: $response:field values because in this case
11564: $response:locateion[http://...] don't works.
11565:
11566: 2008-02-15 misha
11567:
11568: * src/classes/op.C: - little refactoring
11569:
11570: * src/main/pa_http.C: - taint names of $.headers for load[;http
11571:
11572: * src/main/pa_request.C: - force taint values of $response:field
11573:
11574: 2008-02-14 misha
11575:
11576: * src/main/pa_request.C: - $response:field transcoded to
11577: $response:charset before escaping now
11578:
11579: * src/main/pa_http.C: - some outdated comments removed
11580:
11581: * src/classes/date.C: - lastdat -> last-day
11582:
11583: * src/classes/date.C: - ^date:lastday(year;month) and
11584: ^date.lastday[] were added - little code refactoring - comments
11585: changes
11586:
11587: * tests/: 159.html, results/159.processed: - test for number of
11588: days in February
11589:
11590: * src/types/pa_value.C: - fixes in code formatting
11591:
11592: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11593: and comments
11594:
11595: 2008-02-13 misha
11596:
11597: * src/main/pa_common.C: - bugfix for february at leap year
11598:
11599: 2008-01-28 misha
11600:
11601: * tests/: 160.html, results/160.processed: - more test for cache
11602: added
11603:
11604: * src/classes/op.C: - bugfix: cache body executed twice if contains
11605: unhandled exception
11606:
11607: 2008-01-25 misha
11608:
11609: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11610: bug when hashfile became inavailable after memory:compact)
11611:
11612: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11613:
11614: 2008-01-22 misha
11615:
11616: * src/classes/table.C: - little refactiring and exception texts
11617: changes in method ^table.hash[]
11618:
11619: * src/types/pa_vcookie.C: - link to cookie specification changed
11620:
11621: 2008-01-21 misha
11622:
11623: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11624: file::exec/cgi
11625:
11626: * src/classes/file.C: - bugfix: core while processing headers if
11627: executed cgi script don't return content
11628:
11629: 2008-01-18 misha
11630:
11631: * buildall-with-xml: - move to libxml2 version 2.6.31
11632:
11633: * src/include/pa_version.h, configure.in: - version number updated
11634: to '3.2.3b'
11635:
11636: 2007-12-28 misha
11637:
11638: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11639: hash.contains
11640:
11641: 2007-12-27 misha
11642:
11643: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11644: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11645: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11646: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11647: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11648: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11649: src/targets/cgi/parser3.vcproj,
11650: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11651: back to VS2003 because of Apache 1.3 module can't work if it was
11652: built in VS 2005. with cgi all file so VS2003 project files can
11653: be easy converted to the new format.
11654:
11655: 2007-12-04 misha
11656:
11657: * src/types/pa_vcode_frame.h: - changes in comment
11658:
11659: 2007-11-29 misha
11660:
11661: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11662: intercept strings any longer
11663:
11664: * tests/: 173.html, results/173.processed: - tests for
11665: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11666: but not in main code frame
11667:
11668: * tests/: 172.html, results/172.processed: - more tests for pass
11669: objects from code frames
11670:
11671: 2007-11-27 misha
11672:
11673: * tests/: 152.html, results/152.processed: - tests for converting
11674: strings 'true'/'false' to bool were added
11675:
11676: * tests/152.html: - added checks for converting strings
11677: 'true'/'false' to bool
11678:
11679: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11680: not only strings with numbers but with values 'true'/'false' as
11681: well
11682:
11683: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11684: for parser3.log increased
11685:
11686: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11687:
11688: * src/include/pa_common.h: - remove_crlf return cstring size now
11689:
11690: * src/include/pa_types.h: - constant with buffer size for
11691: parser3.log added
11692:
11693: 2007-11-16 misha
11694:
11695: * tests/cat.sh: - script for tests for file::exec/cgi
11696:
11697: * tests/171.html: - tests for file::exec/cgi
11698:
11699: * tests/results/171.processed: - tests results for file::exec/cgi
11700:
11701: 2007-11-15 misha
11702:
11703: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11704:
11705: * src/classes/file.C: - .body must be set before analyzing cgi
11706: headers
11707:
11708: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11709: only if exec/cgi return anything.
11710:
11711: 2007-11-14 misha
11712:
1.211 moko 11713: * operators.ru.txt, operators.txt: - info about new text|binary
11714: option for file::exec/cgi was added
1.95 moko 11715:
11716: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11717: ^file:exec[[text|binary];script;...]
11718:
11719: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11720: classes/string.C, classes/table.C: - more text strings moved to
11721: the one place
11722:
11723: 2007-11-09 misha
11724:
11725: * src/types/pa_vrequest.C: - $request:argv must be taint
11726:
11727: * ChangeLog: - $request:argv [patch from Sumo]
11728:
1.211 moko 11729: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11730:
11731: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11732: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11733:
11734: 2007-10-25 misha
11735:
11736: * buildall-with-xml, buildall-without-xml: - options preparations
11737: for ./configure rewrited
11738:
11739: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11740: error occure in unhandled_exception finally fixed
11741:
11742: 2007-10-23 misha
11743:
11744: * tests/: 170.html, results/170.processed: - test for
11745: @method[][result]
11746:
1.211 moko 11747: * operators.ru.txt, operators.txt: - added info about node.prefix
11748: and node.namespaceURI
1.95 moko 11749:
11750: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11751:
11752: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11753: added for node and attribute
11754:
11755: 2007-10-22 misha
11756:
11757: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11758:
11759: * src/main/pa_request.C: - added const content-transfer-encoding
11760:
11761: * src/include/pa_request.h: - added const content-transfer-encoding
11762: - ups. constants must be in lowercase (for search)
11763:
11764: * src/types/pa_vmail.C: - more constants used -
11765: content-transfer-encoding: 8bit added
11766:
11767: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11768:
11769: * src/include/pa_request.h: - more constants
11770:
11771: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11772: ommit anymore if $.content-disposition was specified - little
11773: refactoring
11774:
11775: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11776:
11777: 2007-10-17 misha
11778:
1.211 moko 11779: * operators.ru.txt, operators.txt: - info about
1.95 moko 11780: table::create[nameless]{data}[>options<] was added
11781:
11782: * src/main/: compile.tab.C, compile.y: - if error occure while
11783: compile method don't put this method in methods table anymore.
11784: in other case the parser coredumped if @unhandled_exception
11785: method can't be compiled because of parser.compile error.
11786:
11787: * src/main/execute.C: - little code reformating
11788:
11789: * src/main/pa_request.C: - little code reformating - comment
11790: changed
11791:
11792: 2007-10-16 misha
11793:
11794: * tests/: 035.html, results/035.processed: - tests
11795: table::create[]{}[options] added
11796:
11797: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11798: options (only $.seperator[] yet)
11799:
11800: 2007-10-10 misha
11801:
11802: * src/classes/table.C: - some contstants moved to pa_common.h -
11803: some code changes
11804:
11805: 2007-10-02 misha
11806:
11807: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11808: then three time as much. but base64 encoding method still use
11809: less memory anyway.
11810:
11811: 2007-09-17 misha
11812:
1.211 moko 11813: * operators.ru.txt, operators.txt: - added info about
11814: $cookie:fields
1.95 moko 11815:
11816: * src/types/pa_vcookie.C: - $cookie:fields available now
11817:
11818: * src/classes/hash.C: - some stuff for use with .for_each moved to
11819: common
11820:
11821: * src/include/pa_common.h: - some stuff for use with .for_each
11822: moved here
11823:
11824: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11825:
11826: 2007-09-14 misha
11827:
11828: * buildall-with-xml: - new xml libs again =)
11829:
11830: 2007-08-28 misha
11831:
1.211 moko 11832: * operators.ru.txt, operators.txt: - texts about
11833: ^table.columns[[column name]] and ^string.split[...][v][column
11834: name] were added
1.95 moko 11835:
11836: * tests/: 168.html, 169.html, results/168.processed,
11837: results/169.processed: - tests for ^table.columns[[column name]]
11838: and ^string.split[...][v][column name] were added
11839:
11840: * src/classes/table.C: - new option ^table.columns[[column name]]
11841: was added
11842:
11843: * src/classes/string.C: - new option ^string.split[...;v;[column
11844: name]]
11845:
11846: * src/include/pa_exception.h: - error text message for
11847: ^hash._keys[], ^table.columns[] and ^string.split[]
11848:
11849: 2007-08-27 misha
11850:
11851: * src/main/untaint.C: - try to fix coredump on unix if print to
11852: body ^taint[sql][something] outside of connect
11853:
11854: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11855: outside of connect
11856:
11857: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11858: added (commented by default)
11859:
11860: 2007-08-20 misha
11861:
1.211 moko 11862: * operators.ru.txt, operators.txt: - comment about new method
11863: ^node.hasAttributes[] was added
1.95 moko 11864:
11865: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11866: duplicated exception text strings were removed
11867:
11868: * src/include/pa_exception.h: - more exception text strings moved
11869: here
11870:
11871: * src/classes/table.C: - some duplicate exceptions' text strings
11872: removed
11873:
11874: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11875: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11876: removed
11877:
11878: * src/include/pa_exception.h: - some exception text strings movet
11879: to pa_exception
11880:
11881: * tests/: 149.html, results/149.processed: - test for
11882: ^xnode.hasAttributes[] was added - some code changes
11883:
11884: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11885: added
11886:
11887: 2007-08-17 misha
11888:
11889: * tests/: results/006.processed, results/059.processed, 006.html,
11890: 059.html: - more tests for match
11891:
11892: * tests/: 129.html, results/129.processed: - tests for
11893: ^table.hash[...][$.type[string|hash|table]] added
11894:
11895: * src/targets/cgi/parser3.C: - little syntax changes
11896:
11897: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11898: syntax changes
11899:
1.211 moko 11900: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11901: annoying 'SIGPIPE' messages in parser3.log switched off by
11902: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11903:
11904: 2007-08-08 misha
11905:
11906: * buildall-with-xml, buildall-without-xml: - remove libs source
11907: files by default since now
11908:
11909: 2007-08-07 misha
11910:
11911: * buildall-without-xml: - some option syntax changes
11912:
11913: * buildall-with-xml: - compile libxml2 without http support - some
11914: option syntax changes
11915:
11916: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11917:
11918: 2007-08-06 misha
11919:
11920: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11921:
11922: * tests/: 160.html, results/160.processed: - cache test was
11923: rewrited
11924:
11925: 2007-07-06 misha
11926:
11927: * tests/: 153.html, results/153.processed: - added test for
11928: ^math:sha1[string]
11929:
11930: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11931: transcoded
11932:
11933: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11934: were added
11935:
11936: 2007-06-28 misha
11937:
11938: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11939: some incorrect chars
11940:
11941: 2007-06-19 misha
11942:
11943: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11944: were moved on top because of gcc 4 had a problems during
11945: building.
11946:
11947: 2007-06-18 misha
11948:
11949: * tests/results/019.processed: - new image commited
11950:
11951: 2007-06-09 misha
11952:
11953: * src/classes/: op.C, table.C: - in while and table.select method
11954: as_expression used now
11955:
11956: * src/types/pa_vmethod_frame.h: - method as_expression was added
11957:
11958: 2007-06-08 misha
11959:
11960: * tests/: 166.html, results/166.processed: - test for
11961: ^match[...][n]
11962:
11963: * tests/: 165.html, results/165.processed: - tests for loops
11964:
11965: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11966: because of no speed/memory optimisation but some proglems with
11967: long cycles occure
11968:
11969: 2007-06-06 misha
11970:
11971: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11972: ^table.select(true) and ^table.select(1) didn't works because of
11973: awaiting junction-param only. fixed.
11974:
11975: 2007-05-24 misha
11976:
11977: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11978: with 0.5 secs interval
11979:
11980: * src/classes/op.C: - cache was rewrited. I hope it works with
11981: locking system now on unix
11982:
11983: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11984: system locks which wait till other threads release it but try get
11985: lock, if fail wait 1 sec and make 10 attempts.
11986:
11987: * src/include/pa_os.h: - consts for blocking locks + some comments
11988: were added
11989:
11990: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
11991: opening files
11992:
11993: * src/classes/table.C: - changes in includes. if unclude <sstream>
11994: after our classes on unix it can't be build
11995:
11996: * src/types/pa_vhashfile.C: - not needed code removed
11997:
11998: 2007-05-23 misha
11999:
12000: * src/: classes/file.C, classes/op.C, main/pa_common.C,
12001: include/pa_common.h: - cosmetic changes
12002:
12003: 2007-05-18 misha
12004:
12005: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
12006: often. it's give some speed increasing
12007:
12008: * tests/results/160.processed: - returned time corrected
12009:
12010: * tests/160.html: - time increased because on unix 1 mean nothing
12011: :(
12012:
1.211 moko 12013: * operators.ru.txt, operators.txt: - added info about
12014: ^hash.contain[key]
1.95 moko 12015:
12016: * src/classes/hash.C: - added ^hash.contain[key]
12017:
12018: * src/include/pa_hash.h: - added method for checking key exists in
12019: hash
12020:
12021: 2007-05-07 misha
12022:
12023: * src/include/pa_string.h: - was compilation error during build on
12024: freebsd4
12025:
12026: 2007-05-03 misha
12027:
12028: * src/classes/table.C: - option $.type[hash|string|table] was added
12029: for ^table.hash[]
12030:
12031: * src/classes/file.C: - comment removed
12032:
12033: 2007-04-26 misha
12034:
12035: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
12036: real files doesn't opened in place anymore
12037:
12038: 2007-04-24 misha
12039:
12040: * src/classes/math.C: - I thought one more time and remove lg(N) :)
12041:
12042: * src/include/pa_exception.h: "static" removed
12043:
12044: 2007-04-23 misha
12045:
12046: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
12047:
12048: * src/classes/math.C: added: - ^math:ln(N) (the same as
12049: ^math:log(N)) - ^math:lg(N)
12050:
12051: * tests/: 097.html, results/097.processed: - charsets converstion
12052: during ^file::load[text;http://...] added
12053:
12054: * tests/: 164.html, results/164.processed: - check for set expires
12055: as a date
12056:
12057: * tests/: 164.html, results/164.processed: - test for hashfile
12058:
12059: * src/classes/hashfile.C: - little comment changes
12060:
12061: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
12062: access
12063:
12064: * src/: classes/date.C, classes/double.C, classes/file.C,
12065: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12066: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
12067: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12068: classes/xnode.h, include/pa_request.h, main/execute.C,
12069: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12070: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
12071: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
12072: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12073: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
12074: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
12075: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12076: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
12077: "parser.runtime" strings were removed
12078:
12079: * src/classes/hashfile.C: - with .clear[] called files_delete()
12080: now.
12081:
12082: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
12083:
12084: * src/include/pa_exception.h: - string constant with
12085: "parser.runtime" text was added
12086:
12087: 2007-04-20 misha
12088:
1.211 moko 12089: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 12090:
1.211 moko 12091: * operators.ru.txt, operators.txt: - added info about
12092: .^hashfile.release[], ^hashfile.clenaup[] and new
12093: ^string.match[][>N-option<]
1.95 moko 12094:
12095: * configure: =cheching for unsetenv
12096:
12097: * src/classes/hashfile.C: - ^hashfile.cleanup[],
12098: ^hashfile.release[] were added
12099:
12100: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
12101: ^string.match[][] understand new option now: return number of
12102: matches but not table wit results
12103:
12104: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
12105: reopen now
12106:
12107: * src/classes/op.C: - bug. must be false
12108:
12109: * configure.in: - checking for unsetenv was added
12110:
12111: * src/types/pa_vform.C: - some comments
12112:
12113: 2007-04-18 misha
12114:
12115: * buildall-with-xml: moving to libxml2-2.6.28
12116:
12117: * buildall-with-xml, buildall-without-xml: added commented lines
12118: with --disable-safe-mode option
12119:
1.211 moko 12120: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 12121:
12122: 2007-04-17 misha
12123:
12124: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
12125: $form:files was added
12126:
12127: * tests/: 163.html, results/163.processed: removing auto format
12128:
12129: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
12130:
12131: 2007-04-16 misha
12132:
12133: * tests/: 163.html, results/163.processed: - test for .int[],
12134: floor, round, ceiling and .format[]
12135:
12136: * src/classes/file.C: - little optimization for getting args in
12137: exec/cgi
12138:
12139: 2007-04-13 misha
12140:
12141: * src/classes/file.C: - arguments for file::exec/cgi can be
12142: specified now as s table with one column
12143:
12144: 2007-03-27 misha
12145:
12146: * tests/: 162.html, results/162.processed: - test for
12147: ^table.select(^condition[$t])
12148:
12149: * tests/results/auto.p: - load windows-1251 charset for some tests
12150:
12151: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
12152:
12153: * tests/: results/161.processed, 161.html, 161_utf8.txt,
12154: 161_windows1251.txt: - added test for
12155: ^file::load[text;/local/file.txt;$.charset[...]]
12156:
12157: * tests/: results/013.processed, 013.html: - added test for
12158: checking $._default value while hash modifications
12159:
12160: * tests/: 160.html, results/160.processed: - add test for
12161: ^cache[key](secs){code}, ^cache[] and ^cache(0)
12162:
12163: 2007-03-22 misha
12164:
12165: * src/include/pa_common.h: - "charset" string defined for
12166: ^file::load[text;/local.txt] and ^table::load[/table.txt]
12167:
12168: * src/main/: pa_common.C, pa_http.C: - $.charset option for
12169: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
12170: added - not needed transcodes were removed from
12171: ^file::load[...;http://...]
12172:
12173: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
12174: added
12175:
12176: * src/classes/date.C: - date.week was fixed
12177:
1.211 moko 12178: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 12179:
12180: * tests/: 159.html, results/159.processed: - tests for date.week
12181: and date.weekyear added
12182:
12183: 2007-03-15 misha
12184:
12185: * src/classes/table.C: - enclose column numbers for nameless tables
12186: as well
12187:
12188: 2007-03-14 misha
12189:
12190: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
12191:
12192: * src/classes/table.C: - table.save optimization: now required much
12193: less memory
12194:
12195: 2007-03-13 misha
12196:
12197: * tests/results/: 158.processed, 158.processes: - tests for
12198: table.save/table.load
12199:
12200: * tests/: 158.html, results/158.processes: - tests for
12201: table.save/table.load
12202:
12203: * buildall-with-xml: libxml2: --without-ftp --without-docbook
12204:
12205: * buildall-with-xml: - pattern needed now for building
12206:
12207: * tests/results/097.processed: - added test results for xdoc::load
12208: & xdoc::load[http://...]
12209:
12210: * tests/097.html: - added test for xdoc::load
12211:
12212: 2007-03-12 misha
12213:
12214: * tests/: 107.html, results/107.processed: - added test for xpath
12215: '//man'
12216:
12217: 2007-03-01 misha
12218:
12219: * tests/: 097.html, results/097.processed: - added test for
12220: creating xdoc from file
12221:
12222: * tests/: results/157.processed, 157.html: - added test for
12223: file:move
12224:
12225: 2007-02-28 misha
12226:
12227: * src/classes/xdoc.C: - another attempt
12228:
12229: * src/classes/xdoc.C: - roll back last changes for a while
12230:
1.211 moko 12231: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
12232: ^xdoc::create[$file] added.
1.95 moko 12233:
12234: * src/classes/file.C: - under lock we create non-exist dir anyway
12235:
12236: * tests/results/099.processed: - ever send content-disposition to
12237: client with file
12238:
12239: * tests/157.html: + test for file:copy
12240:
12241: 2007-02-26 misha
12242:
12243: * src/classes/file.C: - some similar strings moved to #define
12244: instead of to be copy/pasted many times
12245:
12246: * src/types/pa_vfile.h: - class name string ("file") moved to
12247: #define
12248:
12249: 2007-02-20 misha
12250:
12251: * configure.in: - added some strings for sqlite detection
12252:
12253: 2007-02-19 misha
12254:
1.211 moko 12255: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 12256:
12257: * buildall-with-xml, buildall-without-xml: - some modifications
12258:
12259: 2007-02-17 misha
12260:
12261: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
12262:
12263: * src/main/pa_request.C: - damn, i forgot to commit it while I
12264: change console behaviour
12265:
12266: 2007-02-12 misha
12267:
12268: * src/targets/cgi/parser3.C: - don't print headers if
12269: $console:line[data] was used during cgi execution.
12270:
12271: * src/types/pa_vconsole.h: - console class have bool flag now which
12272: marked as 'true' if class was used.
12273:
12274: * tests/: 152.html, results/152.processed: - more types was added
12275: to test 152
12276:
12277: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
12278: adding 'bool' (^if($image){} caused exception)
12279:
12280: 2007-02-09 misha
12281:
12282: * tests/: 152.html, results/152.processed: - test alightly updated
12283:
12284: * tests/: 152.html, results/152.processed: - test rewrited
12285:
12286: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
12287: bugfix. I broke xdoc & xnode in expression
12288:
12289: 2007-02-08 misha
12290:
12291: * tests/: 152.html, results/152.processed: - add test for checking
12292: 'def' for void, string, bool, int & double
12293:
12294: 2007-02-07 misha
12295:
1.211 moko 12296: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
12297: added
1.95 moko 12298:
12299: * tests/results/153.processed: - result test for
12300: ^file:base64[filespec] was updated
12301:
12302: * tests/153.html: - test for ^file:base64[filespec] was added
12303:
12304: * src/types/pa_vconsole.h: - little optimization
12305:
12306: * src/classes/file.C: - ^file:base64[filespec]
12307:
12308: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12309:
12310: * src/include/pa_common.h: - declarations for
12311: ^file:base64[filespec]
12312:
12313: * src/types/pa_vcookie.C: - little optimization
12314:
12315: 2007-02-06 misha
12316:
12317: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12318: were temporary commented
12319:
12320: * src/types/pa_vbool.h: - bugfix
12321:
12322: * tests/156.html: - added test for bool cookie
12323:
12324: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12325:
12326: * tests/: 155.html, results/155.processed: - added test for check
12327: $.encloser[] option for table save/load
12328:
12329: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12330:
12331: 2007-02-05 misha
12332:
12333: * tests/results/152.processed: - newline at the end was missed
12334:
12335: * tests/results/141.processed: - math:md5 must be lowercased
12336:
12337: * src/targets/cgi/parser3.C: - 2007 in help ;)
12338:
12339: 2007-02-03 misha
12340:
12341: * tests/results/: 150.processed, 151.processed, 152.processed: -
12342: test for bool added and some content length fixes
12343:
12344: * tests/152.html: - test for bool added
12345:
12346: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12347:
1.211 moko 12348: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12349:
1.116 moko 12350: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12351: classes/classes.vcproj, classes/double.C, classes/int.C,
12352: classes/string.C, classes/void.C, classes/xnode.C,
12353: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12354: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12355: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12356: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12357: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12358: types/types.vcproj: - bool class was added
12359:
12360: * src/main/pa_request.C: - fix
12361:
12362: 2007-01-18 misha
12363:
12364: * src/: main/pa_string.C, classes/string.C: - return table during
12365: ^string.match[][] even if no matched found.
12366:
12367: 2006-12-20 misha
12368:
12369: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12370: http://www.parser.ru/forum/?id=55598 ]
12371:
12372: 2006-12-19 misha
12373:
12374: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12375: details: http://www.parser.ru/forum/?id=52359
12376:
12377: * src/main/pa_request.C: - always set content-disposition for
12378: $response:body[hash here]. more details:
12379: http://www.parser.ru/forum/?id=52130
12380:
12381: 2006-12-07 misha
12382:
1.211 moko 12383: * operators.ru.txt, operators.txt: - added info about bool params
12384: in cookie set
1.95 moko 12385:
12386: * src/types/pa_vcookie.C: - bool param in cookies available now
12387: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12388: ]
12389:
12390: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12391: was added
12392:
12393: 2006-12-02 misha
12394:
12395: * src/classes/file.C: - file_block_read used instead of native read
12396:
12397: * src/main/pa_common.C: - added file_block_read with read error
12398: detection - file_block_read used instead of native read
12399:
12400: * src/include/pa_common.h: - added file_block_read declaration
12401:
12402: 2006-12-01 misha
12403:
1.211 moko 12404: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12405: added
1.95 moko 12406:
12407: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12408: $var.CLASS_NAME added
12409:
1.211 moko 12410: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12411:
12412: * src/classes/file.C: - ^file:copy[from;fo] was added
12413:
12414: 2006-11-20 misha
12415:
12416: * src/classes/date.C: - bug fix :)
12417:
12418: 2006-11-17 misha
12419:
12420: * src/include/pa_common.h: - array in crc32 calculation was changed
12421: to static
12422:
12423: * src/main/pa_common.C: - little optimization in getMonthDays -
12424: small changes in crc32 calculation
12425:
12426: * src/classes/date.C: - not needed code was removed
12427:
12428: 2006-11-16 misha
12429:
12430: * src/types/pa_vmail.C: - fix missed brakes
12431:
12432: * src/types/pa_vmail.C: - mail:send now set content-type:
12433: multipart/related instead of multipart/mixed if file have
12434: $.content-id[]
12435:
12436: 2006-11-15 misha
12437:
12438: * src/types/pa_vdouble.h: abs -> fabs
12439:
12440: 2006-11-14 misha
12441:
1.211 moko 12442: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12443: and ^file:md5[file-name]
1.95 moko 12444:
12445: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12446: added
12447:
12448: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12449: FILE_BUFFER_SIZE
12450:
12451: * src/classes/math.C: - hex_string was moved to pa_common.h
12452:
12453: * src/include/pa_common.h: - hex_string was moved from math.C -
12454: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12455:
12456: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12457: values was fixed
12458:
12459: 2006-11-13 misha
12460:
1.211 moko 12461: * operators.ru.txt, operators.txt: - added info about
12462: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12463:
12464: * src/classes/math.C: - added ^math:crc32[string]
12465:
12466: * src/classes/file.C: - some comments were changed - added
12467: ^file:crc32[file-name] and ^file.crc32[]
12468:
12469: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12470: crc32 calculation added
12471:
12472: 2006-11-03 misha
12473:
12474: * src/include/pa_array.h: - not needed variable removed
12475:
12476: * tests/: 150.html, 151.html, results/150.processed,
12477: results/151.processed: - 2 tests were added
12478:
12479: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12480: with $.reverse(1) were fixed
12481:
12482: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12483: query converted to $.charset during ^file::load[http://...]
12484:
12485: 2006-11-02 misha
12486:
12487: * src/include/pa_table.h: ups. forget '=' char
12488:
12489: * src/include/pa_table.h: - one more fix in
12490: .locate[...][$.reverse(1)]
12491:
12492: 2006-11-01 misha
12493:
12494: * src/classes/math.C: - bug fix, details:
12495: http://www.parser.ru/forum/?id=53360
12496:
12497: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12498: false for all records )[$.reverse(1)]
12499:
12500: * src/main/pa_http.C: - second param for this mid method is length
12501: but not end_index so this method has error and can't detect
12502: charsets in next content-types: Content-type: text/html;
12503: charset="windows-1251" Content-type: text/html;
12504: charset="windows-1251"; Content-type: text/html;
12505: charset=windows-1251;
12506:
12507: only Content-type: text/html; charset=windows-1251 was fine
12508:
12509: 2006-10-31 misha
12510:
12511: * src/classes/file.C: - empty args in file::exec removed now
12512:
12513: 2006-09-03 paf
12514:
12515: * src/classes/file.C: proper tainting of
12516: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12517:
12518: 2006-06-09 paf
12519:
12520: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12521:
12522: * src/classes/table.C: formatting
12523:
12524: * src/classes/table.C: incorporated patch from misha: Sent:
12525: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12526: ignoring string options for ^table.save[]
12527:
12528: * src/classes/hash.C: incorporated patch from misha Sent:
12529: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12530: $hash._default disappear while
12531:
1.211 moko 12532: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12533: $.value[file] $.format[!uue|!base64] << new base64 option.
12534: default uue ] ]
1.95 moko 12535:
12536: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12537: PM Subject: patch for base64 in ^mail:send[] %-)
12538:
12539: 2006-04-09 paf
12540:
12541: * src/main/compile.tab.C: ` change compiled
12542:
1.211 moko 12543: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12544: src/classes/classes.vcproj, src/classes/file.C,
12545: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12546: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12547: src/classes/xnode.C, src/include/pa_array.h,
12548: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12549: src/include/pa_memory.h, src/include/pa_request.h,
12550: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12551: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12552: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12553: src/lib/pcre/pcre_dftables.vcproj,
12554: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12555: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12556: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12557: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12558: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12559: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12560: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12561: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12562: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12563: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12564: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12565: src/types/pa_value.h, src/types/pa_vcookie.C,
12566: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12567: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12568: src/types/pa_vstatus.C, src/types/types.vcproj,
12569: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12570: ^menu, ^hash/hashfile.foreach
12571:
12572: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12573: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12574: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12575: src/classes/xnode.C, src/include/pa_array.h,
12576: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12577: src/include/pa_memory.h, src/include/pa_request.h,
12578: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12579: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12580: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12581: src/lib/pcre/pcre_dftables.vcproj,
12582: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12583: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12584: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12585: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12586: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12587: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12588: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12589: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12590: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12591: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12592: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12593: src/types/pa_value.h, src/types/pa_vcookie.C,
12594: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12595: src/types/pa_vstatus.C, src/types/types.vcproj,
12596: tests/descript.ion: ! switched to VS2005 (projects and
12597: object<info explicitly typed>.for_each(, info)) +
12598: $response:field[] setting void means removing + grammar $name`
12599: name stops now, for mysql `$field` + started ^break[]
12600: ^continue[], in ^for. TODO: to other iterators (while, menu,
12601: foreach) + all log messages += [uri=, method=, cl=]
12602:
12603: * buildall-with-xml: merged . ftp paths update
12604:
12605: * buildall-with-xml: . ftp paths update
12606:
12607: 2006-03-04 paf
12608:
12609: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12610: checks++ [thanks to Igor Zinkovsky for detailed report]
12611:
12612: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12613: Igor Zinkovsky for detailed report]
12614:
12615: 2006-03-01 paf
12616:
12617: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12618: \n to ' ' in
12619:
12620: 2006-02-18 paf
12621:
12622: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12623: \n to ' ' in
12624:
12625: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12626:
12627: 2006-02-03 paf
12628:
12629: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12630: base64
12631:
12632: * src/main/pa_common.C: ! bugfix: decoding from base64
12633:
12634: 2006-01-20 paf
12635:
12636: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12637: economy fix
12638:
12639: * src/classes/: table.C: merged from HEAD ! bugfix
12640: ^table.save[$.encloser-s now handled properly
12641:
12642: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12643: handled properly
12644:
12645: 2006-01-19 paf
12646:
12647: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12648: libgc:USE_MUNMAP activates merging of free memory blocks which
12649: helps a lot in our case: after transform we want
12650: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12651:
12652: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12653: economy fix
12654:
12655: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12656: activates merging of free memory blocks which helps a lot in our
12657: case: after transform we want CORD(main.result)->cstr[big
12658: malloc]->transcode[big malloc]
12659:
12660: 2006-01-17 paf
12661:
12662: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12663: before reading them. got rid of reallocs = became quicker and
12664: less fragmentated
12665:
12666: 2005-12-29 paf
12667:
1.116 moko 12668: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12669: configure, configure.in, src/include/pa_version.h,
12670: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12671: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12672: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12673: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12674: src/lib/ltdl/missing: . merged from 3.2.1
12675:
1.116 moko 12676: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12677: packaged when 'make dist', so do configure companion files in
12678: src/lib/ltdl
12679:
12680: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12681: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12682: missing: . now config_auto.h is created with configure [were
12683: constant]
1.95 moko 12684:
12685: * INSTALL: . references to documentation and some clarification
12686:
12687: * buildall-with-xml, buildall-without-xml: . farawell doc
12688: indication
12689:
1.116 moko 12690: * Makefile.am: . dist+=buildall*
1.95 moko 12691:
12692: 2005-12-28 paf
12693:
12694: * configure: . 3.2.1
12695:
12696: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12697: simplify build process, see INSTALL
12698:
12699: 2005-12-26 paf
12700:
12701: * configure: ver
12702:
12703: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12704: version
12705:
12706: 2005-12-21 paf
12707:
12708: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12709: compiled with bison 1.875b, it reports unexpected token names
12710:
12711: 2005-12-19 paf
12712:
12713: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12714: holds a link to xmlNode to prevent premature gc(xmlNode)
12715:
12716: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12717: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12718: src/main/main.vcproj, src/main/pa_globals.C,
12719: src/targets/cgi/parser3.vcproj,
12720: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12721: configure, configure.in, src/include/pa_version.h: . killing
12722: gdome [what a relief]
12723:
12724: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12725: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12726: run_parser.sh, results/001.processed, results/002.processed,
12727: results/003.processed, results/004.processed,
12728: results/005.processed, results/006.processed,
12729: results/008.processed, results/009.processed,
12730: results/010.processed, results/011.processed,
12731: results/012.processed, results/013.processed,
12732: results/014.processed, results/015.processed,
12733: results/016.processed, results/017.processed,
12734: results/018.processed, results/020.processed,
12735: results/021.processed, results/022.processed,
12736: results/023.processed, results/024.processed,
12737: results/025.processed, results/026.processed,
12738: results/027.processed, results/028.processed,
12739: results/029.processed, results/030.processed,
12740: results/031.processed, results/032.processed,
12741: results/033.processed, results/034.processed,
12742: results/035.processed, results/036.processed,
12743: results/037.processed, results/038.processed,
12744: results/039.processed, results/040.processed,
12745: results/041.processed, results/042.processed,
12746: results/043.processed, results/044.processed,
12747: results/045.processed, results/046.processed,
12748: results/047.processed, results/048.processed,
12749: results/049.processed, results/050.processed,
12750: results/051.processed, results/052.processed,
12751: results/053.processed, results/054.processed,
12752: results/055.processed, results/056.processed,
12753: results/057.processed, results/058.processed,
12754: results/059.processed, results/060.processed,
12755: results/061.processed, results/062.processed,
12756: results/063.processed, results/064.processed,
12757: results/065.processed, results/066.processed,
12758: results/067.processed, results/068.processed,
12759: results/069.processed, results/070.processed,
12760: results/071.processed, results/072.processed,
12761: results/073.processed, results/074.processed,
12762: results/075.processed, results/076.processed,
12763: results/077.processed, results/078.processed,
12764: results/079.processed, results/080.processed,
12765: results/081.processed, results/082.processed,
12766: results/083.processed, results/084.processed,
12767: results/085.processed, results/086.processed,
12768: results/087.processed, results/088.processed,
12769: results/089.processed, results/090.processed,
12770: results/091.processed, results/092.processed,
12771: results/093.processed, results/094.processed,
12772: results/095.processed, results/096.processed,
12773: results/097.processed, results/099.processed,
12774: results/100.processed, results/101.processed,
12775: results/102.processed, results/104.processed,
12776: results/105.processed, results/106.processed,
12777: results/107.processed, results/108.processed,
12778: results/109.processed, results/110.processed,
12779: results/111.processed, results/112.processed,
12780: results/113.processed, results/114.processed,
12781: results/115.processed, results/117.processed,
12782: results/119.processed, results/120.processed,
12783: results/121.processed, results/122.processed,
12784: results/123.processed, results/124.processed,
12785: results/125.processed, results/126.processed,
12786: results/127.processed, results/128.processed,
12787: results/129.processed, results/130.processed,
12788: results/131.processed, results/132.processed,
12789: results/133.processed, results/134.processed,
12790: results/135.processed, results/136.processed,
12791: results/138.processed, results/139.processed,
12792: results/140.processed, results/141.processed,
12793: results/142.processed, results/143.processed,
12794: results/144.processed, results/145.processed,
12795: results/146.processed, results/147.processed,
12796: results/148.processed, results/149.processed, results/auto.p: .
12797: now works if we turn off default auto.p
12798:
1.116 moko 12799: * configure: . makes
1.95 moko 12800:
12801: * src/types/pa_vxnode.C: . less warnings
12802:
12803: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12804: tests/145.html, tests/149.html, tests/descript.ion,
12805: tests/outputs/d.cmd, tests/results/142.processed,
12806: tests/results/143.processed, tests/results/144.processed,
12807: tests/results/145.processed, tests/results/146.processed,
12808: tests/results/147.processed, tests/results/148.processed,
12809: tests/results/149.processed: . removed .nodeValue from all node
12810: types other than 5 (grabbed piece from gdome)
12811:
12812: * tests/: 137.html, results/137.processed: . not handled this case
12813: yet. code does not hang from inserting parent into child,
12814: considering thing minor issue -- nodes are removed from source
12815: anyway, don't know why shold that be an error after all
12816:
12817: * src/targets/cgi/parser3.C: . style
12818:
12819: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12820: xdoc too [were barking "not element"]
12821:
12822: 2005-12-16 paf
12823:
12824: * tests/: 146.html, 147.html, 148.html: . more tests
12825:
12826: * src/classes/xnode.C: . also bark on possible errors
12827:
12828: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12829: props
12830:
12831: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12832: main/compile.y: merged from HEAD ! fixed overoptimized
12833: ^call(false) case. (confused it with ^call[] case)
12834:
12835: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12836: ^call(false) case. (confused it with ^call[] case)
12837:
12838: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12839:
12840: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12841: results/001.processed, results/002.processed,
12842: results/003.processed, results/004.processed,
12843: results/005.processed, results/006.processed,
12844: results/008.processed, results/009.processed,
12845: results/010.processed, results/011.processed,
12846: results/012.processed, results/013.processed,
12847: results/014.processed, results/015.processed,
12848: results/016.processed, results/017.processed,
12849: results/018.processed, results/019.processed,
12850: results/020.processed, results/021.processed,
12851: results/022.processed, results/023.processed,
12852: results/024.processed, results/025.processed,
12853: results/026.processed, results/027.processed,
12854: results/028.processed, results/029.processed,
12855: results/030.processed, results/031.processed,
12856: results/032.processed, results/033.processed,
12857: results/034.processed, results/035.processed,
12858: results/036.processed, results/037.processed,
12859: results/038.processed, results/039.processed,
12860: results/040.processed, results/041.processed,
12861: results/042.processed, results/043.processed,
12862: results/044.processed, results/045.processed,
12863: results/046.processed, results/047.processed,
12864: results/048.processed, results/049.processed,
12865: results/050.processed, results/051.processed,
12866: results/052.processed, results/053.processed,
12867: results/054.processed, results/055.processed,
12868: results/056.processed, results/057.processed,
12869: results/058.processed, results/059.processed,
12870: results/060.processed, results/061.processed,
12871: results/062.processed, results/063.processed,
12872: results/064.processed, results/065.processed,
12873: results/066.processed, results/067.processed,
12874: results/068.processed, results/069.processed,
12875: results/070.processed, results/071.processed,
12876: results/072.processed, results/073.processed,
12877: results/074.processed, results/075.processed,
12878: results/076.processed, results/077.processed,
12879: results/078.processed, results/079.processed,
12880: results/080.processed, results/081.processed,
12881: results/082.processed, results/083.processed,
12882: results/084.processed, results/085.processed,
12883: results/086.processed, results/087.processed,
12884: results/088.processed, results/089.processed,
12885: results/090.processed, results/091.processed,
12886: results/092.processed, results/093.processed,
12887: results/094.processed, results/095.processed,
12888: results/096.processed, results/097.processed,
12889: results/099.processed, results/101.processed,
12890: results/102.processed, results/104.processed,
12891: results/105.processed, results/106.processed,
12892: results/107.processed, results/108.processed,
12893: results/109.processed, results/110.processed,
12894: results/111.processed, results/112.processed,
12895: results/113.processed, results/114.processed,
12896: results/115.processed, results/116.processed,
12897: results/117.processed, results/118.processed,
12898: results/119.processed, results/120.processed,
12899: results/121.processed, results/122.processed,
12900: results/123.processed, results/124.processed,
12901: results/125.processed, results/126.processed,
12902: results/127.processed, results/128.processed,
12903: results/129.processed, results/130.processed,
12904: results/131.processed, results/132.processed,
12905: results/133.processed, results/134.processed,
12906: results/135.processed, results/136.processed,
12907: results/137.processed, results/138.processed,
12908: results/139.processed, results/140.processed,
12909: results/141.processed: . refreshed old tests, made them work
12910: without auto.p (in utf8) . things noted: . gif got encoded
12911: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12912: some strange year)
12913:
12914: * INSTALL: . revived linux libgc fix
12915:
12916: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12917: glib/gdome in INSTALL and patches]
12918:
12919: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12920: include/pa_charset.h, include/pa_config_includes.h,
12921: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12922: include/pa_xml_exception.h, lib/cord/Makefile.am,
12923: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12924: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12925: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12926: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12927: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12928: types/pa_vxnode.h: . started killing gdome
12929:
12930: 2005-12-13 paf
12931:
12932: * src/main/: pa_request.C: merged from HEAD ! when code in
12933: @unhandled_exception thrown another exception, print correct
12934: origin (earlier code in catch of exception inside of
12935: @unhandled_exception grabbed parent_frame(original_exception)
12936: origin and printed it, instead of true origin)
12937:
12938: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12939: another exception, print correct origin (earlier code in catch of
12940: exception inside of @unhandled_exception grabbed
12941: parent_frame(original_exception) origin and printed it, instead
12942: of true origin)
12943:
12944: 2005-12-09 paf
12945:
12946: * INSTALL: . updated INSTALL doc to work around linux stack base
12947: detection problem, due to change in gc6.4 code
12948:
12949: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12950: ignored in ^string.matched :(
12951:
12952: * src/main/pa_string.C: ! regex tainting were ignored in
12953: ^string.matched :(
12954:
12955: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12956: src/include/pa_config_fixed.h, src/include/pa_version.h,
12957: src/main/compile.y, src/main/compile_tools.h,
12958: src/main/pa_charset.C, src/main/pa_common.C,
12959: src/main/pa_globals.C, src/main/pa_string.C,
12960: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12961: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12962:
12963: 2005-12-08 paf
12964:
12965: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12966: 500 chars now handled OK [were wrapped on 500th char according to
12967: rfc, but sendmail failed to unwrap it properly]
12968:
12969: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12970: handled OK [were wrapped on 500th char according to rfc, but
12971: sendmail failed to unwrap it properly]
12972:
12973: * src/targets/isapi/parser3isapi.C: . less warnings
12974:
12975: * src/targets/isapi/parser3isapi.C: . undone some strange change
12976: since 3.1.5
12977:
12978: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12979: link fixes
12980:
12981: * src/: classes/date.C, include/pa_config_fixed.h,
12982: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12983: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12984: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12985:
12986: * src/include/pa_config_fixed.h: . removed outdated string origins
12987: [in current storage scheme there's no place for them. someday we
12988: can add third CORD to store origins and special version of parser
12989: which stores origins there [separate binary]]
12990:
12991: 2005-12-07 paf
12992:
12993: * src/targets/isapi/parser3isapi.C: . now links in release mode
12994:
12995: * src/include/pa_version.h: makefiles
12996:
12997: * src/include/pa_version.h: . not beta
12998:
12999: * configure, configure.in, src/include/pa_version.h: not beta
13000:
13001: 2005-12-06 paf
13002:
13003: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
13004: [some details here http://i2/tasks/edit/?id=4869912143891354460]
13005: decided to undo the change ^call[$void] passes void. now it will
13006: pass empty string again.
13007:
13008: * src/main/: compile.tab.C, compile.y: . version readded
13009:
13010: * src/classes/op.C: . in this version there is no ^switch[$nothing]
13011: = ^switch[void] problem
13012:
13013: 2005-12-01 paf
13014:
13015: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
13016: caused ^case[string] to be coerced to double since searching
13017: value were not string (it was vvoid)
13018:
13019: * src/classes/op.C: . bugfix ^switch[$void_value] caused
13020: ^case[string] to be coerced to double since searching value were
13021: not string (it was vvoid)
13022:
13023: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
13024: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
13025:
13026: 2005-11-30 paf
13027:
13028: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
13029: win32 must putenv("TZ="), on unix works only putenv("TZ")
13030:
13031: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
13032: putenv("TZ="), on unix works only putenv("TZ")
13033:
13034: * INSTALL: . xml libs versions updated
13035:
13036: * src/main/pa_globals.C: //20051130 trying to remove this, author
13037: claims that fixed a lot there // 20040920 for now both
13038: workarounds needed. wait for new libxml/xsl versions
13039:
13040: 2005-11-28 paf
13041:
13042: * src/classes/table.C: merged from HEAD: ! nameless table has
13043: columns==0
13044:
13045: * src/classes/table.C: ! nameless table has columns==0
13046:
13047: * src/main/pa_http.C: merged from HEAD: ! status line check made
13048: earlier [was totally wrong]
13049:
13050: * src/main/pa_http.C: ! status line check made earlier [was totally
13051: wrong]
13052:
13053: 2005-11-25 paf
13054:
13055: * src/include/pa_array.h: -this reduces speed(table::load) strange.
13056: undoing for now...
13057:
13058: * src/include/pa_version.h: -this reduces speed(table::load),
13059: strange. undoing
13060:
13061: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
13062:
13063: * src/classes/op.C: + ^while(){}[SEPARATOR]
13064:
13065: * src/include/pa_array.h: + optimistics added: all arrays (table
13066: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
13067: this speeds things up and saves memory a LOT! (not noticed
13068: negative effect on syntetic tests, future will tell...)
13069:
13070: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
13071: changed gc_malloc implementation, which obscured profiling
13072:
13073: * src/classes/table.C: merged from HEAD: + optimized
13074: table::load/sql, now row ArrayString-s allocated with
13075: columns.count() elements and don't always grow from
13076: count=3[realloc,realloc]
13077:
13078: * src/classes/table.C: + optimized table::load/sql, now row
13079: ArrayString-s allocated with columns.count() elements and don't
13080: always grow from count=3[realloc,realloc]
13081:
13082: * src/classes/table.C: merged from HEAD: . ^table.save unused
13083: buffer after save
13084:
13085: * src/classes/table.C: . ^table.save unused buffer after save
13086:
13087: 2005-11-24 paf
13088:
13089: * configure.in: . merged glib2-config patch
13090:
13091: * configure.in: + trying to find glib2-config
13092:
13093: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13094: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
13095: file/dir_readable to simple file/dir_exist, this would help in
13096: situations "class not found because .p file has bad rights" << in
13097: that case error would be explicit "access denied to 'this' file"
13098:
1.116 moko 13099: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 13100:
13101: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13102: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
13103: to simple file/dir_exist, this would help in situations "class
13104: not found because .p file has bad rights" << in that case error
13105: would be explicit "access denied to 'this' file"
13106:
13107: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
13108: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13109: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
13110: ^file::exec/cgi[script;$.charset[changed]
13111: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13112: encoded in $.charset charset
13113:
13114: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
13115: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13116: encoded in $.charset charset
13117:
13118: * src/: include/Makefile.am, include/pa_common.h,
13119: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13120: main/pa_common.C, main/pa_http.C: . extracted http:// into
13121: separate file [preparation for
13122: ^file::cgi[script;$.form[$.field1[]
13123:
13124: 2005-11-22 paf
13125:
13126: * src/: include/pa_version.h, main/compile.tab.C: makefiles
13127:
13128: * acinclude.m4, configure.in: . merged underquting fixes
13129:
1.116 moko 13130: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 13131:
13132: * src/classes/op.C: . overmerged a little
13133:
13134: * src/main/compile.tab.C: Makefile
13135:
13136: * src/main/: pa_common.C: . less gcc warnings
13137:
13138: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
13139: now reports original exception if we have no old cache
13140:
13141: * src/classes/op.C: + $exception.handled[cache] now reports
13142: original exception if we have no old cache
13143:
13144: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
13145: from HEAD: + ^taint/untaint[regex] << escapes these:
13146: \^$.[]|()?*+{}
13147:
13148: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
13149: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
13150:
13151: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13152: getenv-ed variable, which does not work both on win32&unix.
13153: copied old TZ value now
13154:
13155: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
13156: stored pointer to getenv-ed variable, which does not work both on
13157: win32&unix. copied old TZ value now
13158:
13159: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13160: getenv-ed variable, which does not work both on win32&unix.
13161: copied old TZ value now
13162:
13163: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
13164: access to internal hash
13165:
13166: * src/types/pa_vresponse.C: + $response:headers access to internal
13167: hash
13168:
13169: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
13170: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13171: isapi] this reduces number of "GC Warning: Repeated allocation of
13172: very large block" messages to only important onces
13173:
13174: * src/targets/isapi/parser3isapi.C: +
13175: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13176: isapi] this reduces number of "GC Warning: Repeated allocation of
13177: very large block" messages to only important onces
13178:
13179: * src/classes/string.C: merged from HEAD: + removed limitation on
13180: ^string/int/double:sql{}[$.default[({param style})] ]
13181:
13182: * src/classes/string.C: + removed limitation on
13183: ^string/int/double:sql{}[$.default[({param style})] ]
13184:
13185: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
13186: with ?params or $.form option" limitation
13187:
13188: * src/main/pa_common.C: + removed "use either uri with ?params or
13189: $.form option" limitation
13190:
13191: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13192: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
13193: ^file::base64[encoded] decode
13194:
13195: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13196: main/pa_common.C: + ^file.base64[] encode +
13197: ^file::base64[encoded] decode
13198:
13199: * src/classes/: file.C, string.C: + ^string.base64[] encode +
13200: ^string:base64[encoded] decode
13201:
13202: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
13203: ^string:base64[in] encode + ^string.base64[] decode
13204:
13205: 2005-11-21 paf
13206:
13207: * src/classes/file.C: + merged from HEAD:
13208: ^file::create[text;file.xml;^untaint[xml]{data}]
13209:
13210: * src/classes/file.C: +
13211: ^file::create[text;file.xml;^untaint[xml]{data}]
13212:
13213: * src/main/pa_request.C: ! merged: $response:body[file] now
13214: differes from :download, it does not return content-disposition
13215: at all now [previusely it returned valueless content-disposition]
13216:
13217: * src/main/pa_request.C: ! $response:body[file] now differes from
13218: :download, it does not return content-disposition at all now
13219: [previusely it returned valueless content-disposition]
13220:
13221: * src/main/: compile.tab.C, compile.y: ! overoptimized void
13222: literals, reverted to just vvod, recreating empty array with each
13223: void_value token. that's absolutely needed, since that array
13224: grows
13225:
13226: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13227: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13228: types/pa_vmethod_frame.h: + merged: expression literals:
13229: true/false. ^format[$.indent(true)]
13230:
13231: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13232: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13233: types/pa_vmethod_frame.h: + expression literals: true/false.
13234: ^format[$.indent(true)]
13235:
13236: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13237: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13238: i386-pc-win32)"
13239:
13240: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13241: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13242: i386-pc-win32)"
13243:
13244: 2005-11-18 paf
13245:
13246: * src/classes/: double.C, int.C: ! ^int/double:sql{select
13247: null}[$.default(123)] will now return default value
13248:
13249: * src/classes/op.C: + merged ^cache[] << returns current cache
13250: expiration time
13251:
13252: * src/classes/op.C: + ^cache[] << returns current cache expiration
13253: time
13254:
13255: * src/classes/table.C: ! merged ^table::create[not'nameless';
13256: failed << Exception.problem_source pointed to local var!
13257:
13258: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
13259: Exception.problem_source pointed to local var!
13260:
13261: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
13262: now loads VFile.ptr!=0, so such files can be saved now
13263:
13264: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
13265: loads VFile.ptr!=0, so such files can be saved now
13266:
13267: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
13268: only . and .. now removed from list [were removed all .*]
13269:
13270: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
13271: .. now removed from list [were removed all .*]
13272:
13273: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
13274: open error now checked, were not :( [stole that piece from apache
13275: 1.3 sources]
13276:
13277: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
13278: checked, were not :( [stole that piece from apache 1.3 sources]
13279:
13280: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
13281: untainting of @main result if returned by $result or
13282: $response:body
13283:
13284: * src/main/pa_request.C: ! ensured proper untainting of @main
13285: result if returned by $result or $response:body
13286:
13287: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
13288: issue: now tries to guess content-length and allocates one big
13289: piece if possible [regretfully gc_realloc works as malloc+free,
13290: leaving lots of holes behind]
13291:
13292: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
13293: fixed file load memory issue: now tries to guess content-length
13294: and allocates one big piece if possible [regretfully gc_realloc
13295: works as malloc+free, leaving lots of holes behind]
13296:
13297: 2005-11-16 paf
13298:
13299: * src/: include/pa_common.h, classes/file.C, classes/table.C,
13300: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
13301: table::save with enclosers now doubles them: "->"" !
13302: table::save/load do not remove elements from options hash
13303:
13304: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13305: [were overoptimized ^if(double_literal), compiler confused
13306: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13307:
13308: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13309: [were overoptimized ^if(double_literal), compiler confused
13310: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13311:
13312: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13313: main/pa_common.C: ! table::save with enclosers now doubles them:
13314: "->"" ! table::save/load do not remove elements from options hash
13315:
13316: 2005-11-03 paf
13317:
1.116 moko 13318: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13319: compilation, not all makefiles liked that
1.95 moko 13320:
13321: 2005-08-30 paf
13322:
13323: * src/classes/op.C: merge . speedup check of [DEFAULT]
13324:
13325: * src/classes/op.C: . speedup check of [DEFAULT]
13326:
13327: 2005-08-26 paf
13328:
13329: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13330:
13331: * src/: classes/date.C, types/pa_vdate.h: + date.week
13332:
13333: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13334: complains about bad!=nameless
13335:
13336: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13337: about bad!=nameless
13338:
13339: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13340: optional options were allowed to be empty. were checked
13341: if(is_string), changed to !defined||is_string to allow void
13342:
13343: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13344: classes/string.C, classes/table.C, classes/void.C: ! optional
13345: options were allowed to be empty. were checked if(is_string),
13346: changed to !defined||is_string to allow void
13347:
13348: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13349: as_junction where they needed as_int/double, so failed with
13350: recent "(const) now no junction" optimization
13351:
13352: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13353: merged ! many classes/* used as_junction where they needed
13354: as_int/double, so failed with recent "(const) now no junction"
13355: optimization
13356:
13357: * src/: classes/double.C, classes/int.C, classes/math.C,
13358: classes/op.C, classes/string.C, classes/table.C,
13359: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13360: used as_junction where they needed as_int/double, so failed with
13361: recent "(const) now no junction" optimization
13362:
13363: 2005-08-24 paf
13364:
13365: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13366: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13367: stripped it
13368:
13369: 2005-08-09 paf
13370:
13371: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13372: not cleared
13373:
13374: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13375: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13376: classes/hashfile.C, classes/image.C, classes/int.C,
13377: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13378: classes/response.C, classes/string.C, classes/table.C,
13379: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13380: include/pa_array.h, include/pa_cache_managers.h,
13381: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13382: include/pa_config_fixed.h, include/pa_config_includes.h,
13383: include/pa_dictionary.h, include/pa_dir.h,
13384: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13385: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13386: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13387: include/pa_request_charsets.h, include/pa_request_info.h,
13388: include/pa_sapi.h, include/pa_socks.h,
13389: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13390: include/pa_stack.h, include/pa_string.h,
13391: include/pa_stylesheet_connection.h,
13392: include/pa_stylesheet_manager.h, include/pa_table.h,
13393: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13394: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13395: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13396: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13397: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13398: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13399: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13400: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13401: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13402: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13403: main/pa_sql_driver_manager.C, main/pa_string.C,
13404: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13405: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13406: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13407: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13408: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13409: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13410: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13411: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13412: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13413: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13414: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13415: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13416: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13417: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13418: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13419: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13420: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13421: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13422: types/pa_vresponse.C, types/pa_vresponse.h,
13423: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13424: types/pa_vstateless_object.h, types/pa_vstatus.C,
13425: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13426: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13427: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13428: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13429: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13430:
13431: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13432: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13433: speedup consequent checks in vmethod_frame
13434:
13435: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13436: not cleared
13437:
13438: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13439: params: 50 max (were 10)
13440:
13441: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13442: params: 50 max (were 10)
13443:
13444: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13445: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13446: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13447: empty string) ! simplified (double) speedup consequent checks in
13448: vmethod_frame
13449:
13450: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13451: optimized constants in expressions vstring->vdouble + optimized
13452: ^call(vdouble), no junction creation, no calls later
13453:
13454: 2005-08-08 paf
13455:
13456: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13457: compile_tools.h: merged + optimized constants in expressions
13458: vstring->vdouble + optimized ^call(vdouble), no junction
13459: creation, no calls later
13460:
13461: * src/types/pa_vdouble.h: merged . double values without fractional
13462: part now default printed as %.0f instead of %g
13463:
13464: * src/types/pa_vdouble.h: . double values without fractional part
13465: now default printed as %.0f instead of %g
13466:
13467: * src/classes/hashfile.C: . merged ! second hashfile::open would
13468: cause an exception
13469:
13470: * src/classes/hashfile.C: ! second hashfile::open would cause an
13471: exception
13472:
13473: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13474: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13475: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13476: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13477: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13478: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13479: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13480: types/pa_vresponse.h, types/pa_vstateless_class.C,
13481: types/pa_vstateless_object.h, types/pa_vvoid.h,
13482: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13483: merged VJunction(new Junction) optimization from 3.1.4
13484:
13485: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13486: types/pa_vstateless_class.C: + optimized new VJunction(new
13487: Junction(params)) to new VJunction(params), thousands of mallocs
13488: removed
13489:
13490: 2005-08-05 paf
13491:
13492: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13493: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13494: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13495: creation, no calls later
13496:
13497: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13498: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13499: classes/hashfile.C, classes/image.C, classes/int.C,
13500: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13501: classes/response.C, classes/string.C, classes/table.C,
13502: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13503: include/pa_array.h, include/pa_cache_managers.h,
13504: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13505: include/pa_config_fixed.h, include/pa_config_includes.h,
13506: include/pa_dictionary.h, include/pa_dir.h,
13507: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13508: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13509: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13510: include/pa_request_charsets.h, include/pa_request_info.h,
13511: include/pa_sapi.h, include/pa_socks.h,
13512: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13513: include/pa_stack.h, include/pa_string.h,
13514: include/pa_stylesheet_connection.h,
13515: include/pa_stylesheet_manager.h, include/pa_table.h,
13516: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13517: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13518: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13519: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13520: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13521: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13522: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13523: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13524: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13525: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13526: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13527: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13528: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13529: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13530: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13531: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13532: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13533: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13534: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13535: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13536: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13537: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13538: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13539: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13540: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13541: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13542: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13543: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13544: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13545: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13546: types/pa_vstateless_object.h, types/pa_vstatus.C,
13547: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13548: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13549: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13550: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13551: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13552:
13553: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13554: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13555: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13556: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13557: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13558: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13559: optimized constants in expressions vstring->vdouble
13560:
13561: 2005-07-29 paf
13562:
13563: * src/types/pa_vclass.C: . shaped up error messages a bit
13564:
13565: * src/types/pa_vclass.C: + property getter can now be overridden
13566:
13567: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13568: bug fix: static parent fields were not replaced in case
13569: $derived:field[put] + property setter can now be overridden
13570:
13571: 2005-07-28 paf
13572:
13573: * configure, configure.in, src/classes/classes.h,
13574: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13575: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13576: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13577: src/classes/xnode.h, src/include/pa_hash.h,
13578: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13579: src/types/Makefile.am, src/types/pa_method.h,
13580: src/types/pa_value.h, src/types/pa_vclass.C,
13581: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13582: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13583: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13584: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13585: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13586: src/types/pa_vobject.C, src/types/pa_vobject.h,
13587: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13588: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13589: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13590: src/types/pa_vstateless_class.h,
1.95 moko 13591: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13592: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13593: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13594: dynamic_fields_join
13595:
13596: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13597: classes/xnode.C, include/pa_hash.h, main/execute.C,
13598: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13599: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13600: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13601: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13602: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13603: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13604: types/pa_vresponse.h, types/pa_vstateless_object.h,
13605: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13606: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13607: restored its checks in vobject.put_element->static fields |
13608: dynamic properties
13609:
13610: 2005-07-27 paf
13611:
13612: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13613: is some old code containing @set_name $name
13614:
13615: * src/types/pa_vobject.h: . fixed warning
13616:
13617: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13618: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13619:
13620: * src/: classes/xnode.C, include/pa_hash.h,
13621: types/pa_vstateless_class.C: ! new asserts were all false.
13622: regretfully reverted them all to checks
13623:
13624: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13625: classes/op.C, main/execute.C, types/pa_method.h,
13626: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13627: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13628: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13629: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13630: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13631: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13632: types/pa_vstateless_object.h, types/pa_vvoid.h,
13633: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13634: joined_dynamic_fields: removed unused param from put_method
13635: (returned to 3 params)
13636:
13637: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13638: joined_dynamic_fields: dynamic get/set works with overriding
13639: props [alpha2]
13640:
13641: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13642: works [alfa]
13643:
13644: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13645: classes/op.C, include/pa_hash.h, main/execute.C,
13646: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13647: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13648: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13649: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13650: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13651: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13652: types/pa_vresponse.h, types/pa_vstateless_class.C,
13653: types/pa_vstateless_object.h, types/pa_vvoid.h,
13654: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13655: joined_dynamic_fields: just compiled
13656:
13657: * src/: classes/date.C, classes/file.C, classes/hash.C,
13658: classes/hashfile.C, classes/image.C, classes/table.C,
13659: classes/xdoc.C, classes/xnode.h, main/execute.C,
13660: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13661: types/pa_vstateless_class.h: joined_dynamic_fields: started
13662:
13663: * src/types/pa_vobject.C: . object setters [only started, does not
13664: work yet]
13665:
13666: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13667: object setters [only started, does not work yet]
13668:
13669: 2005-07-26 paf
13670:
13671: * src/: include/pa_request.h, main/execute.C: . properties: set
13672: works [alpha2]. for classes. todo: for objects
13673:
13674: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13675: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13676: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13677: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13678: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13679: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13680: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13681: types/pa_vstateless_object.h, types/pa_vvoid.h,
13682: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13683: properties: set works [alpha1]
13684:
13685: 2005-07-25 paf
13686:
13687: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13688: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13689: properties: started, get works [alpha1, other approach]
13690:
13691: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13692: properties: started, get works [alpha2]
13693:
13694: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13695: pa_vstateless_class.h: . properties: started, get works [alpha]
13696:
13697: 2005-07-15 paf
13698:
13699: * src/: classes/classes.h, classes/op.C, main/execute.C,
13700: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13701: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13702: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13703: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13704: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13705: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13706: types/pa_vresponse.C, types/pa_vresponse.h,
13707: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13708: types/pa_vstateless_object.h, types/pa_vvoid.h,
13709: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13710: types/pa_wwrapper.h, types/types.vcproj: + started property
13711: [getters work but think of changing them too to precaching]
13712:
13713: 2005-07-08 paf
13714:
13715: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13716: gpf
13717:
13718: 2005-06-28 paf
13719:
13720: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13721: in passing empty strings to file::exec/cgi environment
13722:
13723: 2005-06-06 paf
13724:
13725: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13726: ^table:sql ^hash:sql now DO process $.bind option
13727:
13728: 2005-05-24 paf
13729:
13730: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13731: $.limit] now work again [support was broken in 3.1.4]
13732:
13733: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13734: ALL_INTERIOR_POINTERS
13735:
13736: 2005-05-12 paf
13737:
13738: * configure: 3.1.5beta
13739:
13740: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13741:
13742: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13743: $.limit] now work again [support was broken in 3.1.4]
13744:
13745: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13746: line-width [was refusing to fill if line-width >1, thanks to
13747: Seras <seras@pinxit.lt> for repro case
13748:
13749: 2005-04-25 paf
13750:
13751: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13752: correctly
13753:
13754: 2005-04-19 paf
13755:
13756: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13757: in VString violating invariant!!
13758:
13759: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13760: getenv("TZ")==null
13761:
13762: 2005-04-08 paf
13763:
13764: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13765: bugfix: when there is no char in charset one byte produces 6
13766: (ÿ <<max). increased buffer size!
13767:
13768: 2005-03-23 paf
13769:
13770: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13771: ^date.sql-string now takes TZ into account
13772:
13773: 2005-03-16 paf
13774:
13775: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13776: gcc 3.4
13777:
13778: * src/types/pa_vhash.C: . warning about eof eol
13779:
13780: 2005-02-17 paf
13781:
1.211 moko 13782: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13783: ^sleep(double seconds)
1.95 moko 13784:
13785: 2005-02-02 paf
13786:
13787: * src/classes/xnode.C: beauty: removed needless includes
13788:
13789: 2005-01-31 paf
13790:
13791: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13792: $.partNoNumber now alias to $.part1
13793:
13794: * src/types/pa_vmail.C: change: incoming letter part contains
13795: "content-disposition" header with any value? now considering that
13796: part to be "file#" [for text/plain text/html were $.text#
13797: $.html#]
13798:
13799: * INSTALL: updatet to latest working versions available
13800:
13801: 2005-01-20 paf
13802:
13803: * configure.in, src/include/pa_version.h: version
13804:
13805: 2005-01-19 paf
13806:
1.116 moko 13807: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13808: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13809: couple warnings in parser3.C
1.95 moko 13810:
13811: 2004-12-23 paf
13812:
13813: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13814:
13815: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13816: dir to directory of script (when shbang used), not to directory
13817: of its interpreter
13818:
13819: * src/include/pa_version.h: compiled on win32...
13820:
13821: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13822: we need more hspace
13823:
13824: * configure, configure.in, src/include/pa_version.h: configured
13825: host to pa_version. will be displayed everywhere
13826:
13827: * src/main/pa_request.C: new: @unhandled_exception can prevent
13828: exception from being logged by setting $exception.handled(1)
13829:
1.211 moko 13830: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13831: ^file::sql{query}[[options]] options: $.name[file name]
13832: $.content-type[application/what]
13833:
13834: * src/: include/pa_common.h, main/pa_common.C,
13835: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13836: new file
13837:
13838: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13839: bugfix: table->hash now regards _default
13840:
13841: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13842: created by accessing $name_of_method it acquired bad self=closest
13843: methodframe; instead of proper self (current class)
13844:
13845: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13846: hashfile produced bad cord
13847:
13848: 2004-12-10 paf
13849:
13850: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13851: subsequent failures though defined in .h
13852:
13853: * src/main/pa_common.C: comment on volatile
13854:
13855: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13856: alarm function were not used since the beginning due to stupid
13857: error [setsigjmp were not checked in configure.in]
13858:
13859: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13860: unix too
13861:
13862: * src/main/pa_common.C: http: exception status of send/recv errors
13863: change to most probable http.timeout
13864:
13865: * src/main/pa_common.C: win32: http connection $.timeout option now
13866: works [setsockopt on send/receive]
13867:
13868: 2004-12-08 paf
13869:
13870: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13871: cstr-ed knowing mail charset, and untainting uri lang now knows
13872: proper charset
13873:
13874: 2004-11-24 paf
13875:
13876: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13877:
13878: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13879: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13880:
13881: 2004-11-12 paf
13882:
13883: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13884: [since 3.0.4]
13885:
13886: 2004-11-09 paf
13887:
13888: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13889: writes basics to c:\parser3.log
13890:
13891: 2004-10-21 paf
13892:
13893: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13894: tainted strings [were returning clean onces]
13895:
13896: 2004-10-15 paf
13897:
13898: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13899: cycles(i=1; i=2), which was wrong, now does ONE
13900:
13901: 2004-10-12 paf
13902:
13903: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13904:
13905: 2004-10-07 paf
13906:
13907: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13908: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13909: release asserts
13910:
13911: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13912: String.dump() to stdout in detailed form [were String.v() in
13913: short form]
13914:
13915: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13916: \t\r\n as @#| and truncates long char sequences less
13917:
13918: 2004-10-06 paf
13919:
13920: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13921: win32 beauty: socket errors properly decoded
13922:
13923: 2004-10-05 paf
13924:
13925: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13926: request::configure_user/admin done always, even if no
13927: file-to-process useful in @unhandled_exception [say, if they
13928: would want to mail by SMTP something]
13929:
13930: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13931: now performed prior to file loading [and @auto executing] thus
13932: making $cookie:value available in @auto and in
13933: @unhandled_exception when IIS is configured to run interpreter
13934: even if no file exist
13935:
13936: 2004-09-20 paf
13937:
13938: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13939: somewhere where it should have called xmlMalloc and it calls
13940: xmlFree when it should have not called it. inserted two
13941: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13942: xmlFree just ignored. put away a testcase, maybe someday libxml
13943: author would fix all that. until that day: we have SLOW garbage
13944: collecting when many xml objects are alive hint: do
13945: ^memory:compact[] before xdoc::create
13946:
13947: 2004-09-17 paf
13948:
13949: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13950: error from 3.0.8 version]
13951:
13952: 2004-09-14 paf
13953:
13954: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13955: part bugfix: hashfile.foreach iterated only part if hashfile were
13956: modified inside
13957:
13958: 2004-09-13 paf
13959:
13960: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13961: [were as octal]
13962:
13963: * src/types/pa_vhashfile.C: beauty: not reproduced
13964: $hashfile.key[$novalue] bug [reported by motorin], inserted
13965: safety-check
13966:
13967: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13968: [not something obscure from sdbm lib]
13969:
13970: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13971: = strerror now returnes something and we can properly report that
13972: to client
13973:
13974: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13975: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13976:
13977: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13978: [tainted as-is] this helps //[space][newline] to remain as-is and
13979: not be unnecessary optimized away [ruining javascript]
13980:
13981: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13982: [tainted as-is]
13983:
13984: * src/classes/mail.C: bugfix: typo error
13985:
13986: 2004-09-09 paf
13987:
13988: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
13989: separators bugfix: loads header with endings \r\n\r\n and \n\n
13990: (bloody yandex.server)
13991:
13992: 2004-09-06 paf
13993:
13994: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
13995: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
13996: encoded
13997:
13998: 2004-09-01 paf
13999:
14000: * src/types/pa_vmail.C: change: multipart/mixed changed to
14001: multipart/related outlook express have no problems showing
14002: unrelated attachments. todo: someday figure out a way of
14003: multipart/mixed multipart/related text/html
14004: image/xxx application/octet-stream << true attachments
14005:
14006: * src/types/pa_vmail.C: new:
14007: ^mail:send[$.file[$.content-disposition can be overriden new:
14008: empty mail header fields removed from letter
14009:
14010: * src/: classes/mail.C, include/pa_config_fixed.h,
14011: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
14012: ^mail:send[ $.file[ $.any[header]
14013:
14014: 2004-08-30 paf
14015:
14016: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
14017: warnings
14018:
14019: * src/main/pa_common.C: beauty: do not bother with charset
14020: detection when ^file::load[binary
14021:
14022: 2004-08-27 paf
14023:
14024: * src/main/pa_common.C: hack: for yandex.server http server
14025:
14026: 2004-08-18 paf
14027:
14028: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
14029: possibly-chunked response
14030:
14031: 2004-08-17 paf
14032:
14033: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14034: $f.content-type now = that of http response
14035:
14036: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14037: $f.content-type now = that of http response
14038:
14039: 2004-07-30 paf
14040:
14041: * src/: include/pa_request.h, main/pa_request.C,
14042: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
14043: win32: system&parser exceptions in release mode reported properly
14044: parser exception in exception handler WERE mistakenly reported as
14045: system exception, without details [in apache & isapi] +some
14046: beauty in exception text
14047:
14048: * src/: include/pa_exception.h, main/pa_request.C,
14049: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
14050: release mode reported properly parser exception in exception
14051: handler WERE mistakenly reported as system exception, without
14052: details
14053:
14054: * src/main/execute.C: beauty: simplified system exception handling
14055:
14056: 2004-07-29 paf
14057:
14058: * src/classes/table.C: bugfix:
14059: ^table.save[export.csv;$.separator[^;]] now works fine [separator
14060: were ignored, and \t used unconditionally]
14061:
14062: * src/types/Makefile.am: added vhash.c
14063:
14064: 2004-07-28 paf
14065:
14066: * src/: classes/date.C, classes/image.C, classes/math.C,
14067: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
14068: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
14069: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
14070: failed on russian letters
14071:
14072: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
14073: bugfix: isspace((unsigned char)c) everywhere. failed on russian
14074: letters
14075:
14076: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
14077: as 'currentDirectory' parameter to CreateProcess
14078:
14079: 2004-07-27 paf
14080:
14081: * src/targets/cgi/parser3.vcproj: beauty: win32:
14082: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
14083: from release somewhere [to help searching for unhandled system
14084: exceptions]
14085:
14086: * src/types/pa_vdate.h: check: for invalid datetime after temporary
14087: TZ shift
14088:
14089: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
14090: but also in ctor
14091:
14092: 2004-07-26 paf
14093:
1.211 moko 14094: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14095: src/main/pa_common.C, src/main/pa_request.C,
14096: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 14097: src/types/types.vcproj: new: $response:body/download[
14098: $.file[name on disk] $.name[of file for user]
14099: $.mdate[date of last-modified. default from directory] ]
14100:
14101: * src/classes/file.C: moving file:send somewhere else..
14102:
14103: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
14104: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
14105: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
14106: $response:download[ $.filename[filename] $.option[] ,, ]
14107:
14108: * src/classes/file.C: beauty: invalid mode thoroughly reported
14109:
14110: 2004-07-21 paf
14111:
14112: * src/types/pa_vmail.C: bugfix: too long header values now splitted
14113: to several lines
14114:
14115: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
14116:
14117: note: ms outlook[!express] shows only first 255 characters of
14118: subject
14119:
14120: 2004-07-15 paf
14121:
14122: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
14123: off]
14124:
14125: 2004-07-14 paf
14126:
14127: * src/classes/table.C: bugfix: $.bind values now got untainted
14128: according to lang [were: as-is]
14129:
14130: 2004-07-07 paf
14131:
14132: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
14133: checked that
14134:
14135: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
14136: now untainted according to their languages. were: as-is.
14137: EVERYWHERE
14138:
14139: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
14140: environment string now untainted according to their languages.
14141: were: as-is. EVERYWHERE
14142:
14143: * src/main/pa_exec.C: bufix: on unix environment string now
14144: untainted according to their languages. were: as-is. on win32:
14145: ok
14146:
14147: * parser3.vssscc: ...would not go unnoticed
14148:
14149: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
14150: fails. in case on input appears nonutf, those bytes will be
14151: printed in %HH form. that can be easily decoded/recovered.
14152:
14153: this form is quite noticable, and hopefully would not go noticed
14154:
14155: 2004-07-06 paf
14156:
14157: * src/main/pa_exec.C: bufix: on unix environment string now
14158: untainted according to their languages. were: as-is. on win32:
14159: ok
14160:
14161: 2004-07-01 paf
14162:
14163: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
14164: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
14165: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14166: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
14167: main/main.vcproj, targets/cgi/parser3.vcproj,
14168: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
14169: option: global optimization ON
14170:
14171: * src/main/untaint.C: workaround kinda bug in libxml: life requires
14172: to do xdoc::create{invalid chars} standard disables chars less
14173: then \x20, except tab, cr, lf.
14174:
14175: changed tainting so that those become '!'
14176:
14177: 2004-06-25 paf
14178:
14179: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14180: int on odd address [prev bugfix failed due to superwize
14181: optimizer, which turned memcpy into same 'ld' asm command]
14182:
14183: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14184: int on odd address
14185:
14186: 2004-06-22 paf
14187:
14188: * src/sql/pa_sql_driver.h: note: about possible optimization
14189:
1.211 moko 14190: * operators.ru.txt, operators.txt, src/classes/hash.C,
14191: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
14192: src/classes/void.C, src/include/pa_config_includes.h: new:
14193: ^void:sql{call paf(:a)}[ $.bind[
14194: $.a[2] ] ] output variables work. todo:
14195: check in out variables
1.95 moko 14196:
14197: 2004-06-18 paf
14198:
14199: * src/: classes/file.C, classes/hash.C, classes/string.C,
14200: classes/table.C, classes/void.C, include/pa_globals.h,
14201: include/pa_sql_connection.h, main/compile.tab.C,
14202: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
14203: $.bind[ $.a[2] ]
14204: ] input variables work. todo:output
14205:
14206: * src/targets/cgi/parser3.C: bugfix: iis specific
14207: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
14208: /_bug.html?404;http://hpsv/test/
14209: --------------------------------------------------------------------------------
14210: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
14211: --------------------------------------------------------------------------------
14212: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
14213:
14214: 2004-06-16 paf
14215:
14216: * src/targets/cgi/parser3.C: new: iis specific
14217: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
14218: $request:query
14219: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
14220: $form:fields IIS-STATUS="404"
14221: IIS-DOCUMENT="http://server/_bug.html" f="v"
14222:
14223: todo: isapi too
14224:
14225: 2004-05-26 paf
14226:
14227: * src/include/pa_version.h: 3.1.3
14228:
1.211 moko 14229: * operators.ru.txt, operators.txt: beauty: removed outdated level
14230: 'table'
1.95 moko 14231:
14232: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
14233:
14234: * src/main/pa_string.C: beauty: removed 3 warnings
14235:
14236: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
14237: classes/op.C: beauty: removed outdated level 'table'
14238:
14239: 2004-05-25 paf
14240:
14241: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
14242: implementation. mistery: how anything worked
14243:
14244: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
14245: changed, it is now safe to use url if pointers to it are stored
14246: to gc mem
14247:
14248: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
14249: unknown errors reported and not cause SIGSEGV now
14250:
14251: 2004-05-24 paf
14252:
14253: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14254: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
14255: less memory: CORD_chars_block originally intended to ... it was
14256: good that CORD_chars_block were not used: it consumes more memory
14257: [and, might be slow too] undoing that. [and removed that func so
14258: that it would not confuse parser developer in future]
14259:
14260: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
14261: less memory: CORD_chars_block originally intended to
14262: speedup/reduce mem usage were forgotten, and were used stupid
14263: CORD_chars
14264:
14265: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
14266:
14267: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
14268: BIGENDIAN processors space-conserving mech failed, causing
14269: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
14270: (1|2|3));
14271:
14272: 2004-05-14 paf
14273:
14274: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
14275: bugfix: void now has vfile value, and $response:body[] works OK
14276:
14277: 2004-05-12 paf
14278:
14279: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
14280: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
14281: sources to use is_defined() {return as_bool();} along VBool
14282:
14283: 2004-05-11 paf
14284:
14285: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
14286: referencing to local objects
14287:
14288: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
14289: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
14290: left intact
14291:
14292: 2004-04-15 paf
14293:
14294: * src/classes/date.C: merged: beauty: unused var removed
14295:
14296: * src/classes/date.C: beauty: unused var removed
14297:
14298: * src/include/: pa_exec.h: bugfix: interface without pointer
14299: provoked bug
14300:
14301: 2004-04-09 paf
14302:
14303: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14304:
14305: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14306:
14307: 2004-04-08 paf
14308:
14309: * src/classes/date.C: new: ^date::create[y-m-d
14310: h-M-s>>.milliseconds<<] now allowed, ignored so far
14311:
14312: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14313:
14314: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14315: to consult default catalog [usually, that file belongs to other
14316: user/group]
14317:
14318: 2004-04-06 paf
14319:
14320: * src/main/pa_common.C: beauty: gcc warning removed
14321:
14322: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14323: accept that trick, trying other
14324:
14325: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14326: explicit result problem
14327:
14328: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14329: explicit result problem
14330:
14331: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14332: explicit result problem
14333:
1.211 moko 14334: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14335: ^string.append[string]
1.95 moko 14336:
14337: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14338: main/execute.C: attempt_check_call_in_explicit_result_mode:
14339: failed
14340:
14341: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14342: http://i.p.a.ddress gethostbyaddr added [on some platforms
14343: gethostbyname failed with such 'domains'] now checked properly,
14344: were: needless reverse/forward dns lookup
14345:
14346: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14347: http://i.p.a.ddress gethostbyaddr added [on some platforms
14348: gethostbyname failed with such 'domains'] now checked properly,
14349: were: needless reverse/forward dns lookup
14350:
14351: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14352: @method[][result] means "no string output here" moved to lexical
14353: level [on grammar level it were too difficult]
14354:
1.211 moko 14355: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14356: src/main/compile.tab.C, src/main/compile.y,
14357: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14358: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14359: string output here", implemented part of that idea: compiler
14360: throws away string literal generation code. and barks
14361: nonwhitespace chars
1.95 moko 14362:
1.211 moko 14363: * operators.ru.txt, operators.txt: truth: removed comment about
14364: $ORIGIN
1.95 moko 14365:
14366: 2004-04-05 paf
14367:
14368: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14369: src/include/pa_version.h, src/main/pa_common.C,
14370: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14371:
14372: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14373: Konstantin Tomashevitch [mailto:konst@design.ru]
14374:
14375: * src/doc/html2chm.cmd: beauty: no need in bg here
14376:
14377: * src/doc/sources2html.cmd: beauty: same window, in bg it
14378: interfered with FAR console
14379:
14380: * configure, configure.in: 3.1.3
14381:
14382: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14383:
14384: * src/main/pa_common.C: removed warning
14385:
14386: * src/include/pa_version.h: 3.1.3
14387:
14388: 2004-04-02 paf
14389:
14390: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14391:
14392: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14393: allows to specify where to put parser log file
14394:
14395: 2004-04-01 paf
14396:
14397: * src/classes/table.C: bugfix: bugfix: table::load last line
14398: without tab and enter were ignored
14399:
14400: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14401: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14402: main/pa_socks.C, targets/cgi/parser3.C,
14403: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14404: bugfix: sql connections now are disconnected
14405:
14406: 2004-03-30 paf
14407:
14408: * src/classes/table.C: bugfix: table::load last line without tab
14409: and enter were ignored
14410:
14411: * src/classes/table.C: bufix: if last table lines were commented,
14412: gpfed
14413:
14414: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14415: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14416: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14417: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14418: doc/methoded.dox, doc/object.dox, doc/string.dox,
14419: doc/targets.dox, doc/value.dox, include/pa_version.h,
14420: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14421: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14422: bugfixes from 3.1.2, changed version to 3.1.3beta
14423:
14424: 2004-03-29 paf
14425:
14426: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14427: causes gpf
14428:
14429: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14430: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14431: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14432: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14433: value.dox: translated to english
14434:
14435: 2004-03-25 paf
14436:
14437: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14438: parser3project dependency removed
14439:
14440: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14441: bugfix: refused to compile without xml
14442:
14443: * src/types/pa_vform.C: beauty: removed warning
14444:
14445: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14446: any folder [removed last ;) folder dependency]
14447:
14448: * src/classes/classes.vcproj: bugfix: now all compiles in any
14449: folder [removed last ;) folder dependency]
14450:
14451: * src/include/pa_version.h: release
14452:
14453: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14454:
14455: * src/classes/table.C: beauty: comment& more meaningful error
14456: message
14457:
14458: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14459: $.hash[$.column_value1(true) ... ] [were producing some strang
14460: thing]
14461:
14462: 2004-03-23 paf
14463:
14464: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14465: and http status line parsing checked number of columns in table
14466: [user reported an assert]
14467:
1.211 moko 14468: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14469:
14470: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14471: bugfix: junction reattach now actually reattaches a junction to
14472: new wcontext [were only assigning it to junction, which caused
14473: junction tracking to loose junction, and it's context were not
14474: killed, and it tried to process in invalid context, gpf]
14475:
14476: * src/targets/cgi/parser3.C: debug helper added
14477:
14478: 2004-03-19 paf
14479:
14480: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14481: "type(type)" in braces
14482:
14483: 2004-03-10 paf
14484:
1.211 moko 14485: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14486: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14487: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14488: src/types/pa_vxnode.h: new: refined solution to
14489: search-in-namespaces problem:
1.95 moko 14490: $xdoc.search-namespaces.x[http://pif.design.ru/]
14491: $nodes[^xdoc.select[//x:second]]
14492:
1.211 moko 14493: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14494: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14495: search for info in namespaces
1.95 moko 14496:
14497: $nodes[^xdoc.select[//x:second][
14498: $.x[http://pif.design.ru/] ]]
14499:
14500: 2004-03-09 paf
14501:
1.211 moko 14502: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14503: ^file::load[...][options] $.form[
14504: !$.field1[string]
14505: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14506: ] !$.body[string]
14507:
14508: GET ?here notGET(POST, HEAD, others) in content-type:
14509: application/x-www-form-urlencoded
14510:
14511: todo: upload files ability
14512:
14513: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14514: properly, done
14515:
14516: 2004-03-05 paf
14517:
1.211 moko 14518: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14519: file::load[;http:// GET/POST $.form[$.fields started, not tested
14520: yet todo:$.field[table] for multiple values
1.95 moko 14521:
1.211 moko 14522: * operators.ru.txt, operators.txt: new: http:// options $.user
14523: $.password basic authorization
1.95 moko 14524:
14525: * src/main/pa_common.C: beauty: link to rtf added
14526:
1.211 moko 14527: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14528: src/main/pa_common.C: new: http:// options $.user $.password
14529: basic authorization
1.95 moko 14530:
14531: * src/main/pa_common.C: beauty: removed needless vars
14532:
1.211 moko 14533: * operators.ru.txt, operators.txt: new: pgsql option [like that
14534: recently added to oracle driver]
14535: ClientCharset=parser-charset << charset in which parser thinks
14536: client works
14537:
14538: * operators.ru.txt, operators.txt: new: odbc option [like that
14539: recently added to oracle driver]
14540: ClientCharset=parser-charset << charset in which parser thinks
14541: client works
1.95 moko 14542:
14543: * src/sql/pa_sql_driver.h: beauty: important warning added
14544:
14545: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14546: char!
14547:
14548: * etc/parser3.charsets/windows-1251.cfg: typo
14549:
14550: 2004-03-04 paf
14551:
14552: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14553: cached, sql transcoding now goes faster
14554:
1.211 moko 14555: * operators.ru.txt, operators.txt: new: mysql option [like that
14556: recently added to oracle driver]
14557: ClientCharset=parser-charset << charset in which parser thinks
14558: client works
1.95 moko 14559:
14560: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14561: typo error
14562:
14563: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14564: chars commented
14565:
14566: 2004-03-03 paf
14567:
14568: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14569: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14570:
14571: 2004-03-02 paf
14572:
1.211 moko 14573: * operators.ru.txt, operators.txt: new[update typo]:
14574: !^void.left(n) nothing !^void.right(n) nothing
14575: !^void.mid(p[;n]) nothing
14576:
14577: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14578: !^void.left(n) nothing !^void.right(n) nothing
14579: !^void.pos(p[;n]) nothing
1.95 moko 14580:
1.211 moko 14581: * operators.ru.txt, operators.txt, src/classes/file.C,
14582: src/include/pa_string.h: new:
1.95 moko 14583: ^file::sql[[name_to_become_$.name]]{} query result must be one
14584: row with columns: first: data second: file name third:
14585: content-type
14586:
1.211 moko 14587: * operators.ru.txt, operators.txt, src/classes/file.C:
14588: ^file.sql-string[] inside ^connect gets properly escaped string,
14589: which can be passed to request now this for mysql only. it's up
14590: to parser sql driver to fix zeros properly
1.95 moko 14591:
14592: * INSTALL: note: added on building apache with this option:
14593: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14594:
14595: 2004-03-01 paf
14596:
14597: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14598: extension memory:compact befor processingrequest
14599:
1.211 moko 14600: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14601: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14602:
1.211 moko 14603: * operators.ru.txt, operators.txt, src/classes/image.C,
14604: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14605: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14606:
14607: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14608: beauty: image -- less checks [were ugly impl]
14609:
14610: * src/classes/string.C: bugfix: ^string.left/right/mid with
14611: negative values now considered bad
14612:
14613: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14614:
14615: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14616: options now have unified defaults [after transform
14617: indent/omit-xml-declaration/standalone 'default' erroreously
14618: meant 'true']
14619:
14620: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14621: added [on some platforms gethostbyname failed with such
14622: 'domains']
14623:
14624: * src/include/pa_config_auto.h.in: no select check, no define
14625:
14626: * src/classes/string.C: feature: ^string.trim both parameters may
14627: be empty-strings, meaning kind=both chars=whitespaces
14628:
14629: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14630: exist
14631:
14632: * src/classes/string.C: check: trim 'chars' must not be empty,
14633: exception if it is
14634:
14635: * src/classes/string.C: changed: ^string.trim [] << both,
14636: whitespaces [start|both|end] << kind, whitespaces
14637: [start|both|end;chars] full
14638:
14639: 2004-02-27 paf
14640:
1.211 moko 14641: * operators.ru.txt, operators.txt, src/classes/string.C,
14642: src/main/pa_string.C: new method:
14643: ^string.trim[start|both|end[;chars]] default 'chars' --
14644: whitespace chars finished
1.95 moko 14645:
1.211 moko 14646: * operators.ru.txt, operators.txt, src/classes/string.C,
14647: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14648: ^string.trim[start|both|end[;chars]] default 'chars' --
14649: whitespace chars started, only start works
14650:
14651: * src/main/compile.C: bugfix: line numbers after
14652: ^process{}[$.line(-10]] can be negative, allowed to print they as
14653: signed
14654:
14655: * src/main/untaint.C: speed: there's no \n chars in output
14656: [normally], so no need to optimize them they could be retrived
14657: from databases, though. but 1. should be replaced 2. if not
14658: optimized, no harm done
14659:
14660: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14661: ^file::exec/cgi could return invalid status & zombie child can
14662: remain for short period until process exists [very bad in
14663: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14664:
14665: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14666: malicious SMTP server to attack as by returning too long status
14667: responses http://i2/tasks/edit/?id=4629448401140924947
14668:
14669: 2004-02-26 paf
14670:
1.211 moko 14671: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14672: has options] which are $.main[to what to rename @main]
1.95 moko 14673: $.file[file, from which (user says) goes that CODE]
14674: $.lineno(line number in that file, where CODE starts. may be
14675: negative)
14676:
1.211 moko 14677: * operators.ru.txt, operators.txt, src/classes/op.C,
14678: src/include/pa_request.h, src/main/compile.C,
14679: src/main/compile_tools.h, src/main/pa_request.C: feature:
14680: ^process...{CODE}[now has options] which are $.main[to
14681: what to rename @main] $.file[file, from which (user says)
14682: goes that CODE] $.lineno(line number in that file, where
14683: CODE starts. may be negative)
14684:
1.95 moko 14685: 2004-02-25 paf
14686:
1.116 moko 14687: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14688: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14689:
14690: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14691: produces hash of column=>1
14692:
14693: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14694: with incomplete errno constants set
14695:
14696: 2004-02-24 paf
14697:
14698: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14699: "man select"
14700:
14701: * src/main/pa_os.C: beauty: <0 better then ==-1
14702:
14703: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14704:
14705: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14706:
1.116 moko 14707: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14708:
14709: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14710: unix: steps to work on unix [extracted 'to']
14711:
14712: * src/classes/mail.C: smtp on unix: steps to work on unix
14713:
14714: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14715:
1.116 moko 14716: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14717: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14718: unix [testing on solaris]
1.95 moko 14719:
14720: 2004-02-20 paf
14721:
14722: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14723: pointing that out
14724:
14725: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14726: fixed again [same solution, mistanenly removed one line]
14727:
14728: 2004-02-19 paf
14729:
14730: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14731: date::create from bad datetime in spring daylightsaving hole now
14732: OK for all platforms [on some platforms it failed]
14733:
14734: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14735: in daylightsaving hole] now throws error
14736:
14737: * src/classes/date.C: comment: mistake fixed
14738:
14739: 2004-02-18 paf
14740:
14741: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14742: now renderes in $request:charset, but in header puts
14743: $response:charset todo: make that default only so that coder
14744: could override that
14745:
14746: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14747: turns off omit-xml-declaration
14748:
14749: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14750: /.xsl for sample
14751:
14752: 2004-02-17 paf
14753:
14754: * src/classes/xdoc.C: beauty: needless helper class removed
14755:
14756: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14757: copied extra time
14758:
14759: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14760: part of libxml
14761:
14762: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14763: libxml to do the work] <xsl:output method="html"
14764: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14765: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14766: />
14767:
14768: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14769:
14770: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14771: caused assertion
14772:
14773: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14774: could hang. now such add does nothing, sub clears $hash
14775:
14776: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14777: not made quoted-printable
14778:
14779: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14780: string invariant
14781:
14782: 2004-02-16 paf
14783:
14784: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14785: cleared [were not cleared properly]
14786:
14787: 2004-02-13 paf
14788:
1.116 moko 14789: * src/include/pa_version.h: prerelease
1.95 moko 14790:
14791: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14792: used, introducing dependencies timestamp check
14793:
14794: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14795: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14796: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14797: .xsl.stamp now not used, introducing dependencies timestamp check
14798:
1.150 moko 14799: * configure.in: auto.p: @conf made relative
1.95 moko 14800:
14801: 2004-02-12 paf
14802:
14803: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14804: ruined empty <input type=file> submits. parser thought there were
14805: nameless empty file and $form:field got value of type 'file'
14806:
14807: * INSTALL: --without-threads
14808:
14809: * src/include/pa_sapi.h: 2004
14810:
14811: 2004-02-11 paf
14812:
14813: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14814: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14815: classes/hashfile.C, classes/image.C, classes/int.C,
14816: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14817: classes/response.C, classes/string.C, classes/table.C,
14818: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14819: include/pa_array.h, include/pa_cache_managers.h,
14820: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14821: include/pa_config_fixed.h, include/pa_config_includes.h,
14822: include/pa_dictionary.h, include/pa_dir.h,
14823: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14824: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14825: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14826: include/pa_request_charsets.h, include/pa_request_info.h,
14827: include/pa_socks.h, include/pa_sql_connection.h,
14828: include/pa_sql_driver_manager.h, include/pa_stack.h,
14829: include/pa_string.h, include/pa_stylesheet_connection.h,
14830: include/pa_stylesheet_manager.h, include/pa_table.h,
14831: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14832: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14833: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14834: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14835: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14836: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14837: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14838: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14839: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14840: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14841: main/pa_sql_driver_manager.C, main/pa_string.C,
14842: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14843: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14844: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14845: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14846: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14847: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14848: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14849: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14850: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14851: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14852: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14853: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14854: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14855: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14856: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14857: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14858: types/pa_vresponse.h, types/pa_vstateless_class.C,
14859: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14860: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14861: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14862: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14863: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14864: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14865:
14866: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14867: debug version of gc.dll
14868:
14869: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14870: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14871: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14872: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14873: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14874: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14875: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14876: processes
14877:
14878: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14879: main/pa_globals.C, targets/cgi/parser3.vcproj,
14880: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14881: changes to reflect libxml xsl new folders
14882:
14883: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14884: lib/smtp/smtp.vcproj, main/main.vcproj,
14885: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14886: to reflect libxml xsl new folders
14887:
14888: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14889: lib/smtp/smtp.vcproj, main/main.vcproj,
14890: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14891: types/types.vcproj: started changes to reflect libxml xsl new
14892: folders
14893:
14894: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14895: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14896: src/main/compile.tab.C, src/main/main.vcproj,
14897: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14898: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14899: started changes to reflect libxml xsl new folders
14900:
14901: 2004-02-10 paf
14902:
14903: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14904: compile. recommened latest libxml up to date
14905:
14906: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14907: pattern compilation errors", on which spent 4 hours worktime. use
14908: versions higher than that. recommended now latest up to date
14909:
14910: 2004-02-06 paf
14911:
14912: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14913: beauty: unified destructing style
14914:
14915: * src/main/untaint.C: beauty: removed old def/ifdef
14916:
14917: * src/main/untaint.C: beauty: coredump @unknown untaint language
14918: now
14919:
14920: 2004-02-03 paf
14921:
14922: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14923: targets/isapi/parser3isapi.C, types/pa_value.C,
14924: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14925: then %ld/%lu
14926:
14927: * src/main/pa_common.C: typo: %l -> %u
14928:
14929: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14930: in attributes or documents-results of transform now not xx;
14931:
14932: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14933:
14934: * src/main/pa_charset.C: bugfix: forgot to undo some
14935:
14936: * src/main/pa_charset.C: beauty: uncomment
14937: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14938: libraries
14939:
14940: 2004-02-02 paf
14941:
14942: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14943: $cookie:example[ $.value[value] $.path[/there/] ]
14944:
14945: $cookie:example[ $.value[] $.expires[session]
14946: $.path[/there/] $.domain[test.com] ]
14947:
14948: * src/types/pa_vform.C: bugfix: empty values with
14949: enctype=multipart/form-data now produce entries in $form:tables
14950: <form method=post enctype=multipart/form-data> <input type=hidden
14951: name=a> <input type=hidden name=b>
14952:
14953: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14954: <hr> <pre>$request:body
14955:
14956: 2004-01-30 paf
14957:
14958: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14959: or documents-results of transform now not xx;
14960:
14961: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14962: produce exception.
14963:
14964: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14965: bugfix: ^date::create[invalid fields now produce exception.
14966:
14967: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14968: year] now produces exception. todo: check other fields
14969:
14970: 2004-01-29 paf
14971:
14972: * src/include/pa_memory.h: typo error
14973:
14974: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14975: more byte then specified, then zeroed it << useless and
14976: potentially harmful(could gpf)
14977:
14978: 2004-01-22 paf
14979:
14980: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14981:
14982: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14983: optimization
14984:
14985: * src/main/untaint.C: bugfix: whitespace now optimized properly
14986: [were bug: ^taint[1 & 2]="1 &2"
14987:
14988: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
14989: errors
14990:
14991: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
14992: overflow
14993:
14994: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
14995: error-reporting code * in parser-error reporting code [when no
14996: @unhandled_exception defined]
14997:
14998: fixed in one place: my *snprintf override
14999:
15000: 2004-01-13 paf
15001:
1.211 moko 15002: * operators.ru.txt, operators.txt: typo erro
1.95 moko 15003:
15004: 2003-12-25 paf
15005:
15006: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
15007: garbled [pieces after zero bytes were removed]
15008:
15009: 2003-12-22 paf
15010:
1.116 moko 15011: * src/include/Makefile.am: bugfix: removed from dist:
15012: src/include/pa_config_auto.h which were configured for
1.95 moko 15013: make-dist-platform and badly updated proper config file in target
15014: [when .tar used for updating existing source tree]
15015:
1.211 moko 15016: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 15017: src/include/pa_sql_connection.h,
15018: src/include/pa_sql_driver_manager.h,
15019: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
15020: feature: sql introducing ability to transcode charsets
15021:
15022: 2003-12-19 paf
15023:
15024: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
15025: error message
15026:
15027: * src/main/pa_charset.C: bugfix: memory for charsethandler
15028: structure for libxml now allocated properly
15029:
15030: 2003-12-17 paf
15031:
15032: * src/types/pa_vfile.C: beauty: removed outdated cast
15033:
15034: * src/main/pa_common.C: bugfix: empty http response caused gpf
15035:
15036: * src/include/pa_string.h: bugfix: removed too strong a assert
15037:
15038: * src/main/pa_globals.C: bugfix: removed false warning [warning:
15039: unreported xmlGenericErrors]
15040:
15041: 2003-12-15 paf
15042:
15043: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
15044: works}
15045:
15046: 2003-12-11 paf
15047:
1.211 moko 15048: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
15049: !$status:pid process id
1.95 moko 15050: !$status:tid thread id
15051:
15052: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15053: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
15054: bugfix(solaris): removed dependency on object initialization
15055: order [one more place]
15056:
15057: * src/: classes/file.C, classes/mail.C, classes/op.C,
15058: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
15059: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
15060: understand that
15061:
15062: * src/: classes/file.C, classes/mail.C, classes/op.C,
15063: classes/xdoc.C, include/pa_cache_managers.h,
15064: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15065: include/pa_stylesheet_manager.h, main/pa_request.C,
15066: main/pa_stylesheet_manager.C, types/pa_vimage.C,
15067: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
15068: ctor call [relying on implicit String::Body(cstr) call]
15069:
15070: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
15071: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
15072: object initialization order [two places]
15073:
15074: 2003-12-10 paf
15075:
15076: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
15077: << time now ok
15078:
1.211 moko 15079: * operators.ru.txt, operators.txt,
15080: src/main/pa_sql_driver_manager.C,
1.95 moko 15081: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
15082: operational
15083:
1.211 moko 15084: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 15085: src/include/pa_charset.h, src/include/pa_sql_connection.h,
15086: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
15087: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
15088: back operational
15089:
15090: 2003-12-02 paf
15091:
15092: * src/types/pa_vmail.C: bugfix:
15093: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
15094: as-is forced]
15095:
15096: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
15097: exceptions out of libxml callbacks: reimplemented error handling
15098: of http://localhost, parser://method and safemode check callbacks
15099:
15100: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
15101: [merged from HEAD]
15102:
15103: * src/classes/image.C: nothing: comment removed
15104:
15105: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
15106: addresses to int
15107:
15108: 2003-12-01 paf
15109:
15110: * src/main/pa_xml_io.C: bugfix: typo
15111:
15112: * src/main/pa_globals.C: bugfix: win32: compile prob
15113:
15114: * src/classes/xdoc.C: bugfix: typo
15115:
15116: * src/main/pa_xml_io.C: todo: safe mode check not to throw
15117: exception
15118:
15119: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
15120:
15121: 2003-11-28 paf
15122:
15123: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
15124: all xml documents read
15125:
15126: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
15127:
15128: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
15129: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15130: replaced original open mech of xdoc::create & co to use libxml
15131: open, so that this would work for root document todo: safe mode
15132: checks to libxml: ideally to some 1 point
15133:
15134: * src/main/pa_xml_io.C: comment
15135:
1.211 moko 15136: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
15137: in http://parser[abscent params]
1.95 moko 15138:
1.211 moko 15139: * operators.ru.txt, operators.txt, src/include/pa_request.h,
15140: src/main/pa_xml_io.C: works. todo: maybe replace original open
15141: mech of xdoc::create & co to use libxml open, so that this would
15142: work for root document
1.95 moko 15143:
15144: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
15145: "parser://method/params/here"> <test> &test^; </test> }]
15146:
15147: ^taint[^xdoc.string[]]
15148:
15149: @method[param] <!ENTITY test
15150: "test-entity-value+$form:user+$param!">
15151:
15152: 2003-11-27 paf
15153:
15154: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
15155:
15156: * src/classes/date.C: bugfix: typo error
15157:
15158: 2003-11-26 paf
15159:
1.211 moko 15160: * operators.ru.txt, operators.txt, src/include/Makefile.am,
15161: src/include/pa_globals.h, src/main/Makefile.am,
15162: src/main/main.vcproj, src/main/pa_globals.C,
15163: src/main/pa_request.C, src/include/pa_xml_io.h,
15164: src/main/pa_xml_io.C: simplification: xml errors to
15165: hash<thread_id,error> reorganization: xml io moved to
15166: pa_xml_io.C/h
1.95 moko 15167:
15168: * src/types/pa_value.h: warnings: --
15169:
15170: 2003-11-25 paf
15171:
15172: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
15173: whatever)
15174:
15175: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
15176: a, (c?x:y, z)
15177:
15178: * src/main/untaint.C: bugfix: consequences of not reading this
15179: comment: CORD_pos_chars_left /* Number of characters in cache.
15180: <= 0 ==> none */
15181:
15182: * src/include/pa_array.h: removed needless checks
15183:
15184: 2003-11-24 paf
15185:
15186: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
15187: removed limit: now $form:xxx can be accessed anytime, even in
15188: @auto/conf [and request/response:charset still can be changed
15189: anytime]
15190:
15191: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
15192: now not transcodes response body
15193:
1.211 moko 15194: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
15195: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
15196: $tn[^xdoc.createTextNode[text node value]]
15197: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 15198: $xdoc.firstChild.firstChild.nodeValue[different]
15199: ^taint[^xdoc.string[]]
15200:
15201: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
15202: workaround: static Hash::allocates -> static Hash_allocates
15203:
15204: 2003-11-21 paf
15205:
1.116 moko 15206: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
15207: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
15208: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 15209:
15210: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
15211:
15212: * src/classes/mail.C: bugfix: typo
15213:
15214: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 15215: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
15216: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
15217: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
15218: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 15219: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
15220:
15221: * src/main/pa_exec.C: bug in safe mode
15222:
15223: * src/include/Makefile.am: pa_xml_exception.h
15224:
15225: * src/targets/isapi/parser3isapi.C: more warnings --
15226:
15227: 2003-11-20 paf
15228:
15229: * src/: classes/math.C, classes/op.C, classes/string.C,
15230: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
15231: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
15232: --
15233:
15234: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
15235: more warnings --
15236:
15237: * src/classes/xdoc.C: more warnings --
15238:
15239: * src/classes/: date.C, image.C, xdoc.C: more warnings --
15240:
15241: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
15242: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
15243:
15244: * src/: classes/date.C, classes/file.C, classes/hash.C,
15245: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
15246: classes/table.C, include/pa_cache_managers.h,
15247: include/pa_stylesheet_connection.h, main/pa_request.C,
15248: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
15249: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
15250: --
15251:
15252: * src/main/: execute.C, pa_request.C: old forgotten todo: when
15253: can't report problem (undefined @unhandled_exception) problem
15254: source string were not reported
15255:
15256: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15257: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15258: classes/hashfile.C, classes/image.C, classes/int.C,
15259: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
15260: classes/response.C, classes/string.C, classes/table.C,
15261: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15262: include/pa_array.h, include/pa_cache_managers.h,
15263: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15264: include/pa_config_fixed.h, include/pa_dictionary.h,
15265: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
15266: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
15267: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
15268: include/pa_request.h, include/pa_request_charsets.h,
15269: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
15270: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15271: include/pa_stack.h, include/pa_string.h,
15272: include/pa_stylesheet_connection.h,
15273: include/pa_stylesheet_manager.h, include/pa_table.h,
15274: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15275: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15276: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
15277: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15278: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
15279: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
15280: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15281: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
15282: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15283: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15284: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
15285: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
15286: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
15287: targets/isapi/parser3isapi.C, types/pa_junction.h,
15288: types/pa_method.h, types/pa_value.C, types/pa_value.h,
15289: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
15290: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
15291: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15292: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15293: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15294: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15295: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15296: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
15297: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
15298: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15299: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15300: types/pa_vresponse.h, types/pa_vstateless_class.C,
15301: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15302: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15303: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15304: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15305: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15306: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15307: const IDENT
15308:
15309: * src/: include/pa_array.h, include/pa_pool.h,
15310: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15311: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15312: types/pa_wcontext.h: more warnings --
15313:
15314: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15315: classes/file.C, classes/hash.C, classes/hashfile.C,
15316: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15317: classes/memory.C, classes/op.C, classes/string.C,
15318: classes/table.C, classes/xdoc.C, classes/xnode.C,
15319: include/pa_config_includes.h, include/pa_operation.h,
15320: include/pa_sql_connection.h, include/pa_table.h,
15321: include/pa_types.h, lib/ltdl/config_fixed.h,
15322: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15323: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15324: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15325: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15326: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15327: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15328: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15329: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15330: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15331: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15332: types/pa_vmail.C, types/pa_vobject.C,
15333: types/pa_vstateless_class.h, types/pa_vtable.C,
15334: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15335: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15336: on all projects (except libltdl=off & libsdbm=level3) found
15337: several unitialized vars
15338:
15339: 2003-11-19 paf
15340:
15341: * src/classes/op.C: more ansi C++ comp
15342:
1.211 moko 15343: * operators.ru.txt, operators.txt, src/classes/op.C,
15344: src/include/pa_request.h, src/main/pa_request.C:
15345: ^cache[...]{body}{catch block with $exception.handled[cache]
15346: meaning "get expired cache, if any. else error"}
1.95 moko 15347:
15348: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15349: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15350: ^cache[...]{body}{catch code with $exception.cache field}
15351:
15352: 2003-11-12 paf
15353:
15354: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15355: [copy/paste bug]
15356:
15357: 2003-11-11 paf
15358:
15359: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15360: failed]
15361:
15362: 2003-11-10 paf
15363:
15364: * src/types/pa_vconsole.h: flush
15365:
1.211 moko 15366: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15367: src/types/Makefile.am, src/types/types.vcproj,
15368: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15369:
1.211 moko 15370: * operators.ru.txt, operators.txt: mysql: transaction support:
15371: ?autocommit=0
1.95 moko 15372:
1.211 moko 15373: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15374:
15375: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15376: serialize version and exipire now removes entries
15377:
1.211 moko 15378: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15379: altogether [and dir, if could]
1.95 moko 15380:
15381: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15382: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15383: removes files altogether [and dir, if could]
15384:
15385: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15386: nonexistent pair. .c coded that that was error. fixed
15387:
15388: * src/types/pa_vhashfile.C: sdbm: exception type change to
15389: file.access [regretfull can't split it to different exceptions
15390: without modifying sdbm source wich would prefer not to]
15391:
15392: 2003-11-07 paf
15393:
15394: * src/: classes/date.C, classes/file.C, classes/hash.C,
15395: classes/hashfile.C, classes/image.C, classes/table.C,
15396: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15397: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15398: main/execute.C, main/main.vcproj, main/pa_pool.C,
15399: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15400: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15401: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15402: destructing objects at request processing end
15403:
15404: 2003-11-06 paf
15405:
15406: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15407: updates
15408:
15409: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15410: to include sdbm
15411:
1.116 moko 15412: * src/include/: pa_config_includes.h, pa_version.h: our
15413: replacements of max& co only for cpp
1.95 moko 15414:
15415: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15416: upper dir, .am updated
15417:
15418: * tests/todo.txt: hashfile: done
15419:
1.211 moko 15420: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15421: hashfile: clear & expiration [time in value. todo: move time to
15422: key]
1.95 moko 15423:
15424: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15425:
15426: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15427: to do that in foreach, no errors, but surely wrong]
15428:
1.211 moko 15429: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15430: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15431:
1.211 moko 15432: * operators.ru.txt, operators.txt, src/classes/hash.C,
15433: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15434: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15435:
15436: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15437: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15438: hashfile: hash
1.95 moko 15439:
1.211 moko 15440: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15441: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15442: tests/todo.txt: hashfile: delete
1.95 moko 15443:
15444: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15445: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15446: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15447: get/put [raw]
15448:
15449: * src/: classes/op.C, main/pa_os.C: just linked
15450:
15451: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15452: XmlException changes
15453:
15454: * src/: include/pa_charset.h, include/pa_globals.h,
15455: include/pa_stylesheet_connection.h, main/pa_exception.C:
15456: XmlException changes
15457:
15458: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15459:
15460: * src/: include/pa_common.h, include/pa_exception.h,
15461: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15462: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15463: main/pa_xml_exception.C: locking move to pa_os [along with
15464: pa_sleep] apr-impl locking done
15465:
1.211 moko 15466: * configure, configure.in, operators.ru.txt, operators.txt,
15467: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15468: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15469: src/include/pa_exception.h, src/include/pa_globals.h,
15470: src/include/pa_memory.h, src/include/pa_version.h,
15471: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15472: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15473: src/main/compile.tab.C, src/main/main.vcproj,
15474: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15475: src/types/Makefile.am, src/types/pa_vhash.C,
15476: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15477: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15478: again with sdbm from apache
15479:
15480: 2003-11-05 paf
15481:
15482: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15483: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15484: \parser3project dir anymore
15485:
15486: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15487: thoughtlessly from xalan]
15488:
15489: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15490: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15491: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15492:
15493: * src/main/helpers/CaseFolding.txt:
15494: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15495:
15496: 2003-11-04 paf
15497:
1.211 moko 15498: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15499:
15500: * src/classes/table.C: compiled on unix
15501:
1.116 moko 15502: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15503:
15504: * src/classes/mail.C: compiled on unix
15505:
1.211 moko 15506: * operators.ru.txt, operators.txt, src/classes/mail.C,
15507: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15508: $.options[unix: string to append to sendmail command
15509: line]
15510:
1.211 moko 15511: * operators.ru.txt, operators.txt, src/classes/table.C,
15512: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15513: $.separator[^#09] $.encloser["] <nothing> by default
15514:
15515: * operators.ru.txt, operators.txt, src/classes/table.C,
15516: tests/todo.txt: ^table::load !$.separator[^#09]
15517: !$.encloser["] <nothing> by default
1.95 moko 15518:
15519: 2003-11-03 paf
15520:
1.211 moko 15521: * operators.ru.txt, operators.txt, src/classes/table.C,
15522: src/main/pa_common.C: ^table::load[; options:
15523: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15524:
1.211 moko 15525: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15526: src/types/pa_vrequest.C: $request:document-root
15527:
15528: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15529: [already included into uri=xxx]
15530:
1.211 moko 15531: * operators.ru.txt, operators.txt, src/classes/image.C,
15532: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15533:
15534: * src/classes/date.C: minor precaution
15535:
1.211 moko 15536: * operators.ru.txt, operators.txt, src/classes/date.C:
15537: !^date::unix-timestamp()
1.95 moko 15538: !^date.unix-timestamp[]
15539:
15540: 2003-10-30 paf
15541:
1.211 moko 15542: * operators.ru.txt, operators.txt, src/classes/date.C,
15543: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15544: $date.hour
1.95 moko 15545:
15546: * src/classes/: date.C, image.C: improvement diagnostics:
15547: $now[^date::create[$undefined]] now is error
15548:
15549: * src/main/pa_common.C: read errors would now be reported 'actually
15550: read -1 bytes'
15551:
15552: 2003-10-24 paf
15553:
15554: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15555: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15556: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15557: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15558:
15559: 2003-10-22 paf
15560:
15561: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15562:
15563: 2003-10-21 paf
15564:
1.211 moko 15565: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15566: src/main/pa_string.C: fixed: string.match[g] without <'> option
15567: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15568:
15569: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15570: recoursion' message with intensive throw-catches fixed: incorrect
15571: name and line (one name upper then needed) in error message about
15572: problems inside try block
15573:
15574: 2003-10-10 paf
15575:
15576: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15577: check offset argument for validity did that in String::Body::pos
15578: myself http://i2/tasks/edit/?id=4577425257580789777
15579:
15580: 2003-10-07 paf
15581:
15582: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15583: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15584:
15585: 2003-10-03 paf
15586:
15587: * parser3.sln, src/include/pa_dictionary.h,
15588: src/main/pa_dictionary.C, src/main/pa_string.C,
15589: src/targets/cgi/parser3.vcproj: dictionary optimized by
15590: precalculating cstr&length
15591:
15592: 2003-10-02 paf
15593:
15594: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15595: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15596: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15597: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15598:
15599: 2003-09-30 paf
15600:
15601: * src/main/pa_string.C: string::replace bug fix [were ignoring
15602: occurrances after lang-mismatched
15603:
15604: 2003-09-29 paf
15605:
15606: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15607: helper
15608:
15609: * src/main/pa_string.C: string::serialize bug fix with
15610: zero-terminator
15611:
15612: * src/classes/table.C: ^nameless_table.save column row now has no
15613: \t at the end
15614:
15615: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15616: @postprocess now takes $response:body/download
15617:
15618: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15619: error message
15620:
15621: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15622:
15623: * src/classes/table.C: bugfix: flip: must produce nameless
15624: http://i2/tasks/edit/?id=4573405524674081244
15625:
15626: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15627: main/helpers/simple_folding.pl: utf-8 upper/lower
15628:
15629: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15630: to typo error http://i2/tasks/edit/?id=4573354650786434584
15631:
15632: 2003-09-26 paf
15633:
15634: * src/main/untaint.C: removed needless field
15635:
15636: * src/main/untaint.C: removed needless const
15637:
15638: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15639: String.for_each bug fixed [omited one-char cases]
15640:
15641: * src/include/pa_stack.h: bugfix: before collecting garbage,
15642: runtime-executor stack were cleared... BADLY
15643:
15644: * src/main/pa_string.C: ^stirng.replace code used old
15645: param-convention on langs.append, fixed that search fo the like,
15646: found none
15647:
15648: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15649: string::serialize/deserialize implemented Language enum assigned
15650: meaningful letters [more convinient for debugging. read warning
15651: before adding/changing anything]
15652:
15653: 2003-09-25 paf
15654:
15655: * src/: include/pa_string.h, include/pa_version.h,
15656: main/pa_string.C, main/untaint.C: templates and anonymous unions
15657: differences on unix
15658:
15659: * parser3.sln, src/classes/file.C, src/classes/image.C,
15660: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15661: src/classes/xdoc.C, src/classes/xnode.C,
15662: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15663: src/include/pa_charsets.h, src/include/pa_common.h,
15664: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15665: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15666: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15667: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15668: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15669: src/main/compile_tools.h, src/main/pa_charset.C,
15670: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15671: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15672: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15673: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15674: src/types/pa_vmail.C, src/types/pa_vmath.C,
15675: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15676: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15677:
15678: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15679: functions aligned to that of eeparser3 look
15680:
15681: * src/lib/cord/cordprnt.c: removed warnings
15682:
15683: 2003-09-24 paf
15684:
15685: * src/: classes/file.C, classes/image.C, classes/mail.C,
15686: classes/op.C, classes/xdoc.C, classes/xnode.C,
15687: include/pa_cache_managers.h, include/pa_charset.h,
15688: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15689: include/pa_sql_driver_manager.h, include/pa_string.h,
15690: include/pa_stylesheet_manager.h, include/pa_table.h,
15691: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15692: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15693: main/pa_sql_driver_manager.C, main/pa_string.C,
15694: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15695: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15696: types/pa_vstateless_class.h, types/pa_vstatus.C,
15697: types/pa_vxnode.C: v() functions of String::Body,
15698: String::Languages and String itself StringBody->String::Body
15699:
15700: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15701: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15702: never optimized anything. todo: somehow speed up harder cases:
15703: concatenationA+concatenationB when last block of A and first of B
15704: contain same letters
15705:
15706: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15707: lib/cord/include/cord.h: langs: speed up by joining adjucent
15708: blocks of same char [CORD_append_block]
15709:
15710: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15711: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15712: save space by extending blocks when appending block with c ==
15713: lastblock.c
15714:
15715: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15716: working yet :( but more working &understood :)
15717:
15718: * src/: classes/table.C, include/pa_string.h,
15719: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15720:
15721: 2003-09-23 paf
15722:
15723: * src/main/untaint.C: $a[ok!] $a works!
15724:
15725: * src/main/untaint.C: something even more works :)
15726:
15727: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15728: something more works :)
15729:
15730: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15731: lib/cord/cordxtra.c: something already works :)
15732:
15733: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15734: serialize&deserialize
15735:
15736: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15737: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15738: main/untaint.C: main idea implemented, details left
15739:
15740: 2003-09-22 paf
15741:
15742: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15743:
15744: * src/classes/xnode.C: copy/paste comment bugfix
15745:
15746: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15747: allocator returns 0, just die.
15748: http://i2/tasks/edit/?id=4570798492410259445
15749:
15750: * src/classes/xdoc.C: copy/paste comment bugfix
15751:
15752: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15753: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15754: xnode: getAttributeNS setAttributeNS removeAttributeNS
15755: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15756:
15757: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15758: chars due to bitwise operation signed-char error]
15759:
15760: 2003-09-19 paf
15761:
15762: * src/types/pa_wcontext.C: output message: more practical
15763: suggestion
15764:
1.211 moko 15765: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15766: $f[^file::load[binary;http://...]] $f.tables
15767:
15768: 2003-09-02 paf
15769:
15770: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15771: flush stdout without referencing 'stdout' symbol. to hell with
15772: non-ansi libraries without 'stdout' symbol
15773:
15774: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15775: unix (users reported problems with some old libc)
15776:
15777: * src/types/pa_vdate.h: forgot initializer
15778:
15779: 2003-09-01 paf
15780:
15781: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15782: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15783: zone]
15784:
15785: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15786:
15787: 2003-08-19 paf
15788:
15789: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15790: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15791: simplified a little
15792:
15793: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15794: [lost fix from 3.0.8]
15795:
15796: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15797: visible here }
15798:
15799: bug fix
15800:
15801: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15802:
15803: * src/main/compile.tab.C: initialized couple of variables about
15804: which user reported runtime problems when parser were compiled
15805: with VC7, warning level4. study shows that later in bison
15806: they've fixed that. would migrate to latest bison someday
15807:
15808: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15809: recoding headers)
15810:
15811: * src/types/pa_vmail.C: works as before, same charset problems:
15812: gmime recodes to UTF-8 only headers, not body. so not recoding
15813: anything for now
15814:
15815: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15816: problems with body
15817:
15818: * src/types/pa_vmail.C: mail_receive just compiled
15819:
15820: 2003-08-18 paf
15821:
15822: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15823: main/main.vcproj, types/types.vcproj: win32: continued process
15824: detaching from \parser3project directory
15825:
15826: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15827: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15828: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15829: src/lib/pcre/pcre_dftables.dsp,
15830: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15831: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15832: src/types/types.dsp: moved to MSVC 7
15833:
15834: * gnu.vcproj.vspscc, parser3.vssscc,
15835: src/classes/classes.vcproj.vspscc,
15836: src/lib/cord/cord.vcproj.vspscc,
15837: src/lib/ltdl/libltdl.vcproj.vspscc,
15838: src/lib/md5/md5.vcproj.vspscc,
15839: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15840: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15841: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15842: src/targets/isapi/parser3isapi.vcproj.vspscc,
15843: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15844: moved to MSVC 7
15845:
15846: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15847: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15848: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15849: src/lib/pcre/pcre_dftables.vcproj,
15850: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15851: src/targets/cgi/parser3.vcproj,
15852: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15853: new VS project files
15854:
15855: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15856: .NET to detect Jalindi Igloo capabilities.
15857:
15858: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15859: src/classes/classes.awk, src/doc/footer.htm,
15860: src/include/pa_config_fixed.h, src/include/pa_version.h,
15861: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15862: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15863: src/types/pa_vmail.C: merged 3.1.0 latest changes
15864:
15865: 2003-08-15 paf
15866:
15867: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15868: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15869:
15870: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15871: non-ascii <yyy> now encoded correctly
15872:
15873: 2003-07-29 paf
15874:
1.116 moko 15875: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15876: dist
1.95 moko 15877:
15878: * src/types/pa_vmail.C: just started --with-mail-receive
15879:
15880: 2003-07-28 paf
15881:
1.116 moko 15882: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15883: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15884:
15885: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15886:
15887: 2003-07-25 paf
15888:
15889: * src/doc/footer.htm: year
15890:
15891: 2003-07-24 paf
15892:
15893: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15894: fix
15895:
15896: * src/include/pa_version.h: release
15897:
1.116 moko 15898: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15899:
15900: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15901: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15902: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15903: getting rid of win32xml pseudo project
15904:
15905: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15906:
1.116 moko 15907: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15908: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15909: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15910: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15911: src/classes/classes.C, src/classes/classes.awk,
15912: src/classes/classes.dsp, src/classes/classes.h,
15913: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15914: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15915: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15916: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15917: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15918: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15919: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15920: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15921: src/include/pa_array.h, src/include/pa_cache_managers.h,
15922: src/include/pa_charset.h, src/include/pa_charsets.h,
15923: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15924: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15925: src/include/pa_dictionary.h, src/include/pa_dir.h,
15926: src/include/pa_exception.h, src/include/pa_exec.h,
15927: src/include/pa_globals.h, src/include/pa_hash.h,
15928: src/include/pa_memory.h, src/include/pa_opcode.h,
15929: src/include/pa_operation.h, src/include/pa_pool.h,
15930: src/include/pa_pragma_pack_begin.h,
1.95 moko 15931: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15932: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15933: src/include/pa_sapi.h, src/include/pa_socks.h,
15934: src/include/pa_sql_connection.h,
15935: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15936: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15937: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15938: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15939: src/include/pa_uue.h, src/lib/Makefile.am,
15940: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15941: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15942: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15943: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15944: src/lib/cord/include/ec.h,
15945: src/lib/cord/include/private/Makefile.am,
15946: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15947: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15948: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15949: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15950: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15951: src/main/compile_tools.C, src/main/compile_tools.h,
15952: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15953: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15954: src/main/pa_charsets.C, src/main/pa_common.C,
15955: src/main/pa_dictionary.C, src/main/pa_dir.C,
15956: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15957: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15958: src/main/pa_request.C, src/main/pa_socks.C,
15959: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15960: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15961: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15962: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15963: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15964: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15965: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15966: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15967: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15968: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15969: src/targets/isapi/parser3isapi.dsp,
15970: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15971: src/types/pa_junction.h, src/types/pa_method.h,
15972: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15973: src/types/pa_vclass.C, src/types/pa_vclass.h,
15974: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15975: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15976: src/types/pa_vdouble.h, src/types/pa_venv.h,
15977: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15978: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15979: src/types/pa_vimage.C, src/types/pa_vimage.h,
15980: src/types/pa_vint.h, src/types/pa_vjunction.h,
15981: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15982: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15983: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15984: src/types/pa_vobject.C, src/types/pa_vobject.h,
15985: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15986: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15987: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15988: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
15989: src/types/pa_vstatus.h, src/types/pa_vstring.C,
15990: src/types/pa_vstring.h, src/types/pa_vtable.C,
15991: src/types/pa_vtable.h, src/types/pa_vvoid.h,
15992: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15993: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
15994: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
15995: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
15996: HEAD
15997:
15998: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
15999: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
16000: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
16001: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
16002: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
16003: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
16004: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
16005: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
16006: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
16007: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
16008: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
16009: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
16010: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
16011: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
16012: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
16013: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
16014: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
16015: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
16016: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
16017: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
16018: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16019: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
16020: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
16021: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
16022: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
16023: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
16024: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
16025: outputs/create-dir, results/001.processed, results/002.processed,
16026: results/003.processed, results/004.processed,
16027: results/005.processed, results/006.processed,
16028: results/007.processed, results/008.processed,
16029: results/009.processed, results/010.processed,
16030: results/011.processed, results/012.processed,
16031: results/013.processed, results/014.processed,
16032: results/015.processed, results/016.processed,
16033: results/017.processed, results/018.processed,
16034: results/019.processed, results/020.processed,
16035: results/021.processed, results/022.processed,
16036: results/023.processed, results/024.processed,
16037: results/025.processed, results/026.processed,
16038: results/027.processed, results/028.processed,
16039: results/029.processed, results/030.processed,
16040: results/031.processed, results/032.processed,
16041: results/033.processed, results/034.processed,
16042: results/035.processed, results/036.processed,
16043: results/037.processed, results/038.processed,
16044: results/039.processed, results/040.processed,
16045: results/041.processed, results/042.processed,
16046: results/043.processed, results/044.processed,
16047: results/045.processed, results/046.processed,
16048: results/047.processed, results/048.processed,
16049: results/049.processed, results/050.processed,
16050: results/051.processed, results/052.processed,
16051: results/053.processed, results/054.processed,
16052: results/055.processed, results/056.processed,
16053: results/057.processed, results/058.processed,
16054: results/059.processed, results/060.processed,
16055: results/061.processed, results/062.processed,
16056: results/063.processed, results/064.processed,
16057: results/065.processed, results/066.processed,
16058: results/067.processed, results/068.processed,
16059: results/069.processed, results/070.processed,
16060: results/071.processed, results/072.processed,
16061: results/073.processed, results/074.processed,
16062: results/075.processed, results/076.processed,
16063: results/077.processed, results/078.processed,
16064: results/079.processed, results/080.processed,
16065: results/081.processed, results/082.processed,
16066: results/083.processed, results/084.processed,
16067: results/085.processed, results/086.processed,
16068: results/087.processed, results/088.processed,
16069: results/089.processed, results/090.processed,
16070: results/091.processed, results/092.processed,
16071: results/093.processed, results/094.processed,
16072: results/095.processed, results/096.processed,
16073: results/097.processed, results/098.processed,
16074: results/099.processed, results/100.processed,
16075: results/101.processed, results/102.processed,
16076: results/103.processed, results/104.processed,
16077: results/105.processed, results/106.processed,
16078: results/107.processed, results/108.processed,
16079: results/109.processed, results/110.processed,
16080: results/111.processed, results/112.processed,
16081: results/113.processed, results/114.processed,
16082: results/115.processed, results/116.processed,
16083: results/117.processed, results/118.processed,
16084: results/119.processed, results/120.processed,
16085: results/121.processed, results/122.processed,
16086: results/123.processed, results/124.processed,
16087: results/125.processed, results/126.processed,
16088: results/127.processed, results/128.processed,
16089: results/129.processed, results/130.processed,
16090: results/131.processed, results/132.processed,
16091: results/133.processed, results/134.processed,
16092: results/135.processed, results/136.processed,
16093: results/137.processed, results/138.processed,
16094: results/139.processed, results/140.processed,
16095: results/141.processed: merged(copied) to HEAD from template_gc
16096:
16097: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
16098: towards \parser3project not having to be in root
16099:
16100: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
16101: module compiled [were minor unnecessary changes in lib/md5
16102: interface]
16103:
16104: * src/include/pa_version.h: release
16105:
16106: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
16107:
16108: * src/classes/math.C: merged uuid bugfix
16109:
16110: * tests/: 141.html, results/141.processed: fixed bug with
16111: too-small-a-buffer
16112:
16113: * src/classes/math.C: uuid bugfix
16114:
16115: * tests/: 141.html, Makefile, results/005.processed,
16116: results/030.processed, results/075.processed,
16117: results/078.processed: to reflect date format change (were -
16118: become ' ')
16119:
16120: * src/classes/math.C: uuid bugfix
16121:
16122: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
16123: debug/release changes
16124:
16125: * src/lib/md5/pa_md5c.c: PA_ -> pa_
16126:
16127: 2003-07-23 paf
16128:
16129: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16130: renamed a little [to move to comman naming conv]
16131:
1.116 moko 16132: * src/targets/Makefile.am: apache13 splitted to simplify apache
16133: build
1.95 moko 16134:
16135: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
16136: main/pa_request.C, main/pa_sql_driver_manager.C,
16137: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
16138: stack top_index() fixed
16139:
16140: * src/main/pa_globals.C: minor style changes
16141:
16142: * src/: classes/op.C, include/pa_sql_connection.h: connection
16143: closing/caching fixed [connections were not closed/put to cache]
16144:
16145: 2003-07-22 paf
16146:
16147: * INSTALL: gc part updated stightly
16148:
16149: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
16150: new sapi interface
16151:
16152: * src/classes/file.C: comment on OS
16153:
16154: * src/main/pa_string.C: removed reduntant invariant check [there is
16155: one deeper in cord lib]
16156:
16157: * src/main/pa_exec.C: on win32 bugfix in handling shbang
16158:
16159: * src/main/pa_memory.C: out of memory is no longer coredump
16160:
16161: * INSTALL: disable-threads adviced
16162:
16163: 2003-07-21 paf
16164:
1.116 moko 16165: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 16166:
16167: * src/classes/file.C: file::exec/cgi environment variables now must
16168: be UPPERCASE and A-Z 0-9 _-
16169:
16170: * src/classes/file.C: env passing fixed
16171:
16172: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
16173:
16174: * src/main/pa_common.C: http:// CRLF now
16175:
16176: 2003-07-02 paf
16177:
1.211 moko 16178: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
16179: $memory:status fields to reflect their real meaning
1.95 moko 16180:
16181: 2003-06-27 paf
16182:
16183: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
16184: include/pa_hash.h, main/pa_charset.C: merged from HEAD
16185: file::exec/cgi .charset
16186:
16187: 2003-06-26 paf
16188:
16189: * ChangeLog, src/classes/file.C, src/classes/hash.C,
16190: src/classes/image.C, src/classes/op.C, src/classes/string.C,
16191: src/classes/table.C: fixed several uninitialized local
16192: structures. notably ^hash.foreach now inserts delimiters
16193: properly [were inserting it before first body]
16194:
16195: 2003-06-24 paf
16196:
16197: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
16198:
16199: 2003-06-20 paf
16200:
1.211 moko 16201: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
16202: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 16203: $f[^file::load[binary;http://...]] $f.tables
16204:
16205: 2003-06-06 paf
16206:
16207: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
16208: table. [were method lookup: inconsistent]
16209:
16210: 2003-06-02 paf
16211:
16212: * src/include/pa_memory.h: empty string clone fixed to return
16213: writable memory
16214:
16215: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
16216: were not appended] which violated string invariant
16217:
16218: 2003-05-30 paf
16219:
16220: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
16221: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
16222:
16223: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
16224: GMT ; RFC 822, updated by RFC 1123
16225:
16226: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
16227: targets/isapi/parser3isapi.C: initialized request_info properly
16228:
16229: * src/classes/xnode.C: found minor bug, commended for future
16230:
16231: 2003-05-28 paf
16232:
16233: * src/classes/form.C: request_info.content_length can't be <0,
16234: size_t for some time
16235:
16236: 2003-05-26 paf
16237:
16238: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
16239: forgotten <0 changed to !=STRING_NOT_FOUND
16240:
16241: * src/classes/math.C: merged ffffu from HEAD
16242:
16243: 2003-05-11 paf
16244:
16245: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
16246:
16247: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
16248: premature doc free. transformed document had xmlDoc reference
16249: stored to non-gc-memory (libgdome) added holding-reference
16250:
16251: 2003-04-29 paf
16252:
16253: * src/main/pa_globals.C: started digging on double free. on win32
16254: found that that's perfectly normal.
16255:
16256: 2003-04-25 paf
16257:
16258: * src/classes/table.C: table.join bug fix [bad limit check]
16259:
16260: * src/classes/math.C: merged from HEAD: simpiler hash_string
16261:
16262: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
16263: print anything. changed to quicker and simplier code
16264:
16265: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
16266: strict a check]
16267:
16268: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
16269:
16270: 2003-04-24 paf
16271:
16272: * src/include/pa_table.h: too strict assert loosened
16273:
16274: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
16275: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
16276: report
16277:
16278: 2003-04-21 paf
16279:
1.116 moko 16280: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 16281:
16282: * src/main/pa_globals.C: pcre memory management changed to use GC
16283: memory
16284:
16285: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
16286: xmlMallocAtomic [author agreed to my suggestion], used that
16287:
16288: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
16289:
16290: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
16291: types/pa_vmail.C: attributed_meaning_to_string added
16292: L_UNSPECIFIED piece which was sortof OK, but violated string
16293: invariant [assertion barked on that] changed to L_PASS_APPEND,
16294: made that param obligatory
16295:
16296: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
16297: fixed [assert helped]
16298:
16299: * src/include/pa_string.h: assert added [looking for bug]
16300:
16301: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16302: names on Win32 considered disk-global
16303:
16304: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16305: considered disk-global
16306:
16307: 2003-04-18 paf
16308:
16309: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16310: filenames
16311:
16312: * src/main/untaint.C: enabled '~' letter in filenames
16313:
16314: 2003-04-16 paf
16315:
16316: * src/classes/file.C: small bug introduced in autoptr times fixed
16317:
16318: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16319: HEAD
16320:
1.116 moko 16321: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16322:
16323: 2003-04-15 paf
16324:
1.211 moko 16325: * operators.ru.txt, operators.txt, src/classes/math.C,
16326: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95 moko 16327: tests/results/141.processed: merged from head ^math:uuid[]
16328: ^math:uid64[] ^math:md5[string]
16329:
16330: test added: 141.html
16331:
1.211 moko 16332: * operators.ru.txt, operators.txt, src/classes/math.C:
16333: ^math:uid64[]
1.95 moko 16334:
16335: * src/classes/math.C: ^math:uuid[]
16336:
1.211 moko 16337: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16338:
1.211 moko 16339: * operators.ru.txt, operators.txt, src/classes/math.C,
16340: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16341: 16-byte digest
16342:
16343: * operators.ru.txt, operators.txt, src/classes/file.C,
16344: src/include/pa_common.h, src/include/pa_config_fixed.h,
16345: src/main/pa_common.C: ^file::load[mode;name; $.offset
16346: $.limit
1.95 moko 16347:
16348: 2003-04-14 paf
16349:
16350: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16351: started ^math:md5
16352:
16353: * src/classes/table.C, src/include/pa_array.h,
16354: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16355: tests/results/140.processed: table $.reverse option works in
16356: create&co table $.distinct[tables] bug fix merged
16357:
16358: * src/: classes/table.C, include/pa_table.h: table
16359: $.distinct[tables] bug fixed
16360:
16361: * src/classes/table.C: more warnings
16362:
16363: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16364: removed checks in table::set_current, moved them back to
16365: table::locate implemented table::create/join ñ $.reverse
16366:
16367: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16368: removed checks in table::set_current, moved them back to
16369: table::locate
16370:
16371: 2003-04-11 paf
16372:
1.211 moko 16373: * operators.ru.txt, operators.txt, src/classes/date.C,
16374: src/classes/table.C, src/include/pa_array.h,
16375: src/include/pa_common.h, src/include/pa_config_includes.h,
16376: src/include/pa_string.h, src/include/pa_table.h,
16377: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16378: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16379: before_append_array_limit_sense_change to
16380: after_append_array_limit_sense_change
16381:
16382: * src/classes/table.C: typo
16383:
1.211 moko 16384: * operators.ru.txt, operators.txt, src/classes/date.C,
16385: src/classes/table.C, src/include/pa_array.h,
16386: src/include/pa_common.h, src/include/pa_config_includes.h,
16387: src/include/pa_globals.h, src/include/pa_table.h,
16388: src/main/pa_array.C, src/main/pa_globals.C,
16389: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16390: src/main/pa_string.C, src/main/pa_table.C:
16391: append_array_limit_sense_change locate accepts options same as
16392: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16393:
16394: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16395: (stat xxx,
16396:
16397: * src/classes/: table.C: typo
16398:
16399: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16400: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16401: results/130.processed, results/131.processed,
16402: results/132.processed, results/133.processed,
16403: results/134.processed, results/135.processed,
16404: results/136.processed, results/137.processed,
16405: results/138.processed, results/139.processed: added few mustfail
16406: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16407: date/time 132.html mustfail: access to junction outside of
16408: context 133.html mustfail: access to junction outside of context,
16409: case version 134.html mustfail: hash: adding a key inside of
16410: foreach 135.html mustfail: modifying system class 136.html
16411: mustfail: $.name outside of $hash[here] 137.html mustfail:
16412: appendChild without import 138.html mustfail: invalid encoding
16413: inside of xml 139.html mustfail: bad XPath
16414:
1.211 moko 16415: * operators.ru.txt, operators.txt, src/classes/table.C,
16416: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16417: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16418: tests/results/126.processed, tests/results/127.processed,
16419: tests/results/128.processed, tests/results/129.processed: merged
16420: from HEAD ^table.hash[key][$.distinct[tables]]
16421:
16422: maked appropriate tests [changed one old nonconforming]
16423:
1.211 moko 16424: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16425: ^table.hash[key][$.distinct[tables]]
16426:
16427: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16428: merged fix for found very old xml (dom) bug: were passing
16429: domString objects and later ERROREOUSLY freed them
16430:
16431: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16432: src/main/pa_charset.C: re-added libgdome patch. regretfully
16433: libgdome bug can not be worked around
16434:
16435: 2003-04-10 paf
16436:
16437: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16438: found very old xml (dom) bug: were passing domString objects and
16439: later ERROREOUSLY freed them
16440:
16441: * src/doc/string.dox, src/include/pa_memory.h,
16442: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16443: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16444: tests/123.html, tests/124.html, tests/results/001.processed,
16445: tests/results/002.processed, tests/results/003.processed,
16446: tests/results/004.processed, tests/results/005.processed,
16447: tests/results/006.processed, tests/results/008.processed,
16448: tests/results/009.processed, tests/results/010.processed,
16449: tests/results/011.processed, tests/results/012.processed,
16450: tests/results/013.processed, tests/results/014.processed,
16451: tests/results/015.processed, tests/results/016.processed,
16452: tests/results/017.processed, tests/results/018.processed,
16453: tests/results/020.processed, tests/results/021.processed,
16454: tests/results/022.processed, tests/results/023.processed,
16455: tests/results/024.processed, tests/results/025.processed,
16456: tests/results/026.processed, tests/results/027.processed,
16457: tests/results/028.processed, tests/results/029.processed,
16458: tests/results/030.processed, tests/results/031.processed,
16459: tests/results/032.processed, tests/results/033.processed,
16460: tests/results/034.processed, tests/results/035.processed,
16461: tests/results/036.processed, tests/results/037.processed,
16462: tests/results/038.processed, tests/results/039.processed,
16463: tests/results/040.processed, tests/results/041.processed,
16464: tests/results/042.processed, tests/results/043.processed,
16465: tests/results/044.processed, tests/results/045.processed,
16466: tests/results/046.processed, tests/results/047.processed,
16467: tests/results/048.processed, tests/results/049.processed,
16468: tests/results/050.processed, tests/results/051.processed,
16469: tests/results/052.processed, tests/results/053.processed,
16470: tests/results/054.processed, tests/results/055.processed,
16471: tests/results/056.processed, tests/results/057.processed,
16472: tests/results/058.processed, tests/results/059.processed,
16473: tests/results/060.processed, tests/results/061.processed,
16474: tests/results/062.processed, tests/results/063.processed,
16475: tests/results/064.processed, tests/results/065.processed,
16476: tests/results/066.processed, tests/results/067.processed,
16477: tests/results/068.processed, tests/results/069.processed,
16478: tests/results/070.processed, tests/results/071.processed,
16479: tests/results/072.processed, tests/results/073.processed,
16480: tests/results/074.processed, tests/results/075.processed,
16481: tests/results/076.processed, tests/results/077.processed,
16482: tests/results/078.processed, tests/results/079.processed,
16483: tests/results/080.processed, tests/results/081.processed,
16484: tests/results/082.processed, tests/results/083.processed,
16485: tests/results/084.processed, tests/results/085.processed,
16486: tests/results/086.processed, tests/results/087.processed,
16487: tests/results/088.processed, tests/results/089.processed,
16488: tests/results/090.processed, tests/results/091.processed,
16489: tests/results/092.processed, tests/results/093.processed,
16490: tests/results/094.processed, tests/results/095.processed,
16491: tests/results/096.processed, tests/results/097.processed,
16492: tests/results/101.processed, tests/results/102.processed,
16493: tests/results/104.processed, tests/results/105.processed,
16494: tests/results/106.processed, tests/results/107.processed,
16495: tests/results/108.processed, tests/results/109.processed,
16496: tests/results/110.processed, tests/results/111.processed,
16497: tests/results/112.processed, tests/results/113.processed,
16498: tests/results/114.processed, tests/results/115.processed,
16499: tests/results/116.processed, tests/results/117.processed,
16500: tests/results/118.processed, tests/results/119.processed,
16501: tests/results/120.processed, tests/results/121.processed,
16502: tests/results/122.processed, tests/results/123.processed,
16503: tests/results/124.processed: new convention: char* never 0.
16504: assert in cord on that
16505:
16506: * src/main/pa_charset.C: couple more asserts
16507:
16508: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16509: speedup
16510:
16511: * src/main/pa_charset.C: couple assertions on fantastic situations
16512: added [may be those is the case now?]
16513:
16514: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16515: that's memory from gc_malloc, not from g_malloc :(, but would
16516: hope]
16517:
16518: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16519: that's memory from gc_malloc, not from g_malloc :(, but would
16520: hope]
16521:
16522: * src/main/pa_charset.C: checked custom malloc for returning 0
16523:
16524: 2003-04-09 paf
16525:
16526: * src/classes/date.C: merged ^date.roll changes
16527:
16528: * src/classes/date.C: ^date.roll bug fix
16529:
16530: * src/classes/date.C: ^date.roll now throws less errors: month
16531: shifts handles end of month situation by reducing day number
16532: hour-hole shift reduces hour to recover
16533:
16534: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16535: Sort by function time
16536:
1.211 moko 16537: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16538: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16539:
16540: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16541: added [after volatile fix. passes on win&intel-solaris]
16542:
16543: 2003-04-08 paf
16544:
16545: * src/: classes/file.C, classes/op.C, classes/table.C,
16546: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16547: include/pa_common.h, include/pa_request_charsets.h,
16548: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16549: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16550: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16551: types/pa_vresponse.C: started http:// $.charset[] param and
16552: http response charset detection just compiled. todo:test
16553:
16554: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16555:
16556: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16557: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16558: types/pa_vmail.C: changed transcode param converntion along with
16559: string creating convention -- all strings are zero-terminated,
16560: this allowed to fix one remaining String("123", 2) case
16561:
16562: * src/: classes/date.C, classes/file.C, classes/hash.C,
16563: classes/op.C, classes/string.C, classes/table.C,
16564: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16565: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16566: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16567: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16568: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16569: violated String::invariant. started fixing [not compiled now]
16570:
16571: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16572: main/compile.tab.C, main/compile.y, main/pa_string.C,
16573: main/untaint.C, targets/cgi/parser3.C: number of string style
16574: improvements & optimizations
16575:
16576: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16577: :(]
16578:
16579: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16580: [for it's a pointer really]
16581:
16582: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16583: 'n' param. worked that around
16584:
16585: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16586: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16587: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16588: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16589: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16590:
16591: Thanks for the bug report and patch.
16592:
16593: I hadn't looked at this code in a while. Reading it now, it
16594: seems to me that the tests should also be ">= MAX_DEPTH" to
16595: comply with the invariant, though that may not matter a lot. I
16596: changed that, too.
16597:
16598: Hans
16599:
16600: 2003-04-07 paf
16601:
16602: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16603: merged from head:safe mode error message now includes numbers
16604:
16605: * src/main/execute.C: n-th attempt to make a=a work with double.
16606: problem: as_double returns it's result in fp-register compiler
16607: optimizes access to that register after b->as_double, and just
16608: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16609: from memory. _SAME_ double values do not match here. when
16610: forced to REload fp-register, values do match.
16611:
16612: tried to make them volatile.
16613:
16614: * src/main/execute.C: n-th attempt to make a=a work with double.
16615: problem: as_double returns it's result in fp-register compiler
16616: optimizes access to that register after b->as_double, and just
16617: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16618: from memory. _SAME_ double values do not match here. when
16619: forced to REload fp-register, values do match.
16620:
16621: tried to make them volatile.
16622:
16623: * src/types/pa_vobject.h: small style change
16624:
16625: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16626:
16627: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16628: mode error message now includes numbers
16629:
16630: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16631: now causes death
16632:
16633: 2003-04-04 paf
16634:
16635: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16636: incorportated pa_exec patch by From: "Victor Fedoseev"
16637: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16638: Sent: Thursday, January 23, 2003 9:14 AM
16639:
16640: huge speedup on ^file::cgi with big result
16641:
16642: * src/classes/table.C: sort table with 0 rows bug fixed
16643:
16644: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16645: fix http://i2/tasks/edit/?id=4493701604654042676
16646:
16647: @main[] $with_default[ $.a[1] $._default[default from
16648: with_default] ] ^show[$with_default]
16649:
16650: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16651: =$to_add_to.xxx=<br>
16652:
16653: ^show[$to_add_to]
16654:
16655: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16656: ^show[$cloned]
16657:
16658: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16659:
16660: } <hr>
16661:
16662: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16663: http://i2/tasks/edit/?id=4493701604654042676
16664:
16665: @main[] $with_default[ $.a[1] $._default[default from
16666: with_default] ] ^show[$with_default]
16667:
16668: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16669: =$to_add_to.xxx=<br>
16670:
16671: ^show[$to_add_to]
16672:
16673: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16674: ^show[$cloned]
16675:
16676: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16677:
16678: } <hr>
16679:
16680: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16681: http://i2/tasks/edit/?id=4507350336410850921
16682:
16683: * src/classes/xdoc.C: memory allocation func bugfix
16684: http://i2/tasks/edit/?id=4499303470368629745
16685:
16686: * src/classes/math.C: allowed random 1...
16687:
16688: * src/classes/math.C: allowed random 0..
16689:
16690: * src/main/pa_globals.C: exif mem leak
16691: http://i2/tasks/edit/?id=4480590323629807263
16692:
16693: * src/: classes/classes.dsp, main/main.dsp,
16694: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16695: fix http://i2/tasks/edit/?id=4493946731322521294
16696: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16697:
16698: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16699: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16700: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16701: links to xml libs made relative, no need to unpack parser3project
16702: to /parser3project.
16703:
16704: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16705: column more precise - tab handling bug fixed
16706:
16707: * src/main/: compile.tab.C, compile.y: more understandable error
16708: message in case @CLASS with more then one line inside
16709:
16710: * src/targets/cgi/parser3.C: more understandable error message in
16711: case of errors in @unhandled_exception
16712:
16713: 2003-04-03 paf
16714:
16715: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16716: src/main/compile.tab.C, src/main/compile.y,
16717: src/main/compile_tools.C, src/main/compile_tools.h,
16718: src/main/execute.C, src/main/pa_request.C: debug info format
16719: simplified, now it's: OP_VALUE Operation::Origin << here value*
16720:
16721: higher limits: file number (max: 255) line number (max:
16722: 64535) column number (max: 255)
16723:
16724: * src/classes/math.C: top limit
16725:
16726: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16727: precise parse error position in case of
16728:
16729: ^bug ]
16730:
16731: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16732: changed to realities, and passed [bug fixed]
16733:
16734: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16735: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16736: main/compile_tools.h, main/pa_request.C: introducing
16737: ^process...[main-method-alias]
16738:
16739: * src/: classes/date.C, classes/image.C, classes/op.C,
16740: classes/string.C, classes/table.C, classes/xdoc.C,
16741: types/pa_vmethod_frame.h: MethodParams& now [methods without
16742: params receive zero reference, but they are expected not to look
16743: there]
16744:
1.211 moko 16745: * operators.ru.txt, operators.txt, src/classes/date.C,
16746: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16747: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16748: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16749: src/classes/response.C, src/classes/string.C,
16750: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16751: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16752: src/types/pa_method.h: MethodParams& now [methods without params
16753: receive zero reference, but they are expected not to look there]
16754:
16755: * operators.ru.txt, operators.txt, src/classes/op.C,
16756: src/include/pa_request.h, src/main/pa_request.C,
16757: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16758: better error reporting [file/line/col]
1.95 moko 16759:
16760: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16761: types/pa_vstring.h: slightly improved error messages text: 1. is
16762: '%s', it 2. method undefined in case of ^void[]
16763:
16764: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16765: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16766: handling done. now we have error columns todo: test it
16767:
16768: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16769: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16770:
16771: this makes life easier: were: bad stack order -- were in
16772: exception catch unwind order, which didn't match execution order
16773:
16774: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16775:
16776: @first[] ^throw[a;1]
16777:
16778: showed throw a first throw b try
16779:
16780: which is no good
16781:
16782: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16783: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16784: trace reset after handled exception [old bug fixed]
16785:
16786: * src/main/: compile.tab.C, compile.y: parse position old bug
16787: fixed. position reporting made precise [both, in parse erros and
16788: runtime errors]
16789:
16790: 2003-04-02 paf
16791:
16792: * src/: include/pa_operation.h, include/pa_request.h,
16793: main/compile.C, main/compile.tab.C, main/compile.y,
16794: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16795: main/pa_exception.C, main/pa_request.C: debug info: started
16796: using. todo:complete
16797:
16798: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16799: main/compile.C, main/compile.tab.C, main/compile.y,
16800: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16801: main/pa_request.C: prepared debug info todo:use it
16802:
16803: * src/include/pa_operation.h: strange mistake fixed: forgot to
16804: return Operation class->union after switching from autoptrs.
16805:
16806: * tests/: Makefile, results/108.processed, results/117.processed:
16807: meta considered OK [it's up to coder now to remove it not needed]
16808:
16809: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16810: Dictionary constructor when moved to gc]
16811:
16812: * src/main/pa_common.C: uncommented http:// file loading
16813:
16814: * src/include/pa_array.h, src/main/execute.C,
16815: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16816: fix [gdGrowingBuf]
16817:
16818: * configure.in, src/lib/Makefile.am: removed patches
16819:
16820: * configure, src/include/pa_config_auto.h.in,
16821: src/main/pa_charset.C: --enable-assertions autoconf-ed
16822:
16823: * src/main/pa_common.C: uncommented http:// file loading
16824:
16825: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16826: xdoc::create/load
16827:
16828: * src/: classes/form.C, classes/hash.C, classes/image.C,
16829: classes/string.C, classes/table.C, classes/void.C,
16830: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16831: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16832: String::String(str,helper_length) are checked. found/fixed one
16833: place: $request:body now zero-terminated,
16834:
16835: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16836: main/compile_tools.C, main/execute.C, types/pa_value.h,
16837: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16838: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16839: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16840: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16841: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16842: types/pa_vxnode.h: more locally scoped vars in execute (more
16843: easily optimizable)
16844:
16845: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16846: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16847:
16848: * src/: include/pa_array.h, include/pa_stack.h,
16849: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16850: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16851: become assertion iterator in methodframe filler
16852:
16853: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16854: targets/cgi/parser3.C: array::get/put inlined
16855:
16856: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16857: gc_substitute_memory_management_functions +installed CORD_oom
16858: function
16859:
16860: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16861: src/include/pa_config_includes.h, src/include/pa_string.h,
16862: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16863: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16864: assertions started configure.in --enable-assertions
16865:
16866: 2003-04-01 paf
16867:
16868: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16869: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16870: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16871: gdome uses glib memory, and stores last pointer to xmlDoc there,
16872: gc misses that and collects valid memory fixed by remembering
16873: xmlDoc from dom object in xdoc. todo: do something with
16874: premature free of xdoc with xnodes/node values referring into it
16875:
16876: * src/classes/: mail.C: typo fix
16877:
16878: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16879: changes
16880:
16881: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16882: main/pa_memory.C: moved memory debugging to global level: to
16883: pa_gc_malloc
16884:
16885: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16886: debugging showed no errors. todo: debug parser memory
16887:
16888: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16889: configurations
16890:
16891: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16892: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16893: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16894: types/types.dsp: prepared xml-static configuration
16895:
16896: 2003-03-31 paf
16897:
16898: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16899: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16900: xml lib memory debugging, simple checks failed: it seems that
16901: library does realloc(bad ptr), and recording those ptrs in heap
16902: [for debugging] was bad: heap situation changes = everything
16903: works fine
16904:
16905: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16906: xmlRegisterCharEncodingHandler limitation [currently imposed
16907: limit of 10 user-defined charsets]
16908:
16909: 2003-03-28 paf
16910:
16911: * src/main/execute.C: execution stack copied to local register
16912: variable, removed lots [~2e7) of memory accesses
16913:
16914: 2003-03-27 paf
16915:
16916: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16917: works in debug, but fails in release todo: fix that
16918:
16919: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16920: targets/cgi/parser3.C: forgot to merge XML memory funcs
16921: replacement from gc branch
16922:
16923: * src/main/pa_exec.C: introducing append_help_length [radical
16924: improvement here]
16925:
16926: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16927: 'not recommened' in gc.h, on win32 noticed no difference]
16928:
16929: * src/include/pa_array.h: returned checked array get [were disabled
16930: for debugging] result:not slower [don't understand that, it were
16931: INLINED] todo: find out a way of inlining it!
16932:
16933: * src/: include/pa_string.h, lib/gc/include/gc.h,
16934: lib/gc/include/gc_fake.h, main/compile.tab.C,
16935: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16936: convention changed: all resulting strings are zero-terminated
16937:
16938: * src/: classes/date.C, classes/file.C, classes/hash.C,
16939: classes/string.C, classes/table.C, classes/void.C,
16940: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16941: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16942: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16943: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16944: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16945: types/pa_vfile.C, types/pa_vmail.C: introducing
16946: append_help_length [radical improvement here]
16947:
16948: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16949: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16950: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16951: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16952: even slower
16953:
16954: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16955: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16956: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16957: clients of &get(): most to use non-ref version, some[in tight
16958: places] to get_unchecked_ref
16959:
16960: * src/doc/memory.dox: forgot to add
16961:
16962: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16963: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16964: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16965: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16966: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16967: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16968: targets/cgi/parser3.dsp, types/pa_vmail.C,
16969: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16970: T>>&<< removed after Stack::pop wiping removed [moved to separate
16971: func] other Array & removed
16972:
16973: 2003-03-26 paf
16974:
16975: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16976: classes/table.C, include/pa_array.h, include/pa_charset.h,
16977: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16978: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16979: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16980: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16981: main/pa_exec.C, main/pa_sql_driver_manager.C,
16982: main/pa_stylesheet_manager.C, main/pa_table.C,
16983: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16984: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16985: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
16986: pre-evaluated .count() in some places
16987:
16988: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16989: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
16990: types/types.dsp: .dsp profiling updated
16991:
16992: * src/: classes/classes.dsp, lib/cord/cord.dsp,
16993: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
16994: targets/cgi/parser3.dsp, types/types.dsp: started profiling
16995:
16996: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
16997: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
16998: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
16999: use lib/gc,lib/cord
17000:
1.116 moko 17001: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
17002: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 17003: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
17004: src/include/pa_config_includes.h, src/include/pa_request.h,
17005: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17006: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 17007: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 17008: src/lib/cord/include/Makefile.am,
1.116 moko 17009: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
17010: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
17011: src/targets/cgi/Makefile.am, src/types/Makefile.am,
17012: src/types/pa_vclass.h, src/types/pa_vcookie.h,
17013: src/types/pa_vform.h, src/types/pa_vhash.h,
17014: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
17015: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
17016: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
17017: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
17018: funcs ported pa_exec
1.95 moko 17019:
17020: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
17021:
17022: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
17023: bundled gc includes
17024:
17025: * src/: classes/op.C, include/pa_array.h,
17026: include/pa_sql_connection.h, include/pa_string.h,
17027: include/pa_version.h, main/compile.tab.C, main/compile.y,
17028: main/execute.C, main/pa_common.C, main/pa_exception.C,
17029: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
17030: targets/cgi/parser3.dsp: a number of bugfixes [while testing
17031: first real site (aval)]
17032:
17033: 2003-03-25 paf
17034:
1.211 moko 17035: * operators.ru.txt, operators.txt,
17036: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
17037: $status.memory used free since_compact process
1.95 moko 17038:
17039: * src/: include/pa_sql_connection.h, main/pa_globals.C,
17040: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
17041:
17042: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
17043:
17044: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
17045: src/types/pa_value.h, src/types/pa_vfile.h,
17046: src/types/pa_vobject.C, src/types/pa_vobject.h,
17047: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
17048: tests/results/121.processed: untaint.C L_URI
17049:
1.211 moko 17050: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
17051: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
17052: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
17053: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 17054:
17055: * tests/results/109.processed: it was a bug in parser. updated 109
17056: test result
17057:
17058: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
17059:
17060: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
17061: tests/results/107.processed: fixed dom language [values are now
17062: considered tainted. it was a bug in parser. updated 107 test
17063: result
17064:
17065: * src/classes/xdoc.C: fixed transform params
17066:
17067: * src/: include/pa_stylesheet_manager.h,
17068: main/pa_stylesheet_manager.C: fixed stylesheet caching
17069:
17070: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
17071: overloads for structure handling
17072:
17073: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
17074: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
17075: StringBody(0) ambiguilty, introducting static
17076: StringBody::Format(int)
17077:
17078: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
17079: linked
17080:
17081: * src/types/pa_vxdoc.C: vxdoc compiled
17082:
17083: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
17084: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
17085: finalizers isntalled
17086:
17087: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
17088: doc/exception.dox, doc/index.dox, include/pa_charset.h,
17089: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17090: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
17091: compiled todo: xnode.C / finalizers
17092:
17093: * src/doc/string.dox: updated: new string internals
17094:
17095: 2003-03-24 paf
17096:
17097: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17098: include/pa_charset.h, include/pa_config_fixed.h,
17099: include/pa_request.h, include/pa_stylesheet_connection.h,
17100: include/pa_stylesheet_manager.h, main/pa_charset.C,
17101: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
17102: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
17103: types/pa_vxnode.h: started XML
17104:
17105: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
17106:
17107: * src/: classes/file.C, classes/image.C, classes/mail.C,
17108: include/pa_string.h, main/pa_common.C,
17109: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
17110:
17111: * src/: classes/file.C, classes/image.C, classes/mail.C,
17112: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
17113: main/pa_request.C, main/pa_sql_driver_manager.C,
17114: types/pa_vimage.h: size_t pos everywhere checks changed to check
17115: for eq STRING_NOT_FOUND
17116:
17117: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
17118: optimize bit implemented
17119:
17120: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17121: String::ArrayFragment::append_positions fixed
17122:
17123: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
17124: String::this_starts fixed
17125:
17126: * src/main/pa_string.C, tests/Makefile: string::pos fixed
17127:
17128: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
17129: hashcode implemented fully, including per-char callback [it can
17130: be - substr CORD node]
17131:
17132: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
17133: rewritten to rewalloc with 100byte buf ahead
17134:
17135: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
17136: src/include/pa_string.h, src/main/compile.tab.C,
17137: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
17138: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
17139: CORD_ec [bad] would rewrite as realloc now
17140:
17141: * src/: classes/date.C, classes/file.C, classes/form.C,
17142: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
17143: include/pa_cache_managers.h, include/pa_charsets.h,
17144: include/pa_common.h, include/pa_request.h,
17145: include/pa_sql_driver_manager.h, include/pa_table.h,
17146: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
17147: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
17148: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
17149: types/pa_vmail.C, types/pa_vmethod_frame.C,
17150: types/pa_vstateless_class.h: 2*2 worked :)
17151:
17152: * parser3.dsw, src/classes/date.C, src/classes/file.C,
17153: src/include/pa_exec.h, src/include/pa_string.h,
17154: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
17155: passed OK
17156:
17157: * src/: classes/hash.C, classes/string.C, classes/table.C,
17158: types/pa_value.C: all linked todo: debug
17159:
17160: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
17161: types/pa_vstateless_class.C: all compiled. todo:link
17162:
17163: * src/types/pa_wcontext.C: pa_wcontext.C compiled
17164:
17165: * src/types/pa_vtable.C: pa_vtable.C compiled
17166:
17167: * src/types/pa_vstring.C: pa_vstring.C compiled
17168:
17169: * src/types/pa_vstatus.C: pa_vstatus.C compiled
17170:
17171: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
17172: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
17173: pa_vstateless_class.C, pa_vstateless_class.h:
17174: pa_vstateless_class.C compiled
17175:
17176: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
17177: types/pa_vmath.C: pa_vmail.C compiled
17178:
17179: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
17180:
17181: * src/types/pa_vform.C: pa_vform.C compiled
17182:
17183: * src/types/pa_vfile.C: pa_vfile.C compiled
17184:
17185: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
17186: pa_vstateless_class.C: pa_vcookie.C compiled
17187:
17188: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
17189: types/pa_vhash.h: pa_value.C compiled
17190:
17191: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
17192: classes.lib main.lib compiled
17193:
17194: * src/classes/void.C: void.C compiled
17195:
17196: * src/: classes/string.C, classes/table.C, include/pa_string.h,
17197: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
17198: compiled
17199:
17200: * src/: classes/string.C, include/pa_request.h,
17201: include/pa_string.h, main/pa_string.C: string.C compiled
17202:
17203: * src/: classes/op.C, classes/string.C, classes/table.C,
17204: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
17205: main/pa_request.C, main/pa_string.C: op.C compiled
17206:
17207: * src/classes/: math.C, op.C: math.C compiled
17208:
17209: * src/: classes/mail.C, classes/string.C, classes/table.C,
17210: types/pa_vmail.h: mail.C compiled
17211:
17212: * src/classes/: int.C, table.C: int.C compiled
17213:
17214: * src/: classes/hash.C, classes/image.C, classes/string.C,
17215: classes/table.C, include/pa_memory.h, include/pa_string.h,
17216: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
17217: compiled
17218:
17219: * src/: classes/hash.C, classes/string.C, classes/table.C,
17220: classes/void.C, classes/xdoc.C, include/pa_request.h,
17221: include/pa_sql_connection.h: hash.C compiled
17222:
17223: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
17224: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17225: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17226: classes/math.C, classes/op.C, classes/response.C,
17227: classes/string.C, classes/table.C, classes/void.C,
17228: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
17229: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17230: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
17231: file.C table.C compiled
17232:
17233: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
17234: main/untaint.C: main.lib compiled
17235:
17236: 2003-03-21 paf
17237:
17238: * src/: classes/op.C, include/pa_cache_managers.h,
17239: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17240: include/pa_stylesheet_manager.h, main/pa_exception.C,
17241: main/pa_globals.C, main/pa_sql_driver_manager.C,
17242: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
17243: compiled
17244:
17245: * src/: classes/hash.C, classes/image.C, classes/op.C,
17246: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
17247: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17248: main/compile.C, main/pa_common.C, main/pa_request.C,
17249: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
17250: pa_request.C compiled
17251:
17252: * src/: classes/hash.C, classes/mail.C, classes/op.C,
17253: include/pa_request.h, main/execute.C, main/pa_request.C,
17254: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
17255: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
17256: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17257: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
17258: compiled
17259:
17260: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
17261: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
17262: on unix
17263:
17264: * src/: include/pa_charset.h, include/pa_charsets.h,
17265: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
17266: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
17267: pa_charsets.C compiled
17268:
17269: * src/: classes/image.C, classes/mail.C, classes/op.C,
17270: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
17271: main/compile.y, main/execute.C, main/pa_common.C,
17272: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
17273: types/pa_vcode_frame.h, types/pa_vimage.h,
17274: types/pa_vmethod_frame.h: execute.C compiled
17275:
17276: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17277: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17278: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17279: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
17280: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17281: include/pa_cache_managers.h, include/pa_charsets.h,
17282: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
17283: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
17284: include/pa_sql_driver_manager.h, include/pa_string.h,
17285: include/pa_stylesheet_connection.h,
17286: include/pa_stylesheet_manager.h, include/pa_table.h,
17287: main/compile.C, main/compile.tab.C, main/compile.y,
17288: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17289: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17290: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
17291: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
17292: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17293: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
17294: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
17295: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17296: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17297: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17298: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17299: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17300: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17301: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17302: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17303: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17304: types/pa_vresponse.h, types/pa_vstateless_class.C,
17305: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17306: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17307: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17308: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17309: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17310: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17311: [C++ CORD wrapper]
17312:
17313: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17314:
17315: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17316: $file::exec/cgi[script; $.charset[this is script's charset]
17317:
17318: command line, env values, input got transcoded before call
17319: stdout, stderr got transcoded after call
17320:
17321: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17322: by default. use: ^file::exec[...;$.stdin[$request.body]
17323:
17324: * src/main/pa_common.C: } typo bug fix
17325:
17326: * src/main/pa_common.C: } typo bug fix
17327:
17328: 2003-03-20 paf
17329:
17330: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17331: main/untaint.C: cord bug fix, but still errors todo: clear out
17332:
17333: * src/include/pa_string.h: more tests
17334:
17335: * src/main/pa_string.C: string.pos fixed
17336:
1.116 moko 17337: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17338: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17339: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17340: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17341: replaces
1.95 moko 17342:
17343: * src/: classes/image.C, include/pa_dictionary.h,
17344: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17345: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17346: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17347: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17348:
17349: * src/include/pa_string.h: warning
17350:
17351: * src/include/pa_string.h: this_starts fixed
17352:
17353: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17354: new String ctor & append params convention
17355:
17356: * src/: classes/file.C, classes/hash.C, classes/image.C,
17357: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17358: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17359: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17360: main/pa_exception.C, main/pa_exec.C,
17361: main/pa_sql_driver_manager.C, main/pa_string.C,
17362: main/pa_stylesheet_manager.C, main/untaint.C,
17363: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17364: types/pa_vmail.C: more tests OK
17365:
17366: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17367: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17368: gc/exit runned OK
17369:
17370: * src/types/pa_vmail.C: another naming problem: should not name
17371: vars like that: unpredictable close caused problems with later
17372: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17373: descriptors missing on startup: stdin; Bad file number
17374:
17375: todo: find out why so many filters(stream) here. probably wrong?
17376:
17377: * src/: include/pa_dictionary.h, include/pa_string.h,
17378: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17379: main/untaint.C: test compiled
17380:
17381: * src/: classes/image.C, classes/mail.C, classes/math.C,
17382: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17383: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17384: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17385: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17386: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17387: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17388: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17389: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17390: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17391:
17392: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17393: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17394: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17395: src/include/pa_memory.h, src/include/pa_request.h,
17396: src/include/pa_request_charsets.h,
17397: src/include/pa_sql_connection.h, src/include/pa_string.h,
17398: src/main/compile.tab.C, src/main/execute.C,
17399: src/main/pa_charset.C, src/main/pa_common.C,
17400: src/main/pa_exception.C, src/main/pa_exec.C,
17401: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17402: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17403: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17404: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17405: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17406: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17407: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17408: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17409: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17410: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17411: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17412: pa_common.C [done, without http for now]
17413:
17414: 2003-03-19 paf
17415:
17416: * src/: classes/date.C, classes/form.C, classes/hash.C,
17417: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17418: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17419: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17420: include/pa_string.h, include/pa_table.h, main/compile.C,
17421: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17422: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17423: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17424: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17425: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17426: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17427: types/pa_vstateless_class.h, types/pa_vtable.C,
17428: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17429: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17430: types/pa_wwrapper.h: started test
17431:
1.116 moko 17432: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17433: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17434:
17435: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17436: include/pa_string.h, main/pa_string.C: string compiled todo: test
17437: it
17438:
17439: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17440: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17441: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17442: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17443: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17444: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17445: types/pa_vmethod_frame.h, types/types.dsp: string
17446: reimplementation with cord+array<fragment>: 70%
17447:
17448: 2003-03-18 paf
17449:
17450: * src/: classes/date.C, classes/file.C, classes/form.C,
17451: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17452: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17453: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17454: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17455: can ignore lang in cmp and pos really, but would
17456: split properly!
17457:
17458: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17459: cord part made parser/src/lib: it's not compiled into libgc by
17460: default
17461:
17462: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17463: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17464: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17465: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17466: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17467: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17468: src/classes/xnode.C, src/classes/xnode.h,
17469: src/include/Makefile.am, src/include/pa_cache_managers.h,
17470: src/include/pa_charset.h, src/include/pa_charsets.h,
17471: src/include/pa_common.h, src/include/pa_dictionary.h,
17472: src/include/pa_exception.h, src/include/pa_exec.h,
17473: src/include/pa_globals.h, src/include/pa_hash.h,
17474: src/include/pa_memory.h, src/include/pa_pool.h,
17475: src/include/pa_request.h, src/include/pa_request_charsets.h,
17476: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17477: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17478: src/include/pa_stylesheet_connection.h,
17479: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17480: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17481: src/main/compile.C, src/main/compile.tab.C,
17482: src/main/compile_tools.C, src/main/compile_tools.h,
17483: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17484: src/main/pa_charsets.C, src/main/pa_common.C,
17485: src/main/pa_dictionary.C, src/main/pa_exception.C,
17486: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17487: src/main/pa_pool.C, src/main/pa_request.C,
17488: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17489: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17490: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17491: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17492: src/types/pa_junction.h, src/types/pa_method.h,
17493: src/types/pa_value.C, src/types/pa_value.h,
17494: src/types/pa_vclass.C, src/types/pa_vclass.h,
17495: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17496: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17497: src/types/pa_vdouble.h, src/types/pa_venv.h,
17498: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17499: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17500: src/types/pa_vimage.C, src/types/pa_vimage.h,
17501: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17502: src/types/pa_vmath.C, src/types/pa_vmath.h,
17503: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17504: src/types/pa_vobject.C, src/types/pa_vobject.h,
17505: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17506: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17507: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17508: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17509: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17510: src/types/pa_vstring.h, src/types/pa_vtable.C,
17511: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17512: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17513: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17514: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17515: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17516: gc: PA_Object done lots of replacements also
17517:
17518: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17519: gc logging
17520:
17521: 2003-03-17 paf
17522:
17523: * src/: classes/date.C, classes/file.C, classes/form.C,
17524: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17525: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17526: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17527: include/pa_string.h, include/pa_types.h, main/compile.C,
17528: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17529: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17530: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17531: main/pa_sql_driver_manager.C, main/pa_string.C,
17532: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17533: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17534: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17535: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17536: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17537: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17538: types/pa_vxnode.h: libgc attempt
17539:
17540: 2003-03-13 paf
17541:
17542: * src/: include/pa_sql_driver_manager.h,
17543: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17544: called
17545:
17546: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17547: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17548: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17549: types/pa_value.h, types/pa_vobject.h,
17550: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17551: set_base, set_derived simplified [counter leaks fixed]
17552:
17553: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17554: src/types/types.dsp: incorporated status class patch From:
17555: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17556: 2003 8:14 AM
17557:
17558: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17559: Win32 specific: QuotaPeakNonPagedPoolUsage
17560: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17561:
17562: 2003-03-12 paf
17563:
1.116 moko 17564: * configure, configure.in, src/lib/ltdl/configure,
17565: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17566: lib/ltdl/Makefile now created by /configure.in only [were by
17567: lib/ltdl/configure.in OVERWRITE]
17568:
1.116 moko 17569: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17570: linkage fixed for g++ 3.2.2
1.95 moko 17571:
17572: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17573: on using privately declared class [fixed]
17574:
17575: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17576: 3.2 rightliy complained on using privately declared class [fixed]
17577:
17578: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17579: sigpipe before request constructor now causes death
17580:
17581: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17582: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17583: not cause exception in exception handler
17584:
1.116 moko 17585: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17586: now default links libstdc++ statically. that can be overriden by
17587: --with-dynamic-stdcpp
1.95 moko 17588:
17589: 2003-03-11 paf
17590:
17591: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17592: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17593: necessity of libstdc++
17594:
17595: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17596:
17597: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17598:
17599: 2003-03-08 paf
17600:
17601: * tests/Makefile: make install & co
17602:
17603: * src/: include/pa_request.h, classes/op.C: removing
17604: vclass,object.h -> pa_request.h dependency
17605:
17606: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17607: main/pa_request.C: removing vform,response,cookie.h ->
17608: pa_request.h dependency
17609:
17610: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17611: dependency [testing...]
17612:
17613: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17614: return 0; fixed
17615:
17616: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17617: types/pa_vmail.h: vmail.C received just compiled [not tested]
17618:
17619: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17620:
17621: * src/main/pa_request.C: forgotten: ifdef XML
17622:
17623: * src/main/pa_request.C: forgotten: ifdef XML
17624:
17625: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17626: win32 and run memleak tests again
17627:
17628: * src/targets/cgi/parser3.C: charsets: see some strange things with
17629: old xml lib-- it's internal memory handling has faults
17630:
17631: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17632: problems when transcode from charset A to A.
17633:
17634: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17635: todo: still problems when transcode from charset A to A.
17636:
17637: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17638: classes/table.C, include/pa_array.h,
17639: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17640: started full-scale-site-test [~ http://parser.ru sources]
17641:
17642: some fixes
17643:
17644: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17645: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17646: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17647: results/110.processed, results/111.processed,
17648: results/112.processed, results/113.processed,
17649: results/114.processed, results/115.processed,
17650: results/116.processed, results/117.processed,
17651: results/118.processed, results/119.processed,
17652: results/120.processed: xml: tests 109 dom create/show 110 xpath
17653: selectSingle 111 xdoc.create from tainted & 112
17654: xdoc.create/output with russian attr value 113 xpath
17655: selectString/Number 114 dom attributes.count 115 xpath selectBool
17656: 116 output media-type change 117 transform by dom stylesheet 118
17657: empty transform result 119 dom setAttribute 120 nbsp letter
17658: output
17659:
17660: =END OF PREPARED XML TESTS=
17661:
17662: 2003-03-07 paf
17663:
17664: * src/classes/xdoc.C, src/include/pa_charset.h,
17665: src/include/pa_stylesheet_connection.h, tests/108.html,
17666: tests/108.xsl, tests/results/108.processed: xml: test 108
17667: transform with params [bugs fixed]
17668:
17669: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17670: from copy/paste bug
17671:
17672: * src/classes/xdoc.C, src/include/pa_charset.h,
17673: src/include/pa_request.h, src/main/execute.C,
17674: src/main/pa_charset.C, src/main/pa_exception.C,
17675: src/main/pa_globals.C, src/main/pa_request.C,
17676: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17677: src/types/pa_vxnode.C, tests/107.html,
17678: tests/results/107.processed: xml: test: 107 bug fixes
17679:
17680: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17681: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17682: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17683:
17684: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17685: string
17686:
17687: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17688: mem alloc functions used for different cases [libxml, libxsl]
17689:
17690: * src/classes/classes.C: fixed: prevent system classes from
17691: modification to lock ALL the classes, not only directly used
17692:
17693: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17694: linked
17695:
17696: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17697:
17698: 2003-03-06 paf
17699:
17700: * src/classes/xdoc.C: xdoc.C 50%
17701:
17702: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17703: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17704: main/pa_globals.C, main/pa_request.C,
17705: main/pa_stylesheet_manager.C: xnode.C compiled
17706:
17707: * src/: include/pa_stylesheet_connection.h,
17708: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17709: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17710:
17711: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17712: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17713: xml: stylesheet&manager STARTED
17714:
17715: * src/: include/pa_globals.h, main/pa_charset.C,
17716: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17717:
17718: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17719: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17720: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17721: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17722: charsets
17723:
17724: * tests/023.html: in some cases it rounded up badly. postponing
17725: solution of that problem, making more simple test
17726:
17727: * tests/: 058_paf2000.png, results/058.processed: .png added with
17728: -kb now
17729:
17730: * src/: include/pa_charset.h, include/pa_charsets.h,
17731: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17732: moved to charsets.C
17733:
17734: 2003-03-05 paf
17735:
17736: * src/classes/string.C, src/include/pa_string.h,
17737: src/main/pa_string.C, tests/105.html,
17738: tests/results/105.processed: String::match bug fixed
17739:
17740: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17741: tests/results/104.processed: ^bpt operator added [does int3 in
17742: debug build on win32]
17743:
17744: * tests/: 057.html, results/057.processed: test bug fixed
17745:
1.116 moko 17746: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17747:
17748: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17749: missing
17750:
1.116 moko 17751: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17752: forgotten files added to Makes
1.95 moko 17753:
17754: * ltmain.sh: ltmain.sh added
17755:
17756: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17757: change undone ;(
17758:
17759: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17760: made static
17761:
17762: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17763: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17764: todo:make linker happy
1.95 moko 17765:
17766: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17767: env param made optional
17768:
17769: 2003-03-04 paf
17770:
17771: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17772: types/pa_vimage.h: number of gcc compiler bugs fixed
17773:
17774: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17775: results/103.processed: tests: 103 image.copy transparence test
17776:
17777: * src/main/execute.C, tests/101.html, tests/102.html,
17778: tests/results/101.processed, tests/results/102.processed: tests:
17779: 101 method/variable name conflict test 102 form fields change
17780: should not not change anything [bug fix]
17781:
17782: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17783: results/099.processed, results/100.processed: tests: 57 date
17784: create 2002: added 99,100 response:body/download
17785:
17786: * src/classes/image.C, tests/098.html, tests/098font.gif,
17787: tests/results/098.processed: test: 98 image font text [bug fixed]
17788:
17789: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17790: tests/results/097.processed: test: 97 file::load http:// [bugs
17791: fixed]
17792:
17793: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17794: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17795: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17796: image EXIF [bug fixed]
17797:
17798: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17799: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17800: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17801: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17802: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17803: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17804: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17805: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17806: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17807: tests/094.html, tests/095.html, tests/results/061.processed,
17808: tests/results/062.processed, tests/results/063.processed,
17809: tests/results/064.processed, tests/results/065.processed,
17810: tests/results/066.processed, tests/results/067.processed,
17811: tests/results/068.processed, tests/results/069.processed,
17812: tests/results/070.processed, tests/results/071.processed,
17813: tests/results/072.processed, tests/results/073.processed,
17814: tests/results/074.processed, tests/results/075.processed,
17815: tests/results/076.processed, tests/results/077.processed,
17816: tests/results/078.processed, tests/results/080.processed,
17817: tests/results/081.processed, tests/results/082.processed,
17818: tests/results/083.processed, tests/results/084.processed,
17819: tests/results/085.processed, tests/results/086.processed,
17820: tests/results/087.processed, tests/results/088.processed,
17821: tests/results/089.processed, tests/results/090.processed,
17822: tests/results/091.processed, tests/results/092.processed,
17823: tests/results/093.processed, tests/results/094.processed,
17824: tests/results/095.processed, tests/079.html,
17825: tests/results/079.processed: tests: 61 file::stat size 62
17826: string->int autoconvert 63 double .int,dec,div,mul 64 date
17827: compare 65 file: basename,justname,justext 66 math:crypt 67
17828: string.match simple on long 68 string.match normalized simple on
17829: long 69 string.int 70 file::stat content-type 71 table.join 72
17830: hash parameter conditional pass 73 date daylightsaving,yearday 74
17831: date arithmetics 75 response date values/attributes 76 string.pos
17832: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17833: with local 80 scientific numeric literal in string autoconvert 81
17834: xor: logical and numerical 82 for delims 83 menu delims 84
17835: table.hash distinct 85 long string replace 86 throw+catch
17836: current language preserve 87 bit shifts 88 junction tests +
17837: $caller test 89 hash.foreach selfmodification 90 int/void to int
17838: 91 $caller test 92 junction is + def junction tests 93 $caller
17839: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17840:
17841: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17842: fixed] 60 string eq string [bug fixed]
17843:
17844: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17845: 058.html, 058_paf2000.png, 059.html, 060.html,
17846: results/053.processed, results/054.processed,
17847: results/055.processed, results/056.processed,
17848: results/057.processed, results/058.processed,
17849: results/059.processed, results/060.processed: test: 53
17850: string.replace 54 junctions 55 table.hash 56 call indirect 57
17851: date.create[string] 58 image.measure[png]
17852:
17853: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17854: outputs/051.processed, results/052.processed: test: 52
17855: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17856: task: fix that
17857:
17858: 2003-03-03 paf
17859:
17860: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17861: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17862: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17863: outputs/049.processed, outputs/050.processed,
17864: outputs/051.processed, results/001.processed,
17865: results/002.processed, results/003.processed,
17866: results/005.processed, results/006.processed,
17867: results/008.processed, results/009.processed,
17868: results/011.processed, results/012.processed,
17869: results/013.processed, results/014.processed,
17870: results/015.processed, results/016.processed,
17871: results/017.processed, results/020.processed,
17872: results/021.processed, results/022.processed,
17873: results/024.processed, results/025.processed,
17874: results/026.processed, results/027.processed,
17875: results/028.processed, results/029.processed,
17876: results/030.processed, results/031.processed,
17877: results/049.processed, results/050.processed,
17878: results/051.processed, results/043.processed,
17879: results/044.processed, results/045.processed,
17880: results/046.processed, results/047.processed,
17881: results/048.processed: tests: 43,44,45 date rolls 46
17882: autoevaluating junction 47 table.select 48 name with subvar 49
17883: hash-creating switch 50 process 51 started parent/child, works as
17884: it were but it were NOT GOOD, created separate task to fix that
17885:
17886: * tests/: 042.html, results/042.processed: test: 42
17887: exception.handled
17888:
17889: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17890: expression
17891:
17892: * tests/: 040.html, results/040.processed: test: 39 method result
17893: of type table 40 method param junction auto evaluate
17894:
17895: * tests/: 039.html, results/039.processed: test: 37 method result
17896: of type table
17897:
17898: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17899: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17900: tests/038.html, tests/results/033.processed,
17901: tests/results/034.processed, tests/results/035.processed,
17902: tests/results/036.processed, tests/results/037.processed,
17903: tests/results/038.processed: tests: 33 string.replace 34
17904: string.upper 35 table created 36 local/global vars with juntions
17905: 37 table clone 38 math PI & number formatting
17906:
17907: math class registring typo fixed
17908:
17909: * src/classes/op.C, src/include/pa_request.h,
17910: src/include/pa_string.h, src/main/execute.C,
17911: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17912: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17913: tests/032.html, tests/results/032.processed: uchar changed to
17914: String_UL in all places [was not everywhere] untaint test: 032
17915:
17916: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17917: tests/results/004.processed, tests/parser-cygwin.sh,
17918: tests/parser-unix.sh: removed -H command line key, now testing
17919: using .sh file with SERVER_SOFTWARE=xxx
17920:
17921: 2003-02-26 paf
17922:
17923: * src/main/execute.C, src/types/pa_vstateless_class.h,
17924: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17925: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17926: tests/results/024.processed, tests/results/025.processed,
17927: tests/results/026.processed, tests/results/027.processed,
17928: tests/results/028.processed, tests/results/029.processed,
17929: tests/results/030.processed, tests/results/031.processed: fixed
17930: bug with name_cstr mutable CharPtr more tests
17931:
17932: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17933: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17934: << abort. die now just exits
17935:
17936: * src/classes/classes.awk, src/classes/classes.h,
17937: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17938: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17939: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17940: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17941: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17942: src/classes/xnode.C, src/include/pa_memory.h,
17943: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17944: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17945: src/types/pa_vform.C, tests/015.html, tests/016.html,
17946: tests/017.html, tests/018.html, tests/019.html,
17947: tests/019paf2001.gif, tests/020.html, tests/021.html,
17948: tests/022.html, tests/023.html, tests/022_dir/a.html,
17949: tests/022_dir/b.txt, tests/022_dir/c.htm,
17950: tests/results/015.processed, tests/results/016.processed,
17951: tests/results/017.processed, tests/results/018.processed,
17952: tests/results/019.processed, tests/results/020.processed,
17953: tests/results/021.processed, tests/results/022.processed,
17954: tests/results/023.processed: methoded_array now contains all Mxxx
17955: classes SAPI::get_env now returns info on pool more tests
17956:
17957: * src/include/pa_array.h, src/include/pa_hash.h,
17958: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17959: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17960: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17961: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17962: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17963: tests/results/001.processed, tests/results/002.processed,
17964: tests/results/003.processed, tests/results/004.processed,
17965: tests/results/005.processed, tests/results/006.processed,
17966: tests/results/007.processed, tests/results/008.processed,
17967: tests/results/009.processed, tests/results/010.processed,
17968: tests/results/011.processed, tests/results/012.processed,
17969: tests/results/013.processed, tests/results/014.processed: hash
17970: cloning fixed
17971:
17972: 2003-02-25 paf
17973:
17974: * src/main/pa_common.C: typo fixed
17975:
17976: 2003-02-24 paf
17977:
17978: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17979: [one remained]
17980:
17981: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17982: [should have been get_string(&pool)] todo: check other such calls
17983:
17984: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17985: test10, bad lookups
17986:
17987: xxx* xxx=smartptr.get(); << is bad style, after ";" original
17988: object got destructed, and xxx points to sky
17989:
17990: * ChangeLog, src/classes/string.C: match bug fixed
17991:
17992: * src/types/pa_vmail.C: body [text/html] transcoded to
17993: $.charset[specified] now
17994:
17995: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
17996: which failed to handle sigsetjmp+throw: crashed inside of
17997: pre-throw code. rewritten simplier [though duplicating
17998: closesocket code]
17999:
18000: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
18001: which failed to handle sigsetjmp+throw: crashed inside of
18002: pre-throw code. rewritten simplier [though duplicating
18003: closesocket code]
18004:
18005: 2003-02-21 paf
18006:
1.211 moko 18007: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
18008: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
18009: now]]
1.95 moko 18010:
18011: written makefile with regression tests [raw]
18012:
18013: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
18014: tests' only [it's not forcing CGI mode now] now use -H to output
18015: CGI header when parser used in command line [useful for tests
18016: also]
18017:
18018: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
18019: switches on CGI mode, and is used in regression tests
18020:
18021: * src/: include/pa_request.h, main/pa_request.C,
18022: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
18023: fixed
18024:
18025: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
18026: handling pa_*
18027:
18028: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
18029: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
18030: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
18031: memory handling files
18032:
18033: * src/main/pa_array.C: pool::format_integer terminator fixed
18034:
18035: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
18036: compiles OK test to show benefits of free
18037:
18038: * src/: classes/file.C, classes/image.C, classes/mail.C,
18039: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
18040: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18041: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
18042: use pool [as the one in ^process]
18043:
18044: * src/classes/op.C: fixed process. sould now check for all cstr's
18045: -- some must use pool [as the one in ^process]
18046:
18047: 2003-02-20 paf
18048:
18049: * src/: classes/date.C, classes/double.C, classes/file.C,
18050: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18051: classes/math.C, classes/op.C, classes/response.C,
18052: classes/string.C, classes/table.C, classes/void.C,
18053: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
18054: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
18055: string cmp fixed
18056:
18057: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
18058: values passed OK now
18059:
18060: 2003-02-19 paf
18061:
18062: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
18063: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
18064: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
18065: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
18066: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
18067: all remaning leaks resulted from pooled::malloc calls [excluding
18068: in gd -- planning complete rewrite extremely ugly code]
18069:
18070: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
18071: files
18072:
18073: 2003-02-17 paf
18074:
18075: * src/: classes/date.C, classes/double.C, classes/file.C,
18076: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18077: classes/response.C, classes/string.C, classes/table.C,
18078: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
18079: include/pa_stylesheet_connection.h,
18080: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
18081: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18082: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
18083: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18084: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18085: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
18086: of unitialized simple-typed field
18087:
18088: * src/: classes/classes.C, classes/classes.h, main/execute.C,
18089: main/pa_charset.C, main/pa_request.C: another bug of unitialized
18090: simple-typed field fixed. todo: find&kill all like that one
18091:
18092: * src/: main/execute.C, targets/cgi/pa_pool.C,
18093: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
18094: debug output fixed
18095:
18096: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
18097: main/pa_request.C: stack-stored items need extra .ref to prevent
18098: object_ptr from delete[them]
18099:
18100: * src/: classes/date.C, classes/op.C, classes/table.C,
18101: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
18102: include/pa_charset.h, main/Makefile.am, main/main.dsp,
18103: main/pa_charset.C, main/pa_common.C,
18104: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18105: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18106: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
18107: calls
18108:
18109: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
18110: couple mem leaks rusulted from old pooled::malloc usage.
18111: todo:find more like those
18112:
18113: * src/main/: compile.C, compile_tools.C: 2*2!
18114:
18115: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
18116: stackItem fixed [there were no string on stack before]
18117:
18118: * src/: main/execute.C, main/pa_request.C,
18119: types/pa_vmethod_frame.C: first letters out OK
18120:
18121: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
18122: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
18123: main/pa_string.C, main/untaint.C, types/pa_value.h,
18124: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
18125: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
18126: type not initialized with zeros :( while class fields of class
18127: types initialized with default constructors. learn C++
18128:
18129: * src/: classes/classes.awk, classes/double.C, classes/file.C,
18130: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
18131: classes/math.C, classes/xdoc.C, classes/xnode.C,
18132: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
18133: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
18134:
18135: 2003-02-14 paf
18136:
18137: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
18138: 13 link errors
18139:
18140: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
18141: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18142: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18143: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
18144: errors :)
18145:
18146: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
18147: classes/hash.C, classes/mail.C, classes/op.C,
18148: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
18149: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
18150: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
18151: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
18152:
18153: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
18154: classes/table.C, include/pa_common.h, include/pa_globals.h,
18155: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
18156: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
18157: types/pa_vint.h, types/types.dsp: op compiled
18158:
18159: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
18160: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
18161: main/untaint.C, types/pa_vtable.h: string, response compiled
18162:
18163: 2003-02-07 paf
18164:
18165: * src/: classes/table.C, types/pa_vtable.h: table compiled
18166:
18167: 2003-02-06 paf
18168:
18169: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
18170: mail compiled
18171:
18172: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
18173: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
18174: types/pa_vfile.h, types/pa_vimage.h: image compiled
18175:
18176: * src/classes/: file.C, form.C: form compiled
18177:
18178: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
18179: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
18180: types/pa_vfile.C, types/pa_vfile.h: file compiled
18181:
18182: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
18183: types/pa_vmath.h: math compiled [win32]
18184:
18185: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
18186: types/pa_vstring.h: hash compiled
18187:
18188: 2003-02-04 paf
18189:
18190: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
18191: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
18192: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
18193: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
18194: types/pa_vhash.h: hash 50% compiled
18195:
18196: * src/: classes/date.C, classes/file.C, classes/hash.C,
18197: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
18198: classes/string.C, classes/table.C, classes/xdoc.C,
18199: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
18200: main/pa_string.C: date compiled
18201:
18202: * src/classes/: classes.dsp, double.C: double compiled
18203:
18204: * src/: classes/date.C, classes/double.C, classes/file.C,
18205: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
18206: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18207: classes/string.C, classes/table.C, classes/void.C,
18208: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
18209: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
18210: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
18211: compiled
18212:
18213: * src/: classes/date.C, classes/double.C, classes/file.C,
18214: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18215: classes/math.C, classes/op.C, classes/response.C,
18216: classes/string.C, classes/table.C, classes/void.C,
18217: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18218: types/pa_vvoid.h: void compiled :)
18219:
18220: * src/: include/pa_globals.h, main/pa_cache_managers.C,
18221: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18222: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18223: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
18224: main/pa_string.C, main/pa_uue.C, main/untaint.C,
18225: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
18226: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
18227: types/pa_vresponse.C, types/pa_vstateless_class.C,
18228: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
18229: types/pa_wcontext.C, types/types.dsp: removed stupid
18230: value_includes.h
18231:
18232: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
18233: trying to remove stupid value_includes.h
18234:
18235: * src/main/pa_exec.C: pa_exec compiled on win32
18236:
18237: * src/main/pa_exec.C: libmain.a compiled on six [unix]
18238:
18239: * src/: include/pa_globals.h, include/pa_request.h,
18240: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
18241: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
18242: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
18243: types/pa_vrequest.C, types/pa_vstateless_class.C,
18244: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
18245:
18246: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
18247: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
18248: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
18249:
18250: * src/: include/pa_array.h, include/pa_config_includes.h,
18251: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
18252: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
18253: compiled
18254:
18255: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
18256: name conflicts)
18257:
18258: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
18259: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
18260: yelds "virtual memory exhausted" while trying to compile
18261: execute.C [eating up to 127MB]
18262:
18263: 2003-02-03 paf
18264:
18265: * src/: include/pa_config_includes.h, include/pa_hash.h,
18266: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
18267: main/pa_common.C, types/pa_value.C, types/pa_value.h,
18268: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
18269: types/pa_vint.h, types/pa_vjunction.h,
18270: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
18271: started gcc compiling pa_common compiled
18272:
18273: * src/: include/pa_exception.h, include/pa_pool.h,
18274: main/pa_exception.C: exception gcc change #1
18275:
1.116 moko 18276: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
18277: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 18278:
18279: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
18280:
18281: * src/types/pa_vtable.C: vtable compiled
18282:
18283: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
18284:
18285: * src/: include/pa_cache_managers.h, main/pa_request.C,
18286: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
18287:
18288: * src/types/pa_vstateless_class.C: vstateless_class compiled
18289:
18290: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
18291:
18292: * src/types/pa_vrequest.C: vrequest compiled
18293:
18294: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
18295: pa_vobject.C, pa_vobject.h: vobject compiled
18296:
18297: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
18298: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18299: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
18300: compiled
18301:
18302: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18303:
18304: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18305: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18306: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18307: compiled
18308:
18309: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18310: main.lib - 0 error(s), 0 warning(s)
18311:
18312: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18313: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18314:
18315: 2003-01-31 paf
18316:
18317: * src/: include/pa_array.h, include/pa_operation.h,
18318: include/pa_request.h, main/execute.C, main/main.dsp,
18319: types/pa_vjunction.h: started last file from main library:
18320: execute
18321:
18322: * src/: include/pa_request.h, include/pa_sapi.h,
18323: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18324: main/pa_request.C, targets/cgi/parser3.C,
18325: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18326: types/pa_vhash.h: pa_request compiled
18327:
18328: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18329: include/pa_globals.h, include/pa_request.h,
18330: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18331: main/execute.C, main/main.dsp, main/pa_common.C,
18332: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18333: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18334: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18335: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18336: types/types.dsp: most pa_request compiled
18337:
18338: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18339: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18340: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18341: classes/op.C, classes/response.C, classes/string.C,
18342: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18343: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18344: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18345: include/pa_config_fixed.h, include/pa_config_includes.h,
18346: include/pa_dictionary.h, include/pa_dir.h,
18347: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18348: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18349: include/pa_pool.h, include/pa_request.h,
18350: include/pa_request_charsets.h, include/pa_request_info.h,
18351: include/pa_sapi.h, include/pa_socks.h,
18352: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18353: include/pa_stack.h, include/pa_string.h,
18354: include/pa_stylesheet_connection.h,
18355: include/pa_stylesheet_manager.h, include/pa_table.h,
18356: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18357: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18358: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18359: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18360: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18361: main/compile.C, main/compile.tab.C, main/compile.y,
18362: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18363: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18364: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18365: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18366: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18367: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18368: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18369: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18370: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18371: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18372: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18373: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18374: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18375: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18376: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18377: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18378: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18379: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18380: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18381: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18382: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18383: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18384: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18385: types/pa_vresponse.h, types/pa_vstateless_class.C,
18386: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18387: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18388: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18389: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18390: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18391: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18392:
18393: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18394: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18395: src/include/pa_charsets.h, src/include/pa_common.h,
18396: src/include/pa_dictionary.h, src/include/pa_exception.h,
18397: src/include/pa_exec.h, src/include/pa_pool.h,
18398: src/include/pa_request.h, src/include/pa_sapi.h,
18399: src/include/pa_sql_connection.h,
18400: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18401: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18402: src/main/compile.tab.C, src/main/compile_tools.C,
18403: src/main/compile_tools.h, src/main/main.dsp,
18404: src/main/pa_charset.C, src/main/pa_charsets.C,
18405: src/main/pa_common.C, src/main/pa_dictionary.C,
18406: src/main/pa_exception.C, src/main/pa_exec.C,
18407: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18408: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18409: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18410: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18411: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18412: src/types/pa_vdouble.h, src/types/pa_venv.h,
18413: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18414: src/types/pa_vhash.h, src/types/pa_vimage.C,
18415: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18416: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18417: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18418: src/types/pa_vobject.C, src/types/pa_vobject.h,
18419: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18420: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18421: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18422: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18423: src/types/pa_vstring.h, src/types/pa_vtable.h,
18424: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18425: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18426: died, long live StringPtr
18427:
18428: 2003-01-30 paf
18429:
18430: * src/: include/pa_charset.h, include/pa_request.h,
18431: include/pa_sql_driver_manager.h, main/compile.tab.C,
18432: main/compile.y, main/compile_tools.h, main/pa_request.C,
18433: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18434:
18435: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18436: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18437: types/pa_vhash.h, types/pa_vmethod_frame.h,
18438: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18439: types/types.dsp: vstateless_class compiled
18440:
18441: * src/main/compile.C: compile compiled
18442:
18443: * src/: include/pa_array.h, include/pa_operation.h,
18444: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18445: main/pa_table.C: compile_tools compiled
18446:
18447: * src/: include/pa_operation.h, main/compile.y,
18448: main/compile_tools.C, main/compile_tools.h: started
18449: compile_tools. vagues ideas of how to free compiled code
18450:
18451: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18452: main/main.dsp, types/pa_value.C, types/pa_value.h,
18453: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18454: compiled
18455:
18456: 2003-01-29 paf
18457:
18458: * src/: include/pa_globals.h, include/pa_request.h,
18459: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18460: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18461: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18462: compiled
18463:
18464: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18465: now
18466:
18467: * src/: include/pa_array.h, include/pa_exception.h,
18468: include/pa_pool.h, main/pa_exception.C: gd compiled
18469:
18470: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18471: compiled
18472:
18473: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18474: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18475: types/pa_vfile.h: vfile compiled
18476:
18477: * src/: include/pa_common.h, include/pa_globals.h,
18478: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18479: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18480: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18481:
18482: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18483: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18484: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18485: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18486: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18487:
18488: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18489: main/main.dsp, main/untaint.C: more compiled
18490:
18491: * src/: include/pa_charsets.h, include/pa_request.h,
18492: include/pa_request_info.h, include/pa_string.h,
18493: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18494: types/pa_vresponse.h: vrequest compiled
18495:
18496: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18497: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18498: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18499:
18500: * src/: classes/classes.h, include/pa_charset.h,
18501: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18502: include/pa_request.h, include/pa_string.h, main/main.dsp,
18503: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18504: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18505: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18506: types/pa_vrequest.C, types/pa_vrequest.h,
18507: types/pa_vstateless_class.h, types/pa_vstring.h,
18508: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18509:
18510: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18511: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18512: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18513: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18514: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18515: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18516: types/pa_vobject.h, types/pa_vstateless_class.h,
18517: types/pa_vstateless_object.h, types/pa_vstatus.h,
18518: types/pa_vstring.h, types/types.dsp: vmath compiled
18519:
18520: 2003-01-28 paf
18521:
18522: * src/: classes/classes.h, classes/date.C, classes/file.C,
18523: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18524: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18525: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18526: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18527: compile_tools
18528:
18529: * src/: include/pa_charset.h, include/pa_exception.h,
18530: include/pa_request.h, include/pa_string.h, main/untaint.C:
18531: untaint compiled
18532:
18533: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18534: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18535: more compiled. struck with string::store_to needing to know
18536: source/client charsets
18537:
18538: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18539: types/pa_vfile.h: uue compiled
18540:
18541: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18542: table compiled
18543:
18544: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18545: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18546:
18547: * src/: include/pa_charset.h, main/pa_charset.C,
18548: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18549: introduced]
18550:
18551: * src/: classes/date.C, include/pa_charset.h,
18552: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18553: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18554: pa_charsets compiled
18555:
18556: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18557: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18558:
18559: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18560: common compiled
18561:
18562: * src/: include/pa_charsets.h, main/pa_charsets.C,
18563: main/pa_sql_driver_manager.C: pa_charsets compiled
18564:
18565: * src/: include/pa_array.h, include/pa_charset.h,
18566: include/pa_charsets.h, include/pa_pool.h,
18567: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18568: include/pa_stack.h, include/pa_string.h,
18569: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18570: sql_driver_manager compiled
18571:
18572: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18573: letter i with two dots added to koi, all ukranian letters added
18574: to win1251.
18575:
18576: typographic simbol 0xb9 deleted from win1251 [strange one & were
18577: abscent from koi]
18578:
18579: 2003-01-27 paf
18580:
18581: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18582: include/pa_sql_driver_manager.h, include/pa_string.h,
18583: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18584: sql/pa_sql_driver.h: paused on sql_manager
18585:
18586: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18587: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18588: include/pa_stack.h, main/pa_sql_driver_manager.C,
18589: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18590:
18591: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18592: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18593: include/pa_table.h, main/pa_sql_driver_manager.C,
18594: main/pa_table.C: table compiled
18595:
18596: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18597: cache_managers compiled
18598:
18599: * src/: include/pa_array.h, include/pa_charset.h,
18600: include/pa_pool.h, main/pa_charset.C: charset compiled
18601:
18602: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18603:
18604: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18605: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18606: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18607: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18608: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18609:
18610: 2003-01-24 paf
18611:
18612: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18613: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18614: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18615: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18616: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18617: types/pa_vint.h, types/pa_vjunction.h,
18618: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18619: types/pa_vstatus.h, types/pa_vstring.h: more patched
18620:
18621: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18622: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18623: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18624: main/pa_string.C, main/pa_table.C: string compiled
18625:
18626: * src/: include/pa_array.h, include/pa_common.h,
18627: include/pa_dictionary.h, include/pa_exception.h,
18628: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18629: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18630: main/pa_string.C: dictionary compiled
18631:
18632: 2003-01-23 paf
18633:
18634: * src/: include/pa_array.h, include/pa_common.h,
18635: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18636: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18637: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18638: types/pa_value.h: resurrected pool in new sense: now it's
18639: factory, producing&accounting memory chunks for read[autofree]
18640: buffers
18641:
18642: * src/: include/pa_array.h, include/pa_exception.h,
18643: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18644: main/pa_exception.C, main/pa_table.C: table compiled
18645:
18646: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18647: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18648: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18649: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18650: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18651: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18652: main/pa_table.C: aint that easy
18653:
18654: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18655: main/main.dsp: continued with Hash
18656:
18657: * src/main/pa_common.C: connect_string allocated on heap[wes on
18658: stack] now. and exception can be reported OK now [can be reported
18659: outside of pro c with that stack]
18660:
18661: 2003-01-22 paf
18662:
18663: * src/: include/pa_array.h, include/pa_charset.h,
18664: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18665: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18666: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18667: base: contains references_count. auto_ptr template calls
18668: add_ref/release
18669:
18670: 2003-01-21 paf
18671:
18672: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18673: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18674: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18675: classes/op.C, classes/response.C, classes/string.C,
18676: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18677: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18678: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18679: include/pa_config_fixed.h, include/pa_config_includes.h,
18680: include/pa_dictionary.h, include/pa_dir.h,
18681: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18682: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18683: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18684: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18685: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18686: include/pa_stack.h, include/pa_string.h,
18687: include/pa_stylesheet_connection.h,
18688: include/pa_stylesheet_manager.h, include/pa_table.h,
18689: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18690: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18691: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18692: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18693: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18694: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18695: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18696: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18697: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18698: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18699: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18700: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18701: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18702: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18703: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18704: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18705: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18706: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18707: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18708: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18709: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18710: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18711: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18712: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18713: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18714: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18715: types/pa_vstateless_object.h, types/pa_vstatus.C,
18716: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18717: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18718: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18719: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18720: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18721: 2002->2003
18722:
18723: 2003-01-16 paf
18724:
1.211 moko 18725: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18726: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18727: $.any-status(1)
1.95 moko 18728:
1.211 moko 18729: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18730: src/main/pa_common.C: http request now return status. and not
18731: fail on status!=200
18732:
18733: 2003-01-15 paf
18734:
18735: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18736:
18737: 2003-01-14 paf
18738:
18739: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18740: mkinstalldirs: removed some ancient files [they in / really]
18741:
18742: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18743: regretfully needed patch in two places. in config_fixed.h made
18744: stubs for lib to compile in MSVC
18745:
18746: 2003-01-13 paf
18747:
18748: * config.guess, config.sub, ltmain.sh: removed last piece of
18749: configure.in(libtool) hacks
18750:
1.116 moko 18751: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18752: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18753: ltdl.h: moved to latest libtool (1.4.3)
18754:
18755: 2003-01-10 paf
18756:
18757: * src/lib/ltdl/: configure, configure.in: PROG_NM
18758:
18759: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18760: patches. libxml2 >= 2.5.1
18761: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18762: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18763: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18764:
18765: * INSTALL: moved to latest versions of xml libs libxml2 >=
18766: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18767: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18768: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18769:
18770: 2003-01-09 paf
18771:
18772: * INSTALL: xml,xslt,gdome lib urls updated
18773:
18774: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18775: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18776: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18777: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18778: 1.7.2
1.95 moko 18779:
18780: * depcomp: moving to automake 1.7.2
18781:
18782: 2002-12-27 paf
18783:
18784: * src/include/pa_version.h: 0007
18785:
18786: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18787: outdated parts, made links to language docs
18788:
18789: * src/include/pa_config_auto.h.in: comment
18790:
18791: 2002-12-26 paf
18792:
18793: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18794: not contain trailing / fixed.
18795:
18796: * INSTALL: changing SAFE_MODE politics
18797:
18798: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18799:
18800: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18801:
18802: 2002-12-25 paf
18803:
18804: * src/main/pa_globals.C: optimized-xml
18805:
18806: * src/main/pa_globals.C: optimized-as-is
18807:
18808: 2002-12-24 paf
18809:
18810: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18811: fixed [were really called with zero size when .html?a=&b=]
18812:
18813: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18814: with --with-sendmail
18815:
18816: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18817: fixed]
18818:
18819: 2002-12-23 paf
18820:
18821: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18822: ignoring parameters & were storing only string with default
18823: expires
18824:
18825: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18826: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18827: December 23, 2002 4:22 AM Subject: bug â
18828: Charset::transcode_buf2xchar
18829:
18830: 2002-12-20 paf
18831:
18832: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18833: non-cgi [script] runs
18834:
18835: 2002-12-19 paf
18836:
18837: * INSTALL: --without-iconv recommended [it crashes on some systems
18838: [tested on elik]] moreover, it's not needed there [parser
18839: registers charsets itself]
18840:
18841: * INSTALL: --without-iconv recommended [it crashes on some systems
18842: [tested on elik]]
18843:
1.211 moko 18844: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18845: src/include/pa_request.h, src/main/pa_globals.C,
18846: src/main/pa_request.C: $response:download
18847:
18848: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18849: compiler [win32]].
18850:
18851: 2002-12-18 paf
18852:
18853: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18854:
18855: 2002-12-17 paf
18856:
18857: * src/targets/cgi/parser3.C: merged die&iis changes
18858:
18859: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18860: to exit(1) 2. more flexible iilegal call check
18861:
18862: 2002-12-16 paf
18863:
18864: * ltmain.sh: some automakes silly insist on having this handy
18865:
18866: * src/main/untaint.C: filespec russian small 'r' changed to latin
18867: 'p' bug fix
18868:
18869: 2002-12-15 paf
18870:
18871: * src/main/untaint.C: filespec russian small 'r' changed to latin
18872: 'p'
18873:
18874: * configure.in, src/include/pa_config_auto.h.in,
18875: src/main/compile.C, src/main/pa_common.C: merged small changes
18876: from branch 6 to HEAD
18877:
18878: * src/main/compile.C: removed warning
18879:
18880: * src/main/pa_common.C: ftruncate having checked
18881:
18882: * configure.in, src/include/pa_version.h: new version
18883:
18884: 2002-12-14 paf
18885:
18886: * src/classes/table.C: removed unnecessary code
18887:
18888: * src/sql/pa_sql_driver.h: exception type fixed
18889:
18890: 2002-12-09 paf
18891:
18892: * src/types/pa_vvoid.h: $void.store[now] error
18893:
18894: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18895:
18896: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18897: tries to write core dump
18898:
18899: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18900:
18901: * src/: classes/hash.C, classes/string.C, classes/table.C,
18902: classes/void.C, main/pa_sql_driver_manager.C,
18903: sql/pa_sql_driver.h: changed exception handling mech in sql
18904: handlers #2
18905:
18906: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18907: exception handling mech in sql handlers
18908:
18909: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18910: handlers
18911:
18912: * src/: classes/hash.C, classes/string.C, classes/table.C,
18913: classes/void.C, main/pa_sql_driver_manager.C,
18914: sql/pa_sql_driver.h: changed exception handling mech in sql
18915: handlers
18916:
1.116 moko 18917: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18918: to write makefile which used libtool to install things, which is
18919: not needed
1.95 moko 18920:
18921: 2002-12-06 paf
18922:
1.211 moko 18923: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18924: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18925: more like 'table'
1.95 moko 18926:
18927: 2002-12-05 paf
18928:
18929: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18930: cc/bcc OK now
18931:
18932: * src/main/untaint.C: mail header closed properly
18933:
18934: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18935: header ',' allowed. still bugs in smtp [only one receiptient
18936: works, cc, bcc ignored now, and MAILED ;)]
18937:
18938: [strncpy killed, memnchr used]
18939:
18940: * src/main/pa_table.C: table-copy now current=0
18941:
18942: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18943: lowlevel proc
18944:
18945: * src/targets/cgi/parser3.C: more checks on
18946: http://domain/parser.cgi start [maybe some getenv returns "",
18947: checked that now
18948:
18949: * src/targets/cgi/parser3.C: more checks on
18950: http://domain/parser.cgi start [maybe some getenv returns "",
18951: checked that now
18952:
18953: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18954: out-of-mem errors reached log]
18955:
18956: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18957: mail:send MIME-Version default
18958:
18959: * src/main/main.dsp: pa_version included into main.dsp
18960:
18961: 2002-12-04 paf
18962:
18963: * src/types/pa_vform.C: $form:field string value cut by premature 0
18964:
18965: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18966: lib/libltdl -> lib/ltdl Win32 changes. s
18967:
18968: * src/classes/classes.awk: more strict *.C$
18969:
18970: * gnu.dsp: restored
18971:
1.116 moko 18972: * configure.in, gnu.dsp, src/lib/Makefile.am,
18973: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18974: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18975: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18976: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18977: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18978: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18979: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18980: now created with /configure, not ltdl/configure, so it does have
18981: no problems with automake. ltdl/configure
18982: AC_OUTPUT(Makefile<<removed)
1.95 moko 18983:
18984: 2002-12-02 paf
18985:
1.211 moko 18986: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 18987:
18988: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
18989: src/main/pa_common.C, src/main/pa_request.C,
18990: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
18991: tainted parts becomes http-header
18992:
18993: 2002-11-29 paf
18994:
1.211 moko 18995: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
18996: operators.txt: exif dates now objects of type date
1.95 moko 18997:
18998: * src/classes/image.C: file.seek removed [it were used in image.C
18999: only, and for parser user this means that jpeg image has bad
19000: size in fragment's header] now used image.format
19001:
19002: * src/: include/pa_common.h, main/pa_common.C,
19003: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
19004: now handled exactly like $response:header values. e.g. can be
19005: hash [can have subattributes] & contain date values.
19006:
19007: * src/main/pa_common.C: http:// param values lang forced URI
19008:
19009: * src/main/pa_common.C: http:// tainted partes now %xx
19010:
19011: 2002-11-28 paf
19012:
1.211 moko 19013: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 19014:
19015: * src/classes/image.C: ^image.length now counts interchar space.
19016: plus space after last char
19017:
19018: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
19019:
19020: * src/classes/image.C: ^image.font width measurer now scans full
19021: height [were -1]
19022:
19023: * configure.in: stopped double libltdl/Makefile generation
19024:
19025: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
19026: chars [one top horizontal line of 1pixel height were missing]
19027:
19028: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
19029: 'false' to go into (Hash *) parameter
19030:
19031: 2002-11-27 paf
19032:
19033: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19034: types/pa_vmail.C: response:body[file] if file nows it's name now
19035: returns content-disposition: >>attachment<<
19036:
19037: * src/classes/image.C: ^image.font << bad font file-size now
19038: properly reported
19039:
19040: 2002-11-26 paf
19041:
19042: * src/main/pa_request.C: fixed lang in reponse header
19043:
19044: * src/main/pa_common.C: utf8 prefix ignored @read text
19045:
1.211 moko 19046: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
19047: response status!=200 made exception: http.status with source=bad
19048: status#
1.95 moko 19049:
19050: 2002-11-25 paf
19051:
19052: * configure.in, src/classes/image.C,
19053: src/include/pa_config_auto.h.in,
19054: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 19055: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
19056: const void related probs fixed
1.95 moko 19057:
1.211 moko 19058: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
19059: fields now UPPERCASE
1.95 moko 19060:
19061: $file[^file::load[http://there]] $file.SERVER
19062:
19063: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
19064: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
19065: http options [invalid onces now reported] made default
19066: user-agent: paf
19067:
1.211 moko 19068: * operators.ru.txt, operators.txt, src/classes/file.C,
19069: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 19070: src/include/pa_globals.h, src/main/pa_common.C,
19071: src/main/pa_globals.C, src/main/pa_request.C,
19072: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
19073: now understand http:// prefix and additional params, sample:
19074: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
19075: $.USER-AGENT[parser3] ]]
19076:
19077: 2002-11-22 paf
19078:
19079: * src/classes/image.C, src/include/pa_globals.h,
19080: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 19081: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
19082: $image.exif support $image.exif.DateTime & co
1.95 moko 19083:
19084: 2002-11-21 paf
19085:
19086: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
19087: _PASS_APPENDED)
19088:
19089: * src/classes/image.C: jpeg size measure fixed: were badly skipping
19090: EXIF information [were big block and it's size were considered
19091: negative :(]
19092:
1.211 moko 19093: * operators.ru.txt, operators.txt, src/classes/image.C,
19094: src/include/pa_common.h, src/main/pa_common.C,
19095: src/types/pa_vmail.C: image.measure internals rewritten. no
19096: there's reader.seek, and all's ready for EXIF extraction [now we
19097: fail to measure files with EXIF info]
1.95 moko 19098:
19099: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
19100: O_TRUNC truncates even exclusevely write-locked file [thanks to
19101: Igor Milyakov <virtan@rotabanner.com> for discovering]
19102:
19103: 2002-11-20 paf
19104:
19105: * src/targets/cgi/parser3.C: logging @signal += query_string
19106:
19107: * configure.in, src/include/pa_config_auto.h.in,
19108: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
19109: comment
19110:
19111: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
19112:
19113: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19114: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
19115: currently processed document SIGPIPE >> interrupts request
19116: processing [exception = DB rollback]
19117:
19118: * src/main/pa_exec.C: comment
19119:
19120: * src/main/pa_exec.C: pa_exec: data written only if size>0
19121:
1.211 moko 19122: * operators.ru.txt, operators.txt, src/classes/file.C:
19123: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 19124:
19125: * src/: include/pa_config_fixed.h, main/pa_common.C,
19126: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
19127: pipe read errors now checked
19128:
19129: 2002-11-19 paf
19130:
19131: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
19132: CGI: Illegal call
19133:
19134: 2002-11-01 paf
19135:
19136: * src/main/execute.C: comment
19137:
19138: 2002-10-31 paf
19139:
19140: * src/main/execute.C: found out why, checked that for now. todo:
19141: find out a way for that user could do that
19142:
19143: * src/types/pa_vstateless_object.h: object put replaces static
19144: parent if any
19145:
19146: * src/types/pa_vobject.C: object put replaces static parent if any
19147:
19148: * src/: classes/form.C, classes/mail.C, classes/op.C,
19149: classes/xnode.h, main/compile.tab.C, main/execute.C,
19150: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19151: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19152: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19153: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19154: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19155: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19156: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19157: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19158: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19159: types/pa_vstateless_object.h, types/pa_vstatus.C,
19160: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19161: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19162: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19163: types/pa_wwrapper.h: static fix merged
19164:
19165: * src/: main/compile.tab.C, types/pa_vobject.C: killed
19166: $virtual_fields in dynamic, but one can reach derived
19167: static[class] variable from base
19168:
19169: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
19170: types/pa_vobject.C, types/pa_vobject.h,
19171: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
19172: statics, left $virtual_fields in dynamic
19173:
19174: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
19175: one can't remember derivates in base class: there's so many of
19176: them. also there can be no virtual method calls in static
19177: classes
19178:
19179: * src/: classes/form.C, classes/mail.C, classes/op.C,
19180: classes/xnode.h, main/execute.C, main/pa_request.C,
19181: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19182: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19183: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19184: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19185: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19186: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19187: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19188: types/pa_vresponse.C, types/pa_vresponse.h,
19189: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19190: types/pa_vstateless_object.h, types/pa_vstatus.C,
19191: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19192: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19193: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19194: types/pa_wwrapper.h: static call $self fixed
19195:
19196: * src/main/execute.C: comment
19197:
19198: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
19199: ^process[$caller.self]{...} now compiles to last derived object
19200: part of that 'self'
19201:
19202: 2002-10-29 paf
19203:
19204: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
19205: re-passing [iis to blame]
19206:
19207: * src/classes/string.C: changed string.save to pass current sql
19208: connection to cstr thus one can ^connect[some server]{
19209: $s[insert into table x (x) values (^taint[sql]{value})]
19210: ^s.save[some.sql] } and he'd get in some.sql file code with
19211: properly escaped. [tried in mssql->mysql export->import of
19212: binary data]
19213:
19214: 2002-10-25 paf
19215:
19216: * src/types/pa_vresponse.C: case insensitive response user fields
19217: get/put
19218:
19219: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19220: types/pa_vresponse.C: saving for maybe-future
19221:
19222: 2002-10-23 paf
19223:
1.211 moko 19224: * operators.ru.txt, operators.txt, src/classes/table.C:
19225: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 19226:
19227: * src/types/pa_vmail.C: email whitespace trimBoth-ed
19228:
19229: 2002-10-22 paf
19230:
19231: * src/types/: pa_vform.C, pa_vform.h: removed needless
19232: VForm::Append...(...Value)
19233:
19234: * src/main/execute.C: $.name outside of $name[...] checked
19235:
19236: * src/main/: compile.tab.C, compile.y: lexer changed to fix
19237: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
19238:
19239: 2002-10-21 paf
19240:
1.211 moko 19241: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
19242: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 19243:
1.211 moko 19244: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19245: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 19246:
1.211 moko 19247: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19248: $form:image-map
1.95 moko 19249:
1.211 moko 19250: * operators.ru.txt, operators.txt, src/classes/file.C:
19251: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 19252:
19253: 2002-10-17 paf
19254:
19255: * src/main/: compile.tab.C, compile.y: operators precedence changed
19256: a little: logical not and bitwise negation precedence made
19257: highest, << and >> bitshits precedence made equal [were << higher
19258: than >>]
19259:
19260: * src/classes/op.C: exception handling fixed [were bad with
19261: contexts]
19262:
19263: 2002-10-16 paf
19264:
19265: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19266: main/pa_request.C: Request::self considered equal to
19267: VMethodFrame::self, and removed, Request::get_self() mapped to
19268: VMethodFrame.self()
19269:
19270: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
19271: $hash in open field now gives old good error meesage
19272:
19273: 2002-10-15 paf
19274:
19275: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
19276: use ^if($junction is junction){was and now true}
19277:
19278: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19279: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
19280: types/pa_vxnode.C: xml->parser strings now have origin, which
19281: points to place where value left xml library and came to parser:
19282: place of dom field extraction/call
19283:
19284: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
19285: main/compile.tab.C, main/compile.y, main/execute.C,
19286: types/pa_vmethod_frame.h: removed last pieces of old code
19287: allowing $junction.xxx at compile time
19288:
19289: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
19290: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
19291: objects also considered [were only classes]
19292:
19293: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
19294: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
19295: with CLASS self. [ (request&method_frame).self temporarily
19296: changed ]
19297:
19298: * src/classes/: hash.C, op.C: method_frame now always changed, with
19299: no exception to native calls. for&foreach changed to use
19300: method_frame.caller for their var's name context
19301:
19302: * src/: main/execute.C, targets/cgi/parser3.C,
19303: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19304: compiling to system classes disabled
19305:
1.211 moko 19306: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19307: ^process[$caller.CLASS]{code-string} added
19308:
1.211 moko 19309: * operators.ru.txt, operators.txt, src/classes/op.C,
19310: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19311: src/main/pa_request.C, src/types/Makefile.am,
19312: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19313: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19314: $junction.get $junction.set[] introducing $caller
1.95 moko 19315:
19316: * src/types/pa_value.h: removed outdated comments. doxygen would
19317: find them lower by inheritance tree
19318:
19319: * src/types/pa_vjunction.C: ident
19320:
19321: 2002-10-14 paf
19322:
19323: * src/classes/op.C: process compiles to code's class class
19324:
19325: * src/: classes/form.C, classes/mail.C, classes/op.C,
19326: include/pa_request.h, main/compile.C, main/compile.tab.C,
19327: main/compile.y, main/execute.C, main/pa_request.C,
19328: types/pa_vstateless_class.h: operators now main-class-methods
19329:
19330: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19331: better stack trace [has "call" & co there]
19332:
19333: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19334: operators @auto now executed in MAIN context
19335:
19336: * src/main/execute.C: operator execution context now = MAIN, not
19337: closest stack frame
19338:
19339: @touchit[] $i[after]
19340:
19341: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19342: were 'after'
19343:
19344: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19345: 'after'
19346:
19347: * src/main/execute.C: comment
19348:
19349: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19350: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19351: action]
19352:
19353: * src/types/pa_vxnode.C: misreplace fixed
19354:
19355: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19356: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19357: $status:rusage.tv_secs/usecs introduced
19358:
19359: 2002-10-09 paf
19360:
19361: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19362: on empty string [or uses (default)]
19363:
19364: 2002-10-08 paf
19365:
19366: * src/main/untaint.C: mail header quoted printable changed after
19367: RFC reread
19368:
1.211 moko 19369: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19370:
19371: * src/types/pa_vxnode.C: misreplace
19372:
19373: 2002-09-24 paf
19374:
1.116 moko 19375: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19376:
19377: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19378: mailreceive would compile on freebsd now
19379:
19380: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19381: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19382: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19383: mailreceive would compile on freebsd now
1.95 moko 19384:
19385: * src/: classes/file.C, main/untaint.C: 1. file spec language
19386: changed: now there are only few chars are untainted: * ? ' " < >
19387: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19388: one should use ^untaint[uri]{...} now]
19389:
19390: 2. $list[^file:list[dir]] now returns simply tainted names in
19391: $list.name, not tainted as filespec
19392:
19393: @russianindex[] #dir with files with russian-lang names
19394: $where[dir]
19395:
19396: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19397: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19398:
19399: 2002-09-23 paf
19400:
19401: * src/types/pa_vdouble.h: double->int round added
19402:
19403: * src/classes/date.C: date bug fix, now
19404: round(floatDays*secondsPerDay)
19405:
19406: * src/classes/date.C: date bug fix, now
19407: round(floatDays*secondsPerDay)
19408:
19409: 2002-09-20 paf
19410:
19411: * src/main/execute.C: code junction calls disabled [before: code
19412: was compiled in such a way, that there were no code-junctions in
19413: OP_CALL]
19414:
19415: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19416:
19417: @badjunctioncallinside[code] ^code[]
19418:
19419: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19420: expanding to include ^junction.method
19421:
19422: * src/main/pa_common.C: -d "DIR/" now true
19423:
19424: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19425: as internal xdoc encoding, and after decoding attributes set by
19426: dom functions now encoded OK, not as digital entities
19427:
19428: * src/classes/xdoc.C: empty transform result, being taken as file
19429: now returns empty file, not raises stupid error about "stat-ed
19430: file"
19431:
19432: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19433: allowed
19434:
19435: * src/types/types.dsp: introducing $junction.get/put(1) one can
19436: write iterators now:
19437:
19438: ^user-foreach[key;value]{$key=$value<br>}
19439:
19440: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19441: $code.value($i*2) $code }
19442:
19443: * src/main/compile_tools.h: mistype
19444:
1.116 moko 19445: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19446: thus taking linking options configure changes into account [were:
19447: ignoring]
1.95 moko 19448:
19449: * src/types/: pa_vjunction.C, Makefile.am: introducing
19450: $junction.get/put(1) one can write iterators now:
19451:
19452: ^user-foreach[key;value]{$key=$value<br>}
19453:
19454: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19455: $code.value($i*2) $code }
19456:
19457: * src/: include/pa_opcode.h, include/pa_request.h,
19458: main/compile.tab.C, main/compile.y, main/execute.C,
19459: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19460: introducing $junction.get/put(1) one can write iterators now:
19461:
19462: ^user-foreach[key;value]{$key=$value<br>}
19463:
19464: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19465: $code.value($i*2) $code }
19466:
19467: 2002-09-19 paf
19468:
1.116 moko 19469: * Makefile.am: new: make commit
1.95 moko 19470:
19471: * aclocal.m4: forced to be older
19472:
19473: 2002-09-18 paf
19474:
19475: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19476: src/main/compile.y, src/main/execute.C: << >> int shifts
19477:
19478: * src/: include/pa_common.h, include/pa_request.h,
19479: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19480: - now this - fatal error
19481:
19482: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19483: that one can pass binary data there
19484:
19485: * src/: classes/date.C, classes/double.C, classes/file.C,
19486: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19487: classes/op.C, classes/response.C, classes/string.C,
19488: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19489: include/pa_request.h: pa_request contexts made privated, plus
19490: get_{self/method_frame} to read. Request_context_saver used in
19491: ^try to save flang too. [were not saved]
19492:
19493: * src/types/pa_vresponse.C: header value chains joined before
19494: output, this should help $.subject[$var $var] from being
19495: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19496:
19497: 2002-09-17 paf
19498:
19499: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19500: removed changes, operators executed with calling self. lots of
19501: code with ^include code relies on defined/defining self variables
19502:
19503: $a[1] ^include[print_a.p] print_a.p: $a
19504:
19505: ^include[set_a.p] a=$a set_a.p: $a[1]
19506:
19507: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19508: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19509: types/pa_vstateless_class.h: operators now executed with MAIN
19510: self. it's for ^include sake, too strong a change
19511:
19512: * src/classes/op.C: made place for ^process to compile it's code to
19513: in case of no self
19514:
19515: * src/main/execute.C: found ancient param to Junction, removed.
19516: allowed passing self to native_code_operators [for ^process to
19517: work, she needs self]
19518:
19519: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19520: types/pa_vstateless_class.h: found ancient param to Junction,
19521: removed. allowed passing self to native_code_operators [for
19522: ^process to work, she needs self]
19523:
19524: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19525: types/pa_value.h, types/pa_vmethod_frame.h,
19526: types/pa_vstateless_class.h: allowed Request.self to be 0,
19527: checked that in VMethodFrame get/put and $self.
19528:
19529: * src/classes/: table.C, xdoc.C: table::sql options table::create
19530: copy options options checked, wrong option now fatal error
19531:
19532: * src/main/pa_string.C: string.replace fixed [were missing words on
19533: pieces boundaries]
19534:
1.150 moko 19535: * configure, configure.in: .so now detected [can be .sl on hpux,
19536: .dll on cygwin, .so in other cases)
1.95 moko 19537:
19538: * configure, configure.in: .so now detected [can be .sl on hpux,
19539: .dll on cygwin, .so in other cases)
19540:
1.211 moko 19541: * operators.ru.txt, operators.txt, src/classes/hash.C,
19542: src/classes/table.C, src/include/pa_globals.h,
19543: src/main/pa_globals.C: table.sql hash::sql flag to allow
19544: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19545:
19546: * src/: classes/hash.C, classes/table.C,
19547: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19548: now errors
19549:
19550: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19551:
19552: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19553: ,2,3]
19554:
19555: 2002-09-16 paf
19556:
19557: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19558: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19559: stdout to be binary. now detected closest header break.
19560:
19561: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19562: closed right
19563:
19564: 2002-09-13 paf
19565:
1.211 moko 19566: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19567: src/main/compile.y, src/main/compile_tools.h: (expression
19568: #comment)
1.95 moko 19569:
19570: (multiline expression #comment line2 #comment )
19571:
19572: (expression #comment with (brackets) comment) << OK
19573:
1.211 moko 19574: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19575: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19576: for expression #comments]
1.95 moko 19577:
19578: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19579: error
19580:
19581: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19582: cheched in pa_socks.C
19583:
1.116 moko 19584: * configure, configure.in, src/include/pa_config_auto.h.in:
19585: HAVE_WINSOCK_H created in configure.in
1.95 moko 19586:
19587: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19588: cookie date now clean [were mistakenly tainted & that worked bad
19589: with opera -- 'happily' that worked OK with msie]
19590:
19591: 2002-09-12 paf
19592:
19593: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19594: VClass get_element now first looks to fields, next to methods &
19595: co todo: the rest reason: more speed
19596:
19597: * src/main/untaint.C: quoted printable encoding stops before
19598: \s*<...>$
19599:
19600: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19601: stops before <...>$
19602:
19603: 2002-09-11 paf
19604:
19605: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19606: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19607: forgot to check users of those funcs. not all were using that
19608: return value convention
19609:
19610: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19611: windows-1254 added
19612:
19613: 2002-09-10 paf
19614:
19615: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19616: VCodeFrame parent param were specified badly
19617:
19618: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19619: WWrapper which used in constructing objects(second param to sql
19620: method) ^...sql{}[$.default{code}] now has parent, wich helps
19621: code in hash to survivi
19622:
19623: * src/: include/pa_request.h, main/execute.C: removed redundant
19624: param to execute [stack said 'thanks']
19625:
19626: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19627: types/pa_value.h, types/pa_vcode_frame.h,
19628: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19629: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19630: responsibility to wcontext
19631:
19632: * src/classes/file.C: decided not to log exec's with stderr, that
19633: could be warnings, and it's up to scritper to log/show them
19634:
19635: * src/: classes/double.C, main/execute.C: double:sql badly called
19636: write_assign_lang, not write_no_lang, thus doing unnecessary
19637: double/string converstion, which were loosing time&precesion
19638:
19639: * src/: main/pa_charset.C, types/pa_vmail.C:
19640: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19641: case of unfinished in buffer processing, causing accidental
19642: transcode stop [in case that source enc != utf-8 & there is
19643: incomplete utf-8 sequence at the end of 16000block iside of
19644: libxml lib] tfm readed & code updated
19645:
19646: 2002-09-04 paf
19647:
19648: * configure: makes with sjlj
19649:
19650: * INSTALL, src/include/pa_config_fixed.h,
19651: src/include/pa_sql_connection.h,
19652: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19653: checked. on win32 it made default
19654:
19655: * src/include/pa_config_auto.h.in: sjlj define
19656:
19657: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19658: can not work with longjump/throw pair, and one must switch that
19659: on there. todo: detect that automatically]
19660:
19661: * src/types/pa_vxnode.C: removed too strong checks of
19662: xnode.elements. now, for instance, if element does not have any
19663: attributes, $xnode.attributes is void, not error
19664:
19665: 2002-09-02 paf
19666:
1.211 moko 19667: * operators.ru.txt, operators.txt, src/main/execute.C,
19668: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19669:
19670: * src/main/execute.C: double_result made to move that var away from
19671: hungry g++ optimizer (-O2), before: it were optimized and
19672: comparison operators worked badly
19673:
19674: * src/types/pa_vdate.h: removed debug
19675:
1.116 moko 19676: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19677:
19678: * src/main/execute.C: fixed numeric < & co so that thay now use
19679: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19680: unknown reason.
19681:
19682: 2002-08-29 paf
19683:
19684: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19685: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19686: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19687: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19688: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19689: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19690: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19691: [called less frequent, allowed to remove ugly
19692: Junction.change_context-s from many places, switch,
19693: mail:send..html{}, ..] request.root renamed to method_frame [more
19694: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19695: [speed up]
19696:
19697: 2002-08-28 paf
19698:
19699: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19700: tainted
19701:
19702: * src/types/pa_vcookie.C: fixed cookie delete when
19703: $cookie:name[$.value[]]
19704:
1.211 moko 19705: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19706: ^string.split[delim[;options]]
19707:
19708: 2002-08-27 paf
19709:
1.116 moko 19710: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19711:
1.211 moko 19712: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19713: src/main/compile.y: # now delimiter
1.95 moko 19714:
19715: * INSTALL: recommended latest gmime 1.0.5
19716:
19717: 2002-08-26 paf
19718:
19719: * configure, configure.in: apache13/hook added to make dist.
19720:
19721: 2002-08-23 paf
19722:
19723: * src/: include/pa_common.h, main/pa_common.C,
19724: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19725: beside binary [cgi, isapi] not accessible [due to bad rights or
19726: whatever] it's error now
19727:
19728: 2002-08-21 paf
19729:
1.116 moko 19730: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19731:
19732: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19733: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19734: class". compiled as if here they named base class
19735:
19736: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19737: cloning constructor]
19738:
19739: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19740:
1.150 moko 19741: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19742: $mail.received.file.value.content-type fixed
19743:
19744: 2002-08-20 paf
19745:
19746: * src/classes/file.C: fixed language of file:file result
19747:
1.211 moko 19748: * operators.ru.txt, operators.txt, src/classes/void.C:
19749: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19750:
1.211 moko 19751: * operators.ru.txt, operators.txt, src/classes/void.C:
19752: ^void.pos[...] = -1
1.95 moko 19753:
1.211 moko 19754: * operators.ru.txt, operators.txt, src/classes/void.C:
19755: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19756:
1.211 moko 19757: * src/classes/void.C, operators.ru.txt, operators.txt:
19758: ^void.length[] = 0
1.95 moko 19759:
19760: 2002-08-19 paf
19761:
19762: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19763: work now
19764:
19765: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19766: error in xnode, which were not catched in xdoc]
19767:
19768: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19769: prepared: // validate each document after load/create (?)
19770: //xmlDoValidityCheckingDefaultValue = 1;
19771:
19772: 2002-08-15 paf
19773:
19774: * src/classes/classes.h: write to static var caused useless
19775: Exception, introduced Methoded::put_element wich consumes those
19776:
1.211 moko 19777: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19778: src/main/pa_common.C, src/types/pa_vcookie.C,
19779: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19780: src/types/pa_vresponse.h: $response:field[date]
19781: $response:field[$.xxx[date]]
1.95 moko 19782:
19783: * src/: classes/hash.C, classes/string.C, classes/table.C,
19784: classes/void.C, include/pa_sql_connection.h: fixed source of
19785: ^hash::sql{bad}
19786:
1.211 moko 19787: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19788: request body
1.95 moko 19789:
19790: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19791:
19792: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19793: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19794:
1.211 moko 19795: * operators.ru.txt, operators.txt, src/classes/form.C,
19796: src/include/pa_pool.h, src/include/pa_request.h,
19797: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19798: planning/preparing_to $request:body r.post_data now const
1.95 moko 19799:
19800: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19801: classes/xnode.C, main/execute.C, types/pa_value.h,
19802: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19803: types/pa_vtable.h: instead of type() checking everywhere used
19804: Value.as now user descendants can be used in params.
19805:
19806: VObject::as_*, is_defined now taken from bases. xtable(table)
19807: ^if($xtable) now OK
19808:
19809: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19810: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19811: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19812:
19813: 2002-08-14 paf
19814:
19815: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19816: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19817: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19818: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19819: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19820: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19821: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19822: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19823: types/pa_vresponse.C, types/pa_vresponse.h,
19824: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19825: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19826: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19827: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19828: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19829: & VClass
19830:
19831: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19832:
19833: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19834: removed fixopt stupidity. on stupid linux use cd /document/root
19835: ../cgi/parser3 script
19836:
19837: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19838: params, splitting them by space, excluding argv[0], argv[argc-1]
19839:
19840: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19841: fixopt.h: fixopt now preprocesses command line params, splitting
19842: them by space, excluding argv[0], argv[argc-1]
19843:
19844: * src/targets/cgi/parser3.C: -f config file
19845:
19846: * src/targets/cgi/parser3.C: fixed .log file dir
19847:
19848: 2002-08-13 paf
19849:
19850: * src/types/pa_vobject.C: allow override parent variables, useful
19851: for form descendants [in vobject too, were in vclass]
19852:
19853: * src/types/pa_vclass.C: allow override parent variables, useful
19854: for form descendants
19855:
19856: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19857: overwritten in derived(table)
19858:
19859: * src/: classes/form.C, classes/mail.C, classes/op.C,
19860: classes/xnode.h, include/pa_request.h, main/execute.C,
19861: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19862: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19863: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19864: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19865: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19866: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19867: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19868: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19869: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19870: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19871: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19872: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19873: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19874: Value::get_element(..., bool looking_down) [needed to exclude
19875: endless recoursion]
19876:
19877: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19878: fix bug with put endless recoursion todo: check 'as'
19879:
19880: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19881: reorganized modules todo: fix bug with put endless recoursion
19882: todo: check 'as'
19883:
19884: * src/types/pa_vobject.h: checked: table fields can be overwritten
19885: in derived(table)
19886:
19887: * src/types/pa_vobject.h: derived classes can have fields of their
19888: own now
19889:
19890: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19891: fixed error message on using non-created table
19892:
19893: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19894: classes/op.C, classes/xnode.h, include/pa_request.h,
19895: main/compile.C, main/compile.tab.C, main/execute.C,
19896: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19897: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19898: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19899: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19900: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19901: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19902: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19903: types/pa_vresponse.C, types/pa_vresponse.h,
19904: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19905: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19906: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19907: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19908: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19909: looking down/up tree todo: fix error message on non-constructed
19910: parents
19911:
19912: 2002-08-12 paf
19913:
19914: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19915: derived OK
19916:
19917: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19918: thorough testing
19919:
19920: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19921: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19922: types/pa_vobject.h, types/pa_vstateless_class.h,
19923: types/pa_vstateless_object.h, types/pa_wcontext.h,
19924: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19925: ^base:create[] dynamic call rewritten todo: thorough testing
19926:
19927: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19928: now instantates base class, remembers it and saves child in
19929: parent VObject.get_class now returns last child = downward
19930: virtual calls OK
19931:
19932: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19933: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19934: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19935: types/pa_vobject.h, types/pa_vresponse.h,
19936: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19937: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19938: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19939: VAliased [redundant], moved $CLASS to VObject only [parser class
19940: instance]
19941:
19942: * src/main/pa_request.C: $response:body[file] content-type check
19943: fixed [were bad when content-type is hash]
19944:
19945: 2002-08-09 paf
19946:
19947: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19948: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19949:
19950: 2002-08-08 paf
19951:
1.211 moko 19952: * operators.ru.txt, operators.txt, src/classes/date.C,
19953: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19954: month calendar [week year]
1.95 moko 19955:
19956: * src/main/execute.C: error reporting on object writes to MAIN
19957: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19958:
1.211 moko 19959: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19960: $date.yearday $date.daylightsaving
1.95 moko 19961:
19962: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19963: use tainted data now. only she must specify the language.
19964:
19965: ^mail:send[ $.from[paf@mail.design.ru]
19966: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19967: $.text[^taint[uri][ìîñêâà]=] ]
19968:
19969: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19970: now prints more precise origin
19971:
19972: * src/include/pa_string.h: String::first_char now not fails on
19973: empty strings ^if(-f '') now ok and in 3 other places.
19974:
1.211 moko 19975: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19976: src/main/pa_string.C: String::first_char now not fails on empty
19977: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19978:
19979: 2002-08-07 paf
19980:
19981: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19982: fixed
19983:
19984: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19985:
19986: * src/: main/execute.C, types/pa_vcode_frame.h,
19987: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19988: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
19989: mistakenly not completely transparent to object writes.
19990: $hash[^if(1){$hash}] now works
19991:
1.211 moko 19992: * operators.ru.txt, operators.txt, src/classes/op.C:
19993: ^cache...{...^cache<<to past...} now erasing cache file [there
19994: were bad check on that]
1.95 moko 19995:
19996: * src/: classes/classes.dsp, classes/table.C,
19997: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
19998: all Debug dirs in .dsp now named 'Debug'
19999:
1.116 moko 20000: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 20001:
1.211 moko 20002: * operators.ru.txt, operators.txt, src/classes/mail.C:
20003: exception_type email.send
1.95 moko 20004:
1.211 moko 20005: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
20006: exception_type email.format
1.95 moko 20007:
20008: * src/types/pa_vmail.C: mail:send empty email checked
20009:
20010: 2002-08-06 paf
20011:
1.211 moko 20012: * operators.ru.txt, operators.txt, src/classes/table.C,
20013: src/include/pa_array.h, src/include/pa_table.h,
20014: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 20015: ^table::create[$source;$.options] ^table::join[$source;$.options]
20016:
1.211 moko 20017: * operators.ru.txt, operators.txt, src/classes/hash.C,
20018: src/classes/string.C, src/classes/table.C: sql options can be
20019: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 20020:
20021: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
20022:
20023: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
20024: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
20025: $file.content-type [instead of .mime-type] now works for
20026: file::stat also
20027:
20028: * src/main/pa_request.C: case insensitive mime_type_of
20029:
20030: 2002-08-05 paf
20031:
20032: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
20033:
20034: * src/types/pa_vmail.C: file buffer relocated to parser heap
20035:
1.211 moko 20036: * operators.ru.txt, operators.txt: comment on date:calendar week
20037: column
1.95 moko 20038:
20039: * src/main/pa_common.C: write checked
20040:
20041: * src/main/: pa_common.C: write checked
20042:
20043: * src/classes/date.C: +1 buf size for stupid snprintfs
20044:
20045: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
20046: month calendar week column [ISO 8601 Week Numbers]
20047:
20048: 2002-08-02 paf
20049:
20050: * src/: include/pa_config_fixed.h, main/pa_string.C,
20051: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
20052: DEBUG*
20053:
20054: * configure, configure.in, src/include/pa_version.h: release
20055: 3_0_0005
20056:
20057: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
20058: multipart post fixed
20059:
1.211 moko 20060: * operators.ru.txt, operators.txt, src/main/pa_request.C,
20061: src/types/pa_vform.C: response transcoded source->client only
20062: when text/* or simple onoverridden $response:body
1.95 moko 20063:
20064: 2002-08-01 paf
20065:
20066: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20067: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20068: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20069: classes/op.C, classes/response.C, classes/string.C,
20070: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
20071: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
20072: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20073: include/pa_config_fixed.h, include/pa_dictionary.h,
20074: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20075: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
20076: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
20077: include/pa_socks.h, include/pa_sql_connection.h,
20078: include/pa_sql_driver_manager.h, include/pa_stack.h,
20079: include/pa_string.h, include/pa_stylesheet_connection.h,
20080: include/pa_stylesheet_manager.h, include/pa_table.h,
20081: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20082: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
20083: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
20084: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20085: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
20086: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
20087: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
20088: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20089: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20090: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20091: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
20092: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
20093: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
20094: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20095: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20096: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
20097: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
20098: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
20099: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
20100: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20101: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20102: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20103: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
20104: types/pa_vmethod_frame.h, types/pa_vobject.h,
20105: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20106: types/pa_vresponse.h, types/pa_vstateless_class.C,
20107: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20108: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20109: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20110: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20111: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 20112: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 20113:
20114: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
20115: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
20116: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20117: classes/math.C, classes/op.C, classes/response.C,
20118: classes/string.C, classes/table.C, classes/void.C,
20119: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20120: include/pa_array.h, include/pa_cache_managers.h,
20121: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20122: include/pa_config_fixed.h, include/pa_config_includes.h,
20123: include/pa_dictionary.h, include/pa_dir.h,
20124: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20125: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20126: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20127: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20128: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20129: include/pa_stack.h, include/pa_string.h,
20130: include/pa_stylesheet_connection.h,
20131: include/pa_stylesheet_manager.h, include/pa_table.h,
20132: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20133: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
20134: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20135: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
20136: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20137: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20138: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20139: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20140: main/pa_sql_driver_manager.C, main/pa_string.C,
20141: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
20142: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20143: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20144: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
20145: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20146: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20147: targets/isapi/pool_storage.h, types/pa_valiased.C,
20148: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
20149: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20150: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20151: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
20152: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
20153: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
20154: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
20155: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20156: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
20157: types/pa_vresponse.C, types/pa_vresponse.h,
20158: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20159: types/pa_vstateless_object.h, types/pa_vstatus.C,
20160: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
20161: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
20162: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20163: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
20164: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
20165: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
20166: types/Makefile.am: ident.C* removed
20167:
1.211 moko 20168: * operators.ru.txt, operators.txt, src/classes/file.C,
20169: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 20170:
20171: * src/targets/cgi/parser3.C: usage to stdout now
20172:
20173: 2002-07-31 paf
20174:
20175: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
20176:
20177: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
20178: default "postmaster"
20179:
20180: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
20181: -f postmaster now default sendmail key word "postmaster"
20182: replaced to $.from
20183:
20184: 2002-07-30 paf
20185:
1.116 moko 20186: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
20187: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 20188:
20189: * src/main/pa_charset.C: comment
20190:
20191: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
20192: table, &#decimal;
20193:
20194: * src/main/pa_request.C: comment
20195:
20196: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
20197: paragraf]
20198:
20199: 2002-07-11 paf
20200:
20201: * src/main/pa_exec.C: build command line badly added params twice
20202: [and first time without ' ']. double wrong. fixed.
20203:
20204: * src/main/pa_exec.C: invalid .exe caused error message with params
20205: wich parser did not provide = reported badly. fixed that.
20206:
20207: * src/classes/mail.C: $MAIL[ # xxx ]
20208:
20209: now ok
20210:
1.211 moko 20211: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 20212:
20213: 2002-07-01 paf
20214:
20215: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
20216: [MForm.configure_admin were called when request.main_class ==0
20217:
20218: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
20219:
20220: * src/classes/form.C: content_length type fix
20221:
20222: 2002-06-30 paf
20223:
20224: * src/classes/mail.C: merged from 4
20225:
20226: * src/classes/mail.C: restored $MAIL
20227:
20228: 2002-06-28 paf
20229:
20230: * configure, configure.in: removed paths.h
20231:
1.116 moko 20232: * configure, src/include/pa_version.h,
1.95 moko 20233: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
20234: merged, makes updated
20235:
1.211 moko 20236: * ChangeLog, configure, operators.ru.txt, operators.txt,
20237: src/classes/xdoc.C, src/include/pa_charset.h,
20238: src/include/pa_config_fixed.h, src/include/pa_pool.h,
20239: src/include/pa_version.h, src/main/pa_charset.C,
20240: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
20241: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
20242: latest updates to head
1.95 moko 20243:
20244: 2002-06-27 paf
20245:
20246: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
20247: not error now
20248:
1.211 moko 20249: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20250: src/include/pa_charset.h, src/include/pa_config_fixed.h,
20251: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 20252: ^xdoc::create[[uri]]... base uri for document being created,
20253: imports and other relative file names would be relative to this
20254: uri default uri=path_translated
20255:
20256: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
20257:
20258: 2002-06-26 paf
20259:
20260: * configure, configure.in, src/include/pa_version.h:
20261: release_3_0_0004
20262:
20263: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
20264: 0 now
20265:
20266: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
20267:
20268: 2002-06-25 paf
20269:
20270: * src/main/pa_string.C: emtpy string, or string of whitespaces
20271: considered bad number now
20272:
1.211 moko 20273: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
20274: ^xdoc.transform[xdoc <<can be now
1.95 moko 20275:
1.211 moko 20276: * operators.ru.txt, operators.txt, src/classes/string.C:
20277: ^string.normalize [old name: optimize
1.95 moko 20278:
20279: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
20280: library configured
20281:
20282: * src/main/pa_request.C: configure_admin forced if no @conf
20283:
1.211 moko 20284: * operators.ru.txt, operators.txt, src/classes/math.C,
20285: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
20286: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 20287:
20288: 2002-06-24 paf
20289:
20290: * INSTALL: --with-static/shared-mailreceive described
20291:
20292: * src/include/pa_config_fixed.h: ssize_t fixed
20293:
1.116 moko 20294: * configure, configure.in, src/include/pa_config_auto.h.in,
20295: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 20296: src/types/pa_vmail.C: $mail:received makes update
20297:
20298: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
20299: WITH_MAILRECEIVE
20300:
20301: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20302:
20303: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20304: option, for $mail:receive
20305:
20306: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20307: introducting $message:received ^mail:send rewritten with backward
20308: comp
20309:
20310: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20311: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20312: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20313: now
20314:
1.211 moko 20315: * operators.ru.txt, operators.txt, src/classes/mail.C,
20316: src/include/Makefile.am, src/include/pa_charset.h,
20317: src/include/pa_config_fixed.h, src/include/pa_request.h,
20318: src/include/pa_string.h, src/include/pa_uue.h,
20319: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20320: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20321: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20322: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20323: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20324: uue to separate file introducting $message:received ^mail:send
20325: rewritten with backward comp
20326:
20327: 2002-06-21 paf
20328:
1.116 moko 20329: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20330: co changes
1.95 moko 20331:
1.116 moko 20332: * configure, configure.in, src/lib/md5/Makefile.am,
20333: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20334: restructure .in and .am files appropriate changes
1.95 moko 20335:
20336: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20337: pcre to libs/ added libs/md5 which is linked to non-apache
20338: targets ^math:crypt[password;$apr1$salt]
20339:
1.211 moko 20340: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20341: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20342: src/classes/classes.dsp, src/classes/math.C,
20343: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20344: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20345: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20346: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20347: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20348: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20349: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20350: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20351: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20352: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20353: src/lib/pcre/pcre_parser_ctype.dsp,
20354: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20355: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20356: src/main/compile.tab.C, src/main/main.dsp,
20357: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20358: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20359: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20360: to libs/ added libs/md5 which is linked to non-apache targets
20361: ^math:crypt[password;$apr1$salt]
20362:
20363: 2002-06-20 paf
20364:
1.211 moko 20365: * INSTALL, configure, configure.in, operators.ru.txt,
20366: operators.txt, src/classes/file.C, src/classes/op.C,
20367: src/doc/doxygen.cfg, src/include/pa_globals.h,
20368: src/include/pa_request.h, src/main/execute.C,
20369: src/main/pa_request.C, src/targets/cgi/parser3.C,
20370: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20371: marged latest HEAD updates, mainly file:justname&co &
20372: @auto/conf[filespec
1.95 moko 20373:
1.211 moko 20374: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20375: !^file:dirname[/a/some.tar.gz]=/a
20376: !^file:dirname[/a/b/]=/a
20377: !^file:basename[/a/some.tar.gz]=some.tar.gz
20378: !^file:justname[/a/some.tar.gz]=some.tar
20379: !^file:justext[/a/some.tar.gz]=gz
20380:
20381: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20382: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20383: @conf/auto[filespec]
20384:
1.116 moko 20385: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20386:
1.211 moko 20387: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20388: src/doc/doxygen.cfg, src/include/pa_globals.h,
20389: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20390: parser3.conf renamed to auto.p
1.95 moko 20391:
20392: 2002-06-18 paf
20393:
20394: * configure, configure.in, src/include/pa_version.h: version to
20395: configure.in
20396:
20397: * INSTALL: reflected .conf.dist dir change
20398:
1.150 moko 20399: * Makefile.am, configure, configure.in,
1.116 moko 20400: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20401: .in & *.am updated
20402:
20403: * src/classes/file.C: strncasecmp
20404:
20405: * src/classes/file.C: strcasecmp
20406:
1.150 moko 20407: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20408:
20409: * src/classes/file.C: ^file::exec[script;$.bad error case
20410: insensitive check now
20411:
20412: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20413:
20414: * configure, configure.in, src/include/pa_pool.h,
20415: src/include/pa_types.h: pack configure.in detection simplified.
20416: figured out that gcc on sparc not that stupid as thought
20417: previously: on sparc: when it sees packed class it modifies it's
20418: field-access-code to byte operations [stb, ldub] instead of 4byte
20419: operations [st, lduh] so packed must be all parts of packed
20420: class, i.e. it's parents&fields(classes). for now it's only
20421: String that packed and what was wrong is that it's parent -
20422: Pooled, were not packed. fixed that.
20423:
20424: 2002-06-14 paf
20425:
1.211 moko 20426: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20427:
1.211 moko 20428: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20429: attribute_node.name/value xnode pi.node.data
20430:
20431: 2002-06-12 paf
20432:
1.116 moko 20433: * configure, configure.in, src/targets/cgi/Makefile.am,
20434: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20435:
1.211 moko 20436: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20437: etc/Makefile.am, src/include/pa_globals.h,
20438: src/include/pa_request.h, src/main/compile.tab.C,
20439: src/main/pa_globals.C, src/main/pa_request.C,
20440: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20441: parser3.conf now one and only
1.95 moko 20442:
20443: * src/classes/mail.C: sendmail -ti [default now]
20444:
20445: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20446: to be strings. for convinient #ing
20447:
20448: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20449: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20450:
20451: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20452: main/pa_globals.C, main/pa_request.C: @conf
20453:
20454: 2002-06-11 paf
20455:
20456: * src/classes/file.C: check simplified
20457:
20458: * src/: classes/file.C, targets/cgi/parser3.dsp,
20459: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20460: valid prefix
20461:
20462: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20463: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20464: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20465:
20466: 2002-06-10 paf
20467:
1.211 moko 20468: * operators.ru.txt, operators.txt, src/classes/op.C,
20469: src/include/pa_common.h, src/main/pa_common.C: lock failures
20470: reported now
1.95 moko 20471:
20472: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20473: string->double @ compile time were not-enough-checking...
20474:
20475: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20476: autoconvert now ignored
20477:
20478: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20479: check
20480:
20481: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20482: $response:body content-type:name
20483:
20484: * configure, configure.in: hpux check, nsl link, no socket
20485:
1.211 moko 20486: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20487:
20488: * configure, configure.in: pack even address access on sparc&co
20489: arch checked in configure
20490:
20491: * configure, src/include/pa_version.h: makes
20492:
20493: * configure, configure.in, src/include/pa_version.h: makes
20494:
20495: * src/main/untaint.C: (bug#2) mail subject got always prepended
20496: with charset even when all letters were 7bit one
20497:
20498: * src/main/pa_common.C: merged fixed -d (bug)
20499:
20500: * src/main/pa_common.C: fixed -d (bug)
20501:
20502: 2002-06-03 paf
20503:
1.211 moko 20504: * ChangeLog, operators.ru.txt, operators.txt,
20505: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20506: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20507: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20508: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20509: .dsp-s along with reorganized cvs modules dirs structure
20510:
20511: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20512: main/pa_globals.C, targets/cgi/parser3.dsp,
20513: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20514: modules
20515:
20516: 2002-05-28 paf
20517:
20518: * src/targets/cgi/parser3.C: info.uri now ""
20519:
20520: 2002-05-17 paf
20521:
20522: * src/classes/: table.C: ^table.save << checked empty
20523: pre/match/post columns
20524:
20525: 2002-05-16 paf
20526:
20527: * src/classes/image.C: image::measure can png now
20528:
20529: 2002-05-15 paf
20530:
1.211 moko 20531: * operators.ru.txt, operators.txt, src/classes/date.C:
20532: ^date::create[%H:%M[:%S]] added
1.95 moko 20533:
20534: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20535:
1.211 moko 20536: * operators.ru.txt, operators.txt, src/classes/date.C:
20537: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20538:
20539: 2002-05-14 paf
20540:
20541: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20542:
20543: 2002-05-07 paf
20544:
20545: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20546: src/include/pa_globals.h, src/include/pa_request.h,
20547: src/include/pa_table.h, src/main/compile.tab.C,
20548: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20549: src/main/pa_request.C, src/main/pa_table.C,
20550: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20551: src/targets/isapi/parser3isapi.dsp,
20552: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20553: name2number field now &. main_method_name now on Request pool
20554: rather on global_pool [Junction+VJunction created on same pool as
20555: name = were created on global pool, causing mem leaks]
20556:
20557: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20558: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20559: main/compile.y, main/main.dsp, main/pa_globals.C,
20560: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20561: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20562: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20563: field now &. main_method_name now on Request pool rather on
20564: global_pool [Junction+VJunction created on same pool as name =
20565: were created on global pool, causing mem leaks]
20566:
20567: 2002-05-06 paf
20568:
20569: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20570: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20571: 100*40 bytes per request memory leak [nonpool malloc in globals]
20572:
20573: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20574: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20575: 100*40 bytes per request memory leak [nonpool malloc in globals]
20576:
20577: 2002-04-30 paf
20578:
20579: * configure, src/include/pa_version.h: version now not b
20580:
20581: * src/targets/cgi/parser3.C: request.uri now never 0
20582:
20583: 2002-04-29 paf
20584:
20585: * configure.in: removed b
20586:
20587: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20588: Exception::comment/type checked in (), no there's no empty
20589: type/comment by default
20590:
20591: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20592: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20593: src/doc/value.dox, src/include/pa_exception.h,
20594: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20595: 0001
20596:
20597: 2002-04-26 paf
20598:
20599: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20600: size reduced
20601:
20602: 2002-04-25 paf
20603:
20604: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20605: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20606: now that took into account
20607:
1.211 moko 20608: * operators.ru.txt, operators.txt, src/classes/date.C:
20609: ^date::create[2002-12-33 01:03:04]
1.95 moko 20610:
1.211 moko 20611: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20612: ^date::create[2002-12-33 01:03:04]
20613:
20614: * ChangeLog: updated changelog
20615:
20616: * src/classes/table.C: removed restriction on column count to
20617: ^table.hash to work, now must be >0 [were >1]
20618:
20619: 2002-04-24 paf
20620:
20621: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20622: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20623: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20624: targets
20625:
20626: 2002-04-23 paf
20627:
1.211 moko 20628: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20629: int/double/string:sql{}[$.default{code}] fixed [were barking:
20630: "junction used outside of context"]
20631:
20632: 2002-04-22 paf
20633:
20634: * types.txt, src/classes/string.C, src/include/pa_string.h,
20635: src/main/pa_string.C, src/types/pa_vstring.C,
20636: src/types/pa_vstring.h: ^string.optimize[]
20637:
20638: * src/: include/pa_globals.h, include/pa_table.h,
20639: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20640: table template
20641:
20642: * src/classes/: string.C: optimize removed from string
20643: .left/right/pos
20644:
20645: * src/main/execute.C: rolled back to
20646: before_killing_userjunction_contexts
20647:
20648: * src/main/execute.C: user junctions context killed
20649:
20650: * src/main/execute.C: junctions to local contexts got
20651: cleanized&checked later
20652:
20653: 2002-04-19 paf
20654:
20655: * src/: classes/string.C, include/pa_request.h,
20656: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20657: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20658: prior to .left .right .mid .pos .match when that is profitable,
20659: and always before .replace when $ORIGINS(1) optimization disabled
20660: economy from not wasting mem on lots of strings which occur by
20661: lots of String:mid calls to get parts of source string between
20662: found_occurances
20663:
20664: * src/classes/file.C: ovector now local economy: 16 bytes per
20665: ^file:list
20666:
20667: * src/: include/pa_globals.h, include/pa_table.h,
20668: main/pa_globals.C, main/pa_string.C: String::match table columns
20669: globalized, not created @ each ^match anymore economy:
20670: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20671:
20672: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20673: removed from each String::match replace iteration, and made
20674: stacked sizeof(VTable)=12bytes economy on each replace code
20675:
20676: * src/doc/footer.htm: 2001,
20677:
20678: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20679: string.match[]['] option enables generation of $match.prematch
20680: .match .postmatch columns
20681:
20682: * src/main/pa_string.C: String::match options analized without
20683: cstr-ing them now
20684:
20685: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20686: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20687: config updated to doxygen 1.2.15, created helper which fixes
20688: minor bugs in chm project files & htm tree. changed extension to
20689: .htm
20690:
20691: 2002-04-18 paf
20692:
20693: * src/doc/doxygen.cfg: .chi generation disabled
20694:
20695: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20696: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20697: fields&methods
20698:
20699: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20700: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20701: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20702: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20703: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20704: types/pa_vresponse.h, types/pa_vstateless_class.h,
20705: types/pa_vstateless_object.h, types/pa_vstatus.h,
20706: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20707: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20708: VStateless_class to VObject
20709:
20710: * src/: main/pa_request.C, types/pa_valiased.h,
20711: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20712: types/pa_vstring.h: VStateless_string_object speicalized light
20713: version of VStateless_object
20714:
20715: * src/classes/op.C: ^throw comment param made optional
20716:
20717: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20718: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20719: and implemented down in VClass, fclass_alias removed,
20720:
20721: * src/types/pa_value.C: forced to cut that from .h because of
20722: VStateless_class usage [undefined in .h]
20723:
20724: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20725: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20726: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20727: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20728: on each CALL]
20729:
20730: * src/: classes/classes.h, classes/date.C, classes/double.C,
20731: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20732: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20733: classes/response.C, classes/string.C, classes/table.C,
20734: classes/void.C, classes/xnode.C, include/pa_globals.h,
20735: include/pa_request.h, main/execute.C, main/pa_globals.C,
20736: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20737: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20738: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20739: types/pa_vstateless_class.h, types/pa_wcontext.C,
20740: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20741: removed Value::fname
20742:
20743: 2002-04-17 paf
20744:
20745: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20746: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20747: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20748: include/pa_pool.h, include/pa_types.h: dox updated to current
20749: state, PTHROW freshen to throw & co
20750:
20751: * src/types/pa_vhash.h: vstring wrong parent fixed
20752:
20753: * src/classes/op.C: taint local result var bug fixed
20754:
20755: 2002-04-16 paf
20756:
20757: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20758: Attic asm.txt as most interesting
20759:
20760: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20761: check, preventing content-length: 0 from appearing
20762:
20763: * src/main/execute.C: $result in @main now taken into account as in
20764: usual functions
20765:
20766: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20767: & @unhandled_exception now taken into account as in usual
20768: functions
20769:
20770: * src/doc/postbuild.txt: instructions on post .html build
20771:
20772: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20773:
20774: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20775: tainted
20776:
20777: * src/main/pa_request.C: uri in error log
20778:
20779: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20780: cheched date:create(days) param for validity [later were assumed
20781: valid and crashed on invalid onces]
20782:
20783: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20784: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20785: and used that for removing VString wrapper
20786:
20787: * src/classes/op.C: exception2vhash file now tainted
20788:
20789: * src/classes/op.C: _process pseudo origin copied from local var to
20790: heap
20791:
20792: * src/classes/op.C: extra check on empty file in origin in _execute
20793:
20794: 2002-04-15 paf
20795:
20796: * src/: main/execute.C, types/pa_value.h: fixed name update
20797:
20798: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20799: functions
20800:
20801: * src/: classes/file.C, classes/hash.C, classes/op.C,
20802: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20803: started dual write_xxx_lang functions, if checked & works
20804:
20805: * src/: classes/date.C, classes/file.C, classes/mail.C,
20806: classes/string.C, classes/xnode.C, include/pa_request.h,
20807: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20808: unnecessary VString shells
20809:
20810: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20811: prev changes]
20812:
20813: * src/: classes/image.C, classes/op.C, classes/string.C,
20814: classes/table.C, include/pa_request.h, main/execute.C,
20815: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20816: StringOrValue wcontext result, now ready for dual writes
20817:
20818: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20819: checked that
20820:
20821: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20822: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20823: changed to OP_WRITE_VALUE in var get cases
20824:
20825: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20826: include/pa_request.h, main/compile.tab.C, main/compile.y,
20827: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20828: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20829: switch in hash constructor fixed [were problems with using of
20830: stacked wwrapper after it's death]
20831:
20832: 2002-04-12 paf
20833:
1.211 moko 20834: * operators.ru.txt, operators.txt, src/classes/table.C:
20835: table.select(expression) 0
1.95 moko 20836:
20837: 2002-04-11 paf
20838:
20839: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20840: Request::process_internal codeFrame & wwrapper stacked [not
20841: wasting heap anymore]
20842:
20843: 2002-04-10 paf
20844:
20845: * src/: classes/double.C, classes/file.C, classes/hash.C,
20846: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20847: classes/string.C, classes/table.C, classes/void.C,
20848: classes/xdoc.C, include/pa_request.h, main/execute.C,
20849: main/pa_string.C: killed Request::process() wrapping
20850: VString(String) in case we need only String
20851:
20852: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20853: killed 8 bytes from String.head
20854:
20855: 2002-04-09 paf
20856:
20857: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20858: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20859: local*/char b[...]; a=b; situations
20860:
1.211 moko 20861: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20862: made literal
1.95 moko 20863:
20864: * src/classes/xdoc.C: xslt params fixed
20865:
20866: * src/: main/pa_common.C, targets/cgi/parser3.C,
20867: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20868: not pool.malloc(MAX_NUMBER) but really neaded
20869:
1.211 moko 20870: * operators.ru.txt, operators.txt, src/classes/double.C,
20871: src/classes/int.C: int/double.int/double(default)
1.95 moko 20872:
20873: 2002-04-04 paf
20874:
20875: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20876: [when reconstructing pieces were split by
20877: max_integral(piece.size), thus some strings to replace happen to
20878: be split into two = not replaced)
20879:
20880: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20881: standalone version = current dir
20882:
20883: * src/targets/cgi/parser3.C: document root in standalone version =
20884: current dir
20885:
20886: 2002-04-03 paf
20887:
20888: * configure, configure.in: more checks on nonexistent charset
20889:
1.116 moko 20890: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20891:
20892: 2002-04-02 paf
20893:
20894: * src/main/compile.C: parser.compile [exception name more like in
20895: doc]
20896:
20897: 2002-04-01 paf
20898:
20899: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20900: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20901: .content-type.charset, not .charset
20902:
20903: 2002-03-29 paf
20904:
20905: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20906:
1.211 moko 20907: * operators.ru.txt, operators.txt, src/classes/date.C:
20908: ^date::create now may not supply day, default 1. checked 29.03
20909: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20910:
20911: 2002-03-28 paf
20912:
1.211 moko 20913: * operators.ru.txt, operators.txt, src/classes/date.C,
20914: src/classes/op.C, src/include/pa_globals.h,
20915: src/include/pa_hash.h, src/main/pa_globals.C,
20916: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20917: ^cache[date] }
1.95 moko 20918:
20919: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20920: param
20921:
20922: 2002-03-27 paf
20923:
1.211 moko 20924: * operators.ru.txt, operators.txt, src/classes/date.C,
20925: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20926: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20927: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20928: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20929: src/classes/xdoc.C, src/classes/xnode.C,
20930: src/include/pa_exception.h, src/include/pa_request.h,
20931: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20932: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20933: src/main/pa_array.C, src/main/pa_charset.C,
20934: src/main/pa_charsets.C, src/main/pa_common.C,
20935: src/main/pa_dictionary.C, src/main/pa_exception.C,
20936: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20937: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20938: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20939: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20940: src/types/pa_value.h, src/types/pa_vcookie.C,
20941: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20942: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20943: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20944: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20945: src/types/pa_wwrapper.h: assigned exception types
20946:
1.211 moko 20947: * operators.ru.txt, operators.txt, src/classes/op.C,
20948: src/include/pa_config_fixed.h, src/include/pa_request.h,
20949: src/main/execute.C, src/main/pa_request.C: decided agains
20950: resetting exception_trace, just changed name
1.95 moko 20951:
20952: 2002-03-26 paf
20953:
20954: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20955: fixed
20956:
20957: * src/classes/op.C: forced language of $source field of exception
20958: to 'tainted', so that sql-langed-frags could be outputed outside
20959: of connect
20960:
1.211 moko 20961: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20962: offset
1.95 moko 20963:
20964: * src/classes/date.C: removed date.roll limit of +-1 offset
20965:
1.211 moko 20966: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20967: roll on daylightsaving days mktime took into account tm_isdst
20968: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20969:
20970: 2002-03-25 paf
20971:
1.211 moko 20972: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20973: http_site_config_filespec
20974:
20975: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20976: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20977: with any/both --disable-foreign-group-files --disable-execs
20978:
20979: * INSTALL: "--with=sendmail=COMMAND" comment
20980:
20981: * INSTALL, configure, configure.in, src/classes/mail.C,
20982: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20983: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20984: disables execs also. introducing --sendmail
1.95 moko 20985:
1.211 moko 20986: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 20987:
20988: * INSTALL: comment on --disable-link-stdcpp
20989:
1.116 moko 20990: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
20991: libstdc++ link skipping configure option
1.95 moko 20992:
20993: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
20994: with error were put to cache with 'marked_to_rollback' flag, all
20995: consequent even OK requests rolled back
20996:
20997: 2002-03-22 paf
20998:
20999: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
21000: false return
21001:
1.211 moko 21002: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 21003:
21004: 2002-03-18 paf
21005:
1.211 moko 21006: * operators.ru.txt, operators.txt, src/classes/op.C,
21007: src/include/pa_exception.h, src/include/pa_globals.h,
21008: src/include/pa_request.h, src/include/pa_stack.h,
21009: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 21010:
21011: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
21012: types/pa_vdouble.h: removed some tested @tests
21013:
21014: 2002-03-15 paf
21015:
1.211 moko 21016: * operators.ru.txt, operators.txt, src/classes/table.C:
21017: ^table.locate(logical expr)
1.95 moko 21018:
21019: 2002-03-13 paf
21020:
21021: * src/main/pa_exception.C: checked not-pooled malloc
21022:
21023: 2002-03-11 paf
21024:
21025: * INSTALL, configure, configure.in,
21026: src/include/pa_config_auto.h.in: --disable-foreign-group-files
21027:
21028: * src/main/pa_common.C: --disable-foreign-group-files
21029:
21030: * INSTALL: --disable-execs
21031:
21032: * src/main/pa_exec.C: --disable-execs
21033:
21034: * configure, configure.in, src/include/pa_config_auto.h.in:
21035: --disable-execs
21036:
21037: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
21038:
21039: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
21040: file::exec/cgi linebreaks "0D0A" changed to 0A onces
21041:
21042: 2002-03-05 paf
21043:
1.211 moko 21044: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21045: calendar columns named
1.95 moko 21046:
1.211 moko 21047: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21048: calendar columns named
1.95 moko 21049:
21050: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
21051: requires headers to be terminated with \r\n manually [refuses to
21052: separate header/body itself]
21053:
21054: * src/: main/pa_globals.C, targets/cgi/parser3.C,
21055: targets/isapi/parser3isapi.C: isapi site config beside .dll
21056:
21057: 2002-03-04 paf
21058:
21059: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
21060: in PASS language
21061:
21062: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
21063: deserialize checks on broken file
21064:
21065: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
21066: parser3isapi.dsp: isapi updated
21067:
21068: 2002-03-01 paf
21069:
21070: * src/main/pa_exec.C: execle -> execve, now argc OK
21071:
21072: 2002-02-28 paf
21073:
21074: * src/main/untaint.C: removed some debug comments
21075:
21076: * src/main/pa_charsets.C: when placing charset to cache using
21077: global name now [were request]
21078:
21079: * configure, configure.in: apache module updated
21080:
21081: * src/main/pa_string.C: origin by first piece preferred before last
21082: piece
21083:
21084: 2002-02-27 paf
21085:
21086: * src/main/pa_charset.C: size_t
21087:
21088: * INSTALL: shared/static-xml with-pathlink
21089:
1.211 moko 21090: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 21091:
21092: 2002-02-26 paf
21093:
21094: * src/main/pa_exec.C: more precise names for vars, cosmetic
21095:
21096: * src/classes/xnode.C: in some situation, xpath query returned
21097: result with type NODESET, but empty nodeset member field, checked
21098: that
21099:
21100: 2002-02-22 paf
21101:
21102: * INSTALL: without-zlib comment
21103:
21104: * etc/parser3.charsets/windows-1251.cfg: °
21105:
21106: * configure, configure.in: glib###.a detection fixed
21107:
21108: * INSTALL: hashfile removed from INSTALL
21109:
1.116 moko 21110: * Makefile.am: make update
1.95 moko 21111:
21112: * src/main/pa_string.C: string iterators fixed again, so were
21113: String::join_chain
21114:
21115: * src/main/pa_string.C: string iterators fixed again, so were
21116: String::join_chain
21117:
21118: * src/: include/pa_string.h, main/pa_string.C: string iterators
21119: fixed again, so were String::join_chain
21120:
21121: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
21122:
1.211 moko 21123: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
21124: "expires=0" = "session"
1.95 moko 21125:
1.116 moko 21126: * configure, configure.in, src/include/pa_config_auto.h.in:
21127: --with-shared-xml --with-static-xml
1.95 moko 21128:
21129: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
21130: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21131: types/types.dsp: *.dsp: removed refereces to win32db & ancient
21132: xalan&xml
21133:
21134: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
21135:
1.211 moko 21136: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
21137: src/main/main.dsp, src/types/types.dsp: removed hashfile support
21138: from sources for now
1.95 moko 21139:
1.116 moko 21140: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 21141: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 21142: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
21143: src/include/pa_db_manager.h, src/include/pa_db_table.h,
21144: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 21145: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 21146: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
21147: src/types/Makefile.am, src/types/pa_vhashfile.C,
21148: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 21149:
21150: 2002-02-21 paf
21151:
21152: * src/main/untaint.C: removed debug code, activated commented-for
21153: debug parts
21154:
1.116 moko 21155: * Makefile.am: make cvsupdate
1.95 moko 21156:
21157: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21158: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
21159: append_row, not at link zero now string to string appending works
21160:
21161: 2002-02-20 paf
21162:
21163: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
21164: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
21165: DEBUG_STRING_APPENDS_VS_EXPANDS
21166:
21167: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21168: economy: 22%
21169:
21170: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21171: space uptimized: string::link_row removed
21172:
21173: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
21174: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
21175: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21176: types/pa_vstring.h: speed uptimized: string::is_empty
21177:
1.211 moko 21178: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 21179: src/include/pa_config_fixed.h, src/include/pa_string.h,
21180: src/include/pa_types.h, src/main/compile.tab.C,
21181: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
21182: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
21183: string append optimiziation idea and estimates
21184:
21185: 2002-02-19 paf
21186:
21187: * src/classes/math.C: not used directly [but erroreously reported
21188: that 'is', thus registering twice&other probs]
21189:
21190: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
21191: to node [element]
21192:
21193: * src/main/compile.C: without string_origins parse error
21194: file+line+col possible
21195:
21196: * src/main/: compile.C: without string_origins not worked
21197:
21198: 2002-02-18 paf
21199:
21200: * src/types/pa_vdouble.h: since we have in_expression removed that
21201: trick i've installed into double::as_string
21202:
21203: * src/main/pa_globals.C: extern "C" was removed too fast
21204:
21205: * src/: include/pa_opcode.h, include/pa_request.h,
21206: main/compile.tab.C, main/compile.y, main/execute.C,
21207: types/pa_wcontext.h: in_expression aimed to solve old problem
21208: with string/nonstring values, now in expressions double/int
21209: values are passed as-is, without stupid tostring/fromstring
21210: conversions
21211:
21212: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
21213: __cplusplus } #endif
21214:
21215: * src/main/compile.tab.C: bison env set so one could compile
21216: without cygwin installed
21217:
21218: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
21219: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
21220: gnome xml libs parser .dsp-s changed accordingly
21221:
1.211 moko 21222: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
21223: PARSER_ROOT_CONFIG
1.95 moko 21224:
1.211 moko 21225: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
21226: [were date::set, with backward comp
1.95 moko 21227:
21228: * src/classes/math.C: math:random range check fixed
21229:
21230: * src/main/: compile.tab.C, compile.y: integer division stops name
21231:
21232: * INSTALL: local install comment
21233:
1.116 moko 21234: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 21235:
1.116 moko 21236: * acinclude.m4, aclocal.m4, configure, configure.in,
21237: src/include/pa_config_auto.h.in,
21238: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
21239: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 21240:
1.211 moko 21241: * operators.ru.txt, operators.txt: \ comment
1.95 moko 21242:
21243: 2002-02-13 paf
21244:
21245: * src/include/pa_config_includes.h: sys/time time both included
21246: now. vaguely remember confilicts on this on some system [not on
21247: six|ablv] so when would see them again would think up proper
21248: check
21249:
1.116 moko 21250: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21251: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 21252:
21253: * src/main/pa_common.C: truncation never occured when writing files
21254: on unix [since i've changed cache mech] fix
21255:
21256: * src/main/pa_common.C: strnchr: sanity check added
21257:
21258: * etc/parser3.charsets/windows-1257.cfg: id added
21259:
21260: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
21261: baltic charset file generated, in generation script ispunct check
21262: added
21263:
21264: 2002-02-08 paf
21265:
1.116 moko 21266: * src/: include/Makefile.am, sql/Makefile.am,
21267: targets/isapi/Makefile.am: forgotten makes
1.95 moko 21268:
21269: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
21270: forgotten
21271:
21272: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
21273:
21274: * INSTALL, README: install&others updated
21275:
21276: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
21277:
1.116 moko 21278: * Makefile.am, configure, configure.in,
21279: etc/parser3.charsets/Makefile.am, src/Makefile.am,
21280: src/classes/Makefile.am, src/main/Makefile.am,
21281: src/main/pa_status_provider.C, src/targets/Makefile.am,
21282: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
21283: works
1.95 moko 21284:
21285: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21286: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21287: classes/hashfile.C, classes/int.C, classes/mail.C,
21288: classes/math.C, classes/op.C, classes/response.C,
21289: classes/string.C, classes/table.C, classes/void.C,
21290: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21291: include/pa_array.h, include/pa_cache_managers.h,
21292: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21293: include/pa_config_fixed.h, include/pa_config_includes.h,
21294: include/pa_db_connection.h, include/pa_db_manager.h,
21295: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21296: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21297: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21298: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21299: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21300: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21301: include/pa_stack.h, include/pa_string.h,
21302: include/pa_stylesheet_connection.h,
21303: include/pa_stylesheet_manager.h, include/pa_table.h,
21304: include/pa_threads.h, include/pa_types.h, main/compile.C,
21305: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21306: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21307: main/pa_db_connection.C, main/pa_db_manager.C,
21308: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21309: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21310: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21311: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21312: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21313: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21314: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21315: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21316: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21317: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21318: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21319: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21320: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21321: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21322: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21323: types/pa_vmethod_frame.h, types/pa_vobject.h,
21324: types/pa_vrequest.h, types/pa_vresponse.h,
21325: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21326: types/pa_vstateless_object.h, types/pa_vstatus.C,
21327: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21328: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21329: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21330: classes/image.C, main/pa_common.C, main/pa_exec.C,
21331: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21332: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21333: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21334: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21335: types/pa_vxnode.C, main/pa_charset.C: name spelling
21336:
21337: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21338: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21339: classes/hashfile.C, classes/image.C, classes/int.C,
21340: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21341: classes/string.C, classes/table.C, classes/void.C,
21342: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21343: include/pa_array.h, include/pa_cache_managers.h,
21344: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21345: include/pa_config_fixed.h, include/pa_config_includes.h,
21346: include/pa_db_connection.h, include/pa_db_manager.h,
21347: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21348: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21349: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21350: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21351: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21352: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21353: include/pa_stack.h, include/pa_string.h,
21354: include/pa_stylesheet_connection.h,
21355: include/pa_stylesheet_manager.h, include/pa_table.h,
21356: include/pa_threads.h, include/pa_types.h, main/compile.C,
21357: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21358: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21359: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21360: main/pa_db_connection.C, main/pa_db_manager.C,
21361: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21362: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21363: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21364: main/pa_socks.C, main/pa_sql_driver_manager.C,
21365: main/pa_status_provider.C, main/pa_string.C,
21366: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21367: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21368: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21369: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21370: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21371: targets/isapi/pool_storage.h, types/pa_valiased.C,
21372: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21373: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21374: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21375: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21376: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21377: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21378: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21379: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21380: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21381: types/pa_vresponse.h, types/pa_vstateless_class.C,
21382: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21383: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21384: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21385: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21386: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21387: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21388:
21389: 2002-02-07 paf
21390:
21391: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21392:
1.116 moko 21393: * configure, configure.in, src/include/pa_config_auto.h.in,
21394: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21395: added yet another locking function: fcntl
1.95 moko 21396:
21397: * config.sub: on cygwin configure passes it with strange i1586
21398: const, hacked it to mean i586
21399:
21400: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21401: disabled $if reference due to conflicts with local variables
21402:
1.211 moko 21403: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21404: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21405: xdoc::create, with both sences
21406:
21407: * operators.ru.txt, operators.txt, src/classes/table.C,
21408: src/include/pa_array.h, src/include/pa_table.h,
21409: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21410: 'set' name obsolete now table clone.
1.95 moko 21411:
1.211 moko 21412: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21413: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21414: ^int/double/string.format now can be called with normal []
21415: brackets, not stupid {} as it were implemented for some strange
21416: reason. retaining backward compatibility due to some
21417: already-implemented servers
21418:
21419: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21420: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21421: operators now detected by check at name_without_curly_rdive_read
21422: rule whether diving code constists only of
21423: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21424: with OP_GET_ELEMENT_OR_OPERATOR to form
21425: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21426:
21427: 2002-02-06 paf
21428:
21429: * configure, configure.in: prefix expanded, grr
21430:
1.211 moko 21431: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21432: config changed
1.95 moko 21433:
21434: 2002-02-05 paf
21435:
1.211 moko 21436: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21437:
21438: * src/main/: pa_exec.C: argv0 now correct
21439:
21440: * src/types/pa_vstatus.C: status:rusage 3
21441:
21442: * src/types/pa_vstatus.C: status:rusage 2
21443:
1.211 moko 21444: * operators.ru.txt, operators.txt: status:rusage described int
21445: operators
1.95 moko 21446:
21447: * src/types/pa_vstatus.C: status:rusage 1
21448:
21449: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21450: src/types/types.dsp: status:rusage
21451:
1.211 moko 21452: * configure.in, operators.ru.txt, operators.txt,
21453: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21454: src/include/pa_config_includes.h, src/main/compile.tab.C,
21455: src/main/pa_common.C: rewritten ^cache to use
21456: non-blocking-exclusive-caches
21457:
21458: * src/main/pa_common.C: text file read mode on win32 adjusted
21459: [speed impact. was off for debugging purpose, but forgotten
21460: afterwards]
21461:
21462: 2002-02-01 paf
21463:
21464: * src/classes/op.C: file_write does EX lock after create, while
21465: file_read does SH after open, so there's a moment after create
21466: but before EX lock when read can sneak into, and read
21467: just-created-for-writing-and-not-yet-locked file, added a check
21468: for that in ^cache...read
21469:
21470: 2002-01-31 paf
21471:
21472: * src/main/: compile.y, compile.tab.C: disabled operator call after
21473: ^xxx:
21474:
21475: * src/main/: compile.tab.C, execute.C: made operators lookup first
21476: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21477:
21478: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21479: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21480: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21481: operators check 6.1 rewritten. now check is done at compile time
21482:
21483: * src/main/execute.C: operators check 5 floated up old error of
21484: staying in 'entered class/object' state after $a($a..) it
21485: prevented operators from being called thereafter
21486:
21487: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21488: main/execute.C: operators check 4 floated up old error of staying
21489: in 'entered object' state after ^a.a(a) it prevented operators
21490: from being called thereafter
21491:
21492: * src/main/execute.C: operators check 3 floated up old error of
21493: staying in 'entered class' state after $a:a(a) it prevented
21494: operators from being called thereafter
21495:
21496: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21497: floated up old error of staying in 'entered class' state after
21498: $a:a[a] it prevented operators from being called thereafter
21499:
21500: * src/main/execute.C: operators check, thay mistakenly seen in
21501: $class:operator $object.operators contexts
21502:
21503: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21504: win32
21505:
1.116 moko 21506: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21507: src/classes/Makefile.am, src/main/Makefile.am,
21508: src/targets/cgi/Makefile.am,
1.95 moko 21509: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21510: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21511:
1.116 moko 21512: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21513: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21514: configure, configure.in, form.txt, ident.awk, install-sh,
21515: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21516: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21517: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21518: etc/parser3.charsets/koi8-r.cfg,
21519: etc/parser3.charsets/windows-1250.cfg,
21520: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21521: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21522: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21523: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21524: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21525: straightened installation scripts procedure made
21526: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21527: change
21528:
21529: 2002-01-30 paf
21530:
21531: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21532: removed] those comments were a mistake, and prevented libltdl
21533: from function properly
21534:
21535: 2002-01-29 paf
21536:
1.116 moko 21537: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21538: creation [modified acinclude.m4 which were creating int into just
21539: assignment LIBTOOL=../libtool] added default system
21540: config&charsetts prepared 'make install', now it installs
21541: targets/cgi/parser3 into bin directory etc/parser3.conf &
21542: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21543: $sysconfdir/parser3.charsets respectively
21544:
21545: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21546: main/pa_globals.C: few forgotten ifdef XML added
21547:
21548: 2002-01-28 paf
21549:
1.116 moko 21550: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21551: removed
21552:
21553: * src/main/pa_exception.C: dom|generic error output fix
21554:
21555: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21556:
21557: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21558:
21559: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21560: [fixed as_node helper func to accept docs]
21561:
21562: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21563: xdoc.importNode 0
21564:
21565: * src/classes/xdoc.C: xdoc::set now untaints OK
21566:
21567: 2002-01-25 paf
21568:
21569: * src/main/: compile.tab.C, compile.y: #comment before @ after
21570: @SPECIAL now works OK
21571:
21572: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21573:
21574: * src/main/pa_exec.C: max arg count now 10, and proper message on
21575: violation that added
21576:
21577: * src/classes/hash.C: unified hash::sql, now
21578: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21579:
21580: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21581: ^file:lock[filename]{code}
21582:
21583: * src/: classes/file.C, classes/op.C, classes/string.C,
21584: classes/table.C, classes/xdoc.C, include/pa_common.h,
21585: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21586: to some pa_common funcs
21587:
21588: * src/: include/pa_charset.h, main/pa_globals.C:
21589: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21590:
21591: * src/: include/pa_charset.h, main/pa_charset.C,
21592: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21593: not stupid illegal define
21594:
21595: 2002-01-24 paf
21596:
21597: * src/include/pa_version.h: changed version number
21598:
21599: * src/: classes/hashfile.C, include/pa_db_table.h,
21600: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21601: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21602: main/pa_db_connection.C, main/pa_db_table.C,
21603: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21604: hashfile without logfiles
21605:
21606: * src/: classes/hashfile.C, include/pa_db_table.h,
21607: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21608: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21609: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21610: DB_INIT_TXN init bits, thus got rid of huge log files, which
21611: cluttered disk without huge need]
21612:
21613: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21614: handy macro, which is strangly abscent in dome lib
21615:
21616: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21617:
21618: * src/classes/xdoc.C: checked empty response
21619:
21620: * src/classes/xnode.C: xdoc.select fixed context node [were always
21621: /, not self node]
21622:
21623: * src/classes/xnode.C: xnode.select returns array always now, in
21624: case 'nothing found' returns empty array
21625:
21626: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21627: be more tender with ctrl/c/v
21628:
21629: 2002-01-23 paf
21630:
21631: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21632: substituted. // 2. when dom tree with entites goes under
21633: transform text nodes // got [erroreosly] cut on first
21634: entity occurance
21635:
21636: * src/types/pa_vdouble.h: double prec. todo: get rid of
21637: twice-converting
21638:
21639: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21640: 'e' in output this is for regretful twice-converting here:
21641: $a(double value) when they write double falue they convert it to
21642: string first, thus %g were losing precesion.
21643:
21644: todo: think up some way to remove double->string string->double
21645: twice-converting
21646:
21647: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21648: %.20E now default float format this is for regretful
21649: twice-converting here: $a(double value) when they write double
21650: falue they convert it to string first, thus %g were losing
21651: precesion.
21652:
21653: todo: think up some way to remove double->string string->double
21654: twice-converting
21655:
21656: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21657: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21658: reasons in comment inside
21659:
21660: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21661: statically linked]
21662:
21663: * src/: include/pa_exception.h, main/compile.tab.C,
21664: main/pa_exception.C: removed exception va_list constructor. 1.
21665: not needed anymore 2. there were a conflict[causing errors]
21666: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21667: never detected an ambiguilty here, compiling ctor(, "hello") into
21668: ctor(, va_list) which, of course, caused gpf
21669:
21670: * src/main/pa_globals.C: removed debug xslt messages
21671:
21672: 2002-01-22 paf
21673:
21674: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21675: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21676: helps compiling stylesheet properly. example: this refused to
21677: work, <b>«<xsl:value-of select="@title"
21678: />»</b> stranly worked only this way:
21679: <b>«<xsl:value-of select="@title" />»</b>
21680:
21681: docs says "set it to 1", never going into details, so I decided
21682: to try NOT to do that
21683:
21684: * src/classes/table.C: join behaived badly in case named tables
21685: structure mismatched: 0 strings sneaked into dest failing
21686: afterwards. replaced them with empty strings
21687:
21688: 2002-01-21 paf
21689:
21690: * src/main/pa_charset.C: checked empty transcoders in
21691: transcode_cstr|buf
21692:
21693: * src/classes/xdoc.C: xdoc::load error source = filespec
21694:
21695: * src/classes/xdoc.C: transform error source now
21696: stylesheet_filespec
21697:
1.116 moko 21698: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21699: include/pa_stylesheet_connection.h, main/pa_charset.C,
21700: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21701: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21702: gnome
1.95 moko 21703:
21704: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21705: include/pa_globals.h, include/pa_stylesheet_connection.h,
21706: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21707: xslt generic error 1
21708:
21709: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21710: xml generic message 1
21711:
21712: * src/classes/table.C: ^table::load empty lines or #comments before
21713: headline
21714:
21715: * src/: include/pa_array.h, include/pa_globals.h,
21716: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21717: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21718: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21719: errors 0
21720:
21721: 2002-01-16 paf
21722:
21723: * src/: classes/hash.C, classes/op.C, classes/string.C,
21724: classes/table.C, classes/void.C, classes/xdoc.C,
21725: include/pa_db_connection.h, include/pa_request.h,
21726: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21727: include/pa_stylesheet_connection.h,
21728: include/pa_stylesheet_manager.h, main/pa_request.C,
21729: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21730: targets/cgi/pool_storage.h: auto closers to sql_connection,
21731: stylesheet_connection auto destroyers to remaining gnome objects
21732:
21733: * src/classes/xdoc.C: few comments
21734:
21735: 2002-01-15 paf
21736:
21737: * src/classes/xdoc.C: xdoc file save string
21738:
21739: ready. todo: error handling
21740:
21741: * src/classes/xdoc.C: xdoc save rewritten using
21742: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21743: result
21744:
21745: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21746: started output options parsing
21747:
21748: 2002-01-14 paf
21749:
21750: * src/classes/xdoc.C: method
21751:
21752: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21753: include/pa_pool.h, include/pa_stylesheet_connection.h,
21754: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21755: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21756: xslt transform0. TODO: use output options handle errors
21757:
21758: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21759:
21760: 2002-01-11 paf
21761:
21762: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21763: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21764: partial logical && || evaluation
21765:
21766: * src/classes/xnode.C: xpath selectNodes
21767:
21768: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21769: string/number/bool
21770:
21771: * src/classes/xnode.C: xpath selectNode 2
21772:
21773: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21774: xpath selectNode 1
21775:
21776: 2002-01-10 paf
21777:
21778: * src/classes/xnode.C: xpath selectNode -100 [just written]
21779:
21780: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21781: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21782: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21783: refcounter]
21784:
21785: 2001-12-29 paf
21786:
21787: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21788: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21789: glib works 0
21790:
21791: 2001-12-28 paf
21792:
21793: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21794: main/pa_exception.C: started glib transcoders
21795:
21796: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21797:
21798: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21799: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21800: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21801: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21802: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21803: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21804: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21805: libs just compiled in. no refcounting no xpath no xslt yet
21806:
21807: 2001-12-27 paf
21808:
21809: * src/: include/pa_charset.h, include/pa_common.h,
21810: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21811: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21812: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21813: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21814: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21815: from xalan&xerces, started the process. globals [initialization
21816: pool [charset update charset [transcodings vxnode vxdoc [DOM
21817: calls
21818:
21819: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21820: anymore
21821:
21822: 2001-12-26 paf
21823:
21824: * src/: include/pa_charset.h, include/pa_charsets.h,
21825: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21826: key globalized [bug]
21827:
21828: 2001-12-25 paf
21829:
21830: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21831: main/pa_string.C: table set & append changed splitting languages,
21832: separators now can be clean AND as-is same to mail command line
21833: $MAIN:MAIL.progX arguments
21834:
21835: 2001-12-24 paf
21836:
21837: * src/classes/mail.C: one parted text messages - no multipart
21838: mime-type anymore. for convinient if $.attach-ments
21839:
21840: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21841: main/pa_string.C: read from cache size check updated
21842:
21843: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21844:
21845: 2001-12-21 paf
21846:
21847: * src/classes/date.C: date:sql-string now returns localtime
21848:
21849: * src/main/pa_request.C: $result in @main actually not working, to
21850: hell with it for now
21851:
21852: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21853: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21854: @postprocess @exception
21855:
21856: * src/main/execute.C: junction evaluation canceled - endless
21857: recursion detected
21858:
21859: 2001-12-19 paf
21860:
21861: * src/main/pa_charset.C: charset->charset transcoding via unicode
21862: intermediate
21863:
21864: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21865:
21866: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21867:
21868: * src/classes/op.C: ^cache keypath now relative
21869:
21870: * src/classes/mail.C: changed weighting prior to sort
21871:
21872: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21873: were missing
21874:
21875: 2001-12-17 paf
21876:
21877: * src/main/pa_charset.C: ifndef XML were bad type
21878:
21879: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21880: outdated unset services_pool
21881:
21882: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21883: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21884: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21885:
21886: * src/main/untaint.C: allowed space in filespec
21887:
21888: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21889:
21890: * src/classes/image.C: no govno
21891:
21892: * src/classes/image.C: govno
21893:
21894: 2001-12-16 paf
21895:
21896: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21897:
21898: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21899: charset_connection&manager replaced by charset&charsets
21900:
21901: * src/main/pa_charset.C: name_cstr 0
21902:
21903: * src/main/untaint.C: uri lang now knows about client/source
21904: charsets
21905:
21906: * src/: classes/file.C, classes/math.C, classes/op.C,
21907: classes/string.C, classes/table.C, classes/xdoc.C,
21908: include/pa_array.h, include/pa_cache_managers.h,
21909: include/pa_charset_connection.h, include/pa_charset_manager.h,
21910: include/pa_common.h, include/pa_db_connection.h,
21911: include/pa_db_manager.h, include/pa_db_table.h,
21912: include/pa_dictionary.h, include/pa_exception.h,
21913: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21914: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21915: include/pa_sapi.h, include/pa_socks.h,
21916: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21917: include/pa_string.h, include/pa_stylesheet_connection.h,
21918: include/pa_stylesheet_manager.h, include/pa_table.h,
21919: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21920: main/pa_charset.C, main/pa_charset_connection.C,
21921: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21922: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21923: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21924: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21925: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21926: types/types.dsp: introducing Charset
21927:
21928: 2001-12-14 paf
21929:
21930: * src/: include/pa_request.h, include/pa_transcoder.h,
21931: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21932: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21933: uri lang
21934:
21935: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21936:
21937: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21938:
21939: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21940: defalts_name global
21941:
21942: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21943: include/pa_request.h, main/main.dsp,
21944: main/pa_charset_connection.C, main/pa_charset_manager.C,
21945: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21946: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21947: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21948: changed charset model. now important: $request:charset
21949: $response:charset while $response:content-type.charset become
21950: unimportant [informational]
21951:
21952: 2001-12-13 paf
21953:
21954: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21955:
21956: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21957: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21958: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21959: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21960: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21961: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21962:
21963: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21964: auto_ptr part other way, because of stupid gcc 2.96
21965: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21966: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21967: FormatterListener] /usr/include/g++-3/memory:48:
21968: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21969: _Tp1 = FormatterListener, _Tp = FormatterListener]
21970:
21971: * src/classes/xdoc.C: removed extra inc
21972:
21973: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21974:
21975: * src/include/pa_types.h: msvc head debugging flag
21976:
21977: * src/classes/xdoc.C: freed up listener
21978:
21979: * src/classes/string.C: change msg '... code is not code'
21980:
21981: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21982: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21983: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21984: [past/future prob]
21985:
21986: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
21987: include/pa_config_fixed.h, include/pa_db_manager.h,
21988: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
21989: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
21990:
21991: * src/: include/pa_config_fixed.h, main/pa_common.C,
21992: main/pa_string.C: removed signed mismatch warnings
21993:
21994: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
21995: 'expires' from header outputs
21996:
21997: * src/main/pa_string.C: string::recustruct erroreusly used outdated
21998: row ptr
21999:
22000: * src/classes/file.C: file::cgi bug, request_method were passed to
22001: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
22002:
22003: * src/classes/xdoc.C: lang list updated
22004:
22005: 2001-12-10 paf
22006:
22007: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
22008:
22009: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
22010: erase files like that, knowing their full name introducing //
22011: theoretical problem with, for instance, "_2B" and "." fragments,
22012: // they would yield the same // because
22013: need_file_encode('_')=false // but we need to delete such files
22014: somehow, getting names from ^index
22015:
22016: * src/main/pa_string.C: ^string.replace bug fixed [bad
22017: string::join_chank break]
22018:
22019: 2001-12-07 paf
22020:
22021: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
22022: include/pa_common.h, include/pa_config_auto.h.in,
22023: include/pa_config_fixed.h, include/pa_config_includes.h,
22024: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
22025: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
22026: types/pa_vhashfile.C: merged from r14_simple_cache
22027:
22028: * src/main/pa_string.C: stupid sparc architecture failed to access
22029: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
22030: lduh [ %i2 + 1 ], %l0
22031:
22032: bus error, fixed that
22033:
22034: * src/main/pa_string.C: strange string deserialize bug on
22035: client[pmts], a bit shortened,
22036:
22037: * src/include/pa_config_auto.h.in: makes
22038:
22039: * src/: include/pa_common.h, include/pa_config_fixed.h,
22040: include/pa_config_includes.h, main/pa_common.C: exclusive lock
22041: file write shared lock file read
22042:
22043: * src/: classes/op.C, include/pa_common.h,
22044: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
22045:
22046: 2001-12-06 paf
22047:
22048: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22049: main/pa_request.C: #ifdef RESOURCES_DEBUG
22050:
22051: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
22052: info
22053:
22054: * src/classes/hashfile.C: removed transaction from ^cache
22055:
22056: 2001-12-05 paf
22057:
22058: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
22059: IIS5 there were a prob with illegal call check
22060:
22061: 2001-12-04 paf
22062:
22063: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22064: main/pa_request.C: measures to log
22065:
22066: 2001-11-23 paf
22067:
22068: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22069: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
22070: types/pa_vhashfile.C: merged from _0014, 1
22071:
22072: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22073: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
22074: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
22075: ^cache(33) would change
22076:
22077: 0660 bits in file_write & hashfile create
22078:
22079: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
22080: after pa_string optimization]
22081:
22082: 2001-11-22 paf
22083:
22084: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22085: table.offset[whence]
22086:
22087: * src/classes/op.C: process cstr(,connection)
22088:
22089: * src/classes/op.C: process now gets its body on current language,
22090: not as-is
22091:
22092: * src/main/untaint.C: ORIGINS mode removed UHTML
22093:
22094: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
22095: bit
22096:
1.116 moko 22097: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 22098:
22099: 2001-11-21 paf
22100:
22101: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
22102: <xsl:output output options made identical to xsl:output
22103: attributes exclusion: cdata-section-elements what xalan can do
22104: but that not used now: it can escape and remove CDATA sections
22105:
22106: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
22107: produced by xslt
22108:
22109: * src/targets/cgi/parser3.C: removed debug cgi||1
22110:
22111: * src/main/: pa_string.C, untaint.C: cached some string::size() es
22112:
22113: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
22114: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
22115: default language for {code}, it happen to change it's language
22116: from CLEAN, so later refused to split by CLEAN \t
22117:
22118: 2001-11-20 paf
22119:
1.116 moko 22120: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
22121: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 22122: bottom of dependeces, so that errors would popup quicklier, fixed
22123: line numbering in table::sql
22124:
22125: 2001-11-19 paf
22126:
22127: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
22128: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22129: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22130: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
22131: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
22132: at wcontext.write
22133:
1.116 moko 22134: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 22135: _set_new_handler
22136:
1.116 moko 22137: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
22138: set_new_handler in apache&isapi
1.95 moko 22139:
22140: 2001-11-16 paf
22141:
22142: * src/targets/cgi/parser3.C: pool debug @ die
22143:
22144: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
22145: removed 8 bytes from String, 2 bytes from
22146: string::chunk::row::item
22147:
22148: * src/main/pa_string.C: removed 1+4 bytes from String
22149:
22150: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22151: types/pa_vstring.C: removed 1+4 bytes from String
22152:
22153: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
22154: 0
22155:
22156: * src/: include/pa_globals.h, include/pa_string.h,
22157: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
22158: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
22159: targets/cgi/parser3.C: introducing estimating
22160: String::cstr_bufsize, 0
22161:
22162: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
22163:
22164: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
22165:
22166: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
22167: include/pa_pool.h: die in pool::fail
22168:
22169: 2001-11-15 paf
22170:
22171: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
22172: main/pa_exception.C, targets/cgi/parser3.C: exception with
22173: dynamic buffer re-back now with counter
22174:
22175: * src/: include/pa_exception.h, main/pa_exception.C: exception with
22176: static buffer back
22177:
22178: * src/targets/cgi/parser3.C: std::
22179:
22180: * src/: classes/classes.awk, include/pa_config_auto.h.in,
22181: include/pa_config_includes.h: setnewhandler check
22182:
1.116 moko 22183: * src/include/pa_config_auto.h.in: makes
1.95 moko 22184:
22185: * src/targets/cgi/parser3.C: set_new_handler started
22186:
22187: 2001-11-14 paf
22188:
22189: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22190: was wrong
22191:
22192: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22193: was wrong
22194:
22195: * src/main/pa_request.C: z
22196:
22197: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
22198: full returns win32 -1 solaris >buffer_size
22199:
22200: checked all that
22201:
22202: * src/classes/op.C: ^untaint{body} as-is default now
22203:
22204: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22205: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
22206: with no_bad_constructors_try
22207:
22208: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22209: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
22210: this: $bred[^string::length[]] $bred[^response::clear[]]
22211: $bred[^int::int[]]
22212:
22213: now VObject creation moved into overriden
22214: VClass::create_new_value, thus 0 from create_new_value means that
22215: class has no ctors
22216:
22217: 2001-11-13 paf
22218:
22219: * src/classes/classes.C: returned accedently removed if in foreach
22220: callbacks [when hash no-0-restructure]
22221:
22222: 2001-11-12 paf
22223:
22224: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
22225: passed as-is to method, xalan makes & into & itself
22226:
22227: * src/classes/date.C: date.roll parser2 alg used
22228:
22229: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
22230: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22231: main/pa_dictionary.C, main/pa_hash.C,
22232: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
22233: now does not containt 0 values. put 0 actullay removes. no check
22234: on 0 value in foreach now required
22235:
22236: 2001-11-11 paf
22237:
22238: * src/sql/pa_sql_driver.h: removed extra constructor, doc
22239:
22240: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
22241:
22242: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
22243: driver initialize not const
22244:
22245: 2001-11-10 paf
22246:
22247: * src/main/pa_exec.C: doc
22248:
22249: 2001-11-09 paf
22250:
22251: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
22252: param properly
22253:
22254: * src/classes/string.C: string.save now does untainting before
22255: saving
22256:
22257: * src/main/pa_common.C: line endings fixing fixed last piece[was
22258: still cstr oriented]
22259:
22260: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22261: line endings fixing got rid of cstr, now must work ok with post
22262: multipart
22263:
22264: * src/types/pa_vform.C: line endings fixed at post / multipart /
22265: not file also now
22266:
22267: 2001-11-08 paf
22268:
22269: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22270: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22271: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
22272: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
22273: main/pa_stylesheet_manager.C: restructured Cache manager to be
22274: simple parent, not second parent [gcc 2.96 strangly refused to
22275: call virtual from second parent]
22276:
1.116 moko 22277: * src/: include/pa_common.h, main/Makefile.am,
22278: targets/cgi/pa_pool.C: makes
1.95 moko 22279:
22280: * src/: include/pa_request.h, main/pa_request.C,
22281: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
22282: 'status' class enabler
22283:
22284: <Location /parser-status.html> ParserStatusAllowed </Location>
22285:
22286: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22287: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22288: include/pa_stylesheet_manager.h, main/main.dsp,
22289: main/pa_cache_managers.C, main/pa_charset_manager.C,
22290: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22291: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22292: types/pa_vstatus.h: cache_managers, maybe-expiring every request
22293: todo: apache 'status' class enabler
22294:
22295: 2001-11-05 paf
22296:
22297: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
22298: debug to normal
22299:
22300: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
22301: hence i removed skipping 0 values in hash::for_each-es we need to
22302: check cleaned cache items manually. few more checks.
22303:
22304: expiring to 0 time was wrong, changed to 'now' time
22305:
22306: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22307: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22308: on apache already done :)
22309:
22310: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22311: skipping 0 values in hash::for_each-es we need to check cleaned
22312: cache items manually
22313:
22314: * src/main/: pa_db_connection.C, pa_db_table.C:
22315: parser_multithreaded check was wrong
22316:
22317: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22318: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22319: classes/hashfile.C, classes/image.C, classes/int.C,
22320: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22321: classes/string.C, classes/table.C, classes/void.C,
22322: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22323: include/pa_array.h, include/pa_charset_connection.h,
22324: include/pa_charset_manager.h, include/pa_common.h,
22325: include/pa_config_fixed.h, include/pa_config_includes.h,
22326: include/pa_db_connection.h, include/pa_db_manager.h,
22327: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22328: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22329: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22330: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22331: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22332: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22333: include/pa_stack.h, include/pa_string.h,
22334: include/pa_stylesheet_connection.h,
22335: include/pa_stylesheet_manager.h, include/pa_table.h,
22336: include/pa_threads.h, include/pa_types.h, main/compile.C,
22337: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22338: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22339: main/pa_charset_manager.C, main/pa_common.C,
22340: main/pa_db_connection.C, main/pa_db_manager.C,
22341: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22342: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22343: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22344: main/pa_socks.C, main/pa_sql_driver_manager.C,
22345: main/pa_status_provider.C, main/pa_string.C,
22346: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22347: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22348: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22349: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22350: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22351: targets/isapi/pool_storage.h, types/pa_valiased.C,
22352: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22353: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22354: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22355: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22356: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22357: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22358: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22359: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22360: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22361: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22362: types/pa_vstateless_object.h, types/pa_vstatus.h,
22363: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22364: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22365: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22366: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22367: $status:db fixed used not initialized in db_connection & db_table
22368:
22369: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22370: $status:charset
22371:
22372: * src/: classes/xdoc.C, include/pa_db_connection.h,
22373: include/pa_stylesheet_connection.h,
22374: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22375: types/pa_vstatus.h: $status:stylesheet
22376:
22377: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22378: include/pa_request.h, include/pa_sql_connection.h,
22379: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22380: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22381: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22382: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22383: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22384: types/pa_vxnode.C, types/types.dsp: started status parser class
22385:
22386: 2001-11-01 paf
22387:
22388: * src/include/pa_config_auto.h.in: makes
22389:
22390: * src/main/pa_hash.C: removed old extra include
22391:
22392: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22393: checks [for hp, there are such in math.h]
22394:
22395: * src/classes/op.C: ^for endless loop check strightened
22396:
22397: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22398: behavior in native calls. it left unchanged, so ^for ^foreach &
22399: co can use r.root to write their i & key,value there
22400:
22401: * src/classes/op.C: detected for var storage bug, fixed.
22402: todo:foreach
22403:
22404: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22405: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22406: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22407: changing of hash inside of foreach
22408:
22409: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22410: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22411: were hash.foreach
22412:
22413: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22414: types/pa_vstring.C, types/pa_vstring.h:
22415: ^foreach[key|value]{body}[[separator]|{separator}]
22416:
22417: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22418: types/pa_vcookie.C: ^hash.delete[key]
22419:
22420: 2001-10-31 paf
22421:
22422: * src/main/: compile.C, pa_common.C: completely empty file now
22423: considered "read", not ignored [not perfect trick used]
22424:
22425: * src/main/pa_common.C: simplier common ifdefs
22426:
22427: * src/main/pa_common.C: typing bug in common - bad ifdeff
22428:
22429: * src/main/pa_db_connection.C: z
22430:
22431: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22432: lockdetector flags
22433: dbenv.lk_detect=DB_LOCK_RANDOM;
22434:
22435: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22436: from accidental show [imagine user forgot @exception]
22437:
22438: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22439:
22440: * src/: classes/file.C, classes/image.C, classes/mail.C,
22441: classes/string.C, classes/xnode.C, include/pa_common.h,
22442: main/pa_common.C: ^string.save[[append;]path]
22443:
22444: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22445: main/execute.C: \ in expression: int divide 10/3=3
22446:
22447: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22448: inside of ^cache
22449:
22450: * src/: include/pa_threads.h, main/pa_db_connection.C,
22451: main/pa_db_table.C, targets/cgi/pa_threads.C,
22452: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22453: needed
22454:
22455: 2001-10-30 paf
22456:
22457: * src/: classes/classes.dsp, main/main.dsp,
22458: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22459: types/types.dsp: enabled debug incremental compile
22460:
22461: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22462: form post data line endings not reformatted now.
22463:
22464: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22465: now required [had bug when file= has no value]
22466:
22467: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22468: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22469: cstr(asis) default param removed
22470:
22471: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22472:
22473: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22474:
22475: * src/include/pa_dir.h: LOAD_DIR fixed
22476:
22477: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22478: was broken} fix_line_breaks
22479:
22480: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22481: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22482: packed with #pragma pack
22483:
1.116 moko 22484: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22485:
22486: 2001-10-29 paf
22487:
22488: * src/types/pa_wcontext.h: bitfield syntax stricter
22489:
22490: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22491: string hash.puts
22492:
22493: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22494:
22495: * src/include/pa_sql_connection.h: there were one wrong
22496: SQL_CONNECTION_FUNC_GUARDED [failed]
22497:
22498: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22499: param.someday either ifdef or remove it
22500:
22501: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22502:
22503: * src/main/untaint.C: optimizing returned after debugging
22504:
22505: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22506: main/untaint.C: memory hunging #pragma pack(1)
22507:
22508: 16 419 844 13 169 394
22509:
22510: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22511: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22512: places [todo:Array]
22513:
22514: * src/: main/execute.C, targets/cgi/pa_pool.C,
22515: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22516: types/pa_wwrapper.h: debugging memory WContext flags to bits
22517:
22518: total 5 652 652/158731 total 5 469 332/158731
22519:
22520: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22521: Array:: without cache in get/put now
22522:
22523: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22524: 18:25:27 2001] total 5 652 652/158731
22525:
22526: * src/: include/pa_string.h, main/pa_string.C,
22527: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22528: now
22529:
22530: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22531: 18:11:53 2001] total 5796092/158731
22532:
22533: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22534: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22535: key ref now
22536:
22537: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22538: 17:11:17 2001] total 16867948/202658
22539:
22540: * src/: classes/file.C, classes/image.C, classes/string.C,
22541: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22542: main/execute.C, main/pa_array.C, main/pa_common.C,
22543: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22544: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22545: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22546: string::as_int/double now usually uses stack, not heap [200K out
22547: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22548:
22549: * src/main/pa_sql_driver_manager.C: ping to have services [old
22550: hiding bug]
22551:
22552: * src/Makefile.am: .am order
22553:
22554: * src/: include/pa_array.h, include/pa_charset_manager.h,
22555: include/pa_db_connection.h, include/pa_db_manager.h,
22556: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22557: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22558: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22559: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22560: required "friend class"
22561:
22562: ../include/pa_request.h:51: friend declaration requires
22563: class-key, i.e. `friend class Temp_lang'
22564:
22565: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22566: main/pa_exception.C, main/pa_sql_driver_manager.C,
22567: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22568:
22569: the idea is to #1 jump to C++ some function to main body, where
22570: every function stack frame has exception unwind information and
22571: from there... #2 propagate_exception()
22572:
22573: 2001-10-28 paf
22574:
22575: * src/main/pa_db_connection.C: removed old consts
22576:
22577: * src/main/pa_db_connection.C: expire table [was accidently pasted
22578: with wrong type/cast]
22579:
22580: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22581: translation
22582:
1.116 moko 22583: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22584: remember to build DB2 with -fexceptions!!!
22585:
22586: * src/main/pa_db_table.C: DB_RMW defed
22587:
22588: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22589: include/pa_db_connection.h, include/pa_db_manager.h,
22590: include/pa_db_table.h, main/pa_db_connection.C,
22591: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22592:
22593: 2001-10-27 paf
22594:
22595: * src/: classes/hashfile.C, include/pa_db_connection.h,
22596: include/pa_db_table.h, main/pa_db_connection.C,
22597: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22598: types/pa_vhashfile.C: DB2 ifdefs
22599:
1.116 moko 22600: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22601: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22602: makes with DB2
22603:
1.116 moko 22604: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22605: types/Makefile.am: makes db
1.95 moko 22606:
22607: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22608: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22609: globals.C
22610:
22611: * src/: classes/hashfile.C, include/pa_db_connection.h,
22612: include/pa_db_table.h, main/pa_db_connection.C,
22613: main/pa_db_table.C: ^hashfile.clear[]
22614:
22615: * src/classes/classes.awk: no $ in var names
22616:
22617: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22618: connection&table [forgotten calls]
22619:
22620: 2001-10-26 paf
22621:
22622: * src/main/pa_db_connection.C: db checkpoints
22623:
22624: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22625: checkpoints
22626:
22627: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22628: default. but entities still reparsed. todo: tothink
22629:
22630: * src/main/pa_db_connection.C: db recover mech 2
22631:
22632: * src/: classes/hashfile.C, include/pa_db_connection.h,
22633: include/pa_db_manager.h, include/pa_db_table.h,
22634: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22635: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22636: types/pa_vhashfile.h: db connections & tables now cached at
22637: create time & multithreaded
22638:
22639: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22640: parsed_source
22641:
22642: * src/main/pa_db_connection.C: about to remove connection from
22643: vhashfile
22644:
22645: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22646: transaction commit/rollback responsibility left to parent [as it
22647: sould - else there were a bug with double free]
22648:
22649: * src/include/pa_db_table.h: db: child transaction commit/rollback
22650: responsibility left to parent [as it sould - else there were a
22651: bug with double free]
22652:
22653: 2001-10-25 paf
22654:
22655: * src/: classes/hashfile.C, include/pa_common.h,
22656: include/pa_db_connection.h, include/pa_db_manager.h,
22657: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22658: types/pa_vhashfile.C, types/pa_vhashfile.h,
22659: include/pa_db_table.h, main/pa_db_table.C: started db_home
22660: [multiple, cached] todo: autorecover [tried, but not succeded,
22661: yet]
22662:
22663: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22664:
22665: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22666: transaction parent passed
22667:
22668: 2001-10-24 parser
22669:
1.116 moko 22670: * src/classes/Makefile.am: makes
1.95 moko 22671:
22672: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22673: isapi/pool_storage.h: pool_storage fixed
22674:
22675: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22676: types/pa_vform.h: form fix_line_breaks
22677:
1.116 moko 22678: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22679:
22680: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22681: targets/cgi/pool_storage.h: makes
22682:
22683: * src/sql/pa_sql_driver.h: version
22684:
22685: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22686: types/pa_vform.C, types/pa_vform.h: .am
22687:
22688: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22689: this: DB_RMW Acquire write locks instead of read locks when doing
22690: the retrieval. Setting this flag may decrease the likelihood of
22691: deadlock during a read-modify-write cycle by immediately
22692: acquiring the write lock during the read part of the cycle so
22693: that another thread of control acquiring a read lock for the same
22694: item, in its own read-modify-write cycle, will not result in
22695: deadlock
22696:
22697: * src/targets/isapi/parser3isapi.dsp: doc
22698:
22699: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22700:
22701: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22702:
22703: * src/: classes/hashfile.C, include/pa_db_connection.h,
22704: main/pa_db_connection.C: hashfile expired deleted from db when
22705: get & iterate
22706:
22707: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22708: expiring 1
22709:
22710: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22711:
22712: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22713: db_connection not bothers with key when not returning expired
22714: data
22715:
22716: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22717: types/pa_vhashfile.C: db_cursor constructor public now
22718:
22719: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22720: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22721: stamped, todo: put_element analize
22722:
22723: * src/: include/pa_db_connection.h, include/pa_string.h,
22724: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22725: serialize. todo stamp
22726:
22727: 2001-10-23 parser
22728:
22729: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22730: classes/image.C, classes/mail.C, classes/response.C,
22731: classes/string.C, classes/table.C, classes/xdoc.C,
22732: include/pa_config_fixed.h, include/pa_db_connection.h,
22733: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22734: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22735: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22736: types/pa_vtable.C: ^hashfile.hash[]
22737:
22738: * src/: classes/hashfile.C, classes/xdoc.C,
22739: include/pa_config_fixed.h, main/pa_db_manager.C,
22740: main/pa_globals.C: ifdefs so it compiled without db
22741:
22742: * src/: classes/hashfile.C, include/pa_db_connection.h,
22743: include/pa_db_manager.h, main/pa_db_connection.C,
22744: main/pa_db_manager.C, types/pa_vhashfile.h:
22745: ^hashfile.transaction{code} ^hashfile:clear[filename]
22746: ^hashfile.delete[key]
22747:
22748: 2001-10-22 parser
22749:
22750: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22751: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22752:
22753: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22754: classes/xnode.C, include/pa_charset_connection.h,
22755: include/pa_db_connection.h, include/pa_db_manager.h,
22756: include/pa_exception.h, include/pa_sapi.h,
22757: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22758: include/pa_stylesheet_connection.h,
22759: include/pa_stylesheet_manager.h,
22760: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22761: main/pa_db_connection.C, main/pa_db_manager.C,
22762: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22763: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22764: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22765: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22766: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22767: types/types.dsp: hashfile 0
22768:
22769: * src/types/pa_vhashfile.C: z
22770:
22771: * src/: classes/classes.dsp, classes/hashfile.C,
22772: include/pa_config_fixed.h, main/execute.C,
22773: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22774: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22775:
22776: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22777:
22778: * src/: include/pa_exception.h, include/pa_request.h,
22779: main/execute.C, main/pa_exception.C, main/pa_request.C,
22780: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22781: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22782:
22783: 2001-10-19 parser
22784:
22785: * src/include/pa_pool.h: header
22786:
22787: * src/main/pa_pool.C: auto compiled on gcc
22788:
22789: * src/classes/image.C: comment
22790:
1.116 moko 22791: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22792:
22793: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22794: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22795: types/pa_vxnode.h: xnode clone got freed
22796:
22797: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22798: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22799: can free up xalandomstring resulting from pool::transcode
22800:
22801: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22802: include/pa_config_fixed.h, include/pa_exception.h,
22803: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22804: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22805: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22806: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22807: from non-xml compile
22808:
22809: * src/main/pa_request.C: pool:: context - get_context
22810:
22811: * src/: classes/classes.h, classes/date.C, classes/double.C,
22812: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22813: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22814: classes/string.C, classes/table.C, classes/void.C,
22815: include/pa_config_fixed.h, include/pa_exception.h,
22816: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22817: main/compile.C, main/compile_tools.C, main/execute.C,
22818: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22819: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22820: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22821: main/pa_string.C, main/pa_table.C, main/untaint.C,
22822: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22823: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22824: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22825: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22826: types/pa_vstateless_class.h, types/pa_vtable.C,
22827: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22828: exceptions 0
22829:
22830: * src/classes/classes.awk: $ removed
22831:
22832: 2001-10-18 parser
22833:
22834: * src/types/pa_vcookie.C: cookie:CLASS
22835:
22836: * src/main/main.dsp: project
22837:
22838: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22839: set_document & ctor question "who owns document" solved
22840:
22841: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22842:
22843: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22844: main/pa_pool.C: encoding in dom creating funcs
22845:
22846: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22847: be transformed now
22848:
22849: * src/classes/xdoc.C: dom created by create can be transformed now
22850:
22851: * src/classes/xdoc.C: z
22852:
22853: * src/classes/xdoc.C: comment
22854:
22855: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22856: create now uses XercesDocumentBridge, appendChild&co now works
22857:
22858: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22859: @ recompile
22860:
22861: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22862: $origin @exception[
22863:
22864: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22865: tag names forced to XML lang
22866:
22867: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22868: leechy-found bugs in code&doc fixed
22869:
22870: 2001-10-17 parser
22871:
22872: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22873: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22874: n functionality preserved
22875:
22876: * src/types/pa_vimage.h: removed unused vimage::save
22877:
22878: 2001-10-16 parser
22879:
22880: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22881:
22882: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22883:
22884: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22885:
22886: * src/classes/image.C: image.copy tolerance
22887:
22888: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22889: ineffective, but works for small paleted image
22890:
22891: * src/types/pa_vimage.C: comment
22892:
22893: * src/classes/image.C: gd size/resize bugfix
22894:
22895: * src/: classes/classes.dsp, main/main.dsp,
22896: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22897: types/types.dsp: ident >nul 2>&1
22898:
22899: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22900: systems
22901:
22902: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22903: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22904:
22905: 2001-10-15 parser
22906:
22907: * src/main/execute.C: z
22908:
22909: * src/classes/: xdoc.C: !::create{qualifiedName}
22910:
22911: * src/types/pa_vxnode.C: document_type_node.
22912: !readonly attribute DOMString name
22913: !notation_node.
22914: !readonly attribute DOMString publicId
22915: !readonly attribute DOMString systemId
22916:
1.116 moko 22917: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22918: ::write badly passed string too transparently [failed to
22919: intercept it]
1.95 moko 22920:
22921: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22922: include/pa_request.h, main/pa_sql_driver_manager.C,
22923: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22924: types/pa_vxnode.h: DOM1 major addtion, only few
22925: attributes/methods left
22926:
22927: 2001-10-13 parser
22928:
22929: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22930: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22931: in main handler
22932:
22933: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22934: cleanups & frees order
22935:
22936: * src/types/pa_vcode_frame.h: couple comments
22937:
22938: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22939: transparent enough to handle hash if creation&passing
22940:
22941: * src/: include/pa_config_fixed.h, main/execute.C,
22942: main/pa_exception.C: noticed that vcodeframe not transparent
22943: enough, would change now
22944:
22945: 2001-10-12 parser
22946:
22947: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22948: fixed. initialization&free on each thread!
22949:
22950: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22951: handling changed: now type of default param analized always, not
22952: only at problem time, thus helping early problem spotting
22953:
22954: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22955: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22956: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22957: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22958: multithread bug fixed. initialization&free on each thread!
22959:
22960: 2001-10-11 parser
22961:
22962: * src/classes/xnode.C: xnode.selectSingle now
22963:
22964: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22965: include/pa_pool.h, include/pa_stylesheet_connection.h,
22966: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22967: convertors out of Pool into Exception
22968:
22969: * src/main/pa_string.C: const
22970:
22971: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22972: linked pieces of same language together prior to String::replace
22973:
22974: * src/classes/hash.C: !^hash.add[addme]
22975: !^hash.sub[subme]
22976: !^a.union[b] = new
22977: !^a.intersection[b] = new
22978: !^a.intersects[b] = bool
22979:
22980: * src/classes/hash.C: !^hash::append[append_from]
22981:
22982: * src/: classes/hash.C, types/pa_vhash.h:
22983: !^hash::create[[copy_from]]
22984:
22985: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22986: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
22987: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
22988: fixed. got rid of empty_string, which caused errors - it hasnt
22989: exception but somebody[value.bark] tried to throw it on it's pool
22990:
1.116 moko 22991: * src/include/pa_config_auto.h.in: makes
1.95 moko 22992:
22993: 2001-10-10 parser
22994:
22995: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
22996:
22997: * src/main/: compile.tab.C, compile.y: ^a[
22998:
22999: @next_method << now unclosed ] would be reported here
23000:
23001: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
23002: compile error
23003:
23004: 2001-10-09 parser
23005:
1.116 moko 23006: * src/: classes/Makefile.am, main/Makefile.am,
23007: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 23008:
23009: * src/classes/Makefile.am: makes
23010:
23011: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
23012: win32 errors intercepted [xalan transformer patched and
23013: incorporated]
23014:
23015: * src/: classes/classes.dsp, classes/xdoc.C,
23016: include/pa_stylesheet_connection.h, main/main.dsp,
23017: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23018: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
23019: patches starting
23020:
23021: * src/classes/: string.C, table.C: ^string.save[file]
23022:
23023: * src/classes/: date.C, table.C: calendar moved to date
23024:
23025: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
23026: string/table] now
23027:
23028: * src/classes/: op.C, table.C: z
23029:
23030: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
23031: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
23032: types/pa_vxnode.h: table:menu & op for delims made allowed not to
23033: be code [be string..]
23034:
23035: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
23036: table.C: lots of
23037: params->as_int/double/as_string/as_junction/as_no_junction
23038: messages added
23039:
23040: 2001-10-08 parser
23041:
23042: * src/: classes/date.C, classes/image.C, classes/string.C,
23043: classes/table.C, classes/void.C, include/pa_request.h:
23044: params->as_int/double message added
23045:
23046: * src/classes/image.C: image:circle [and round arc] uses Bresenham
23047:
23048: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
23049: image:sector removed image:html internal "line-*" attribs
23050:
23051: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
23052: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
23053:
23054: * src/types/pa_vcookie.C: removing cookie made more netscape-like
23055: way
23056:
23057: * src/: classes/file.C, classes/form.C, main/pa_common.C,
23058: main/untaint.C: header untainting to UL_HTTP_HEADER,
23059: UL_MAIL_HEADER made nonforced [only tainted pieces]
23060:
23061: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
23062: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
23063: @ SAPI::log
23064:
23065: * src/main/untaint.C: \r to ' ' in origins mode
23066:
23067: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
23068: set]
23069:
23070: * src/: classes/xdoc.C, include/pa_config_fixed.h,
23071: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
23072: nonstandard liaison freed up
23073:
23074: 2001-10-07 parser
23075:
23076: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
23077: project
23078:
23079: 2001-10-05 parser
23080:
23081: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
23082: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
23083: from outputing to cerr. lots of "todos"
23084:
23085: * src/main/untaint.C: http_header tainting more gentle with
23086: enquoting now
23087:
23088: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
23089: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
23090: xml errorhandler. fixed string.replace a little, read @test
23091:
23092: * src/main/pa_string.C: found replace bug - first_that_starts(char
23093: *) does not have limit, and looks further eos, fixing....
23094:
23095: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
23096:
23097: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
23098:
23099: * src/main/: pa_charset_connection.C: ctype another mem clear
23100: bugfix
23101:
1.116 moko 23102: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
23103: $result[^[$p^]z] now works fine
1.95 moko 23104:
23105: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
23106: wrong. fixed it
23107:
23108: * src/main/pa_charset_connection.C: unicode zero pair at the beging
23109: of totable appered to be vital
23110:
23111: 2001-10-04 parser
23112:
23113: * src/classes/image.C: ^image.length[text]
23114:
23115: 2001-10-03 parser
23116:
23117: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
23118:
23119: * src/main/pa_request.C: restored pcre defaulting in request
23120: [mindlessly "optimized" yesterday] comment left
23121:
23122: 2001-10-02 parser
23123:
23124: * src/: main/pa_charset_manager.C,
23125: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
23126: needed
23127:
23128: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
23129: forgot non-xml pool.*charset needed
23130:
23131: * src/classes/table.C: # config comments fixed
23132:
23133: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
23134: charset_connection #comment now
23135:
23136: * src/: classes/classes.dsp, types/types.dsp: release projects
23137: options fixed to use release msvcrt lib
23138:
23139: * src/main/pa_charset_connection.C: pcre tables now const inside
23140: removed default - pcre handles that internally fixed bug on
23141: not-cleaning tables [previously was calloced, now member]
23142:
23143: * src/: include/pa_request.h, main/pa_charset_connection.C,
23144: main/pa_request.C, types/pa_vstring.h: pcre tables now const
23145: inside removed default - pcre handles that internally fixed bug
23146: on not-cleaning tables [previously was calloced, now member]
23147:
23148: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
23149: tested charset reload on file change @ apache version = OK tested
23150: freeing up prev encoding on adding new = OK
23151:
23152: 2001-10-01 parser
23153:
23154: * src/main/pa_charset_connection.C: removed entitify external hack
23155: [internal installed]
23156:
1.116 moko 23157: * src/main/Makefile.am: makes+removed dtd
1.95 moko 23158:
23159: * src/: include/pa_charset_connection.h,
23160: include/pa_charset_manager.h,
23161: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23162: main/pa_charset_connection.C, main/pa_charset_manager.C,
23163: main/pa_request.C: charset loading & caching mech 0
23164:
23165: * src/: include/pa_stylesheet_connection.h,
23166: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23167: main/pa_globals.C, main/pa_request.C: would make charset loading
23168: & caching mech now
23169:
23170: 2001-09-30 parser
23171:
23172: * src/main/pa_request.C: forgot to fill toTable
23173:
23174: * src/: include/pa_config_fixed.h, main/pa_request.C: started
23175: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
23176: failed on win32 for now..
23177:
23178: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23179: now charsets table configuration variable is: CHARSETS
23180:
23181: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
23182: ctype with unicode 1. todo: no П entities on output somehow
23183:
23184: * src/: classes/file.C, classes/op.C, classes/string.C,
23185: include/pa_request.h, main/pa_request.C: started ctype with
23186: unicode values
23187:
23188: 2001-09-28 parser
23189:
23190: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
23191: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
23192: string passed AS-IS now
23193:
23194: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
23195: way of user-configuring... todo: implement
23196:
23197: 2001-09-27 parser
23198:
23199: * src/classes/table.C: table.sort changed to sort table itself
23200:
23201: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
23202: X^.getElementsByTagName[tagname] = array of xnode
23203: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
23204: nodes removed - regretfully not supported @ xalan. maybe someday
23205: would reimplement, if needed.
23206:
23207: win32build system: solved long waiting anti-non-started-apache
23208: problem
23209:
23210: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
23211: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
23212: types/types.dsp: win32 ident make system so not to rebuild
23213: library [ident.C.new]
23214:
23215: 2001-09-26 parser
23216:
23217: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
23218: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
23219: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23220: types/pa_vxnode.C, types/types.dsp: z
23221:
23222: * src/classes/classes.C: forgot one non-xml check
23223:
1.116 moko 23224: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23225: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 23226:
23227: * src/targets/cgi/parser3.C: z
23228:
23229: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
23230: targets/isapi/parser3isapi.C: #ifdef SMTP
23231:
23232: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
23233: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
23234: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
23235: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
23236: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
23237: types/types.dsp: xdoc&xnode now
23238:
23239: * src/: classes/classes.C, classes/classes.awk,
23240: classes/classes.dsp, classes/classes.h, classes/date.C,
23241: classes/dnode.C, classes/dnode.h, classes/dom.C,
23242: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
23243: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
23244: classes/op.C, classes/response.C, classes/string.C,
23245: classes/table.C, classes/void.C, include/pa_array.h,
23246: include/pa_common.h, include/pa_config_fixed.h,
23247: include/pa_config_includes.h, include/pa_dictionary.h,
23248: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
23249: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23250: include/pa_socks.h, include/pa_sql_connection.h,
23251: include/pa_sql_driver_manager.h, include/pa_stack.h,
23252: include/pa_string.h, include/pa_stylesheet_connection.h,
23253: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23254: include/pa_xslt_stylesheet_manager.h, main/compile.C,
23255: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23256: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
23257: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
23258: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
23259: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
23260: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23261: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
23262: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
23263: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
23264: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
23265: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
23266: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
23267: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
23268: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23269: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
23270: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
23271: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
23272: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
23273: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
23274: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
23275: types/pa_vmethod_frame.h, types/pa_vobject.h,
23276: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
23277: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23278: types/pa_vstateless_object.h, types/pa_vstring.C,
23279: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
23280: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
23281: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
23282: main.dsp splitted to main+classes+types along to .am
23283:
23284: * src/classes/Makefile.am: removed useless var
23285:
23286: * src/: classes/classes.cmd, main/main.dsp,
23287: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
23288: main.dsp
23289:
23290: 2001-09-25 parser
23291:
23292: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
23293: 1251 though, todo ICU
23294:
1.116 moko 23295: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 23296: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 23297: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
23298: types/pa_vdom.h: xml configure makes
1.95 moko 23299:
23300: 2001-09-24 parser
23301:
1.116 moko 23302: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23303: types/Makefile.am: makes
1.95 moko 23304:
1.116 moko 23305: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23306:
23307: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23308: started unix makes update
23309:
23310: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23311: started unix makes update
23312:
23313: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23314:
23315: * src/types/pa_value.h: z
23316:
23317: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23318: bugs with usinge hash/table in expressions
23319:
23320: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23321: resolved conflicts fixed [const]
23322:
23323: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23324: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23325: main/compile.C, main/compile.tab.C, main/compile.y,
23326: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23327: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23328: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23329: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23330: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23331: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23332: with before_xml [merge2 actually didn't happen - i've created
23333: tags on wrong branch. so this merge is in fact re-merge]
23334:
23335: 2001-09-21 parser
23336:
23337: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23338: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23339: produced "" in make file and sadly wrong interpreted on load]
23340:
1.116 moko 23341: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23342: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23343: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23344: include/pa_sql_driver_manager.h, include/pa_string.h,
23345: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23346: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23347: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23348:
23349: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23350: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23351: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23352: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23353: main/pa_pool.C, main/pa_request.C,
23354: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23355: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23356: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23357: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23358: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23359: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23360: types/pa_vrequest.C, types/pa_vresponse.h,
23361: types/pa_vstateless_class.C, types/pa_vstring.C,
23362: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23363: created new projects for sql drivers [planning to remove sql
23364: drivers from main cvs project] first, will join latest changes
23365:
23366: * src/classes/: dom.C: defaulted dom writing methods encoding to
23367: pool.get_charset
23368:
23369: * src/classes/dom.C: defaulted dom writing methods encoding to
23370: pool.get_charset
23371:
23372: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23373: pool.get_charset
23374:
23375: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23376: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23377: methods encoding to pool.get_charset
23378:
23379: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23380: transcoder were created right "unsupported encoding" message.
23381: not @ set time, but @ use time, so until xml output functions
23382: .string, .file, .save used - no encoding name check occur
23383:
23384: reduced transcode buffer size to 60 fixed pool cleanup - no
23385: registration needed, pools are officially destructured
23386:
23387: 2001-09-20 parser
23388:
23389: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23390:
23391: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23392: $MAIN:DEFAULTS.content-type[$.charset[here]]
23393:
23394: * src/: classes/dnode.C, classes/dom.C,
23395: include/pa_config_includes.h, include/pa_globals.h,
23396: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23397: main/pa_pool.C, targets/cgi/parser3.dsp,
23398: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23399: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23400: Pool::transcode 0
23401:
23402: * src/classes/dom.C: dom. string save file moved output xml options
23403: to last param and made it optional
23404:
23405: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23406: dnodes
23407: !$attributenode.specified = boolean
23408: true if the attribute received its value explicitly
23409: in the XML document,
23410: or if a value was assigned programatically with the
23411: setValue function.
23412: false if the attribute value came from the default value
23413: declared in the document's DTD.
23414: !$pinode.target = target of this processing instruction
23415: XML defines this as being the first token following the
23416: markup
23417: that begins the processing instruction.
23418: XPath:
23419: !^node.select[xpath/query/expression] = hash of 0->node0
23420: 1->node1
23421: !^node.select-single[xpath/query/expression] = first node if
23422: any
23423:
23424: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23425: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23426: some 'const's added
23427:
23428: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23429: expression context now, there value = size and boolean value
23430: size!=0
23431:
23432: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23433: can be used in expression context now, there value = size and
23434: boolean value size!=0
23435:
23436: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23437: types/pa_vstring.h: dnode .file .string .save moved back to dom
23438: due to strange xalan bug
23439:
23440: 2001-09-18 parser
23441:
23442: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23443: classes/image.C, classes/op.C, classes/table.C,
23444: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23445: include/pa_sql_driver_manager.h, main/compile.C,
23446: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23447: main/execute.C, main/pa_common.C, main/pa_request.C,
23448: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23449: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23450: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23451: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23452: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23453: before_xml branch ^if(def $hash) now true only when
23454: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23455:
23456: * src/: classes/op.C, main/execute.C: operators self changed to
23457: root ^for variable context changed to self
23458:
23459: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23460: dnode 1
23461:
23462: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23463: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23464:
23465: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23466: poly* fixed
23467:
23468: 2001-09-17 parser
23469:
23470: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23471: types/pa_vdom.h: started dnode+dom
23472:
23473: dnode DOM methods: $node.name $node.value
23474: ...others...
23475:
23476: ^node.xpath[/rates/USD] = hash
23477: $hash[
23478: $.0[node0]
23479: $.1[node1]
23480: ]
23481:
23482: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23483: applies to all linear primitives
23484:
23485: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23486: include/pa_stylesheet_connection.h, main/main.dsp,
23487: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23488: types/pa_vimage.h: started dnode DOM: $node.name
23489: $node.value ...others... ^node.xpath[/rates/USD] = hash
23490: dom(dnode)
23491:
23492: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23493: main/compile.y, main/compile_tools.h, main/execute.C,
23494: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23495: in expression compound($aa.zz.xx) names now can have minus '-' in
23496: name after '.'
23497:
23498: 2001-09-15 parser
23499:
23500: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23501: image: $line-width ^line(...)[**** style]
23502:
23503: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23504: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23505: pool_storage - cleanups first, allocations second. apache wisely
23506: does just like that
23507:
23508: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23509: rewritten using template, no bugs now
23510:
23511: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23512: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23513: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23514: poorly started isapi pool_storage, would rewrite using template
23515: now
23516:
23517: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23518: include/pa_stylesheet_connection.h, main/main.dsp,
23519: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23520: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23521: xalan objects freed up [introducing Pool::register_cleanup]
23522:
23523: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23524: comments
23525:
23526: 2001-09-14 parser
23527:
23528: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23529: z
23530:
23531: * src/: classes/dom.C, classes/file.C, classes/image.C,
23532: classes/mail.C, include/pa_common.h,
23533: include/pa_sql_driver_manager.h, include/pa_string.h,
23534: include/pa_stylesheet_connection.h,
23535: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23536: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23537: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23538: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23539: compiled&cached
23540:
23541: 2001-09-13 parser
23542:
23543: * src/: classes/dom.C, classes/file.C, classes/image.C,
23544: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23545:
23546: * src/classes/dom.C: dom:file content-type(.method)
23547:
23548: * src/: include/pa_common.h, include/pa_globals.h,
23549: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23550: string now more informative error messages
23551:
23552: * src/: include/pa_globals.h, include/pa_request.h,
23553: main/pa_request.C, targets/cgi/parser3.C,
23554: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23555: ParserSiteConfig .../parser3.conf
23556:
23557: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23558:
23559: 2001-09-12 parser
23560:
23561: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23562: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23563: precise error reporting: "connection string must start with
23564: protocol://" now
23565:
23566: * src/main/compile.tab.C: fixed - subname code parts actually []
23567: braced
23568:
23569: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23570: lexer on LS_USER level did [] matching without setting nestage,
23571: introduced special LS_NAME_SQUARE_PART state
23572:
23573: 2001-09-11 parser
23574:
23575: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23576: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23577: languages+=xml
23578:
23579: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23580:
23581: * src/classes/dom.C: ^dom:save/string/file[output options] output
23582: options: $.method[xml|html|text] detection fixed
23583:
23584: * src/types/pa_vdom.h: messages
23585:
23586: * src/classes/dom.C: ^dom:save/string/file[output options] output
23587: options: $.method[xml|html|text] detection fixed
23588:
23589: 2001-09-10 parser
23590:
23591: * src/classes/dom.C: ^dom:save/string/file[output options] output
23592: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23593:
23594: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23595: added]
23596:
23597: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23598: ^dom.xslt[stylesheet filename] 0
23599:
23600: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23601: ^dom.xslt[stylesheet filename] -1 doc is lying
23602:
23603: * src/classes/dom.C: ^dom.file[encoding] = file
23604:
23605: * src/classes/: dom.C: ^dom.string[encoding] 1
23606: ^dom.save[encoding;filename]
23607:
23608: * src/classes/dom.C: ^dom.string[] 0
23609:
23610: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23611:
23612: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23613: types/pa_vform.h: ^dom.save[b.xml] 0
23614:
23615: 2001-09-08 parser
23616:
23617: * src/types/pa_vform.C: $form:tables.name.field
23618:
23619: 2001-09-07 parser
23620:
23621: * src/classes/table.C: table:empty removed, superceded by ^if(def
23622: $table)...
23623:
23624: * src/targets/cgi/parser3.C: z
23625:
23626: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23627: from '' to int/double is 0]
23628:
23629: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23630: $table) is false when table is empty
23631:
23632: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23633: !$form:tables $atable[$form:tables.a]
23634: ^atable.menu{a=$atable.element}[,]
23635:
23636: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23637: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23638:
1.116 moko 23639: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23640: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23641: of dom
23642:
23643: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23644: types/pa_vform.C, types/pa_vform.h: z
23645:
23646: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23647: element [not last]
23648:
1.116 moko 23649: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23650: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23651:
23652: 2001-09-06 parser
23653:
23654: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23655: table with one column 'element' and two rows: 1 and 2
23656:
23657: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23658: table with one column 'element' and two rows: 1 and 2
23659:
23660: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23661: bad int/double conversions, and now $form:nonexistent.int(88)
23662: would return 88
23663:
23664: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23665: types/pa_vhash.h: now there's special hash key '_default'
23666: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23667: $._default[xx] ] $hash.c
23668:
23669: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23670: fixed [thanks, fif], ^; were treated there non-literally
23671:
23672: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23673: doxygen
23674:
23675: * src/: classes/image.C, classes/op.C, classes/string.C,
23676: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23677: types/pa_vtable.C: few #ifndef DOXYGEN
23678:
23679: 2001-09-05 parser
23680:
23681: * src/classes/: string.C, table.C: sql options can be void [same as
23682: image:html the other day]
23683:
23684: * src/targets/cgi/Makefile.am: .am undo
23685:
23686: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23687: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23688: macro expantion on param, simply qoutes whatever passed, undone
23689:
23690: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23691: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23692: STRINGIZE(name) #name invented
23693:
23694: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23695: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23696: MAIN_SQL_DRIVERS_NAME "drivers"
23697:
23698: moved to be availible to all users
23699:
23700: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23701: SQL_DRIVER_CREATE_FUNC_NAME
23702:
23703: * src/classes/mail.C: MAIN:MAIL check fixed
23704:
23705: 2001-09-04 parser
23706:
23707: * src/classes/image.C: image.html now can accept void params
23708:
23709: * src/targets/isapi/parser3isapi.C: z
23710:
23711: * src/targets/cgi/parser3.C: full_file_spec bug
23712:
23713: * src/targets/cgi/parser3.C: getenvcheck
23714:
23715: * src/targets/cgi/parser3.C: zz
23716:
23717: * src/targets/cgi/parser3.C: zzz
23718:
23719: * src/classes/date.C: date
23720:
23721: * src/classes/date.C: date:sql-string is now without ''
23722:
1.116 moko 23723: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23724: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23725: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23726:
1.116 moko 23727: * src/include/pa_config_auto.h.in: makes
1.95 moko 23728:
23729: 2001-09-03 parser
23730:
23731: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23732:
23733: 2001-09-01 parser
23734:
23735: * src/classes/image.C: letter_spacing
23736:
23737: * src/classes/image.C: image: font params changed
23738:
23739: * src/classes/image.C: image: as_int as_string used
23740:
23741: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23742: analized
23743:
23744: 2001-08-31 parser
23745:
23746: * src/targets/cgi/parser3.C: z
23747:
1.116 moko 23748: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23749: cygwin
1.95 moko 23750:
23751: * src/classes/void.C: void:int/double += (default)
23752:
23753: * src/classes/image.C: image:font added space param image:font
23754: changed charwidth alg, added kerning const[for now]
23755:
23756: * src/classes/: string.C, table.C: string:int/double (defaults)
23757:
23758: 2001-08-29 parser
23759:
23760: * src/main/pa_exception.C: exception redundant debug info
23761:
23762: 2001-08-28 parser
23763:
23764: * src/classes/image.C: image error msgs
23765:
23766: * src/classes/image.C: image: gifsize little endian
23767:
23768: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23769: doxygeneration
23770:
23771: * src/: classes/Makefile.am, main/Makefile.am,
23772: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23773:
23774: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23775: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23776:
23777: * src/main/compile.C: NO_STRING_ORIGIN check2
23778:
23779: * src/classes/table.C: NO_STRING_ORIGIN check
23780:
23781: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23782: storage class specifiers invalid in friend function declarations
23783:
23784: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23785: main/untaint.C, targets/cgi/parser3.C,
23786: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23787: case of limit
23788:
23789: * src/: classes/file.C, main/pa_common.C: file:move
23790: autocreate/remove dest/src dir
23791:
23792: * src/: classes/string.C, include/pa_dictionary.h,
23793: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23794: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23795: to directory constructor. string:replace
23796:
23797: 2001-08-27 parser
23798:
23799: * src/classes/image.C: fixed jpgsize alg
23800:
23801: * src/classes/image.C: fixed jpgsize alg
23802:
23803: * src/main/pa_exception.C: z
23804:
23805: * src/main/pa_common.C: removed debug info from pa_common
23806:
23807: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23808: [auto.p from current dir loading]
23809:
1.116 moko 23810: * src/: main/pa_common.C, main/pa_exception.C,
23811: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23812: for solaris -lsocket
1.95 moko 23813:
23814: 2001-08-24 parser
23815:
23816: * src/targets/cgi/parser3.C: not cgi extra \n 3
23817:
23818: * src/targets/cgi/parser3.C: not cgi extra \n 2
23819:
23820: * src/targets/cgi/parser3.C: not cgi extra \n
23821:
23822: * src/main/pa_sql_driver_manager.C: z
23823:
23824: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23825: sql* removed services from disconnect - cross-request ideological
23826: probs.
23827:
23828: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23829: cross-request ideological probs. oracle - fixed bug: cs
23830: allocated on request.pool and got freed before disconnect
23831:
23832: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23833: mallocs fixed
23834:
23835: 2001-08-23 parser
23836:
23837: * src/classes/file.C: minor bug in file:save fixed
23838:
23839: * src/main/pa_sql_driver_manager.C: oracle: dlink
23840:
23841: 2001-08-22 parser
23842:
23843: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23844: types/pa_vfile.h: file:load|save[text|binary;
23845:
23846: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23847:
23848: 2001-08-21 parser
23849:
23850: * src/classes/: file.C, table.C: ^file:list
23851:
23852: 2001-08-20 parser
23853:
23854: * src/: main/compile.tab.C, main/compile.y,
23855: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23856: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23857: recousively caused problems: inc incremeted 123 literal!! fixed
23858:
23859: 2001-08-10 parser
23860:
23861: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23862:
23863: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23864: added
23865:
23866: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23867: added
23868:
23869: * src/classes/table.C: table:sort restored [it was bad test :(]
23870:
23871: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23872: ''
23873:
23874: * src/main/: pa_request.C: wanted to make const int
23875: MAX_EXECUTE_SECONDS=1;
23876:
23877: but couldnt, set_callback_and_alarm appeared to be not exported
23878: :(
23879:
23880: * src/main/pa_string.C: string.match hanged on. there were a hang
23881: check but it weren't wise enough
23882:
23883: @parse[dateString][tmp]
23884: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23885: #end
23886:
23887: @main[] ^parse[2001-02-03]
23888:
23889: * src/classes/: table.C: table:sort now default desc
23890:
23891: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23892: table.sort now creates new sorted table
23893:
23894: 2001-08-09 parser
23895:
23896: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23897:
23898: * src/classes/hash.C: hash:_default now [was hash:default]
23899:
23900: * src/classes/op.C: case without switch check added
23901:
23902: * src/types/pa_vcookie.C: cookie name&value origins added, more
23903: precise $ORIGINS(1)
23904:
23905: * src/main/Makefile.am: .am
23906:
23907: * src/classes/void.C: void: int double copy/paste from int: bug
23908: fixed
23909:
23910: * src/classes/void.C: void: int double copy/paste from int: bug
23911: fixed
23912:
23913: 2001-08-07 parser
23914:
23915: * src/: classes/double.C, classes/int.C, classes/string.C,
23916: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23917: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23918: string, table
23919:
23920: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23921: srand made working
23922:
23923: 2001-08-06 parser
23924:
23925: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23926: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23927: main/compile.tab.C, main/compile.y, main/pa_array.C,
23928: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23929: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23930:
23931: * src/main/pa_exec.C: exec win32 real filename
23932:
23933: * src/classes/file.C: exec stderr out
23934:
23935: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23936:
23937: 2001-08-03 parser
23938:
23939: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23940:
23941: 2001-08-02 parser
23942:
23943: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23944: main/execute.C, main/pa_exec.C: introducing Array_iter
23945:
23946: * src/main/execute.C: detected quick_get recursion bug. changed to
23947: get@execute, but needs array iterator, separate from array to
23948: avoid it & use caching
23949:
23950: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23951: bug fixed
23952:
23953: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23954: main/execute.C, main/pa_globals.C: found another multithread bug
23955: in op.C (last, last global var killed) :)
23956:
23957: 2001-08-01 parser
23958:
23959: * src/: include/pa_dictionary.h, include/pa_globals.h,
23960: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23961: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23962: main/untaint.C: speeded up typo-html replacements. introducing
23963: Dictionary with first-char caching
23964:
23965: 2001-07-31 parser
23966:
23967: * src/types/Makefile.am: pa_vtable.C added to .am
23968:
23969: * src/main/compile.tab.C: added, so that could be compiled even on
23970: non-bison-enabled platforms
23971:
23972: 2001-07-28 parser
23973:
23974: * src/classes/table.C: table:hash always produces hash, when can't
23975: - empty
23976:
23977: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23978: skipped \n
23979:
23980: 2001-07-27 parser
23981:
23982: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23983: on int/double/string :sql without result and default
23984:
23985: 2001-07-26 parser
23986:
23987: * src/classes/op.C: fixed bad multithread bug with strangly global
23988: OP
23989:
23990: * src/main/compile.y: $man[$.age[zzz]] 0
23991:
23992: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
23993: creation syntax problem persists. restored $: for a while.
23994: thinking of $man[$.age[zzz]] syntax now
23995:
23996: * src/: classes/double.C, classes/int.C, classes/string.C,
23997: include/pa_opcode.h, main/compile.C, main/compile.y,
23998: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
23999: types/pa_vmethod_frame.h, types/pa_wcontext.h,
24000: types/pa_wwrapper.h: fixing :: realization #1
24001:
24002: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
24003: main/compile_tools.h, main/execute.C, main/pa_request.C,
24004: types/pa_vmethod_frame.h: introducing :: this is constructor call
24005: prefix. ordinary : remains for static accesses
24006:
24007: 2001-07-25 parser
24008:
24009: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
24010: fields 2. methods 3. columns
24011:
24012: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
24013: quote. optimized double&int tostring-s
24014:
24015: * src/main/: compile.C, compile.y, compile_tools.h: allowed
24016: whitespace before first method decl
24017:
24018: * src/classes/table.C: allowed nontable result in table:sql,
24019: results in empty table
24020:
24021: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
24022: lines before first method decl
24023:
24024: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
24025: types/pa_vtable.h: ^table.record[] now $table.fields
24026:
24027: * src/main/compile.y: $var[] is now empty string, not void
24028:
24029: * src/main/: compile.y, execute.C: $var[] is now empty string, not
24030: void
24031:
24032: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
24033: main/pa_globals.C: match replace code context moved to implicit
24034: $match context
24035:
24036: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
24037: main/compile_tools.h, main/execute.C: with killed, code storage
24038: introduced with former 'with' syntax
24039:
24040: 2001-07-24 parser
24041:
24042: * src/: main/compile.C, main/execute.C, main/pa_string.C,
24043: types/pa_value.h: first get_element, next get operator
24044:
24045: * src/main/compile.y: removed @end handling
24046:
24047: * src/main/: compile.C, compile.y: @end handling method2
24048:
24049: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
24050: file:move
24051:
24052: * src/main/pa_common.C: file_read close @ eof when imgsize bug
24053: fixed
24054:
24055: 2001-07-23 parser
24056:
24057: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
24058: driver
24059:
24060: * src/classes/hash.C: changed sql driver query interface
24061:
24062: * src/: classes/hash.C, classes/string.C, classes/table.C,
24063: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
24064: changed sql driver query interface
24065:
24066: 2001-07-20 parser
24067:
24068: * src/types/pa_vrequest.C: X!$browser:type
24069:
24070: * src/: classes/file.C, classes/string.C, include/pa_string.h,
24071: main/execute.C, main/pa_string.C, types/pa_valiased.C,
24072: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
24073: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
24074: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
24075: types/pa_vobject.h, types/pa_vrequest.C,
24076: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
24077: ^class:method dynamic calls allowed. ^BASE.method call disabled.
24078: BASE element globally removed
24079:
24080: 2001-07-18 parser
24081:
24082: * src/classes/file.C: file:exec/cgi msg
24083:
24084: * src/classes/file.C: $file:exit-code renamed to 'status'
24085:
24086: * src/: classes/file.C, main/pa_exec.C: file:exec
24087:
1.116 moko 24088: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
24089: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
24090: removed $id from *.in *.am
1.95 moko 24091:
24092: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
24093: abbrevations
24094:
24095: * src/: classes/date.C, classes/mail.C, classes/math.C,
24096: classes/string.C, classes/table.C, include/pa_globals.h,
24097: include/pa_string.h, main/execute.C, main/pa_globals.C,
24098: main/pa_request.C, main/pa_string.C, main/untaint.C,
24099: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
24100: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
24101: $ORIGINS(1) output tracing mode
24102:
24103: 2001-07-13 parser
24104:
24105: * src/: classes/double.C, classes/int.C, classes/string.C,
24106: include/pa_request.h, main/execute.C, main/pa_request.C:
24107: auto.p[@auto], /news/auto.p[no @auto], so that initializing
24108: second would not call first @auto
24109:
24110: * src/main/: execute.C, pa_request.C: order of MAIN parents was
24111: wrong, fixed
24112:
24113: 2001-07-12 parser
24114:
24115: * src/types/pa_value.h: pa_value.putelement modification of system
24116: classes prevented
24117:
24118: 2001-07-11 parser
24119:
24120: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
24121: table $piece
24122:
24123: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24124: types/pa_vstateless_class.h: $file created by file:state +=
24125: .atime .mtime .ctime +found&fixed bug with exceptions on
24126: get_junction-created objects [they were on wrong pool]
24127:
24128: 2001-07-09 parser
24129:
24130: * src/main/untaint.C: qp wrong name
24131:
24132: * src/: classes/date.C, classes/string.C, classes/table.C,
24133: main/compile.y: date format 0
24134:
24135: 2001-07-07 parser
24136:
24137: * src/: classes/date.C, classes/table.C, include/pa_common.h,
24138: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
24139: roll table calendar
24140:
24141: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
24142: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
24143: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
24144: include/pa_request.h, main/main.dsp, types/pa_value.h,
24145: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
24146: string. todo: sql, calendar
24147:
24148: 2001-07-06 parser
24149:
24150: * src/: classes/math.C, include/pa_request.h, main/execute.C,
24151: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
24152:
24153: 2001-07-03 parser
24154:
24155: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
24156: classes/random.C, main/main.dsp: class random renamed to math,
24157: operators became methods
24158:
24159: * src/classes/op.C: pow sqrt
24160:
24161: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
24162:
24163: 2001-07-02 parser
24164:
24165: * src/classes/table.C: ^table.columns column renamed from 'name' to
24166: 'column'
24167:
24168: * src/classes/hash.C: ^hash.keys[]
24169:
24170: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
24171:
24172: * src/main/: compile.y, compile_tools.h: in expressions now allowed
24173: 'strings'
24174:
24175: 2001-06-29 parser
24176:
24177: * src/main/: execute.C: /0 %0 checkes ver 2
24178:
24179: * src/main/execute.C: /0 %0 checke
24180:
24181: * src/classes/Makefile.am: nothing - void
24182:
24183: * src/classes/table.C: empty strings @ sql
24184:
24185: 2001-06-28 parser
24186:
24187: * src/: classes/double.C, classes/file.C, classes/form.C,
24188: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24189: classes/op.C, classes/random.C, classes/response.C,
24190: classes/string.C, classes/table.C, classes/void.C,
24191: main/compile.C, main/compile_tools.C, main/execute.C,
24192: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24193: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24194: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24195: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24196: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
24197: targets/isapi/parser3isapi.C, main/compile.y: */ static const
24198: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
24199: $";
24200:
24201: * src/: classes/double.C, classes/file.C, classes/form.C,
24202: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24203: classes/op.C, classes/random.C, classes/response.C,
24204: classes/string.C, classes/table.C, classes/void.C,
24205: main/compile.C, main/compile.y, main/compile_tools.C,
24206: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24207: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24208: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24209: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24210: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 24211: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 24212:
24213: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
24214: $class:name: == ${class:name}:
24215:
24216: * src/classes/string.C: exactly one
24217:
24218: 2001-06-27 parser
24219:
24220: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
24221: types/pa_vvoid.h: nothing renamed to void
24222:
24223: * src/classes/op.C: ^switch ^case
24224:
24225: * src/main/compile.y: nothing renamed to void
24226:
24227: * src/: classes/hash.C, classes/table.C, main/compile.y,
24228: main/execute.C, main/main.dsp, main/pa_request.C,
24229: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
24230: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
24231: void
24232:
24233: * src/main/compile.y: lexer: $zzzz^zzzz were name part
24234:
24235: 2001-05-28 parser
24236:
24237: * src/doc/html2chm.cmd: removed >a
24238:
24239: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
24240: project options [some bugs]
24241:
24242: * src/doc/sources2html.cmd: z
24243:
24244: * src/: classes/classes.C, main/compile.C, main/compile.y,
24245: main/execute.C: operators are not in root class again
24246:
24247: 2001-05-24 parser
24248:
24249: * src/targets/cgi/parser3.dsp: project file
24250:
24251: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
24252: ^log ^exp
24253:
24254: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
24255: conversions in @exception[params]
24256:
24257: * src/main/pa_request.C: // no _ conversions in @exception[params]
24258:
24259: 2001-05-23 parser
24260:
24261: * src/main/pa_string.C: string cmp bug
24262:
24263: * src/classes/: mail.C, op.C: rem max 1000
24264:
24265: * src/: classes/op.C, main/compile.y: allow one empty line before
24266: LS_DEF_NAME
24267:
24268: 2001-05-22 parser
24269:
24270: * src/classes/op.C: if params code-required
24271:
24272: 2001-05-21 parser
24273:
24274: * src/types/pa_vstring.C: eoleof
24275:
24276: * src/classes/Makefile.am: .AM
24277:
24278: * src/classes/nothing.C: resultless ^sql moved to nothing:
24279:
24280: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
24281:
24282: * src/: classes/double.C, classes/nothing.C, classes/string.C,
24283: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
24284: types/pa_vunknown.h, classes/hash.C, main/compile.y,
24285: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
24286: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
24287: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
24288: 'nothing'
24289:
24290: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
24291: vstring::set_string
24292:
24293: * src/classes/: double.C, int.C, string.C: int,double;sql
24294:
24295: * src/: classes/hash.C, classes/int.C, classes/string.C,
24296: classes/table.C, include/pa_string.h, main/pa_string.C,
24297: types/pa_vstring.C, types/pa_vstring.h: started int:sql
24298:
24299: * src/: classes/classes.C, classes/hash.C, classes/op.C,
24300: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
24301: hash:sql moved to main trunc. operators.txt updated
24302:
24303: * src/classes/: hash.C, op.C, table.C: hash:sql
24304:
24305: * src/classes/op.C: z
24306:
24307: * src/: main/compile.C, classes/classes.C: 1
24308:
24309: * src/: classes/classes.C, main/compile.C, main/compile.y,
24310: main/execute.C: 0
24311:
24312: * src/main/execute.C: z
24313:
24314: * src/targets/cgi/parser3.C: z
24315:
24316: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24317: site_auto_path "." in that case
24318:
24319: * src/targets/cgi/: parser3.C: z
24320:
24321: * src/main/pa_request.C: .am
24322:
24323: * src/: main/pa_request.C, targets/cgi/parser3.C:
24324: pcre_tables=pcre_default_tables;
24325:
24326: 2001-05-19 parser
24327:
24328: * src/main/pa_string.C: z
24329:
24330: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24331: introducing String::cstr_bufsize, returns just size+1 for as_is
24332: target.
24333:
24334: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24335: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24336: used, 4* mem wasted
24337:
24338: * src/classes/string.C: root context in match replace body now
24339: unchanged
24340:
24341: * src/types/pa_value.h: parameter # 1 based
24342:
24343: * src/main/pa_common.C: common: actual filename '%s'
24344:
24345: * src/classes/string.C: z
24346:
24347: * src/classes/Makefile.am: classes/.am
24348:
24349: * src/classes/: Makefile.am: classes/.am
24350:
24351: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24352: targets/cgi/pa_pool.C: classes/.am
24353:
24354: 2001-05-18 parser
24355:
1.116 moko 24356: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24357: pa_threads.C ins
1.95 moko 24358:
24359: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24360:
24361: 2001-05-17 parser
24362:
24363: * src/: classes/string.C, include/pa_config_fixed.h,
24364: include/pa_config_includes.h, main/compile.y,
24365: main/compile_tools.h, main/execute.C, main/pa_array.C,
24366: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24367: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24368: types/pa_vform.C: #include "pa_config_includes.h" removed from
24369: most .C
24370:
24371: * src/doc/html2chm.cmd: z
24372:
24373: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24374: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24375:
24376: * src/main/pa_sql_driver_manager.C: moved expiration to
24377: get_connection_from_cache
24378:
24379: * src/main/pa_sql_driver_manager.C: cache expiration bf
24380:
24381: * src/: classes/classes.h, include/pa_sql_connection.h,
24382: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24383: cache expiration[use SQL_Driver::disconnect]
24384:
24385: * src/main/pa_table.C: table.locate current restored on "not found"
24386:
24387: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24388: line no
24389:
24390: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24391: ANTI_ENDLESS_EXECUTE_RECOURSION
24392:
24393: * src/: classes/op.C, include/pa_sql_connection.h,
24394: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24395: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24396: 1driver and set_services fight for driver::fservices. before fix
24397:
24398: * src/: classes/op.C, include/pa_config_fixed.h,
24399: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24400: main/pa_sql_driver_manager.C: found problem at last: 2connections
24401: own 1driver and set_services fight for driver::fservices. before
24402: fix
24403:
24404: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24405: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24406: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24407: pa_threads.C
24408:
24409: * src/include/pa_threads.h: removed targets/parser
24410:
24411: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24412: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24413: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24414: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24415: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24416: headers
24417:
24418: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24419: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24420: order prevented sqlmanager to see MULTYTHREAD define
24421:
24422: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24423: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24424: put/gets
24425:
24426: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24427: from hash.h
24428:
24429: * src/: classes/op.C, include/pa_sql_connection.h,
24430: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24431: from cache ->set_services(&services);
24432:
24433: 2001-05-16 parser
24434:
24435: * src/targets/cgi/parser3.C: z
24436:
24437: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24438: debug, #ifdefed some. would debug later, on more precise sample
24439: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24440: $name.$tail[$tail!] $name.$tail } ok3
24441:
24442: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24443: removed array debug. before vstring rebasing
24444:
24445: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24446: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24447: array debugged; adjusted
24448:
24449: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24450: SQL_Driver_manager line no for connect/charset errors
24451:
24452: 2001-05-15 parser
24453:
24454: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24455: main/pa_string.C: string+array made linear grows
24456:
24457: * src/: include/pa_string.h, main/pa_string.C,
24458: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24459: grow lineary, not exponentialy
24460:
24461: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24462: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24463: with fullchunk cmps
24464:
24465: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24466: 70041= 81
24467:
24468: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24469: targets/cgi/parser3.C: detected huge mem allocation: size/times
24470: malloc 27809390/368771, calloc 3232/83. would test now
24471:
24472: * src/: classes/random.C, main/compile.y, main/execute.C,
24473: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24474: numbered params had wrong name - for instance: bad error message
24475: in ^for[] bad body type. fixed
24476:
24477: 2001-05-14 parser
24478:
24479: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24480: main/untaint.C: ^string.upper|lower[]
24481:
24482: 2001-05-11 parser
24483:
24484: * src/: classes/double.C, classes/image.C, classes/op.C,
24485: classes/string.C, classes/table.C, classes/unknown.C,
24486: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24487: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24488: types/pa_vunknown.h: op: MAX_LOOPS as_int
24489:
24490: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24491: .dsp for win32tools
24492:
24493: 2001-05-11 paf
24494:
24495: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24496: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24497: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24498: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24499:
24500: 2001-05-10 paf
24501:
24502: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24503: for C++, that's all
24504:
1.116 moko 24505: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24506: pa_config_includes.h: inline wonders
1.95 moko 24507:
24508: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24509: doc/doxygen.cmd: hash.C added
24510:
24511: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24512:
24513: * src/main/compile.y: @end grammar: allowed zero strings in control
24514: menthod
24515:
24516: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24517: pa_vstateless_object.h: changed priority: field before method
24518: lookup in vclass & vobject
24519:
24520: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24521: grammar: priorities changes [lowerd && prior] vobject: now first
24522: fields, next methods
24523:
24524: 2001-05-08 paf
24525:
24526: * src/main/pa_table.C: table columnname2item on nameless ignored
24527: bark=false. fixed
24528:
24529: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24530: types/pa_vmethod_frame.h: hash:default works at last!
24531:
24532: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24533: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24534: hash:default
24535:
24536: * src/classes/table.C: z
24537:
24538: * src/classes/table.C: table:hash always hash of hash now
24539:
24540: * src/classes/table.C: table:empty return bool now
24541:
24542: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24543: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24544: types/pa_vtable.h: table:hash
24545:
24546: * src/classes/table.C: table:record have name
24547:
24548: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24549: returns vunknown
24550:
24551: * src/classes/: double.C, int.C, op.C, string.C:
24552: int,double,string:int[] double[] string:length[] results now have
24553: hames
24554:
24555: * src/: classes/op.C, classes/table.C, main/main.dsp,
24556: types/pa_vtable.h: removed table:find. table:locate and op:eval
24557: now return bool
24558:
24559: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24560: in method checkparams again. fixed
24561:
24562: 2001-05-07 paf
24563:
24564: * src/doc/chm.cmd: cmd
24565:
24566: * src/: classes/image.C, classes/mail.C, classes/string.C,
24567: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24568: types/pa_value.h: method reported errors on wrong pool
24569:
24570: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24571: now
24572:
24573: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24574: include/code.h, include/pa_opcode.h, main/compile.C,
24575: main/compile_tools.h, main/execute.C, types/pa_value.h,
24576: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24577: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24578: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24579: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24580: types/pa_vmethod_frame.h, types/pa_vobject.h,
24581: types/pa_vrequest.h, types/pa_vresponse.h,
24582: types/pa_vstateless_class.h, types/pa_vstring.h,
24583: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24584: types/pa_wwrapper.h: pa_code.h
24585:
24586: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24587:
24588: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24589: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24590: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24591: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24592: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24593: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24594: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24595: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24596: types/pa_vtable.h: dox, split by not clean parts also
24597:
24598: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24599: types/pa_vtable.h: table: fields, then methods. so to enable
24600: 'dir' fields & co. more
24601:
24602: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24603: so to enable 'dir' fields & co.
24604:
24605: * src/main/compile.y: grammar: @end
24606:
24607: 2001-05-04 paf
24608:
24609: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24610: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24611:
24612: * src/: classes/classes.h, classes/double.C, classes/file.C,
24613: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24614: classes/op.C, classes/random.C, classes/response.C,
24615: classes/string.C, classes/table.C, classes/unknown.C,
24616: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24617: method dox
24618:
24619: 2001-05-03 paf
24620:
24621: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24622: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24623: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24624: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24625: doc/string.dox, doc/targets.dox, doc/value.dox,
24626: main/pa_request.C: dox splitted .dox files and added some
24627:
24628: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24629:
24630: 2001-05-02 paf
24631:
24632: * src/classes/: image.C, table.C: table:dir result are not tainted
24633: by file_name language now
24634:
24635: 2001-04-28 paf
24636:
24637: * src/classes/classes.inc: removed classes.inc
24638:
24639: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24640: from .am
24641:
24642: * src/classes/classes.awk: skipped classes in .awk
24643:
24644: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24645: classes/classes.inc, classes/double.C, classes/file.C,
24646: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24647: classes/string.C, classes/table.C, classes/unknown.C,
24648: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24649: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24650: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24651: pa_methoded back to classes/classes.h
24652:
24653: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24654:
24655: * src/: classes/Makefile.am, classes/classes.awk,
24656: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24657: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24658:
24659: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24660: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24661: classes/response.C, classes/string.C, classes/table.C,
24662: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24663: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24664: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24665: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24666: include|main/pa_methoded
24667:
24668: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24669: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24670:
24671: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24672: moved some configured data to request::classes_conf moved some
24673: string crations from globals to M... [works]
24674:
24675: * src/: classes/form.C, classes/mail.C, classes/op.C,
24676: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24677: main/pa_request.C: moved some configured data to
24678: request::classes_conf moved some string crations from globals to
24679: M...
24680:
24681: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24682: about to move configured data to special request hash
24683:
24684: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24685: classes/form.C, classes/mail.C, include/pa_request.h,
24686: main/pa_request.C: configure started
24687:
24688: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24689: 2. todo: methoded-configure
24690:
24691: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24692: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24693: classes/_random.h, classes/_response.h, classes/_string.h,
24694: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24695: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24696: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24697: classes/random.C, classes/response.C, classes/string.C,
24698: classes/table.C, classes/unknown.C, include/pa_globals.h,
24699: include/pa_request.h, main/compile.y, main/execute.C,
24700: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24701: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24702: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24703: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24704: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24705: types/pa_vrequest.h, types/pa_vresponse.h,
24706: types/pa_vstateless_class.h, types/pa_vstring.h,
24707: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24708: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24709: methoded-configure
24710:
24711: * src/: classes/file.C, classes/table.C, main/compile.y,
24712: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24713: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24714: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24715:
24716: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24717: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24718: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24719: classes/random.C, classes/response.C, classes/string.C,
24720: classes/table.C, classes/unknown.C, include/pa_request.h,
24721: main/compile.y, main/execute.C, main/pa_globals.C,
24722: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24723: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24724: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24725: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24726: beautifying just compiled. todo: debug, configure
24727:
24728: 2001-04-27 paf
24729:
24730: * src/: classes/file.C, classes/image.C, classes/table.C,
24731: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24732: beautifying -99
24733:
24734: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24735: classes/_response.h, classes/_unknown.h, classes/classes.C,
24736: classes/classes.h, classes/double.C, classes/file.C,
24737: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24738: classes/op.C, classes/random.C, classes/response.C,
24739: classes/string.C, include/pa_globals.h, main/main.dsp,
24740: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24741: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24742: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24743: types/pa_vunknown.h: beautifying -100
24744:
24745: * src/main/compile.y: serge@ found @CLASS bug. fixed
24746:
24747: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24748: classes/_op.h, classes/_random.h, classes/_table.h,
24749: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24750: classes/op.C, classes/random.C, classes/response.C,
24751: classes/string.C, classes/table.C, classes/unknown.C,
24752: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24753: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24754: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24755: beautifying
24756:
24757: 2001-04-26 paf
24758:
24759: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24760:
24761: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24762: documentation ++
24763:
24764: * src/: classes/_exec.h, doc/doxygen.cfg,
24765: include/pa_config_fixed.h, include/pa_config_includes.h,
24766: targets/cgi/pa_pool.C: code documentation ++
24767:
24768: * src/: classes/_image.h, classes/op.C, classes/random.C,
24769: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24770: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24771: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24772: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24773: types/pa_vmethod_frame.h, types/pa_vobject.h,
24774: types/pa_vrequest.C, types/pa_vrequest.h,
24775: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24776: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24777: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24778: code documentation ++
24779:
24780: * src/: classes/image.C, classes/mail.C, classes/string.C,
24781: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24782: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24783: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24784: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24785: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24786: types/pa_vobject.h, types/pa_vstateless_class.h,
24787: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24788:
24789: * src/main/: pa_request.C, pa_string.C: z
24790:
24791: * src/: include/pa_common.h, include/pa_types.h,
24792: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24793: connection caching fixed. request-pooled-url were stored into
24794: global connectioncache
24795:
24796: 2001-04-25 paf
24797:
24798: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24799: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24800:
24801: * src/: include/code.h, include/pa_common.h, main/compile.y,
24802: main/execute.C, main/pa_common.C: -d
24803:
24804: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24805: illegal call check a bit improved, but still under iis no mapping
24806: of dir with parser allowed!
24807:
24808: 2001-04-24 paf
24809:
24810: * src/targets/Makefile.am: apache module lib .am
24811:
24812: * src/main/pa_exec.C: windows32 buildCommand
24813:
24814: 2001-04-23 paf
24815:
24816: * src/targets/cgi/Makefile.am: win32 conditional
24817:
24818: * src/targets/cgi/Makefile.am: win32 conditional
24819:
24820: * src/targets/cgi/Makefile.am: liblink
24821:
24822: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24823: vfile fields return type
24824:
24825: * src/types/pa_vfile.h: vfile fields return type
24826:
24827: * src/include/pa_config_auto.h.in: .h.in
24828:
24829: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24830: types/Makefile: makefiles removed
24831:
24832: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24833: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24834:
24835: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24836: [tested: i & g ]
24837:
24838: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24839: @test noticed series in isapi, check how initialize_random_class
24840: is called! [must be called only once]
24841:
24842: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24843: would not be 'unknown column'
24844:
24845: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24846: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24847:
24848: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24849: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24850: [now doesnt]
24851:
24852: * src/targets/cgi/parser3.C: cgi cmdline ver
24853:
24854: * src/targets/cgi/parser3.C: cgi /// @test disable
24855: /cgi-bin/parser3/auto.p
24856:
24857: * src/main/untaint.C: untaint without charset
24858:
24859: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24860: main/pa_common.C: common: file_write /// @test mkdirs
24861: file_delete rmdirs
24862:
24863: * src/main/untaint.C: mail header only once to =?
24864:
24865: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24866: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24867: main/untaint.C: untaint - @test optimize whitespaces for
24868: all but 'html'
24869:
24870: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24871: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24872: main/untaint.C: untaint - @test mail-header
24873:
24874: 2001-04-20 paf
24875:
24876: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24877: include/pa_request.h, include/pa_string.h, main/compile.y,
24878: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24879: targets/cgi/parser3.C: $MAIN:LOCALE
24880:
24881: * src/main/untaint.C: z
24882:
24883: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24884:
24885: 2001-04-19 paf
24886:
24887: * src/main/compile_tools.h: $a$b bugfix
24888:
24889: * src/targets/cgi/parser3.C: z
24890:
24891: * src/classes/file.C: z
24892:
24893: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24894: done: header to $fields. waits for header '\' tricks
24895:
24896: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24897: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24898: changed urlencode here and in untaint.C to HTTP standard's " and
24899: \" mech
24900:
24901: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24902: http://alx/~paf/ doesnt load /auto.p
24903:
24904: 2001-04-18 paf
24905:
24906: * src/main/pa_request.C: 1
24907:
24908: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24909: linux @alx
24910:
24911: 2001-04-17 paf
24912:
24913: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24914: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24915: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24916: enabled
24917:
24918: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24919: classes/_exec.h, classes/_file.h, classes/_form.h,
24920: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24921: classes/_random.h, classes/_response.h, classes/_string.h,
24922: classes/_table.h, classes/_unknown.h, classes/file.C,
24923: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24924: include/pa_config_fixed.h, include/pa_config_includes.h,
24925: include/pa_hash.h, include/pa_sql_driver_manager.h,
24926: include/pa_version.h, main/Makefile.am, main/compile.y,
24927: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24928: main/pa_sql_driver_manager.C, sql/Makefile.am,
24929: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24930: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24931: types/pa_vform.C, types/pa_vimage.h: exec @jav
24932:
24933: * src/: include/pa_sql_driver_manager.h,
24934: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24935: types/pa_vimage.h: sql driver interface now has initialize(client
24936: .so)
24937:
24938: 2001-04-16 paf
24939:
24940: * src/Makefile.am: compile2 cygwin
24941:
24942: * src/: include/pa_config_includes.h, main/pa_exec.C,
24943: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24944:
24945: * src/targets/cgi/Makefile.am: compile0 jav
24946:
24947: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24948: classes/_exec.h, classes/_file.h, classes/_form.h,
24949: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24950: classes/_random.h, classes/_response.h, classes/_string.h,
24951: classes/_table.h, classes/_unknown.h, classes/image.C,
24952: classes/mail.C, classes/op.C, classes/random.C,
24953: include/pa_config_fixed.h, include/pa_config_includes.h,
24954: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24955: main/compile.y, main/pa_common.C, main/pa_exec.C,
24956: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24957: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24958: compile-1
24959:
24960: 2001-04-15 paf
24961:
24962: * src/classes/op.C: z
24963:
24964: * src/classes/table.C: table:empty +=process
24965:
24966: * src/types/pa_value.h: MethodParams !junction
24967:
24968: * src/: classes/_string.h, classes/double.C, classes/file.C,
24969: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24970: classes/random.C, classes/response.C, classes/string.C,
24971: classes/table.C, classes/unknown.C, main/pa_request.C:
24972: MethodParams everywhere
24973:
24974: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24975: types/pa_vmethod_frame.h: MethodParams in op.C
24976:
24977: 2001-04-12 paf
24978:
24979: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24980:
24981: * src/: classes/_unknown.h, classes/unknown.C,
24982: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24983: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24984:
24985: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
24986:
24987: * src/classes/image.C: image:gif now does not have params
24988:
24989: * src/classes/image.C:
24990: image:line/fill/rectangle/bar/replace/polygon/polybar
24991:
24992: * src/: classes/image.C, classes/op.C, main/execute.C,
24993: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
24994: for var now written not to r.wcontext, but to r.root cleared
24995: "entered_object" state
24996:
24997: 2001-04-11 paf
24998:
24999: * src/classes/image.C: image:create image:load
25000:
25001: * src/: classes/image.C, main/main.dsp: gd with mem write + image
25002: just compiled
25003:
25004: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25005: todo: gif without file
25006:
25007: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25008: started porting to Pooled descendant
25009:
25010: * src/: classes/image.C, main/execute.C, main/main.dsp,
25011: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
25012: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
25013: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
25014:
25015: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
25016: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
25017: end. switching to python imaging lib
25018:
25019: * src/main/main.dsp: gd+smtp made separate libs
25020:
25021: * src/: include/pa_globals.h, include/pa_string.h,
25022: main/pa_common.C, main/pa_request.C, main/untaint.C,
25023: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
25024: length
25025:
25026: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
25027: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
25028: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
25029: UL_FILE_NAME of posted file name
25030:
25031: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
25032: post [broke when moved post read to core]
25033:
25034: 2001-04-10 paf
25035:
25036: * src/classes/image.C: image:html done
25037:
25038: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
25039:
25040: * src/classes/image.C: z
25041:
25042: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
25043: forgotten!
25044:
25045: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25046: main/pa_request.C, main/pa_string.C, main/untaint.C,
25047: types/pa_vimage.h: image:measure -90
25048:
25049: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
25050: classes/_int.h, classes/_mail.h, classes/_op.h,
25051: classes/_random.h, classes/_response.h, classes/_string.h,
25052: classes/_table.h, classes/file.C, classes/mail.C,
25053: include/pa_common.h, include/pa_globals.h, main/execute.C,
25054: main/main.dsp, main/pa_common.C, main/pa_globals.C,
25055: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
25056: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
25057: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
25058: compiled
25059:
25060: * src/classes/mail.C: minor bug with unclear from/to
25061:
25062: * src/classes/mail.C: sendmail unix skipping defaults
25063:
25064: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
25065: sendmail unix added defaults
25066:
25067: * src/classes/mail.C: unix sendmail compiled. todo:testing
25068:
25069: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
25070:
25071: 2001-04-09 paf
25072:
25073: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
25074: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
25075: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
25076: targets/isapi/parser3isapi.dsp: all targets exec
25077:
25078: * src/: include/pa_sapi.h, include/pa_string.h,
25079: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25080: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
25081: args in apache:util.script
25082:
25083: * src/include/pa_string.h: written but not tested exec with env for
25084: unix
25085:
25086: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
25087: targets/cgi/parser3.C: exec win32 env
25088:
25089: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
25090: 0
25091:
25092: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
25093: main/execute.C, main/main.dsp, main/pa_globals.C,
25094: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
25095: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
25096:
25097: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
25098: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
25099:
25100: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
25101: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
25102:
25103: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
25104: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
25105: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25106: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25107: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
25108: exec class just compiled. moved post read to request core
25109:
25110: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
25111: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
25112: main/pa_globals.C, targets/cgi/parser3.C,
25113: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
25114: are already read by vform
25115:
25116: 2001-04-08 paf
25117:
25118: * src/: classes/file.C, classes/mail.C, classes/string.C,
25119: include/pa_request.h, include/pa_string.h, main/pa_request.C:
25120: uuencode. string<<
25121:
25122: 2001-04-07 paf
25123:
25124: * src/classes/mail.C: z
25125:
25126: * src/classes/mail.C: z
25127:
25128: * src/classes/mail.C: ^mail[$attach
25129:
25130: * src/classes/mail.C: ^attach dead end
25131:
25132: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
25133: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25134: targets/isapi/parser3isapi.C: mail:send 1
25135:
25136: * src/: classes/mail.C, main/pa_request.C: z
25137:
25138: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
25139: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
25140: compiled
25141:
25142: * src/classes/mail.C: +=
25143:
25144: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
25145: prepared
25146:
25147: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
25148: include/pa_globals.h, include/pa_string.h, main/main.dsp,
25149: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25150: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
25151:
25152: 2001-04-06 paf
25153:
25154: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
25155: main/pa_string.C: table:dir 1
25156:
25157: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
25158: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
25159:
25160: * src/: classes/_op.h, classes/_root.h, classes/op.C,
25161: classes/root.C, include/pa_globals.h, include/pa_request.h,
25162: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
25163: main/pa_request.C: renamed 'root' to 'op'
25164:
25165: * src/classes/: _op.h, op.C: renamed from 'root'
25166:
25167: * src/types/pa_valiased.C: another root inherititance skipped
25168:
25169: * src/main/: compile.C, compile.y, execute.C: operators are now not
25170: root methods of parent class. just 'ROOT' class
25171:
25172: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
25173: @office
25174:
25175: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
25176:
25177: 2001-04-05 paf
25178:
25179: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
25180: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
25181: constructor flag dropped at get_method_frame and remembered into
25182: method_frame
25183:
25184: * src/: classes/file.C, classes/root.C, classes/string.C,
25185: classes/table.C, main/pa_request.C: junction to code&expression
25186: in errors
25187:
25188: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25189: main/pa_string.C, targets/isapi/parser3isapi.dsp:
25190: $LOCALE:ctype[Russian_Russia.1251]
25191:
25192: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
25193: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
25194: main/pa_table.C: hash now not thread-safe.
25195:
25196: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25197: main/untaint.C: z
25198:
25199: * src/: classes/random.C, classes/root.C, classes/table.C,
25200: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
25201: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
25202: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
25203: types/pa_wcontext.h: sql quote. string untaint UL_SQL
25204:
25205: * src/: classes/table.C, include/pa_sql_connection.h,
25206: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
25207:
25208: * src/classes/table.C: select * from hren error contains statement
25209:
25210: * src/: classes/table.C, include/pa_sql_connection.h,
25211: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
25212: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
25213:
25214: * src/: classes/root.C, include/pa_sql_connection.h,
25215: include/pa_sql_driver.h, main/main.dsp,
25216: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
25217: services for conv memory & error reporting
25218:
25219: 2001-04-04 paf
25220:
25221: * src/doc/doxygen.cfg: z
25222:
25223: * src/include/pa_sql_driver.h: mysql connect
25224:
25225: * src/include/pa_sql_driver.h: mysql info
25226:
25227: * src/: classes/root.C, include/pa_sql_driver.h,
25228: include/pa_sql_driver_manager.h, main/main.dsp,
25229: main/pa_sql_driver_manager.C: more manager&connection&driver
25230:
25231: * src/sql/Makefile.am: forgot to add mysql client
25232:
25233: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
25234: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
25235: [forgot to add libltdl, added]
25236:
25237: * src/: Makefile.am, classes/root.C, classes/string.C,
25238: classes/table.C, include/pa_globals.h, include/pa_hash.h,
25239: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
25240: include/pa_string.h, include/pa_table.h, main/main.dsp,
25241: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25242: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
25243: -1000 just compiled
25244:
25245: * src/: classes/random.C, classes/root.C, classes/table.C,
25246: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
25247: main/pa_request.C, types/pa_vclass.h: sql frame -10
25248:
25249: 2001-04-03 paf
25250:
25251: * src/types/pa_vform.C: z
25252:
25253: * src/: classes/string.C, types/pa_vform.C: string:match replace
25254: assigned lang
25255:
25256: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
25257: {}[]< empty []
25258:
25259: * src/: classes/file.C, classes/string.C, classes/table.C,
25260: include/pa_string.h, main/pa_common.C, main/pa_string.C,
25261: main/untaint.C: string:match replace 2. string.cstr(forced lang)
25262:
25263: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25264: string:match replace strange matches
25265:
25266: * src/classes/string.C: string:match replace 0
25267:
25268: * src/: classes/string.C, main/pa_string.C: string:match replace
25269: prepared 2
25270:
25271: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25272: string:match replace prepared
25273:
25274: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25275: string:match replace -11
25276:
25277: * src/: classes/string.C, include/pa_globals.h,
25278: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
25279: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
25280:
25281: * src/: classes/string.C, include/pa_globals.h,
25282: include/pa_string.h, main/main.dsp, main/pa_globals.C,
25283: main/pa_string.C: string:match [search] -1 just compiled
25284:
25285: * src/types/pa_vstring.C: z
25286:
25287: * src/: classes/double.C, classes/file.C, classes/form.C,
25288: classes/int.C, classes/response.C, classes/root.C,
25289: classes/string.C, classes/table.C, include/pa_string.h,
25290: main/pa_string.C: string:match -10 [frame]
25291:
25292: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
25293: main/pa_request.C: z
25294:
25295: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
25296: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
25297: todo/tests
25298:
25299: * src/include/pa_common.h: z
25300:
25301: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25302: main/pa_request.C, targets/cgi/parser3.C,
25303: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25304: content-disposition
25305:
25306: * src/: include/pa_common.h, include/pa_globals.h,
25307: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25308: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25309:
25310: * src/: include/pa_common.h, include/pa_request.h,
25311: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25312: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25313: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25314: response:body
25315:
25316: * src/classes/table.C: table:append now uses string::split
25317:
25318: * src/classes/table.C: z
25319:
25320: * src/: classes/file.C, classes/root.C, classes/string.C,
25321: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25322: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25323: include/pa_string.h, main/execute.C, main/pa_string.C,
25324: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25325: string::pos & cmp & piece bugs fixed. string::split new
25326: table:load separated from set table:set implemented with clean \n
25327: \t searches
25328:
25329: 2001-04-02 paf
25330:
25331: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25332: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25333: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25334: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25335: it in table:set/load
25336:
25337: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25338: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25339:
25340: * src/classes/random.C: random:generate 1
25341:
25342: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25343: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25344: types/pa_value.h: random:generate
25345:
25346: 2001-03-30 paf
25347:
25348: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25349: todo: table flip and append. string::pos
25350:
25351: * src/: classes/double.C, classes/file.C, classes/int.C,
25352: classes/response.C, classes/root.C, classes/string.C,
25353: classes/table.C, main/compile.y, main/execute.C,
25354: types/pa_value.h, types/pa_vstateless_class.C,
25355: types/pa_vstateless_class.h: static|dynamic|any method
25356: registration
25357:
25358: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25359: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25360: table:flip
25361:
25362: 2001-03-29 paf
25363:
25364: * src/classes/string.C: string:xsplit forgot that they must result
25365: in 1 row N column [not vice versa]
25366:
25367: * src/classes/string.C: z
25368:
25369: * src/classes/string.C: string: rsplit
25370:
25371: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25372: string: lsplit
25373:
25374: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25375: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25376: lsplit -1
25377:
25378: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25379: string: pos
25380:
25381: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25382: string: pos -1
25383:
25384: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25385: main/compile.y, main/pa_request.C, main/pa_string.C,
25386: main/untaint.C: string: left right mid
25387:
25388: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25389: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25390: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25391: and [;] are different now.
25392:
25393: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25394: main/untaint.C: pool.request undone
25395:
25396: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25397: main/untaint.C: pool.request
25398:
25399: 2001-03-28 paf
25400:
25401: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25402: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25403: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25404: $request:browser [.type .version]; unknown.get_double now = 0.
25405:
25406: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25407: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25408: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25409: types/pa_vform.C: file:load autodetection of mime-type by
25410: user-file-name
25411:
25412: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25413: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25414: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25415:
25416: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25417: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25418: write. must be self.set
25419:
25420: * src/: classes/file.C, classes/root.C, classes/table.C,
25421: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25422:
25423: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25424: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25425: types/pa_vtable.h: table:locate just compiled
25426:
25427: 2001-03-27 paf
25428:
25429: * src/main/: execute.C, pa_common.C: fixed r/w context of
25430: code-params2, fixed ntfs hardlink slow dir update
25431:
25432: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25433: types/pa_wcontext.h: fixed r/w context of code-params
25434:
25435: * src/: classes/table.C, main/execute.C: about to change junction
25436: rcontext!!
25437:
25438: * src/: classes/double.C, classes/int.C, classes/root.C,
25439: classes/string.C, classes/table.C, main/compile_tools.C,
25440: main/execute.C, main/pa_request.C, main/untaint.C,
25441: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25442: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25443: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25444: types/pa_vunknown.h: sort 0
25445:
25446: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25447: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25448: renamed to are_static_calls_disabled
25449:
25450: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25451: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25452: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25453: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25454:
25455: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25456:
25457: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25458: started table:sort fixed minor bug in #...^{
25459:
25460: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25461: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25462: decided to have as it were. stepped back. grammar: added 'in'
25463: 'is' 'lt'&co follow-space check
25464:
25465: 2001-03-26 paf
25466:
25467: * src/: classes/file.C, classes/root.C, classes/table.C,
25468: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25469: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25470: main/pa_table.C: moved ::save to pa_table. disabled @auto
25471: invocation in ^process
25472:
25473: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25474:
25475: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25476: main/pa_array.C: table:record
25477:
25478: * src/: main/untaint.C, targets/cgi/parser3.C,
25479: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25480: targets/isapi/pool_storage.h, types/pa_valiased.h,
25481: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25482: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25483: types/pa_vtable.h: z
25484:
25485: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25486: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25487: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25488: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25489: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25490: method realisations on 'self' validity - they now can simply
25491: assume that 'self' is V{Proper} .
25492:
25493: 2001-03-25 paf
25494:
25495: * src/main/untaint.C: z
25496:
25497: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25498: lowlevel - it initialization could be skipped if failed in @auto.
25499: so that exception report would use some table
25500:
25501: * src/main/pa_request.C: table empty lines ignored. system-default
25502: content type assigned in output:result [can fail in main:auto and
25503: skipped normal defaults extraction]
25504:
25505: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25506: bug
25507:
25508: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25509: processing to table [except preliminary \r\n \r \n replacements
25510: to "\n"]
25511:
25512: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25513: move all the processing to table
25514:
25515: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25516: main/pa_table.C, main/untaint.C: returned table originating.
25517: useful for reporting typo table problems origin. think would be
25518: useful somewhere else
25519:
25520: * src/main/untaint.C: typo \r \r\n \n properly handled
25521:
25522: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25523: include/pa_table.h, main/compile.y, main/compile_tools.C,
25524: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25525: main/pa_string.C, main/pa_table.C, main/untaint.C,
25526: types/pa_vcookie.h: typo & typo-default
25527:
25528: 2001-03-24 paf
25529:
25530: * src/main/pa_common.C: z
25531:
25532: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25533: targets/cgi/parser3.C: html-typo 2
25534:
25535: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25536: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25537: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25538: main/execute.C, main/pa_array.C, main/pa_globals.C,
25539: main/pa_request.C, main/pa_string.C, main/untaint.C,
25540: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25541: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25542: noticed double default content-type prob. run cgi.cmd tomorrow
25543: first html-typo sample. detected << problem: they become ltlt too
25544: fast
25545:
25546: * src/main/compile.y: z
25547:
25548: * src/main/: compile.y, compile_tools.h: #comment
25549:
25550: * src/: classes/file.C, classes/root.C, classes/table.C,
25551: include/pa_common.h, include/pa_request.h, main/compile.y,
25552: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25553: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25554: stringified
25555:
25556: * src/types/pa_valiased.C: decided to String-ify file_read
25557:
25558: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25559: isapi/parser3isapi.dsp: cgi: sapi::log
25560:
25561: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25562: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25563: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25564: error log experiments failed - cgi under iis got no access to
25565: log. registereventsource simply failed with 5(illegal call) code,
25566: while worked OK as standalone executable. isapi: used
25567: HSE_APPEND_LOG_PARAMETER feature
25568:
25569: * src/: include/pa_common.h, include/pa_globals.h,
25570: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25571: targets/isapi/parser3isapi.C: fixed default content-type
25572: allocation storage
25573:
25574: * src/: include/pa_globals.h, include/pa_request.h,
25575: main/pa_globals.C, main/pa_request.C: z
25576:
25577: * src/: include/pa_array.h, include/pa_hash.h,
25578: include/pa_request.h, main/compile.y, main/pa_array.C,
25579: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25580: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25581: content-type
25582:
25583: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25584: sanity
25585:
25586: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25587: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25588: away freeze mech. no danger now for you can't do
25589: ^request:process[@new-method[] body] trick anymore. still
25590: remains $some_instance.process[@new-method[] possibility] but
25591: would leave it as a feature. see index for sample
25592:
25593: * src/: include/pa_common.h, main/pa_common.C,
25594: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25595: monkey every target
25596:
25597: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25598: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25599: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25600:
25601: 2001-03-23 paf
25602:
25603: * src/: include/pa_pool.h, main/pa_request.C,
25604: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25605: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25606: targets/isapi/pool_storage.h: isapi: dumb pool storage
25607:
25608: * src/targets/isapi/pa_pool.C: decided to continue with extension
25609:
25610: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25611: it would be better to rewrite as filter then to deal with pool
25612:
25613: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25614: now like in cgi, not from APPL_PHYSICAL_PATH
25615:
25616: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25617: include/pa_config_fixed.h, include/pa_config_includes.h,
25618: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25619: include/pa_version.h, main/compile.y, main/execute.C,
25620: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25621: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25622: main/untaint.C, targets/cgi/parser3.C,
25623: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25624: cgi: reinvent document_root and request_uri under iis. autoconf
25625: updated. introducing ap_config_includes
25626:
25627: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25628:
25629: * src/targets/cgi/parser3.C: cgi: only one pool now
25630:
25631: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25632: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25633: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25634: types/pa_venv.h, types/pa_vform.C: sapi made object
25635:
25636: * src/: include/pa_globals.h, main/pa_request.C,
25637: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25638: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25639: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25640:
25641: * src/: main/pa_request.C, targets/cgi/parser3.C,
25642: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25643: isapi minor env beauty
25644:
25645: * src/: main/pa_request.C, targets/cgi/parser3.C,
25646: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25647: isapi document_root 0
25648:
25649: 2001-03-22 paf
25650:
25651: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25652:
25653: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25654: isapi/parser3isapi.C: z
25655:
25656: * src/: include/pa_pool.h, main/pa_request.C,
25657: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25658:
25659: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25660: kill.pl: isapi added utils
25661:
25662: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25663: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25664: types/pa_vform.C: isapi 0
25665:
25666: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25667: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25668: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25669: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25670: started isapi
25671:
25672: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25673: some comments
25674:
25675: * src/: include/pa_globals.h, include/pa_request.h,
25676: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25677: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25678: parser_root_auto_path parser_site_auto_path
25679:
25680: * src/types/pa_vcookie.C: cookie attr decoded
25681:
25682: 2001-03-21 paf
25683:
25684: * src/targets/cgi/parser3.C: z
25685:
25686: * src/include/pa_globals.h: post. todo: config of auto.p path
25687:
25688: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25689: types/pa_venv.h: in cookie & env. todo:post
25690:
25691: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25692: classes/root.C, classes/table.C, include/pa_array.h,
25693: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25694: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25695: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25696: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25697: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25698: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25699: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25700: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25701: shifted apache branch on main trunc
25702:
25703: * src/: include/pa_common.h, include/pa_globals.h,
25704: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25705: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25706: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25707: starting mod_parser3
25708:
25709: * src/targets/cgi/parser3.C: starting mod_parser3
25710:
25711: 2001-03-20 paf
25712:
25713: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25714: targets/cgi/parser3.C: automake compiled and works. todo:make
25715: win32 ifdefs work and add ifdef unistd
25716:
25717: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25718: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25719: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25720: z
25721:
25722: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25723: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25724: locking
25725:
25726: * src/: classes/Makefile.am, types/Makefile.am: z
25727:
25728: * src/: Makefile.am, classes/file.C, classes/root.C,
25729: classes/table.C, include/pa_array.h, include/pa_request.h,
25730: include/pa_string.h, main/Makefile.am, main/execute.C,
25731: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25732: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25733: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25734: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25735:
25736: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25737: main/pa_request.C, types/pa_vfile.h: ^table:save
25738:
25739: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25740: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25741: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25742: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25743: types/pa_vform.h: z
25744:
25745: * src/include/pa_string.h: z
25746:
25747: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25748: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25749: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25750: :Value
25751:
25752: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25753: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25754: :VStateless_object
25755:
25756: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25757: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25758: :VStateless_object
25759:
25760: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25761: types/pa_valiased.C, types/pa_vform.h: commented VForm
25762:
25763: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25764: types/pa_valiased.h, types/pa_value.h,
25765: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25766: types/pa_vstateless_object.h: moved common get_element part from
25767: stateless object&class into VAliased
25768:
25769: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25770: classes/table.C, main/execute.C, main/main.dsp,
25771: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25772: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25773: now :Value
25774:
25775: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25776: main/execute.C, main/main.dsp, main/pa_globals.C,
25777: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25778:
25779: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25780: doxx
25781:
25782: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25783: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25784: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25785: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25786: and ^file:save
25787:
25788: 2001-03-19 paf
25789:
25790: * src/types/pa_vfile.C: z
25791:
25792: * src/: classes/file.C, classes/request.C, classes/table.C,
25793: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25794: main/pa_request.C, main/untaint.C, types/pa_value.h,
25795: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25796:
25797: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25798: include/pa_string.h, include/pa_table.h, main/main.dsp,
25799: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25800: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25801: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25802: classes/_file.h, classes/file.C, types/pa_vfile.C,
25803: types/pa_vfile.h: file class just compiled
25804:
25805: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25806: include/pa_table.h, include/pa_types.h, main/execute.C,
25807: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25808: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25809: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25810:
25811: * src/include/pa_pool.h: z
25812:
25813: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25814: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25815: Hash::Value to Val so to doxygen would finlly stop confusing
25816: those Value-s
25817:
25818: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25819: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25820: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25821: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25822: include/pa_types.h, main/compile.C, main/compile.y,
25823: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25824: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25825: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25826: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25827: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25828:
25829: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25830: derivates somehow unlinked. don't know why yet
25831:
25832: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25833: include/pa_string.h, include/pa_threads.h, main/compile.C,
25834: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25835: main/execute.C, main/pa_array.C, main/pa_common.C,
25836: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25837: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25838: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25839:
25840: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25841: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25842: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25843: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25844: types/pa_vrequest.h: doc: detected Value derivates prob
25845:
25846: * src/include/pa_globals.h: z
25847:
25848: * src/: classes/_request.h, classes/request.C, include/code.h,
25849: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25850: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25851: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25852: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25853: main/execute.C, main/pa_pool.C, main/pa_request.C,
25854: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25855: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25856:
25857: 2001-03-18 paf
25858:
25859: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25860: cookie: allowed access to hash-assigned
25861:
25862: * src/targets/cgi/parser3.C: z
25863:
25864: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25865: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25866: include/pa_types.h, main/main.dsp, main/pa_common.C,
25867: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25868: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25869: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25870: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25871: types/pa_vunknown.h: cookie class
25872:
25873: * src/main/pa_request.C: zero length output allowed
25874:
25875: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25876: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25877:
25878: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25879: lang switch
25880:
25881: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25882: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25883: types/pa_value.h, types/pa_vhash.h:
25884: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25885:
25886: * src/main/execute.C: z
25887:
25888: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25889: targets/cgi/parser3.C: taint[uri
25890:
25891: * src/: classes/request.C, classes/response.C, classes/root.C,
25892: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25893: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25894: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25895:
25896: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25897: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25898: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25899: types/pa_vstateless_class.C: convinient string(pool, char *src,
25900: bool tainted) ctor
25901:
25902: * src/: include/pa_hash.h, include/pa_request.h,
25903: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25904: main/pa_request.C, main/pa_string.C, main/untaint.C,
25905: targets/cgi/parser3.C: proper @exceptions params tainting
25906:
25907: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25908: response fields to header
25909:
25910: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25911: z
25912:
25913: * src/: classes/_response.h, classes/response.C,
25914: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25915: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25916: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25917: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25918: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25919: $response: 0 request::core exception rethrow
25920:
25921: 2001-03-16 paf
25922:
25923: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25924: types/pa_vrequest.h: native method' class call with less params
25925: then needed error reporting
25926:
25927: * src/: classes/_request.h, classes/request.C,
25928: include/pa_globals.h, include/pa_request.h, main/execute.C,
25929: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25930: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25931: types/pa_vrequest.h: $request : query :uri
25932:
25933: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25934: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25935: types/pa_wcontext.h: $result
25936:
25937: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25938:
25939: * src/: classes/double.C, include/code.h, main/compile.y,
25940: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25941: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25942:
25943: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25944: main/compile.y, main/execute.C, types/pa_value.h,
25945: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25946: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25947: wcontext conflict
25948:
25949: * src/: main/execute.C, types/pa_value.h,
25950: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25951: $string.field
25952:
25953: 2001-03-15 paf
25954:
25955: * src/main/pa_request.C: news sample
25956:
25957: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25958: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25959:
25960: * src/main/: compile.y, execute.C: z
25961:
25962: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25963: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25964: pre pre works
25965:
25966: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25967: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25968: fillfields just compiled
25969:
25970: 2001-03-14 paf
25971:
25972: * src/: include/pa_request.h, main/pa_request.C,
25973: targets/cgi/parser3.C: z
25974:
25975: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25976: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25977: types/pa_vstring.h: limits -1
25978:
25979: * src/: include/pa_globals.h, include/pa_request.h,
25980: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25981: main/pa_request.C, targets/cgi/parser3.C,
25982: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25983: request_info -1
25984:
25985: * src/: include/pa_globals.h, main/pa_globals.C,
25986: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25987: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
25988: vform_fields_fill
25989:
25990: * src/targets/cgi/parser3.C: # if MSVC
25991:
25992: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
25993: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
25994:
25995: * src/targets/cgi/parser3.C: z
25996:
25997: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
25998: include/pa_string.h, include/pa_types.h, main/compile.y,
25999: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
26000: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
26001: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
26002: types/pa_vunknown.h: global handler, exceptions in parser3
26003:
26004: 2001-03-13 paf
26005:
26006: * src/: classes/form.C, main/compile.y, main/core.C,
26007: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
26008: types/pa_vform.h, types/pa_vstateless_class.C,
26009: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
26010: instead
26011:
26012: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26013: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
26014: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
26015: started cgi target
26016:
26017: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26018: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
26019: before error show with parser
26020:
26021: * src/: classes/_form.h, classes/form.C, include/core.h,
26022: include/pa_request.h, main/core.C, main/pa_request.C,
26023: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
26024:
26025: * src/targets/cgi/: parser.dsp, parser3.dsp: z
26026:
26027: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
26028: parser3.C: renamed targets/ parser to cgi
26029:
26030: * src/: classes/double.C, classes/env.C, classes/int.C,
26031: classes/root.C, classes/string.C, classes/table.C,
26032: include/pa_request.h, types/pa_vhash.h: z
26033:
26034: * src/: classes/_env.h, classes/env.C, classes/root.C,
26035: include/core.h, include/pa_pool.h, include/pa_request.h,
26036: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
26037: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26038: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
26039: [historical moment :)]
26040:
26041: * src/: include/code.h, include/pa_string.h, main/compile.y,
26042: main/execute.C, main/pa_string.C: 'value is type' expr operator
26043:
26044: * src/types/pa_venv.h: $ENV 1
26045:
26046: * src/main/execute.C: z
26047:
26048: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
26049: future methods of ENV constructor if
26050:
26051: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
26052: class
26053:
26054: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26055: classes/_root.h, classes/_string.h, classes/_table.h,
26056: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26057: classes/string.C, classes/table.C, include/pa_request.h,
26058: main/compile.C, main/compile_tools.h, main/core.C,
26059: main/execute.C, main/main.dsp, main/pa_request.C,
26060: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26061: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26062: types/pa_vobject.h, types/pa_vstateless_class.C,
26063: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26064: types/pa_wcontext.h: $ENV: re 0, stateless classes
26065:
26066: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26067: classes/_root.h, classes/_string.h, classes/_table.h,
26068: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26069: classes/string.C, classes/table.C, include/pa_request.h,
26070: main/compile.C, main/compile_tools.h, main/core.C,
26071: main/execute.C, main/main.dsp, main/pa_request.C,
26072: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26073: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26074: types/pa_vobject.h, types/pa_vstateless_class.C,
26075: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26076: types/pa_wcontext.h: $ENV: re 0, stateless classes
26077:
26078: * src/: include/pa_request.h, main/compile.C, main/execute.C,
26079: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
26080: yesterdays bad decision on execute_static_method
26081:
26082: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
26083:
26084: * src/: classes/double.C, classes/int.C, classes/root.C,
26085: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
26086:
26087: * src/main/pa_request.C: z
26088:
26089: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26090: include/pa_pool.h: skipped_restructure_exceptions_dead_end
26091:
26092: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26093: include/pa_pool.h, main/pa_request.C:
26094: restructure_exceptions_dead_end
26095:
26096: * src/: classes/root.C, main/compile.y: ^if required junctions.
26097: allowed ; inside {} to break params
26098:
26099: * src/classes/root.C: ^eval
26100:
26101: * src/: classes/_string.h, classes/double.C, classes/int.C,
26102: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
26103: string ^format
26104:
26105: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
26106: 'bad' but not 'enough'
26107:
26108: * src/: classes/double.C, classes/root.C, classes/table.C,
26109: include/pa_common.h, include/pa_types.h, main/compile.y,
26110: main/pa_common.C, main/pa_request.C, main/untaint.C,
26111: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
26112: types/pa_wwrapper.h: think constructing flag as is is bad
26113:
26114: * src/: classes/double.C, classes/int.C, classes/root.C,
26115: classes/string.C, classes/table.C, main/core.C, main/execute.C,
26116: types/pa_vint.h: ^for
26117:
26118: 2001-03-12 paf
26119:
26120: * src/classes/table.C: table ^empty
26121:
26122: * src/: classes/table.C, include/pa_table.h: table ^menu
26123:
26124: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
26125: ^offset ^line ^count
26126:
26127: * src/classes/root.C: ^round() ^floor() ^ceiling()
26128: ^abs() ^sign()
26129:
26130: * src/classes/: root.C, table.C: ^use
26131:
26132: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26133: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
26134: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
26135: ^while. switched off wcontext.constructing after write(value) or
26136: auto-vhash-constructing
26137:
26138: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26139: main/pa_request.C: fail_if_junction_ helper func
26140:
26141: * src/: classes/root.C, classes/table.C, include/pa_common.h,
26142: include/pa_request.h, main/execute.C, main/main.dsp,
26143: main/pa_common.C, main/pa_request.C: ^process error point by
26144: actual method_name, not source. ^load
26145:
26146: * src/types/pa_vtable.h: table: no, better with string in cells...
26147:
26148: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
26149: classes/_table.h, classes/table.C, main/untaint.C: z
26150:
26151: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
26152: include/pa_table.h, main/core.C, main/execute.C,
26153: main/pa_common.C, main/pa_request.C, main/pa_table.C,
26154: types/pa_value.h: table:set 0
26155:
26156: * src/: classes/root.C, include/core.h, include/pa_array.h,
26157: include/pa_request.h, include/pa_table.h, main/core.C,
26158: main/main.dsp, main/pa_request.C, main/pa_table.C,
26159: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
26160: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
26161: types/pa_vstring.h: freeze, ^table:create[] -1
26162:
26163: * src/: classes/root.C, types/pa_value.h: z
26164:
26165: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
26166: get_method in couple places optimizing them
26167:
26168: * src/classes/root.C: z
26169:
26170: * src/: classes/root.C, types/pa_vclass.h: process temp main
26171: zeroing
26172:
26173: * src/: classes/double.C, classes/int.C, classes/root.C,
26174: classes/string.C, include/pa_common.h, include/pa_request.h,
26175: include/pa_string.h, include/pa_types.h, main/compile.C,
26176: main/compile.y, main/compile_tools.h, main/execute.C,
26177: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26178: types/pa_vmframe.h: ^process. actual names to store param and
26179: check_actual_numbered_params for better place diagnostics
26180:
26181: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
26182: method-junctions bug fixed
26183:
26184: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
26185: pa_vstateless_object.h, pa_vstring.h: stateless_object
26186:
26187: 2001-03-11 paf
26188:
26189: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
26190: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
26191: VDouble VInt base now VObject_base - without fields
26192:
26193: * src/: classes/root.C, include/core.h, main/core.C: z
26194:
26195: * src/: classes/double.C, classes/int.C, classes/root.C,
26196: classes/string.C, include/core.h, include/pa_hash.h,
26197: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
26198: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
26199:
26200: * src/: classes/double.C, classes/int.C, classes/root.C,
26201: include/pa_request.h, main/execute.C: intercept_string
26202:
26203: * src/: classes/double.C, classes/int.C, classes/root.C,
26204: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
26205:
26206: * src/: classes/double.C, classes/int.C, include/pa_request.h:
26207: ^inc-s(expr)
26208:
26209: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26210: classes/_root.h, classes/_string.h, classes/double.C,
26211: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26212: include/code.h, include/core.h, include/pa_array.h,
26213: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26214: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26215: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26216: include/pa_types.h, main/compile.C, main/compile.y,
26217: main/compile_tools.C, main/compile_tools.h, main/core.C,
26218: main/execute.C, main/pa_array.C, main/pa_common.C,
26219: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
26220: main/pa_request.C, main/pa_string.C, main/pa_table.C,
26221: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26222: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26223: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26224: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26225: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26226: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
26227:
26228: * src/: main/pa_request.C, types/pa_vhash.h: z
26229:
26230: * src/: include/core.h, include/pa_request.h, main/core.C,
26231: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
26232:
26233: * src/: include/pa_valiased.h, include/pa_value.h,
26234: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26235: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26236: include/pa_vjunction.h, include/pa_vmframe.h,
26237: include/pa_vobject.h, include/pa_vstring.h,
26238: include/pa_vunknown.h, include/pa_wcontext.h,
26239: include/pa_wwrapper.h, main/compile.y, main/core.C,
26240: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
26241: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
26242: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26243: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26244: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26245: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26246: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26247: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
26248: include/
26249:
26250: 2001-03-10 paf
26251:
26252: * src/: include/core.h, include/pa_request.h, main/core.C,
26253: main/pa_request.C: run+auto=run
26254:
26255: * src/: classes/root.C, include/pa_request.h: minor if junction bug
26256:
26257: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26258: classes/_root.h, classes/_string.h, classes/double.C,
26259: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26260: include/code.h, include/core.h, include/pa_array.h,
26261: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26262: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26263: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26264: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
26265: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26266: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26267: include/pa_vjunction.h, include/pa_vmframe.h,
26268: include/pa_vobject.h, include/pa_vstring.h,
26269: include/pa_vunknown.h, include/pa_wcontext.h,
26270: include/pa_wwrapper.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_cframe.C,
26273: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
26274: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
26275: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
26276: main/pa_wcontext.C: sources header
26277:
26278: * src/main/pa_request.C: auto..
26279:
26280: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26281: main/pa_request.C: auto tree0
26282:
26283: * src/: include/core.h, include/pa_request.h, main/compile.y,
26284: main/core.C, main/pa_request.C: names to core.C
26285:
26286: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
26287: include/pa_request.h, main/core.C, main/execute.C,
26288: main/pa_common.C, main/pa_request.C: root auto.p loaded
26289:
26290: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
26291: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
26292: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26293: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
26294:
26295: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
26296: @auto[] realised. auto.p scan togo
26297:
26298: * src/: include/pa_request.h, main/execute.C: autocalc
26299: code-junctions result now have names
26300:
26301: * src/: classes/double.C, classes/int.C, classes/root.C,
26302: classes/string.C, include/pa_request.h, include/pa_string.h,
26303: include/pa_wcontext.h, main/compile.y, main/execute.C,
26304: main/pa_string.C, main/pa_wcontext.C: tainting 0
26305:
26306: * src/classes/env.C: env:file/line
26307:
26308: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26309: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26310: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26311: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26312: main/compile_tools.C, main/compile_tools.h, main/core.C,
26313: main/execute.C, main/main.dsp, main/pa_cframe.C,
26314: main/pa_request.C, main/pa_wcontext.C: const fight finished
26315:
26316: * src/include/pa_vclass.h: const fight to go
26317:
26318: * src/: classes/_env.h, classes/env.C, classes/root.C,
26319: include/pa_request.h, include/pa_vclass.h, main/core.C,
26320: main/main.dsp: env0
26321:
26322: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26323: classes/_string.h, classes/double.C, classes/int.C,
26324: classes/root.C, classes/string.C, include/pa_request.h,
26325: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26326: include/pa_wcontext.h, main/core.C, main/main.dsp,
26327: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26328: main/pa_wcontext.C: ^lang prepare0
26329:
26330: 2001-03-09 paf
26331:
26332: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26333: construct proper naming
26334:
26335: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26336: classes/double.C, classes/int.C, classes/root.C,
26337: classes/string.C, include/code.h, include/pa_value.h,
26338: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26339: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26340: main/compile.y, main/compile_tools.C, main/core.C,
26341: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26342: and ^double[]. fixed expr type
26343:
26344: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26345: ^string.length[]
26346:
26347: 2001-03-08 paf
26348:
26349: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26350:
26351: * src/: include/pa_vclass.h, include/pa_vstring.h,
26352: include/pa_wcontext.h, main/compile.y, main/core.C,
26353: main/execute.C, main/main.dsp: dead end: vstring can't be
26354: derivated from vobject
26355:
26356: * src/: include/pa_vclass.h, include/pa_vhash.h,
26357: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26358:
26359: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26360: remained clone conseqs
26361:
26362: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26363:
26364: * src/main/pa_vclass.C: wow! vclass were out of vcs
26365:
26366: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26367: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26368: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26369: include/pa_vobject.h, include/pa_vstring.h,
26370: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26371: main/execute.C: withoud cloning. didn't need it actually, params
26372: got passed from out unnamed ewpool
26373:
26374: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26375: include/pa_vjunction.h, include/pa_vobject.h,
26376: include/pa_vunknown.h, main/compile.y: cloning dead end
26377:
26378: * src/: include/pa_bool.h, include/pa_double.h,
26379: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26380: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26381: include/pa_vjunction.h, include/pa_vmframe.h,
26382: include/pa_vobject.h, include/pa_vstring.h,
26383: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26384: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26385: to give params proper names
26386:
26387: * src/main/pa_wcontext.C: z
26388:
26389: * src/: include/pa_vmframe.h, main/execute.C: added names to
26390: unknown values in get_element and unfilled params. removed wrong
26391: name change in get_element
26392:
26393: * src/main/execute.C: z
26394:
26395: * src/main/execute.C: fixed problems calling operators in
26396: constructors
26397:
26398: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26399: detected problems calling operators in constructors
26400:
26401: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26402: autocalc def to string
26403:
26404: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26405: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26406:
26407: * src/classes/root.C: added root.c
26408:
26409: * src/: include/pa_request.h, include/pa_value.h,
26410: include/pa_vcframe.h, include/pa_vmframe.h,
26411: include/pa_wcontext.h, main/compile.C, main/compile.y,
26412: main/core.C, main/execute.C, main/pa_cframe.C,
26413: main/pa_wcontext.C: 'if' just compiled
26414:
26415: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26416: include/pa_vjunction.h, include/pa_vmframe.h,
26417: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26418: main/pa_wcontext.C: z
26419:
26420: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26421: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26422: with parameter names in operator methods
26423:
26424: * src/main/compile.y: minor renamings in .y
26425:
26426: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26427: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26428: @BASE. changed 'RUN' assignment mech
26429:
26430: * src/main/execute.C: z
26431:
26432: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26433: main/compile_tools.h, main/execute.C: made class: dynamic, not
26434: static. so to enable runtime ^use
26435:
26436: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26437:
26438: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26439: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26440:
26441: * src/main/execute.C: root root in code-junction
26442:
26443: 2001-03-07 paf
26444:
26445: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26446: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26447:
26448: * src/: include/pa_stack.h, include/pa_value.h,
26449: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26450: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26451: fixed rwcontext of {} params up
26452:
26453: * src/main/: compile.y, compile_tools.h: ^func(params)
26454:
26455: * src/main/compile.y: .y priorities syntax shaped up a bit
26456:
26457: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26458: include/pa_vunknown.h, main/compile.y, main/execute.C,
26459: main/pa_hash.C: expr def in -f
26460:
26461: * src/main/: compile.y, execute.C: expr calls
26462:
26463: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26464: fixed
26465:
26466: * src/main/compile.y: expr quoted code
26467:
26468: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26469: support0
26470:
26471: * src/main/compile.y: expr string comparisons 0
26472:
26473: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26474: main/pa_string.C: just compiled lt&co
26475:
26476: * src/main/execute.C: ^var.menu{$field} problem detected. that
26477: $field not a $var.field
26478:
26479: 2001-03-06 paf
26480:
26481: * src/main/compile.y: .y expr visible-shorter
26482:
26483: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26484: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26485: logical
26486:
26487: * src/: include/pa_vstring.h, main/compile.y: problems with
26488: skipping whitespace in yylex
26489:
26490: * src/include/pa_vbool.h: forgot this
26491:
26492: * src/: include/code.h, main/compile.y, main/execute.C: without
26493: string ops in expressions 0
26494:
26495: * src/: include/pa_value.h, include/pa_vdouble.h,
26496: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26497: main/execute.C, main/main.dsp: !~
26498:
26499: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26500: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26501: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26502: include/pa_vunknown.h, include/pa_wcontext.h,
26503: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26504: main/compile_tools.h, main/execute.C: +-*/
26505:
26506: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26507: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26508:
26509: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26510: main/execute.C: expr grammar-1 2*2=4.000000 :)
26511:
26512: * src/main/compile.y: expr grammar-1
26513:
26514: * src/main/compile.y: expr lexx1
26515:
26516: * src/main/: compile.y, execute.C, main.dsp: z
26517:
26518: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26519: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26520: main/execute.C: expr lex0 exec-1
26521:
26522: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26523:
26524: 2001-02-26 paf
26525:
26526: * src/main/compile.y: max_string in yyerror bug fix
26527:
26528: 2001-02-25 paf
26529:
26530: * src/: include/pa_value.h, include/pa_vmframe.h,
26531: include/pa_wcontext.h, main/execute.C: VAliased3
26532:
26533: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26534:
26535: * src/main/execute.C: VAliased1
26536:
26537: * src/: include/pa_request.h, include/pa_value.h,
26538: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26539: VAliased0
26540:
26541: * src/: include/pa_pool.h, include/pa_request.h,
26542: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26543: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26544: VAliased just compiled
26545:
26546: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26547: include/pa_vobject.h, main/execute.C: alias dead end
26548:
26549: * src/: include/pa_value.h, include/pa_vclass.h,
26550: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26551: main/main.dsp: no not get fields into interm VFielded class.
26552: fields & staticfields 1
26553:
26554: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26555: include/pa_vobject.h, include/pa_wcontext.h,
26556: include/pa_wwrapper.h, main/core.C, main/execute.C,
26557: main/main.dsp: would now get fields into interm VFielded class
26558:
26559: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26560: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26561: include/pa_wcontext.h, main/compile.y, main/core.C,
26562: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26563: main/pa_wcontext.C: virtuals2
26564:
26565: * src/main/compile.y: : 1
26566:
26567: * src/main/compile.y: rethought to $class:static.field.subfield
26568:
26569: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26570: $class:element
26571:
26572: * src/: include/pa_value.h, include/pa_vmframe.h,
26573: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26574: main/pa_wcontext.C: before execute class calls rewrite
26575:
26576: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26577: name RUN, also alias
26578:
26579: * src/main/compile.y: escaping bug
26580:
26581: * src/: include/pa_request.h, include/pa_value.h,
26582: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26583: main/core.C, main/execute.C, main/pa_common.C: vobject1
26584:
26585: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26586: include/pa_vmframe.h, include/pa_vobject.h,
26587: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26588: main/compile_tools.h, main/execute.C: ^class:method() just
26589: compiled
26590:
26591: 2001-02-24 paf
26592:
26593: * src/main/main.dsp: no bison -d
26594:
26595: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26596: class' err msg wrong
26597:
26598: * src/main/compile.y: z
26599:
26600: * src/main/: compile.y, core.C: yylex need some @special lines adj
26601:
26602: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26603: main/compile.y, main/compile_tools.h, main/core.C: modules0
26604:
26605: * src/: include/pa_vclass.h, main/core.C: z
26606:
26607: * src/: include/pa_value.h, include/pa_vclass.h,
26608: include/pa_vobject.h, main/main.dsp: vobject00
26609:
26610: * src/main/pa_array.C: minor bug in expanding very small arrays.
26611: 60% from 1 were 0
26612:
26613: * src/: include/pa_value.h, include/pa_wcontext.h,
26614: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26615: as bad as you've named it: wcontext.value() was not a perfect
26616: idea
26617:
26618: * src/main/execute.C: codeframe1
26619:
26620: * src/: include/pa_value.h, include/pa_vcframe.h,
26621: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26622: include/pa_vjunction.h, include/pa_vmframe.h,
26623: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26624: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26625: just compiled
26626:
26627: * src/: include/pa_vframe.h, main/compile.y: found junction
26628: ideology @: ^x{$a()) must construct current wcontext element, so
26629: smart wcontext handling needed
26630:
26631: * src/main/compile.y: fixed grammar bugs in constructor/params
26632: klinch
26633:
26634: * src/main/: compile.y, execute.C: fixed empty constructor
26635: optimized empty case. failed on calls - produced empty string
26636: param
26637:
26638: * src/main/compile.y: fixed last \n macrotemplate strip bug
26639:
26640: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26641: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26642: main/compile_tools.C, main/compile_tools.h, main/core.C,
26643: main/execute.C: code junctions0. something wrong with last \n
26644: macrotemplate strip
26645:
26646: * src/: include/pa_value.h, main/compile.C, main/core.C,
26647: main/pa_value.C: minor error reporting format beautifyings
26648:
26649: * src/: include/pa_value.h, include/pa_vclass.h,
26650: include/pa_vframe.h, main/core.C, main/execute.C,
26651: main/pa_value.C: get_method RIP. junctions everywhere. call with
26652: junctions0
26653:
26654: 2001-02-23 paf
26655:
26656: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26657: pa_wwrapper.h: lara came, can't work, sorry :(
26658:
26659: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26660: junction
26661:
26662: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26663: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26664: main/execute.C, main/main.dsp, main/pa_value.C: call0
26665:
26666: * src/: include/pa_hash.h, include/pa_value.h,
26667: include/pa_wcontext.h, main/core.C, main/execute.C,
26668: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26669: done
26670:
26671: * src/include/pa_wcontext.h: z
26672:
26673: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26674: wrong grammar in complex constructor case
26675:
26676: * src/main/: compile.y, execute.C: empty constructor bug fixed
26677:
26678: * src/main/execute.C: with result rwpool
26679:
26680: * src/: include/pa_value.h, main/core.C, main/execute.C,
26681: main/main.dsp: value named
26682:
26683: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26684: strign 2 value in 2 places in execute
26685:
26686: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26687: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26688: wcontext.put_element when wcontext fvalue==0
26689:
26690: 2001-02-22 paf
26691:
26692: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26693: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26694: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26695:
26696: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26697: erroreos checkout
26698:
26699: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26700:
26701: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26702: main/compile_tools.h, main/pa_array.C: $self.get
26703:
26704: * src/main/: compile.C, compile.y, compile_tools.C: z
26705:
26706: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26707: bit. finished now.
26708:
26709: * src/main/compile.y: $: finished
26710:
26711: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26712:
26713: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26714: main/execute.C: OP_STRING better then some xxx _VALUE
26715:
26716: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26717: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26718: string to vstring it .y all
26719:
26720: * src/: include/pa_request.h, include/pa_stack.h,
26721: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26722: all
26723:
26724: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26725: precise parse error line:col
26726:
26727: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26728: main/pa_hash.C, main/pa_pool.C: TRY...
26729:
26730: * src/: include/pa_exception.h, include/pa_pool.h,
26731: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26732: main/compile.C, main/compile.y, main/compile_tools.C,
26733: main/core.C, main/pa_array.C, main/pa_exception.C,
26734: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26735: main/pa_table.C: removed exception from request
26736:
26737: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26738: some forgotten
26739:
26740: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26741: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26742: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26743: get/put simple vars to VClass works0
26744:
26745: * src/: include/pa_array.h, include/pa_wcontext.h,
26746: main/pa_string.C: in process, but found that exceptions are too
26747: global
26748:
26749: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26750: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26751: main/execute.C, main/pa_string.C: write_value write_string 0 it
26752: seems wcontext must write strings regardles of fvalue!=0
26753:
26754: 2001-02-21 paf
26755:
26756: * src/main/execute.C: tired :)
26757:
26758: * src/main/: compile.C, compile.y, execute.C: store0
26759:
26760: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26761: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26762: include/pa_wcontext.h, main/compile.C, main/compile.y,
26763: main/execute.C, main/main.dsp, main/pa_array.C,
26764: main/pa_request.C: get put -1 [just compiled]
26765:
26766: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26767: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26768: main/main.dsp, main/pa_request.C: request core methods0
26769:
26770: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26771: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26772: execute
26773:
26774: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26775: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26776: methods and one_big_piece. now compile returns array<method*>
26777:
26778: * src/main/compile.y: more straightforward yylex[end]
26779:
26780: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26781: string.operator==(char*)
26782:
26783: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26784: main/execute.C, main/pa_array.C: after array.const get wonders
26785:
26786: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26787: pa_string.h, pa_value.h: struck with const array.gets
26788:
26789: * src/main/: execute.C: z
26790:
26791: * src/main/: compile.y, execute.C: z
26792:
26793: * src/main/: compile.C, compile.y, compile_tools.h: error
26794: processing in eval & yyerror so it wouldn't cause memleaks.
26795:
26796: * src/main/: compile.C, compile.y: failed to add absolute precies
26797: parse error positions. leaving RIGHTMOST position as
26798: @file[line:col]
26799:
26800: * src/: include/compile.h, main/compile.C, main/compile.y,
26801: main/compile_tools.h: line numbers needed. would add them to .y
26802: now internally. externally it's not as precise as needed
26803:
26804: * src/: include/code.h, include/pa_types.h, main/compile.C,
26805: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26806: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26807: compiler works ok
26808:
26809: 2001-02-20 paf
26810:
26811: * src/main/: compile.C, compile.y, compile_tools.C,
26812: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26813: not perfect
26814:
26815: * src/: include/code.h, include/compile.h, include/execute.h,
26816: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26817: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26818: main/compile.C, main/compile.y, main/compile_tools.C,
26819: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26820: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26821: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26822: compiled. execute=dump for now
26823:
26824: * src/main/core.C: core rewrite using yacc investigations now will
26825: be compile[yacc]/execute[opcodes]
26826:
26827: 2001-02-15 paf
26828:
26829: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26830: rewrite as turing machine? for it seems it would be it's too many
26831: ifs with this syntax now
26832:
26833: 2001-02-14 paf
26834:
26835: * src/main/core.C: get_params 1
26836:
26837: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26838: :( ]
26839:
26840: * src/main/core.C: varios breaks
26841:
26842: * src/main/core.C: get names 3
26843:
26844: * src/main/core.C: get names 2
26845:
26846: * src/main/core.C: get names 1
26847:
26848: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26849: names 0
26850:
26851: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26852: text repassing2 operator static vars
26853:
26854: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26855: main/pa_string.C: process text repassing
26856:
26857: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26858: module:calls changes
26859:
26860: 2001-02-13 paf
26861:
26862: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26863: ^class:calls[] started
26864:
26865: * src/: include/pa_value.h, main/core.C: z
26866:
26867: * src/main/core.C: operators : and self. prefixes
26868:
26869: * src/main/core.C: z
26870:
26871: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26872: tested
26873:
26874: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26875: optimized
26876:
26877: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26878: would change privates to better support optimization
26879:
26880: * src/: include/pa_string.h, main/pa_string.C:
26881: String_iterator::skip_to todo:optimize
26882:
26883: 2001-02-12 paf
26884:
26885: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26886: String_iterator
26887:
26888: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26889: comments
26890:
26891: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26892: self/methodref joined
26893:
26894: 2001-02-11 paf
26895:
26896: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26897: main/main.dsp: core started. core.C, context&value .h
26898:
26899: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26900: include/pa_string.h, main/main.dsp, main/pa_array.C,
26901: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26902:
26903: 2001-01-30 paf
26904:
26905: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26906: comments
26907:
26908: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26909: main/pa_pool.C: moved pa_pool.C to be target specific
26910:
26911: * src/: include/pa_exception.h, include/pa_pool.h,
26912: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26913: to & changes
26914:
26915: * src/: include/pa_exception.h, include/pa_pool.h,
26916: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26917: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26918: re-associated. that's much better even removed 'die' necessety
26919:
26920: * src/: include/pa_error.h, include/pa_exception.h,
26921: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26922: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26923: targets/Makefile.am: lowered targets/parser into subdir, added
26924: parser_Pool(Pool) failed to add. would think..
26925:
26926: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26927: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26928: main/pa_string.C, main/pa_table.C: Table more like C++ style
26929: hence lots of 'const'
26930:
26931: * src/: include/pa_error.h, include/pa_request.h,
26932: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26933: main/pa_table.C: Error fixed
26934:
26935: 2001-01-29 paf
26936:
26937: * src/: include/pa_array.h, include/pa_common.h,
26938: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26939: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26940: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26941: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26942:
26943: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26944: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26945: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26946: main/pa_string.C, main/pa_table.C: Request Error Table
26947:
26948: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26949: templates"
26950:
26951: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26952: main/main.dsp, main/pa_array.C: templates failed no template
26953: specializations [VC6], no library auto instantation [VC6, GNU c++
26954: 2.95.2-6 from latest cygwin]
26955:
26956: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26957: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26958: main/main.dsp, main/pa_array.C, main/pa_string.C,
26959: main/pa_table.C: Table started would test template Array now
26960:
26961: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26962: String originating
26963:
26964: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26965: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26966: SYNCHRONIZED(thread_safe)
26967:
26968: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26969: parts to top
26970:
26971: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26972: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26973: see: needed only in global Hash now, made Hash:: put/get
26974: SYNCHRONIZED
26975:
26976: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26977: main/pa_threads.C: added pa_threads
26978:
26979: Mutex
26980:
26981: * src/include/pa_hash.h: some comments
26982:
26983: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26984: Array& operator += (Array& src)
26985:
26986: * src/main/pa_array.C: expand not convinient, would rewrite
26987:
26988: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
26989: (Array& src)
26990:
26991: rethought, would change now
26992:
26993: 2001-01-27 paf
26994:
26995: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
26996: caching
26997:
26998: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26999: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
27000: cache rethought to chunk caching
27001:
27002: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27003: include/pa_string.h, main/main.dsp, main/pa_array.C,
27004: main/pa_hash.C, main/pa_string.C: Array 0
27005:
27006: * src/main/pa_string.C: String::operator ==
27007:
27008: * src/main/pa_hash.C: String(&String)
27009:
27010: * src/main/pa_hash.C: added pa_hash.C [forgotten]
27011:
27012: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
27013: main/main.dsp, main/pa_string.C: uint, and added pa_types &
27014: pa_hash[forgotten]
27015:
27016: 2001-01-26 paf
27017:
27018: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
27019: removed templates [vc++ suxx]
27020:
27021: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
27022: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
27023:
27024: * src/include/: pa_pool.h, pa_string.h: pa_pool split
27025:
1.119 moko 27026: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 27027:
1.119 moko 27028: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 27029: check
27030:
27031: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
27032: dynamic row_count
27033:
27034: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27035: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27036: targets/Makefile.am: Initial revision
27037:
27038: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27039: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27040: targets/Makefile.am: creating parser3 module
27041:
E-mail: