Annotation of parser3/ChangeLog, revision 1.238
1.238 ! moko 1: 2026-05-28 moko
! 2:
! 3: * src/include/pa_config_includes.h: warnings war
! 4:
! 5: * src/classes/classes.h: warnings war
! 6:
! 7: * src/include/pa_inline_hash.h: fix for old gcc
! 8:
1.237 moko 9: 2026-05-24 moko
10:
11: * src/main/pa_request.C, tests/httpd/041.txt, tests/httpd/042.txt,
12: tests/httpd/043.txt, tests/httpd/ok.log: more range check tests
13: added
14:
1.236 moko 15: 2026-05-06 moko
16:
17: * operators.ru.txt, operators.txt: ^int/double.++[] and
18: ^int/double.--[] documented (related to feature #1294)
19:
20: * tests/: 063.html, results/063.processed: test for
21: ^int/double.++[] and ^int/double.--[] added (related to feature
22: #1294)
23:
24: * src/classes/: double.C, int.C: ^int/double.++[] and
25: ^int/double.--[] added (adopted Sumo patch, implements feature
26: #1294)
27:
28: * src/main/main.vcproj: pa_inline_hash.h added (related to feature
29: #1293)
30:
1.235 moko 31: 2026-04-30 moko
32:
33: * src/include/pa_inline_hash.h: PA_PROBE_LIMIT added (related to
34: feature #1293)
35:
36: * src/include/pa_inline_hash.h: First lookup optimization added
37: (related to feature #1293)
38:
39: * src/include/pa_inline_hash.h: upgrade to linear-probing hash
40: (related to feature #1293)
41:
1.234 moko 42: 2026-04-25 moko
43:
44: * INSTALL, NEWS, README, buildall, src/classes/amqp.C,
45: src/classes/array.C, src/classes/bool.C, src/classes/classes.C,
46: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
47: src/classes/double.C, src/classes/file.C, src/classes/form.C,
48: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
49: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
50: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
51: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
52: src/classes/regex.C, src/classes/response.C,
53: src/classes/string.C, src/classes/table.C, src/classes/void.C,
54: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
55: src/include/pa_array.h, src/include/pa_base64.h,
56: src/include/pa_cache_managers.h, src/include/pa_charset.h,
57: src/include/pa_charsets.h, src/include/pa_common.h,
58: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
59: src/include/pa_dictionary.h, src/include/pa_dir.h,
60: src/include/pa_exception.h, src/include/pa_exec.h,
61: src/include/pa_globals.h, src/include/pa_hash.h,
62: src/include/pa_http.h, src/include/pa_inline_hash.h,
63: src/include/pa_int.h, src/include/pa_memory.h,
64: src/include/pa_opcode.h, src/include/pa_operation.h,
65: src/include/pa_os.h, src/include/pa_pool.h,
66: src/include/pa_random.h, src/include/pa_request.h,
67: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
68: src/include/pa_sapi.h, src/include/pa_socks.h,
69: src/include/pa_sql_connection.h,
70: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
71: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
72: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
73: src/include/pa_table.h, src/include/pa_threads.h,
74: src/include/pa_types.h, src/include/pa_uue.h,
75: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
76: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
77: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c,
78: src/lib/memcached/pa_memcached.C,
79: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
80: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
81: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
82: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
83: src/main/compile.tab.C, src/main/compile.y,
84: src/main/compile_tools.C, src/main/compile_tools.h,
85: src/main/execute.C, src/main/pa_base64.C,
86: src/main/pa_cache_managers.C, src/main/pa_charset.C,
87: src/main/pa_charsets.C, src/main/pa_common.C,
88: src/main/pa_dictionary.C, src/main/pa_dir.C,
89: src/main/pa_exception.C, src/main/pa_exec.C,
90: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_int.C,
91: src/main/pa_memory.C, src/main/pa_os.C, src/main/pa_pool.C,
92: src/main/pa_random.C, src/main/pa_request.C, src/main/pa_socks.C,
93: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
94: src/main/pa_stylesheet_connection.C,
95: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
96: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
97: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
98: src/main/untaint.C, src/main/helpers/simple_folding.pl,
99: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
100: src/targets/apache/mod_parser3_core.C,
101: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
102: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
103: src/types/pa_method.h, src/types/pa_property.h,
104: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vamqp.h,
105: src/types/pa_varray.C, src/types/pa_varray.h,
106: src/types/pa_vbool.h, src/types/pa_vcaller_wrapper.h,
107: src/types/pa_vclass.C, src/types/pa_vclass.h,
108: src/types/pa_vcode_frame.h, src/types/pa_vconsole.h,
109: src/types/pa_vcookie.C, src/types/pa_vcookie.h,
110: src/types/pa_vdate.C, src/types/pa_vdate.h,
111: src/types/pa_vdouble.h, src/types/pa_venv.C, src/types/pa_venv.h,
112: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
113: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
114: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
115: src/types/pa_vimage.C, src/types/pa_vimage.h,
116: src/types/pa_vint.h, src/types/pa_vjunction.C,
117: src/types/pa_vjunction.h, src/types/pa_vmail.C,
118: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
119: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
120: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
121: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
122: src/types/pa_vobject.h, src/types/pa_vregex.C,
123: src/types/pa_vregex.h, src/types/pa_vrequest.C,
124: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
125: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
126: src/types/pa_vstateless_class.h,
127: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
128: src/types/pa_vstatus.h, src/types/pa_vstring.C,
129: src/types/pa_vstring.h, src/types/pa_vtable.C,
130: src/types/pa_vtable.h, src/types/pa_vvoid.C,
131: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
132: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
133: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
134: src/types/pa_wwrapper.h: Copyright year updated, websites links
135: changed to https://
136:
137: * src/include/pa_inline_hash.h: delete added (related to feature
138: #1293)
139:
140: 2026-04-24 moko
141:
142: * src/: classes/reflection.C, main/pa_common.C, types/pa_method.h,
143: types/pa_vmethod_frame.h: inline-storage hash used to avoid
144: allocations for MethodFrame args and locals (imlpements feature
145: #1293) _stack uses for_each to avoid Iterator for
146: InlineHashString
147:
148: * src/include/: Makefile.am, pa_inline_hash.h: inline-storage hash
149: added to avoid allocations for MethodFrame args and locals
150: (related to feature #1293)
151:
152: * tests/: 337.html, 434.html, results/320.processed,
153: results/434.processed: test for ^A[v1;v2]=^array::create[v1;v2]
154: added (related to feature #1282)
155:
156: * src/classes/op.C: ^A[v1;v2]=^array::create[v1;v2] added
157: (implements feature #1282)
158:
159: * tests/: 447.html, results/447.processed: exceptions tests added
160: (related to feature #1286)
161:
162: * src/classes/reflection.C: native method exception added (related
163: to feature #1286)
164:
165: * src/main/execute.C: removes irrelevant lines from exception stack
166: trace when exception occur in array assigment (related to bug
167: #1165) + useless #define removed
168:
169: * src/: include/pa_request.h, main/compile.y: warnings war
170:
171: 2026-04-23 moko
172:
173: * src/main/: compile.y, compile_tools.C, compile_tools.h:
174: maybe_append_simple_diving_code() is not related to
175: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
176:
1.233 moko 177: 2026-03-01 moko
178:
179: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
180: main/pa_request.C: configure_user removed, $MAIN:MAIL now
181: processed inside ^mail:send[] (implements feature #1290)
182:
183: 2026-02-25 moko
184:
185: * tests/: 182.html, 182_dir/a7.p, results/182.processed: test for
186: array redefinition added
187:
188: * src/main/pa_request.C: array redefinition fixed
189:
190: * tests/: 182.html, results/182.processed: test for
191: ^reflection:classes[] order (related to feature #1289)
192:
193: * src/: classes/reflection.C, include/pa_request.h,
194: main/pa_request.C: classes now OrderedHashString, implements
195: feature #1289
196:
1.232 moko 197: 2026-02-02 moko
198:
199: * tests/: 307.html, results/307.processed: more "junction used
200: outside of context" tests added
201:
1.231 moko 202: 2026-01-09 moko
203:
204: * src/classes/amqp.C: auto_delete is better false by default
205: (related to feature #1288)
206:
207: * src/classes/amqp.C: more methods bool args fixes, nowait removed
208: (related to feature #1288)
209:
210: * src/classes/amqp.C: nowait was mixed up with exclusive in consume
211:
212: * src/classes/amqp.C: amqp_basic_cancel added to consume, purge
213: returns purged messages count (related to feature #1288)
214:
215: * tests/: 449.html, results/449.processed, results/auto.p: test for
216: table size limit added (related to feature #1276)
217:
218: * src/classes/table.C: $MAIN:LIMITS.max_array_size now used to
219: limit table size; note: for append and insert operations only
220: (implements feature #1276)
221:
222: 2026-01-08 moko
223:
224: * src/classes/amqp.C: addition to feature #1288: declare_exchange +
225: declare_queue = declare; delete_exchange + delete_queue = delete;
226: bind_queue -> bind; unbind_queue -> unbind; + purge, + info;
227: consume can be called without callback with optional $.count(N),
228: returns array of messages;
229:
230: 2026-01-07 moko
231:
232: * tests/: 448.html, results/448.processed: avoid 500, show
233: exception where not supported
234:
235: * src/include/pa_int.h: warnings war
236:
237: * tests/: 422.html, results/422.processed: test updated after wide
238: int implemented (feature #1273)
239:
240: * src/main/pa_int.C: warnings war
241:
242: * src/classes/classes.vcproj: +amqp.C
243:
244: * src/classes/: int.C, string.C: warnings war
245:
246: * src/classes/: op.C: warnings war
247:
248: * src/: classes/op.C, main/pa_int.C: warnings war
249:
250: * src/types/pa_vdate.h: warnings war
251:
252: * src/main/pa_int.C: warnings war continues
253:
254: * src/: include/pa_int.h, main/pa_int.C, types/pa_vint.h: warnings
255: war
256:
257: * src/types/pa_vdate.C: reverted, format_double still required here
258:
259: * src/: include/pa_int.h, main/pa_int.C, types/pa_vmath.C:
260: format_double now supports wint, $math:int_max and $math:int_min
261: added, PA_WIDE_INT is finally enabled by default (implements
262: feature #1273)
263:
264: * tests/: 275.html, results/275.processed: preparing tests for int
265: extension
266:
267: * tests/: 424.html, results/424.processed: actualized and prepared
268: for wide int
269:
270: 2026-01-06 moko
271:
272: * src/: classes/double.C, classes/int.C, classes/string.C,
273: include/pa_common.h, include/pa_int.h, include/pa_string.h,
274: main/execute.C, main/pa_common.C, main/pa_int.C,
275: types/pa_value.h, types/pa_vdate.C, types/pa_vdate.h,
276: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmethod_frame.h,
277: types/pa_vstring.h: feature #1273 core implementation:
278: value::as_wint added, implemented for int/double/string, and used
279: where applicable; vint now holds pa_wint type; format_double
280: moved to pa_int
281:
282: * src/: include/pa_array.h, include/pa_string.h, main/main.vcproj:
283: pa_int includes tuning, vcproj updated (related to feature #1273)
284:
285: * src/main/pa_int.C: build fix
286:
287: * src/: include/Makefile.am, main/Makefile.am: pa_int.h/pa_int.C
288: added, another preparation for feature #1273
289:
290: * src/: include/pa_array.h, include/pa_int.h, include/pa_string.h,
291: include/pa_types.h, main/pa_int.C, main/pa_string.C,
292: types/pa_vint.h: pa_int.h/pa_int.C added and all related code
293: moved there, pa_wint and related functions added, another
294: preparation for feature #1273
295:
1.230 moko 296: 2025-12-17 moko
297:
298: * src/classes/json.C: optimization: String::Empty used and avoided
299: using passed length.
300:
301: 2025-12-16 moko
302:
303: * src/classes/string.C: sync _int with _double, avoid int usage
304: (related to #1273)
305:
1.229 moko 306: 2025-12-08 moko
307:
308: * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE
309: define added and used for OS X as well
310:
1.228 moko 311: 2025-11-30 moko
312:
313: * configure, configure.ac, src/include/pa_config_auto.h.in,
314: src/include/pa_config_fixed.h: int64_t added in preparation to
315: feature #1273
316:
1.227 moko 317: 2025-11-22 moko
318:
319: * src/classes/amqp.C: delivery_tag changed from string to double
320: (related to feature #1288)
321:
1.226 moko 322: 2025-11-14 moko
323:
324: * src/types/pa_vstatus.C, tests/448.html,
325: tests/results/448.processed: $status:limit-cpu,
326: $status:limit-mem, $status:limit-nproc unlimited support added,
327: test added (related to feature #1280)
328:
329: * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
330: $status:limit-mem, $status:limit-nproc added (implements feature
331: #1280)
332:
333: 2025-11-12 moko
334:
335: * tests/results/: 323.processed, 421.processed: tests results
336: updated after amqp class added
337:
1.225 moko 338: 2025-11-08 moko
339:
340: * src/classes/amqp.C: tls support added, errors reporting improved
341: (related to feature #1288)
342:
343: * src/classes/amqp.C: tls support added (related to feature #1288)
344:
345: * src/classes/amqp.C: exceptions text now printed (related to
346: feature #1288)
347:
348: * src/classes/amqp.C: properties hash simplified (related to
349: feature #1288)
350:
351: 2025-11-07 moko
352:
353: * src/classes/amqp.C: consume fixed (related to feature #1288)
354:
355: * src/classes/classes.C: + amqp class
356:
357: * buildall, configure, configure.ac, src/classes/Makefile.am,
358: src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
359: src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
360: updated for librabbitmq support (relates to feature #1288)
361:
362: * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
363: basic RabbitMQ C library (librabbitmq) support (partially
364: implements #1288)
365:
1.224 moko 366: 2025-10-05 moko
367:
368: * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
369: reflection.C, string.C: Optimization: valid_options optimized
370: where HashStringValue::Iterator used
371:
372: * tests/results/224.processed: test result updated after date
373: functions updated (related to #1287)
374:
375: 2025-10-04 moko
376:
377: * operators.ru.txt, operators.txt: actualized
378:
379: * operators.ru.txt, operators.txt: actualized after #1285 and #1286
380:
381: * tests/: 447.html, results/447.processed: tests for
382: ^reflection:override[$method] added (related to feature #1286)
383:
384: * tests/: 446.html, results/446.processed: tests for $n1 eq n2
385: added (related to feature #1285)
386:
387: * src/classes/reflection.C:
388: ^reflection:override[$method[;$.to[class] $.name[another_name]]]
389: added (implements feature #1286)
390:
391: * src/main/execute.C: bugfix: when method is attached from another
392: class, it's junction_template is initialized with another class,
393: thus get_vjunction should be used (related to feature #1286)
394:
395: * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
396: ^date:iso-string[] - static call now formats current date
397: (implements feature #1287)
398:
399: 2025-10-01 moko
400:
401: * buildall: built-in mailreceive path actualized
402:
1.223 moko 403: 2025-09-01 moko
404:
405: * src/classes/math.C: old compilers support in ^math:eq
406:
407: 2025-08-31 moko
408:
409: * tests/: 446.html, results/446.processed: tests for
410: ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
411:
412: * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
413: implements #1285)
414:
415: 2025-08-30 moko
416:
417: * operators.ru.txt, operators.txt: actualized
418:
419: * tests/: 230.html, results/230.processed: test for ^file.save
420: $.append(false|true) option added (related to feature #1284)
421:
422: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
423: ^file.save $.append(false|true) option added (implements feature
424: #1284)
425:
1.222 moko 426: 2025-08-16 moko
427:
428: * etc/auto.p.in: LIMIT max_array_size actualized
429:
1.221 moko 430: 2025-08-01 moko
431:
432: * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
433: pa_GC_abort_func added and used (implements feature #1283)
434:
435: * src/include/: pa_array.h, pa_config_includes.h:
436: PA_DEBUG_DISABLE_GC mode fixed for sparse array
437:
1.220 moko 438: 2025-07-04 moko
439:
440: * src/main/pa_common.C: typo fixed (related to bug #1282)
441:
442: * src/main/pa_common.C: minor optimization + create_dir_for_file
443: checks for \ (related to bug #1282)
444:
445: 2025-07-03 moko
446:
447: * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
448: under Windows (fixes bug #1282)
449:
450: * src/main/pa_common.C: file:delete for UTF-8 files now works under
451: Windows (fixes bug #1282)
452:
453: 2025-06-28 moko
454:
455: * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
456: Yavor Doganov <yavor@gnu.org>
457:
458: * src/main/pa_charset.C: typo fixed (related to feature #1281)
459:
460: * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
461: compatibility fixed (implements feature #1281)
462:
1.219 moko 463: 2025-05-31 moko
464:
465: * src/main/pa_http.C: old gcc compilation fix (related to feature
466: #1277)
467:
468: 2025-05-28 moko
469:
470: * src/: classes/array.C, include/pa_array.h: last
471: Array_iterator::key() removed (related to feature #1277)
472:
473: 2025-05-27 moko
474:
475: * src/: classes/array.C, classes/table.C, include/pa_array.h,
476: types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
477: and used (related to feature #1277)
478:
1.218 moko 479: 2025-05-26 moko
480:
481: * src/: classes/array.C, classes/curl.C, classes/hash.C,
482: classes/hashfile.C, classes/image.C, classes/table.C,
483: main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
484: types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
485: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
486: VString(const char *avalue) added and used to optimize new
487: VString(*new String(i.key(), String::L_TAINTED)) (related to
488: feature #1277)
489:
490: * src/: classes/array.C, classes/curl.C, classes/file.C,
491: classes/hash.C, classes/image.C, classes/json.C,
492: classes/reflection.C, classes/xnode.C, include/pa_charset.h,
493: include/pa_hash.h, include/pa_http.h, include/pa_string.h,
494: main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
495: main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
496: types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
497: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
498: types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
499: types/pa_vxnode.C: implements feature #1277 String::Body(const
500: char *abody) now explicit but HashString::put(const char *str, V
501: value) added for simplicity optimizations: HASH_PUT_CSTR used
502: where hash.put called several time during execution; caching
503: String::Body::uitoa used at all pash.put(<uint> calls.
504:
505: 2025-05-25 moko
506:
507: * src/: include/pa_request.h, main/pa_request.C: minor opt (related
508: to feature #1277)
509:
510: * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
511:
512: * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
513: added for caching (related to feature #1277)
514:
515: * src/include/pa_string.h: optimized String:pos versions added
516: (without language + char *) (related to feature #1277)
517:
518: 2025-05-24 moko
519:
520: * tests/: 445.html, results/445.processed: test for
521: ^hash.array[[keys|values]] added (related to feature #1274)
522:
523: * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
524: feature #1274)
525:
1.217 moko 526: 2025-01-26 moko
527:
528: * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
529:
1.216 moko 530: 2025-01-25 moko
531:
532: * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
533:
534: * aclocal.m4, configure, src/include/pa_config_auto.h.in,
535: src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
536: autoheader && automake && autoconf
537:
538: * src/lib/ltdl/configure.ac: new autotools used
539:
540: * acsite.m4, configure.ac: new autotools warnings fixed
541:
1.213 moko 542: 2025-01-10 moko
543:
1.215 moko 544: * tests/results/320.processed: test result updated after syslog
545: added
546:
1.214 moko 547: * src/classes/op.C: minor MSVC fixes
548:
549: * src/lib/md5/pa_md5c.c: MSVC warnings fixed
550:
1.213 moko 551: * operators.ru.txt, operators.txt: +
552: ^syslog[ident;message[;info|warning|error|debug]]
553:
554: * src/classes/op.C: +
555: ^syslog[ident;message[;info|warning|error|debug]] (implelents
556: feature #1270)
557:
558: * configure, configure.ac, src/include/pa_config_auto.h.in,
559: src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
560:
561: 2025-01-06 moko
562:
563: * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
564: 2^n) calculated and used
565:
566: * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
567: https://www.hadrons.org/software/libmd/
568:
1.212 moko 569: 2024-12-28 moko
570:
571: * tests/httpd/run_tests.sh: for FreeBSD compatibility
572:
573: * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
574: 037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
575: $request:uri and $request:path tests added (related to feature
576: #1269)
577:
578: * operators.ru.txt, operators.txt: + $request:path documented
579: (related to feature #1269)
580:
581: * tests/: 065.html, results/065.processed: $request:path,
582: $request:uri tested
583:
584: * src/types/pa_vrequest.C: $request:path default is empty string to
585: match an empty URI in console mode (related to feature #1269)
586:
587: * etc/auto.p.in: $request:path used (related to feature #1269)
588:
589: * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
590: (implements feature #1269)
591:
592: 2024-12-26 moko
593:
594: * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
595: 3.5.0
596:
597: * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
598: pa-include/pa_errno.h, pa-include/pa_file_info.h,
599: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
600: pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
601: pa_strcat
602:
603: * tests/results/223.processed: apache upgraded @parser.ru
604:
605: * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
606: sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
607: pa-include/pa_errno.h, pa-include/pa_file_info.h,
608: pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
609: pa-include/pa_strings.h: sdbm updated from version included in
610: apache 2.0.43 to version included in apache 2.0.65
611:
612: 2024-12-24 moko
613:
614: * etc/auto.p.in: to avoid patching Debian package
615:
616: * src/main/: pa_exec.C, pa_http.C: final fixes for
617: --with-build-warnings (dangling-reference warnings can be
618: ignored)
619:
620: 2024-12-23 moko
621:
622: * src/: classes/file.C, classes/hash.C, classes/op.C,
623: include/pa_common.h, main/pa_http.C, main/pa_request.C,
624: types/pa_vcookie.C, types/pa_vform.C: more fixes for
625: --with-build-warnings
626:
627: * src/: classes/date.C, classes/inet.C, classes/op.C,
628: classes/reflection.C, include/pa_array.h,
629: include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
630: main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
631: --with-build-warnings
632:
1.211 moko 633: 2024-12-21 moko
634:
635: * Makefile.am: +operators.ru.txt
636:
637: * operators.ru.txt, operators.txt: typo fixed
638:
639: 2024-12-20 moko
640:
641: * operators.txt: whitespace synced
642:
643: * operators.ru.txt, operators.txt: curl added
644:
645: * operators.ru.txt, operators.txt: logically sorted
646:
647: * operators.ru.txt: id added
648:
649: * operators.txt: ID added
650:
651: * operators.txt: translated
652:
653: * operators.ru.txt, operators.txt: operators.txt translated to
654: english, synced format with operators.ru.txt
655:
656: * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
657: formatted
658:
659: * operators.ru.txt, operators.txt: formatted, actualized, oracle
660: info moved to separate file
661:
662: 2024-12-19 moko
663:
664: * src/targets/cgi/parser3.C: avoid parser version requests logging
665: in parser3.log
666:
667: 2024-12-18 moko
668:
669: * buildall: preventing --with-system-mailreceive linking with
670: libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
671: to feature #1199)
672:
1.210 moko 673: 2024-12-16 moko
674:
1.211 moko 675: * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210 moko 676:
677: * src/classes/table.C: exception text fixed
678:
679: 2024-12-15 moko
680:
681: * tests/: 102.html, results/102.processed: tests updated after
682: $form:fields not editable again (related to feature #1254)
683:
684: * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
685: be edited (related to feature #1254)
686:
687: * src/types/pa_vform.C: reverted that
688: $form:fields/tables/files/imap can be edited (related to feature
689: #1254) for backward compatibility
690:
691: 2024-12-14 moko
692:
1.211 moko 693: * operators.ru.txt, operators.txt: + array in operators.txt
1.210 moko 694:
695: * tests/results/auto.p: avoid $mac execution unless on OS X
696:
697: * tests/388-sql.html: more OS support
698:
699: 2024-12-13 moko
700:
701: * tests/388-sql.html: sql tests under OS X now fixed
702:
703: * tests/results/auto.p: curl test under OS X now works
704:
705: * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
706: no dll name under Windows, hiding
707:
708: * tests/: 379-curl.html, results/379-curl.processed: some curl
709: versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
710:
711: * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
712: 389.html, results/030.processed, results/212.processed,
713: results/219.processed, results/273.processed,
714: results/320.processed, results/346-curl.processed,
715: results/389.processed, results/auto.p: ^try-catch-filtered added
716: and used
717:
718: * tests/: 347-curl.html, results/347-curl.processed: support for
719: different error messages
720:
721: * src/classes/curl.C: several curl libraries supported,
722: ^curl:options[ $.library[] ] resets to default
723:
724: * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
725: removed as depends on curl version
726:
727: * tests/results/: 223-curl.processed, 394-curl.processed: curl
728: fixed bug with \n in file names, test result updated
729:
730: * tests/388-sql.html: +libmysqlclient.so
731:
732: * etc/auto.p.in: +libmariadb
733:
734: 2024-12-12 moko
735:
736: * tests/: 388-sql.html, results/429-sql.processed: test results
737: updated after test changed
738:
739: * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
740: for newer MariaDB compatibility
741:
742: * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
743: results/429-sql.processed: key -> id for new MariaDB
744: compatibility
745:
746: * src/types/pa_vmethod_frame.h: warning war
747:
748: * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
749: Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
750: including for Debian package
751:
752: 2024-12-11 moko
753:
754: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
755: targets/isapi/parser3isapi.C, types/pa_vstatus.C:
756: $status:log-filename added (related to feature #1262)
757:
758: * tests/: 440.html, results/440.processed: test for row is checked
759: before accessing when table is modified during select (related to
760: bug #1258)
761:
762: * src/: classes/table.C, include/pa_table.h: row should be checked
763: before accessing as table can be modified during select (related
764: to bug #1258)
765:
766: * src/types/pa_vmail.C: $mail:received tables -> elements array
767: (related to feature #1226)
768:
769: * src/: classes/file.C, classes/image.C, classes/table.C,
770: include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
771: better messages (related to feature #1267)
772:
773: * tests/results/: 065.processed, 246.processed, 337.processed,
774: 342.processed, 352.processed, 356.processed, 364.processed,
775: 372.processed, 373.processed, 389.processed, 404.processed,
776: 406.processed, 414.processed, 430.processed, 432.processed,
777: 442.processed: tests updated after params.as_string error
778: reporting was improved (related to feature #1267)
779:
780: * src/classes/reflection.C: error messages optimized (related to
781: feature #1267)
782:
783: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
784: error reporing for params.as_* (related to feature #1267)
785:
786: * src/: classes/file.C, classes/string.C, include/pa_exception.h:
787: MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
788: #1267)
789:
790: * tests/results/: 246.processed, 414.processed, 432.processed:
791: tests updated after params.as_string error reporting was improved
792: (related to feature #1267)
793:
794: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
795: reporing for params.as_string (implements feature #1267)
796:
797: * tests/: 065.html, results/065.processed: tests for file methods
798: accepting file as filename added (related to feature #1265)
799:
800: * src/: classes/file.C, include/pa_exception.h,
801: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
802: methods now accept file as path specification (adopted Sumo patch
803: implements feature #1265)
804:
805: * tests/: 400.html, results/400.processed: tests for result
806: optimization "locks" after first method call (related to feature
807: #1266)
808:
809: 2024-12-10 moko
810:
811: * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
812: result_optimization comments (related to feature #1266)
813:
814: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
815: $result now stored in my_result, not in local variables hash
816: (implements feature #1266)
817:
1.209 moko 818: 2024-12-09 moko
819:
1.210 moko 820: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
821: set_my_variable in preparation for $result optimization (related
822: to feature #1266)
823:
1.209 moko 824: * tests/results/119.processed: newline corrected for some OS
825:
826: * tests/: 441.html, results/441.processed: Debian-specific test
827: commented
828:
829: * buildall: pcre2 10.42 -> 10.44
830:
831: 2024-12-08 moko
832:
833: * buildall: external links fixed
834:
835: * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
836:
837: * src/include/pa_table.h: some clang versions compilation fix
838:
839: * configure.ac: 3.4.7b -> 3.5.0rc
840:
841: 2024-12-07 moko
842:
843: * tests/: 443.html, 444.html, results/443.processed,
844: results/444.processed: tests for named params (related to feature
845: #1205)
846:
847: * src/: classes/reflection.C, types/pa_method.h: named_params
848: support in reflection (related to feature #1205)
849:
850: * src/types/pa_vmethod_frame.h: extra_params and named params
851: should be also inited in ^method[] call (related to feature
852: #1205)
853:
854: * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
855: support using @method[arg;.named_arg;.named_arg2] syntax
856: (implements feature #1205)
857:
858: * tests/: 443.html, results/443.processed: test for *args inited
859: added (related to bug #1264)
860:
861: * src/types/pa_vmethod_frame.h: *args are now inited even if not
862: specified (fixes bug #1264)
863:
864: * tests/: 442.html, results/442.processed: tests for
865: params.as_file_name(N) with empty file name added (related to
866: feature #1121)
867:
868: * src/: classes/file.C, classes/hashfile.C, classes/image.C,
869: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
870: include/pa_exception.h, types/pa_vmethod_frame.h:
871: params.as_file_name(N) added and used instead of
872: params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
873: (implements feature #1121)
874:
875: * src/: classes/file.C, classes/image.C, classes/op.C,
876: classes/table.C, include/pa_exception.h: filename is everywhere
877: params.as_string, unify exception and remove
878: FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
879:
880: * tests/: 141.html, results/141.processed: test for
881: ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
882: to feature #1263)
883:
884: * src/classes/math.C: ^math:digest[...; $.hmac[$file]
885: $.format[file] ] now supported (implements feature #1263)
886:
887: 2024-12-06 moko
888:
889: * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
890: targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
891: (cgi/console/mail/httpd/apache/isapi) added (related to feature
892: #1262)
893:
894: 2024-12-05 moko
895:
896: * src/targets/cgi/parser3.C: more correct arguments processing to
897: block -fl config.file log.file logic (related to feature #1262)
898:
899: 2024-12-04 moko
900:
901: * src/targets/cgi/parser3.C: now only one log location is selected
902: and tried. -l - supported for stderr specification (related to
903: feature #1262)
904:
905: 2024-12-03 moko
906:
907: * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
908: results/010.processed, results/415.processed: tests for
909: $.(expression)[value], $a.(expression), ^v.(expression)[args]
910: added (related to feature #1064)
911:
912: * src/main/compile.y: $.(expression)[value], $a.(expression),
913: ^v.(expression)[args] now supported (implements feature #1064)
914:
915: 2024-12-02 moko
916:
917: * src/targets/cgi/parser3.C: -l /path/to/log options added
918: (implements feature #1262)
919:
1.208 moko 920: 2024-12-01 moko
921:
922: * tests/: 010.html, results/010.processed: some tests related to
923: bug #1149 added
924:
925: * src/main/compile.y: the check pc.pos.col > 1 is not required
926: because we can't be here without a '$' before. The begin == end
927: check was incorrect since $[a]{b} fits this condition (fixes bug
928: #1149)
929:
930: 2024-11-29 moko
931:
932: * src/classes/array.C: warning war
933:
934: 2024-11-26 moko
935:
936: * tests/: 441.html, results/441.processed: a bit more testing
937: (related to bug #1238)
938:
939: * src/main/pa_exec.C: only " now quoted (related to bug #1239)
940:
941: * src/main/pa_exec.C: simplification arg_quote added (related to
942: bug #1229)
943:
1.207 moko 944: 2024-11-25 moko
945:
946: * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
947: bug #1239)
948:
949: 2024-11-24 moko
950:
951: * src/main/pa_exec.C: added cmd.exe specific
952:
953: * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
954: tests for ^file::exec env and args tainting tests (related to bug
955: #1239)
956:
957: * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
958:
959: * src/include/pa_config_includes.h: added recommendations for
960: libxslt.a and and libexslt.a compilation under cygwin
961:
962: * tests/results/102.processed: $form:fields.value is now writable,
963: as $form:value (related to feature #1254)
964:
965: * src/include/pa_config_includes.h: cigwin compilation fixes
966:
967: 2024-11-23 moko
968:
969: * tests/httpd/site/run_server.sh: to simplify testing
970:
971: * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
972: site/form.html: $form:files and $form:elements tests added, tests
973: with curl supported (related to feature #1254)
974:
975: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
976: types/pa_vform.h: $form:elements implemented, VForm::get_element
977: uses faster SYMBOLS_EQ, hashes no longer copied when using
978: $form:fields/tables/files/imap and can be edited (implements
979: feature #1254)
980:
981: * src/main/pa_http.C: pa_send added to handle partial writes (fixes
982: bug #1261)
983:
1.206 moko 984: 2024-11-17 moko
985:
986: * tests/: 440.html, results/440.processed: tests for
987: ^table.array[], offset restoration, iterators robust tests
988: (related to bug #1258, features #1259 and #1260)
989:
990: * tests/: 439.html, results/439.processed: array and hash iterators
991: robust tests (related to feature #1260)
992:
993: * src/: classes/array.C, classes/table.C, include/pa_array.h,
994: include/pa_table.h: Array_robust_iterator added and used in cases
995: where array can be modified during iteration (implements feature
996: #1260)
997:
998: * src/classes/table.C: ^table.array[], ^table.array[column name],
999: ^table.array{code} added (implements feature #1259)
1000:
1001: 2024-11-16 moko
1002:
1003: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
1004: table current row restoration after exception and table changes
1005: (fixes bug #1258)
1006:
1007: 2024-11-13 moko
1008:
1009: * src/classes/table.C: minor optimization
1010:
1011: * src/main/pa_string.C: \r added to default ^string.trim chars list
1012: (https://www.parser.ru/forum/?id=86648)
1013:
1.205 moko 1014: 2024-11-11 moko
1015:
1.206 moko 1016: * src/classes/classes.C: set_base commented
1017:
1018: * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
1019: deleted
1020:
1021: * src/classes/classes.vcproj: no more classes.awk and classes.inc
1022:
1023: * src/classes/: Makefile.am, classes.awk: no more classes.awk and
1024: classes.inc
1025:
1026: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
1027: main/pa_globals.C: classes.awk is useless, preparing to delete it
1028:
1.205 moko 1029: * src/classes/classes.h: temp fix
1030:
1031: 2024-11-10 moko
1032:
1033: * src/: classes/date.C, classes/file.C, classes/image.C,
1034: classes/op.C, main/pa_string.C: minor optimization
1035:
1036: * src/: classes/date.C, classes/file.C, classes/image.C,
1037: classes/op.C, main/pa_string.C: typo fixed
1038:
1039: * src/: classes/classes.awk, classes/classes.h, classes/date.C,
1040: classes/file.C, classes/image.C, classes/op.C,
1041: main/pa_charsets.C, main/pa_string.C: singletones used to reduce
1042: memory allocation befor main(). Only 3 allocations in chatsets
1043: left (implements feature #1257)
1044:
1045: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
1046: minor naming convention fix
1047:
1048: * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
1049: results/436.processed, results/437.processed,
1050: results/438.processed: tests for @unhandled_exception processing
1051: (related to feature #1256)
1052:
1053: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
1054: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1055: targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
1056: are now processed in request::core for correct logging and
1057: reporting (feature #1256)
1058:
1059: * src/: include/pa_sapi.h, main/pa_request.C,
1060: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1061: targets/isapi/parser3isapi.C: unhandled exception now called if
1062: exception occures during $response:download processing (related
1063: to bug #1255)
1064:
1065: * etc/auto.p.in: better 404 error reporting
1066:
1067: 2024-11-09 moko
1068:
1069: * src/main/pa_memory.C: more detailed usage comment
1070:
1071: * src/main/pa_memory.C: usage commented
1072:
1073: * src/main/pa_memory.C: minor cleanup
1074:
1075: * src/types/: pa_varray.h, pa_vregex.h: warnings war
1076:
1077: * tests/: 436.html, httpd/029.txt, httpd/ok.log,
1078: httpd/site/029.html, results/436.processed: test for exception in
1079: $response:download[] added
1080:
1081: * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
1082: and avoid exit status 1 on die
1083:
1084: * tests/results/: 007.processed, 019.processed, 098.processed,
1085: 103.processed, 233.processed: windows headers matter for binary
1086: files
1087:
1088: * tests/httpd/ok.log: tests results updated as extra headers now
1089: cleared on error (related to bug #1255)
1090:
1091: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
1092: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
1093: targets/isapi/parser3isapi.C: headers buffering to avoid extra
1094: headers in errors, custom send_error in cgi/httpd mode to avoid
1095: memory allocations (fixes bug #1255)
1096:
1097: 2024-11-07 moko
1098:
1099: * tests/: 264.html, results/264.processed: tests updated to test
1100: removal of only trailing empty arguments for backward
1101: compatibility (related to feature #1252)
1102:
1103: * src/classes/file.C: remove trailing empty arguments for backward
1104: compatibility (related to feature #1252)
1105:
1106: 2024-11-05 moko
1107:
1108: * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
1109: low memory case, when static initialization failed even before
1110: main() start
1111:
1112: 2024-11-04 moko
1113:
1114: * configure, src/include/pa_config_auto.h.in,
1115: src/include/pa_config_fixed.h: _locking no longer used
1116:
1117: * configure.ac: _locking no longer used (related to bug #1231)
1118:
1119: * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
1120:
1121: * src/main/pa_os.C: lock errors tuning (related to bug #1231)
1122:
1123: * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
1124: unused
1125:
1126: * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
1127: be used on locking errors (related to bug #1231)
1128:
1129: * src/main/pa_os.C: GetLastError used as errno is not set (related
1130: to bug #1231)
1131:
1132: * src/main/pa_os.C: under windows _locking replaced with LockFileEx
1133: allowing shared lock to work (fixes bug #1231)
1134:
1135: * INSTALL: actualized, minor fixes
1136:
1137: * etc/auto.p.in: default LIMITS added
1138:
1139: * AUTHORS: links actualized
1140:
1141: * src/: classes/array.C, classes/bool.C, classes/classes.C,
1142: classes/classes.awk, classes/classes.h, classes/curl.C,
1143: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
1144: classes/hash.C, classes/hashfile.C, classes/image.C,
1145: classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
1146: classes/math.C, classes/memcached.C, classes/memory.C,
1147: classes/op.C, classes/reflection.C, classes/regex.C,
1148: classes/response.C, classes/string.C, classes/table.C,
1149: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1150: include/pa_array.h, include/pa_base64.h,
1151: include/pa_cache_managers.h, include/pa_charset.h,
1152: include/pa_charsets.h, include/pa_common.h,
1153: include/pa_config_fixed.h, include/pa_config_includes.h,
1154: include/pa_dictionary.h, include/pa_dir.h,
1155: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1156: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1157: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1158: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1159: include/pa_request_charsets.h, include/pa_request_info.h,
1160: include/pa_sapi.h, include/pa_socks.h,
1161: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1162: include/pa_stack.h, include/pa_string.h,
1163: include/pa_stylesheet_connection.h,
1164: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1165: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1166: include/pa_uue.h, include/pa_xml_exception.h,
1167: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1168: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1169: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1170: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1171: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1172: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1173: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1174: main/compile_tools.h, main/execute.C, main/pa_base64.C,
1175: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
1176: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
1177: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
1178: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
1179: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
1180: main/pa_sql_driver_manager.C, main/pa_string.C,
1181: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
1182: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
1183: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1184: main/untaint.C, sql/pa_sql_driver.h,
1185: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1186: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
1187: targets/isapi/parser3isapi.C, types/pa_junction.h,
1188: types/pa_method.h, types/pa_property.h, types/pa_value.C,
1189: types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
1190: types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
1191: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
1192: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
1193: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
1194: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
1195: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
1196: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
1197: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
1198: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
1199: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
1200: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
1201: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1202: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1203: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1204: types/pa_vresponse.C, types/pa_vresponse.h,
1205: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1206: types/pa_vstateless_object.h, types/pa_vstatus.C,
1207: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1208: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1209: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1210: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1211: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
1212:
1.203 moko 1213: 2024-10-28 moko
1214:
1.204 moko 1215: * src/classes/array.C: avoid invalidate()
1216:
1217: * src/: classes/array.C, types/pa_varray.h: minor optimization for
1218: fused to survive in ^array::copy[$a] (related to feature #930)
1219:
1220: * src/types/pa_varray.h: minor optimization as last element is
1221: allways defined if present
1222:
1.203 moko 1223: * tests/: 435.html, results/435.processed: tests for
1224: ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
1225: for array added (related to feature #1253)
1226:
1227: * src/classes/array.C: typo fixed
1228:
1229: * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
1230: ^hash.set([-+]index)[value], and same for array added (implements
1231: feature #1253)
1232:
1233: * tests/results/: 246.processed, 298.processed, 342.processed,
1234: 389.processed, 397.processed, 430.processed, 432.processed: tests
1235: results update after minor exceptions texts fixes
1236:
1237: 2024-10-27 moko
1238:
1239: * src/: classes/array.C, classes/hash.C, classes/math.C,
1240: classes/reflection.C, classes/string.C, classes/table.C,
1241: main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
1242: types/pa_vmethod_frame.h: handy as_index() added, several
1243: exceptions texts fixed (related to feature #930)
1244:
1245: * src/: classes/array.C, types/pa_varray.h: non-working
1246: $array.fields removed, ^array.delete[index] supported (related to
1247: feature #930)
1248:
1249: * tests/: 431.html, results/431.processed: tests updated after
1250: ^a.delete[3] supported
1251:
1252: * tests/: 431.html, 434.html, results/434.processed: tests for last
1253: element used, push/pop, exceptions during arguments processing
1254: and used caching (related to feature #930)
1255:
1256: * src/: classes/array.C, types/pa_varray.h: change_used added for
1257: better used caching and now no issues if exception occures during
1258: append arguments processing (related to feature #930)
1259:
1260: * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
1261: ^array.pop[] added, last element is allways used (related to
1262: feature #930)
1263:
1264: 2024-10-26 moko
1265:
1266: * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
1267: types/pa_varray.h: confirm_all_used added where possible (related
1268: to feature #930)
1269:
1270: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1271: small array optimizations (related to feature #930)
1272:
1273: * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
1274:
1275: * tests/: 431.html, results/431.processed: test for
1276: ^array.compact[undef] added
1277:
1278: * src/classes/array.C: ^array.compact[] now have optional 'undef'
1279: argument to also compact undefined elements (related to feature
1280: #930)
1281:
1282: 2024-10-24 moko
1283:
1284: * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
1285: VArray::hash is used rarery, no longer caching the result
1286:
1287: * tests/results/432.processed: testing removed from tests
1288:
1289: 2024-10-23 moko
1290:
1291: * tests/: 431.html, results/431.processed: ^array.compact[] test
1292: added
1293:
1294: * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
1295:
1296: * tests/: 432.html, results/432.processed: testing ^array.at[] for
1297: both "solid" and "sparse" arrays
1298:
1299: * src/classes/array.C: ^array.at[] speedup for "solid" arrays
1300:
1301: 2024-10-22 moko
1302:
1303: * tests/results/264.processed: spelling
1304:
1305: * src/classes/file.C: spelling
1306:
1307: * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
1308: tests updated after ^file::exec[cmd;;$array] implemented and
1309: empty arguments not skipped (related to feature #1252)
1310:
1311: * src/classes/file.C: ^file::exec[cmd;;$array] supported
1312: (implements feature #1252) bugfix: empty arguments no longer
1313: skipped
1314:
1.205 moko 1315: 2024-10-21 moko
1316:
1317: * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
1318: 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
1319: 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
1320: 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
1321: 028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
1322: site/index.html, site/test.txt: httpd tests added
1323:
1.202 moko 1324: 2024-10-20 moko
1325:
1326: * src/classes/string.C: warnings war
1327:
1328: * src/: main/pa_string.C, classes/array.C: warnings war
1329:
1330: * src/classes/json.C: warnings war
1331:
1332: * src/classes/image.C: warnings war
1333:
1334: * src/: classes/table.C, types/pa_varray.C: warnings war
1335:
1336: * src/classes/array.C: warning war
1337:
1338: * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
1339:
1340: * src/main/main.vcproj: warnings war
1341:
1342: 2024-10-19 moko
1343:
1344: * tests/427.html: test updated after constructors renamed
1345:
1346: 2024-10-18 moko
1347:
1348: * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
1349: results/421.processed, results/430.processed,
1350: results/431.processed: test updated after constructors renamed
1351:
1352: * src/classes/array.C: create -> copy, new -> create according to
1353: https://www.parser.ru/forum/?id=86603 discussion (related to
1354: feature #930)
1355:
1356: 2024-10-16 moko
1357:
1358: * src/classes/json.C: $json:array[array or hash] added to provide
1359: more backward compatibility (implements feature #1251)
1360:
1361: 2024-10-15 moko
1362:
1363: * tests/: 421.html, results/421.processed: test results updated
1364: after missing constuctor error check added and array is_index
1365: check added
1366:
1367: * src/main/execute.C: absent constructor message fixed
1368:
1.201 moko 1369: 2024-10-13 moko
1370:
1371: * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
1372: with is_index() before calling index() for better error reporting
1373: in method name typo (was invalid number, not method not found
1374: exception).
1375:
1376: 2024-10-08 moko
1377:
1378: * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
1379:
1380: * src/include/pa_array.h: warnings war
1381:
1.200 moko 1382: 2024-10-05 moko
1383:
1384: * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
1385: returns current row cells array (implements feature #1250)
1386:
1387: * tests/: 405.html, results/169.processed, results/405.processed:
1388: tests updated after ^string.split[;a] implemented (related to
1389: feature #1249)
1390:
1391: * src/classes/string.C: ^string.split[] - 'a' option added for
1392: splitting into an array (implements feature #1249)
1393:
1394: 2024-10-04 moko
1395:
1396: * tests/: 431.html, results/431.processed: final code coverage
1397: array tests
1398:
1399: * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
1400: array: confirm_all_used() added and used where possible, expand()
1401: now expends faster
1402:
1403: 2024-10-03 moko
1404:
1405: * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
1406:
1407: * tests/: 256.html, results/256.processed: test for
1408: $.date[unix-timestamp] handling large dates
1409:
1410: * src/: classes/file.C, classes/op.C, classes/reflection.C,
1411: classes/string.C, classes/table.C, include/pa_common.h,
1412: main/pa_common.C, main/pa_http.C, main/pa_request.C,
1413: types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
1414: format replaced with pa_uitoa where applicable,
1415: $.date[unix-timestamp] fixed for handling large dates
1416:
1417: * tests/: 433.html, results/433.processed: more tests, including
1418: test for possible endless recursion in ^o.GET[]
1419:
1420: * src/types/pa_vobject.C: bugfix: detecting possible endless
1421: recursion in get_scalar_value inside ^o.GET[]
1422:
1423: * src/: classes/json.C, include/pa_request.h, main/execute.C,
1424: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
1425: Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
1426: $LIMITS.max_recursion
1427:
1428: 2024-10-02 moko
1429:
1430: * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
1431: results/253.processed, results/287.processed,
1432: results/430.processed, results/433.processed: more tests for full
1433: array and json code coverage
1434:
1435: * tests/: 433.html, results/433.processed: tests for hash functions
1436: with array param
1437:
1438: * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
1439:
1440: * tests/: 432.html, results/432.processed: modified ^hash.at tests
1441: in 246.html used to test ^array.at, same result produced
1442:
1443: * tests/: 430.html, 431.html, results/430.processed,
1444: results/431.processed: more array tests for 100% code coverage
1445: (related to feature #930)
1446:
1447: * tests/: 427.html, 430.html, results/427.processed,
1448: results/430.processed: first portion of array tests added
1449: (related to feature #930)
1450:
1451: * src/classes/array.C: allow only whitespace string as argument for
1452: add and join
1453:
1454: * src/classes/array.C: add behavour for array synced with hash
1455:
1456: 2024-09-30 moko
1457:
1458: * tests/: 429-sql.html, results/429-sql.processed: code coverage
1459: tests added
1460:
1461: * src/classes/array.C: $.distinct should not be used unless
1462: $.sparse(true)
1463:
1464: * tests/: 429-sql.html, results/388-sql.processed,
1465: results/429-sql.processed: tests for ^array::sql{}, including
1466: multi_statements mode (related to feature #930)
1467:
1.199 moko 1468: 2024-09-29 moko
1469:
1470: * src/classes/array.C: synced ^array::sql multi_statements logic
1471: with ^hash::sql new behavour
1472:
1473: 2024-09-28 moko
1474:
1475: * tests/: 428-sql.html, results/388-sql.processed,
1476: results/428-sql.processed: tests updated after column names were
1477: fixed in multi_statements mode (related to feature #1197)
1478:
1479: * src/classes/hash.C: column names are fixed for most cases in
1480: multi_statements mode (related to feature #1197)
1481:
1482: * tests/: 428-sql.html, results/195.processed,
1483: results/224.processed, results/239.processed,
1484: results/254.processed, results/261.processed,
1485: results/306.processed, results/333.processed,
1486: results/341.processed, results/343.processed,
1487: results/344.processed, results/348.processed,
1488: results/364.processed, results/389.processed,
1489: results/390.processed, results/415.processed,
1490: results/420.processed, results/421.processed: tests results
1491: updated after error messages spelling minor fixes
1492:
1493: * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
1494: spelling
1495:
1496: * src/: classes/curl.C, classes/file.C, classes/hash.C,
1497: classes/image.C, classes/math.C, classes/string.C,
1498: classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
1499: main/execute.C, main/pa_charset.C, main/pa_common.C,
1500: main/pa_http.C, main/pa_request.C, main/pa_socks.C,
1501: main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
1502: types/pa_vmail.C, types/pa_vobject.C,
1503: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1504: types/pa_vxdoc.C: minor error messages spelling fixes
1505:
1506: * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
1507: implementation (related to feature #930)
1508:
1509: * tests/: 388-sql.html, results/388-sql.processed: test results
1510: updated after rows number ^file::sql{} check added
1511:
1512: * src/classes/file.C: rows number now checked in ^file::sql{}
1513:
1514: * tests/: 428-sql.html, results/428-sql.processed: more tests
1515:
1516: * tests/: 428-sql.html, results/428-sql.processed: more
1517: multi_statements testing before bugfix
1518:
1519: * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
1520: results/428-sql.processed: support for multiple sql test files
1521: added
1522:
1523: * tests/: 388-sql.html, results/388-sql.processed: more sql testing
1524:
1525: * src/classes/hash.C: more accurate one_bool_column processing
1526:
1527: * tests/: 427.html, results/427.processed: Constructors as methods
1528: behavour documented in test
1529:
1530: * src/classes/hash.C: HashStringValue::Iterator used for options
1531:
1532: * tests/: 388-sql.html, results/388-sql.processed: even more tests
1533:
1534: * tests/: 388-sql.html, results/388-sql.processed: a bit more
1535: testing
1536:
1537: * tests/results/367-curl.processed: test result updated after
1538: server charset changed
1539:
1540: * tests/results/347-curl.processed: error messages updated
1541:
1542: * tests/results/: 346-curl.processed, 379-curl.processed,
1543: 394-curl.processed: tests results updated after Type -> Exception
1544: type replacement
1545:
1546: * tests/results/388-sql.processed: tests result updated after Type
1547: -> Exception type
1548:
1549: 2024-09-27 moko
1550:
1551: * src/classes/hash.C: minor simplification
1552:
1553: 2024-09-24 moko
1554:
1555: * src/main/pa_string.C: atoui error messages improved
1556:
1557: * tests/: 165.html, 312.html, results/165.processed,
1558: results/312.processed, results/379.processed: tests updated after
1559: default endless loop limit increased, atoi error messages
1560: improved
1561:
1562: * src/classes/hash.C: VBool::get used, unification
1563:
1.198 moko 1564: 2024-09-22 moko
1565:
1566: * src/classes/array.C: minor simplification
1567:
1568: * src/classes/array.C: ^array.left(N),
1569: ^array.right(N),^array.mid(P;N) added (related to feature #930)
1570:
1571: * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
1572: types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
1573: added, default 1000000 (related to feature #930)
1574:
1575: * tests/: 426.html, results/426.processed: test for negative limit
1576: and offset processing for table options added
1577:
1578: * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
1579: bugfix: negative limit and offset processing for table options
1580: fixed
1581:
1582: 2024-09-21 moko
1583:
1584: * src/: classes/array.C, types/pa_varray.h: join supports hash;
1585: ^for added that also iterates holes; ^remove added (related to
1586: feature #930)
1587:
1588: * src/classes/array.C: ^array.join[$another_array; $.limit(N)
1589: $.offset(M) ] added (related to feature #930)
1590:
1591: 2024-09-20 moko
1592:
1593: * src/: classes/array.C, types/pa_varray.h: array:
1594: +foreach[value]{code}, + add[hash with numeric keys] (related to
1595: feature #930)
1596:
1597: 2024-09-19 moko
1598:
1599: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
1600: main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
1601: support $a[v1;v2;...] syntax (related to feature #930)
1602:
1603: 2024-09-17 moko
1604:
1605: * src/: classes/reflection.C, include/pa_request.h,
1606: main/compile_tools.h, main/pa_request.C:
1607: ^reflection:class_alias[existing class name;alias class name]
1608: added. The array class can now be redefined regardless of the
1609: $.replace(bool) option value (related to feature #930)
1610:
1611: * src/main/: compile.y, compile_tools.h: class_add return value
1612: inverted to add it to request class
1613:
1614: * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
1615: include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
1616: types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
1617: resize if required. spared array - added fused, append.
1618:
1.197 moko 1619: 2024-09-16 moko
1620:
1621: * src/types/pa_varray.h: get moved to where it belongs
1622:
1623: 2024-09-15 moko
1624:
1625: * src/: include/pa_array.h, types/pa_varray.h: more agressive
1626: expansion to minimize reallocs: fallocated/32 -> fallocated/4
1627:
1628: * tests/: 421.html, results/323.processed, results/421.processed:
1629: tests updated after 'spared-array' class renamed to 'array'
1630: following a discussion on the forum (related to feature #930)
1631:
1632: * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
1633: types/pa_vmail.C: initial SparseArray separation from Array,
1634: parser class now 'array'
1635:
1636: 2024-09-14 moko
1637:
1638: * tests/: 030.html, results/030.processed: out of range expires
1639: check added
1640:
1641: * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
1642: checking expires time using VDate
1643:
1644: 2024-09-13 moko
1645:
1646: * src/: classes/array.C, classes/curl.C, classes/date.C,
1647: classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
1648: classes/memcached.C, classes/op.C, classes/regex.C,
1649: classes/string.C, classes/xdoc.C, classes/xnode.C,
1650: main/execute.C, main/pa_http.C, main/pa_request.C,
1651: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
1652: types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
1653: types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
1654: types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
1655: removed as dynamic_cast is faster, Value::is() is still required
1656: for is operator.
1657:
1658: 2024-09-12 moko
1659:
1660: * src/: classes/file.C, classes/image.C, classes/reflection.C,
1661: classes/table.C, classes/xnode.C, include/pa_array.h,
1662: include/pa_string.h, main/pa_common.C, main/pa_request.C,
1663: main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
1664: types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
1665: templated pa_itoa/pa_uitoa added to work with any integer type,
1666: String::Body::Format removed
1667:
1668: 2024-09-10 moko
1669:
1670: * src/classes/array.C: append and insert methods added to
1671: sparse-array (related to feature #930)
1672:
1673: * tests/: 253.html, 255.html, 421.html, results/421.processed:
1674: tests updated after sparse-array was added to avoid ^json:parse[]
1675: using it in old tests (related to feature #930)
1676:
1677: * src/: classes/array.C, classes/json.C, types/pa_varray.C,
1678: types/pa_varray.h: sparse-array class added (initial feature #930
1679: implementation)
1680:
1681: * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
1682: for sparse-array class files (related to feature #930)
1683:
1684: * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
1685: types/pa_vhash.h: VArray support functions without actual VArray
1686: files (related to feature #930)
1687:
1.196 moko 1688: 2024-09-07 moko
1689:
1690: * src/: classes/curl.C, classes/string.C, classes/table.C,
1691: include/pa_array.h, main/execute.C, main/pa_dictionary.C,
1692: main/pa_http.C, main/pa_sql_driver_manager.C,
1693: main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
1694: types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
1695: types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
1696: with Hash::Iterator, has_next() replaced with operator bool
1697: (related to feature #930)
1698:
1699: * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
1700: main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
1701: types/pa_vstateless_class.C: Array class extended,
1702: Array::Iterator added and used (related to feature #930)
1703:
1.195 moko 1704: 2024-08-26 moko
1705:
1706: * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
1707: should be used on argv[0] as well to match document root.
1708:
1.194 moko 1709: 2024-08-25 moko
1710:
1711: * src/main/pa_request.C: be more specific
1712:
1713: * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
1714: to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
1715: (fixes bug #1244)
1716:
1717: * src/targets/cgi/parser3.C: avoid "parser allready configured"
1718: exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
1719: rsplit(..., '\\') is not correct when / and \ are mixed in path
1720:
1721: * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
1722:
1.193 moko 1723: 2024-07-24 moko
1724:
1725: * src/: include/pa_config_includes.h, lib/gd/gifio.C,
1726: main/execute.C, main/pa_string.C: Warning war: clang changed
1727: -Wdeprecated-register warning to -Wregister, it's easier to
1728: remove all register vars then continue this fight. :)
1729:
1730: * src/main/: compile.y, compile.tab.C: warning war: register
1731: removed
1732:
1.192 moko 1733: 2024-07-14 moko
1734:
1735: * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
1736: checking the HTTP request environment; if the variable is not
1737: present, checking the web server process environment (implements
1738: feature #1242)
1739:
1.191 moko 1740: 2024-05-26 moko
1741:
1742: * tests/: 195.html, 229.html, results/096.processed,
1743: results/097.processed, results/158.processed,
1744: results/186.processed, results/273.processed,
1745: results/293.processed, results/317.processed,
1746: results/389.processed, results/402.processed: tests updated as
1747: single quote now escaped with ' in HTML tainting mode
1748: (related to feature #1241)
1749:
1750: * src/main/untaint.C: single quote now escaped with ' in HTML
1751: tainting mode (implements feature #1241)
1752:
1753: * tests/results/: 020.processed, 021.processed, 026.processed,
1754: 042.processed, 043.processed, 057.processed, 110.processed,
1755: 115.processed, 116.processed, 117.processed, 118.processed,
1756: 119.processed, 120.processed, 125.processed, 126.processed,
1757: 128.processed, 130.processed, 131.processed, 132.processed,
1758: 133.processed, 135.processed, 136.processed, 138.processed,
1759: 139.processed, 140.processed, 145.processed, 150.processed,
1760: 151.processed, 165.processed, 174.processed, 181.processed,
1761: 182.processed, 192.processed, 193.processed, 201.processed,
1762: 213.processed, 224.processed, 226.processed, 230.processed,
1763: 239.processed, 240.processed, 244.processed, 253.processed,
1764: 254.processed, 261.processed, 264.processed, 269.processed,
1765: 274.processed, 275.processed, 288.processed, 294.processed,
1766: 296.processed, 303.processed, 306.processed, 307.processed,
1767: 308.processed, 311.processed, 312.processed, 314.processed,
1768: 315.processed, 316.processed, 320.processed, 323.processed,
1769: 324.processed, 325.processed, 328.processed, 330.processed,
1770: 332.processed, 333.processed, 337.processed, 338.processed,
1771: 341.processed, 342.processed, 343.processed, 344.processed,
1772: 345.processed, 348.processed, 352.processed, 356.processed,
1773: 357.processed, 363.processed, 364.processed, 368.processed,
1774: 372.processed, 373.processed, 376.processed, 378.processed,
1775: 379.processed, 385.processed, 386.processed, 387.processed,
1776: 389.processed, 390.processed, 395.processed, 397.processed,
1777: 398.processed, 399.processed, 404.processed, 406.processed,
1778: 413.processed, 414.processed, 420.processed, 421.processed,
1779: 424.processed, auto.p: Type -> Exception type for readability
1780:
1781: * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
1782: 217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
1783: results/119.processed, results/165.processed,
1784: results/175.processed, results/192.processed,
1785: results/213.processed, results/217.processed,
1786: results/230.processed, results/240.processed,
1787: results/298.processed, results/380.processed,
1788: results/415.processed: try-catch, try-catch-comment used
1789:
1790: 2024-05-21 moko
1791:
1792: * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
1793: results/180.processed, results/195.processed,
1794: results/224.processed, results/auto.p: @try-catch-comment added
1795: and used
1796:
1797: * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
1798: 415.html, results/269.processed, results/283.processed,
1799: results/auto.p: more tests are updated to prepare for apostrophe
1800: escaping in HTML tainting
1801:
1802: * tests/results/: 181.processed, 294.processed, 296.processed,
1803: 315.processed, 379.processed, 389.processed, auto.p:
1804: $exception.comment printed as-is for whitespace reporting and to
1805: prepare for apostrophe escaping in HTML mode
1806:
1.190 moko 1807: 2024-05-11 moko
1808:
1809: * tests/: 099.html, 100.html, results/099.processed,
1810: results/100.processed: a test for non-UTF-8 filename* added
1811: (related to feature #1240)
1812:
1813: * tests/: 293.html, results/293.processed: tainting modes tests
1814: added
1815:
1816: * tests/results/: 099.processed, 100.processed, 205.processed,
1817: 309.processed, 310.processed, 419.processed: tests results
1818: updated after filename* added (related to feature #1240)
1819:
1820: * src/: include/pa_common.h, main/pa_request.C: The filename*
1821: parameter was added to the Content-Disposition header to conform
1822: with RFC 6266, with code provided by Sumo (implements feature
1823: #1240)
1824:
1825: 2024-05-10 moko
1826:
1827: * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
1828: positive performance effect in our case
1829:
1.189 moko 1830: 2024-03-27 moko
1831:
1832: * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
1833: (related to feature #1236)
1834:
1835: 2024-03-15 moko
1836:
1837: * tests/: 413.html, results/413.processed: test for object still
1838: can be used as file parameter (related to bug #1218)
1839:
1840: * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
1841: still can be used in file context (fixes bug #1218)
1842:
1843: 2024-03-14 moko
1844:
1845: * src/include/pa_string.h: ArrayString get() null result assert
1846: also added (related to bug #1238)
1847:
1848: * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
1849: VString::empty() used instead of new VString()
1850:
1851: 2024-03-12 moko
1852:
1853: * tests/: 379-curl.html, 379.html, results/379-curl.processed,
1854: results/379.processed: test added for cookie without value
1855: (related to bug #1238)
1856:
1857: * src/include/pa_string.h: In assertions enabled mode, ArrayString
1858: values are now required to be non-null (related to bug #1238)
1859:
1860: * src/main/pa_http.C: cookies without value are now parsed
1861: correctly (fixed bug #1238)
1862:
1863: 2024-03-11 moko
1864:
1865: * tests/run_parser.sh: for better error reporting
1866:
1.188 moko 1867: 2023-12-30 moko
1868:
1869: * tests/: 038.html, results/038.processed: test for atan2 added
1870:
1871: 2023-12-29 moko
1872:
1873: * src/classes/math.C: atan2(y,x) math function added
1874:
1.187 moko 1875: 2023-12-14 moko
1876:
1877: * tests/212.html: pcre2 compatibility (related to feature #1236)
1878:
1879: * tests/: 425.html, results/425.processed: test for pcre/pcre2
1880: exceptions and behavour added (related to feature #1236)
1881:
1882: 2023-12-13 moko
1883:
1884: * buildall: by default parser is now bundled with pcre2 10.42,
1885: --without-pcre2 option added to build with pcre-8.45 (related to
1886: feature #1236)
1887:
1888: 2023-12-12 moko
1889:
1890: * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
1891: support added (implements feature #1236)
1892:
1893: * src/: include/pa_charset.h, include/pa_config_includes.h,
1894: lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
1895: main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
1896: types/pa_vregex.h: Adopted patch from Yavor Doganov
1897: <yavor@gnu.org> to add pcre2 library support (implements feature
1898: #1236)
1899:
1.186 moko 1900: 2023-11-28 moko
1901:
1902: * src/include/pa_config_includes.h: warnings war continues
1903:
1904: * src/include/pa_config_includes.h: warning war
1905:
1906: * tests/: 424.html, results/424.processed: tests for '+' and '-'
1907: number strings, whitespace and sign in exception messages
1908: (related to bug #1234)
1909:
1.185 moko 1910: 2023-11-26 moko
1911:
1912: * tests/: 274.html, results/224.processed, results/274.processed:
1913: tests for date double, int, bool added (related to feature #1235)
1914:
1915: * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
1916: added for date class (implements feature #1235)
1917:
1918: 2023-11-23 moko
1919:
1920: * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
1921: and '-' strings are no longer can be treated as number 0,
1922: exception thrown (fixes bug #1234)
1923:
1.184 moko 1924: 2023-11-18 moko
1925:
1926: * src/include/pa_types.h: minor
1927:
1928: * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
1929:
1930: * tests/: 389.html, results/389.processed: error messages for some
1931: OS differs a bit, reducing failing tests for them
1932:
1933: 2023-11-17 moko
1934:
1935: * tests/: 423.html, results/423.processed: test for optional
1936: @auto[] inheritance added (related to feature #1233)
1937:
1938: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
1939: types/pa_vstateless_class.C: optional @auto[] inheritance
1940: implemented if defined with two args (path, class name)
1941: (implements feature #1233)
1942:
1943: * src/: classes/double.C, classes/int.C, classes/math.C,
1944: include/pa_random.h, include/pa_types.h, main/pa_common.C,
1945: types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
1946: sync double->int overflow behavour under different architectures
1947: (fixes bug #1232)
1948:
1949: * tests/: 422.html, results/422.processed: int clipping added
1950:
1951: 2023-11-16 moko
1952:
1953: * tests/: 422.html, results/422.processed: test for int and uint
1954: overflow in ^n.format[d/u/x]
1955:
1956: * src/classes/math.C: bugfix: crc32 should not be negative (under
1957: Apple M1 when negative double converts to uint the result is 0)
1958: and crc32 should be 32 bits
1959:
1960: * src/main/pa_common.C: avoid (uint)<negative double> conversion as
1961: on Apple M1 it's 0
1962:
1963: * src/classes/file.C: bugfix: crc32 should not be negative (under
1964: Apple M1 when negative double converts to uint the result is 0)
1965: and crc32 should be 32 bits
1966:
1.183 moko 1967: 2023-10-07 moko
1968:
1969: * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
1970: behavour with other OP_NUM_*, related to bug #1230
1971:
1972: 2023-10-06 moko
1973:
1974: * tests/: 338.html, results/338.processed: test for bug #1230 added
1975:
1976: * src/: main/execute.C, types/pa_vdate.h: force double operands to
1977: be converted to double to avoid 80 bit operations in x87 mode
1978: (fixes bug #1230)
1979:
1980: 2023-10-05 moko
1981:
1982: * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
1983: compatibility
1984:
1985: * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
1986:
1987: * tests/: 421.html, results/421.processed: test to cover all
1988: classes and objects nonexistent method and field exceptions
1989: (related to feature #1080 and #1227)
1990:
1991: * tests/results/: 182.processed, 324.processed: undefined method ->
1992: <type> method not found exception (related to feature #1080)
1993:
1994: * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
1995: pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
1996: "element can not be fetched from" for them, "field not found" for
1997: all other types (related to bug #1227)
1998:
1999: 2023-10-03 moko
2000:
2001: * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
2002: <type> method not found" exception now thrown for static calls
2003: instead of "undefined method" without class name (related to
2004: feature #1080)
2005:
2006: 2023-10-02 moko
2007:
2008: * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
2009: pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
2010: <method name>, Comment: <type> method not found" exception now
2011: thrown for all dynamic objects instead of "undefined method"
2012: without class name (implements feature #1080)
2013:
1.182 moko 2014: 2023-10-01 moko
2015:
2016: * src/classes/json.C: we don't have a dynamic json object.
2017:
2018: 2023-09-28 moko
2019:
2020: * tests/: 420.html, results/261.processed, results/420.processed:
2021: tests updated after bug #1228 fix reverted
2022:
2023: * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
2024: whitespace string is hash compatible, so we don't want $s.key to
2025: return a junction
2026:
2027: * tests/: 261.html, 420.html, results/261.processed,
2028: results/420.processed: test for bug #1227 added, test updated
2029: after bug #1228 fixed
2030:
2031: * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
2032: now throws exception as $non-empty-string.field (fixes bug #1227)
2033:
2034: * src/types/pa_vstring.h: allow $string.method access (fixes bug
2035: #1228)
2036:
2037: 2023-09-26 moko
2038:
2039: * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
2040: src/classes/classes.C, src/classes/classes.awk,
2041: src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
2042: src/classes/double.C, src/classes/file.C, src/classes/form.C,
2043: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
2044: src/classes/inet.C, src/classes/int.C, src/classes/json.C,
2045: src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
2046: src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
2047: src/classes/regex.C, src/classes/response.C,
2048: src/classes/string.C, src/classes/table.C, src/classes/void.C,
2049: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
2050: src/include/pa_array.h, src/include/pa_base64.h,
2051: src/include/pa_cache_managers.h, src/include/pa_charset.h,
2052: src/include/pa_charsets.h, src/include/pa_common.h,
2053: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
2054: src/include/pa_dictionary.h, src/include/pa_dir.h,
2055: src/include/pa_exception.h, src/include/pa_exec.h,
2056: src/include/pa_globals.h, src/include/pa_hash.h,
2057: src/include/pa_http.h, src/include/pa_memory.h,
2058: src/include/pa_opcode.h, src/include/pa_operation.h,
2059: src/include/pa_os.h, src/include/pa_pool.h,
2060: src/include/pa_random.h, src/include/pa_request.h,
2061: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
2062: src/include/pa_sapi.h, src/include/pa_socks.h,
2063: src/include/pa_sql_connection.h,
2064: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
2065: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
2066: src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
2067: src/include/pa_table.h, src/include/pa_threads.h,
2068: src/include/pa_types.h, src/include/pa_uue.h,
2069: src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
2070: src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
2071: src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
2072: src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
2073: src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
2074: src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
2075: src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
2076: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
2077: src/main/compile.tab.C, src/main/compile.y,
2078: src/main/compile_tools.C, src/main/compile_tools.h,
2079: src/main/execute.C, src/main/pa_base64.C,
2080: src/main/pa_cache_managers.C, src/main/pa_charset.C,
2081: src/main/pa_charsets.C, src/main/pa_common.C,
2082: src/main/pa_dictionary.C, src/main/pa_dir.C,
2083: src/main/pa_exception.C, src/main/pa_exec.C,
2084: src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
2085: src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
2086: src/main/pa_request.C, src/main/pa_socks.C,
2087: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
2088: src/main/pa_stylesheet_connection.C,
2089: src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
2090: src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
2091: src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
2092: src/main/untaint.C, src/main/helpers/simple_folding.pl,
2093: src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
2094: src/targets/apache/mod_parser3_core.C,
2095: src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
2096: src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
2097: src/types/pa_method.h, src/types/pa_property.h,
2098: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
2099: src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
2100: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
2101: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
2102: src/types/pa_vcookie.h, src/types/pa_vdate.C,
2103: src/types/pa_vdate.h, src/types/pa_vdouble.h,
2104: src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
2105: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
2106: src/types/pa_vhash.C, src/types/pa_vhash.h,
2107: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
2108: src/types/pa_vimage.C, src/types/pa_vimage.h,
2109: src/types/pa_vint.h, src/types/pa_vjunction.C,
2110: src/types/pa_vjunction.h, src/types/pa_vmail.C,
2111: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
2112: src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
2113: src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
2114: src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
2115: src/types/pa_vobject.h, src/types/pa_vregex.C,
2116: src/types/pa_vregex.h, src/types/pa_vrequest.C,
2117: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
2118: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
2119: src/types/pa_vstateless_class.h,
2120: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
2121: src/types/pa_vstatus.h, src/types/pa_vstring.C,
2122: src/types/pa_vstring.h, src/types/pa_vtable.C,
2123: src/types/pa_vtable.h, src/types/pa_vvoid.C,
2124: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
2125: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
2126: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
2127: src/types/pa_wwrapper.h: copyright, authors actualized
2128:
1.181 moko 2129: 2023-08-20 moko
2130:
2131: * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
2132: commited (related to feature #1219)
2133:
2134: 2023-08-16 moko
2135:
2136: * src/main/pa_random.C: replaced clock precision with monotonicity
2137: counter, good for Windows version with low clock frequency
2138: (related to feature #1229)
2139:
2140: 2023-08-15 moko
2141:
2142: * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
2143: fixes related to feature #1229
2144:
2145: * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
2146: types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
2147: (implements feature #1229)
2148:
1.180 moko 2149: 2023-08-02 moko
2150:
2151: * tests/: results/417.processed, 417.html: test for empty string
2152: match after last char added (related to bug #1224)
2153:
2154: * src/main/pa_string.C: avoid prestart++ after last char on zero
2155: length match (related to bug #1224)
2156:
1.179 moko 2157: 2022-11-22 moko
2158:
2159: * tests/: 419.html, results/419.processed: test for L_URI and path
2160: removeal from filename added (related to bug #1204)
2161:
2162: * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
2163: commit (related to bug #1204), L_HTTP_HEADER is incorrect for
2164: attribute value, L_URI should be used
2165:
1.178 moko 2166: 2022-09-21 moko
2167:
2168: * src/targets/cgi/parser3.C: more clear error messages
2169:
2170: * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
2171: SAPI_Info will return 0 in read_post and post_size !=
2172: content_length will be thrown
2173:
1.177 moko 2174: 2022-08-23 moko
2175:
2176: * src/types/pa_vmail.C: .tables addes as .raw contains only last
2177: header value
2178:
2179: 2022-08-22 moko
2180:
2181: * tests/: 418.html, results/418.processed: test for
2182: ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
2183: to #1225)
2184:
2185: * src/classes/hash.C: keep old behavoir by default
2186:
2187: * src/classes/hash.C: ^hash_a.intersection[hash_b;
2188: $.order[self|arg] ] added (implements #1215)
2189:
1.176 moko 2190: 2022-03-21 moko
2191:
2192: * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
2193: xmlInitCharEncodingHandlers is called in libxml static
2194: initializers before gc_substitute_memory_management_functions in
2195: pa_globals and thus gc may not see reference to our
2196: xmlCharEncodingHandler and free it.
2197:
1.175 moko 2198: 2022-01-26 moko
2199:
2200: * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
2201:
1.174 moko 2202: 2021-12-28 moko
2203:
2204: * tests/: 417.html, results/417.processed: test for empty string
2205: match added (related to bug #1224)
2206:
2207: * src/main/pa_string.C: empty string match now works (fixes bug
2208: #1224)
2209:
1.173 moko 2210: 2021-12-24 moko
2211:
2212: * tests/: 415_dir/29.p, results/415.processed: yet another test
2213:
2214: 2021-12-23 moko
2215:
2216: * src/: classes/table.C, main/pa_request.C: warnings war
2217:
2218: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
2219: main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
2220:
2221: 2021-12-21 moko
2222:
2223: * tests/: 416.html, results/416.processed: test for ^break[] in
2224: ^hash/table.select[] (related to feature #1222)
2225:
2226: * src/classes/: hash.C, table.C: ^break[] support for
2227: ^hash/table.select[] (implements feature #1222)
2228:
1.172 moko 2229: 2021-11-30 moko
2230:
2231: * src/targets/cgi/parser3.C: default sock_ready interval changed to
2232: 0.5 sec
2233:
1.171 moko 2234: 2021-11-10 moko
2235:
2236: * tests/results/415.processed: more syntax errors tests added
2237:
2238: * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
2239: 28.p: minor syntax error tests
2240:
2241: * src/main/pa_exception.C: pa_strdup added for compatibility
2242:
2243: * src/classes/curl.C: hint to call ^curl:options[
2244: $.library[correct.libcurl.so.name] ] added if default load fails.
2245:
2246: 2021-11-09 moko
2247:
2248: * src/main/compile.y: error message can be on stack
2249:
2250: * src/main/pa_xml_io.C: strcat replaced with pa_strcat
2251:
2252: * src/main/pa_charset.C: memcpy is more correct and efficient in
2253: this case then strncpy
2254:
2255: * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
2256: instead of strcpy where possible
2257:
2258: * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
2259: used to avoid MAX_STRING limit in Exception comment
2260:
2261: * tests/results/415.processed: compiler exceptions are no longer
2262: limited to MAX_STRING
2263:
2264: * src/main/: compile.y, compile_tools.h: Parse_control uses const
2265: char * instead of fixed buffer
2266:
2267: * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
2268: 415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
2269: 415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
2270: 415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
2271: results/415.processed: tests for parser.compile exceptions added
2272:
2273: 2021-11-08 moko
2274:
2275: * src/: classes/math.C, include/pa_common.h, main/compile.y,
2276: main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
2277: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
2278: types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
2279: drawbacks
2280:
1.170 moko 2281: 2021-11-06 moko
2282:
2283: * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
2284: (implements feature #1219)
2285:
2286: * tests/: 414.html, results/414.processed: test for
2287: ^hash.rename[from;to] added (related to feature #1144)
2288:
2289: 2021-11-05 moko
2290:
2291: * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
2292: (related to feature #1144)
2293:
2294: 2021-11-04 moko
2295:
2296: * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
2297: added (implements feature #1144)
2298:
1.169 moko 2299: 2021-10-19 moko
2300:
2301: * tests/: 413.html, results/413.processed: test for hash no longer
2302: is accepted as file parameter (related to bug #1218)
2303:
2304: * src/: classes/curl.C, classes/file.C, classes/image.C,
2305: classes/math.C, classes/xdoc.C, types/pa_value.C,
2306: types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
2307: longer is accepted as file parameter (fixes bug #1218)
2308:
1.168 moko 2309: 2021-07-19 moko
2310:
2311: * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
2312: child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
2313:
1.167 moko 2314: 2021-04-16 moko
2315:
2316: * src/types/pa_vmail.C: message can be null when e-mail is broken,
2317: processing it leads to assertions.
2318:
1.166 moko 2319: 2021-03-25 moko
2320:
2321: * tests/: 412.html, results/412.processed: test to demonstrate bug
2322: #1213
2323:
1.165 moko 2324: 2021-02-12 moko
2325:
2326: * tests/: 360.html, results/360.processed, results/363.processed:
2327: parser method call in expression mode no longer differs from call
2328: in string mode (related to feature #1211)
2329:
2330: 2021-02-11 moko
2331:
2332: * src/types/pa_vmail.C: mail parsing with Windows line endings
2333: fixed (bug #1212)
2334:
2335: * src/types/pa_vmethod_frame.h: no more difference inside @test[]
2336: when called $v[^test[]] vs $v(^test[]), numbers are converted to
2337: strings in both calls (implements feature #1211)
2338:
1.164 moko 2339: 2021-01-28 moko
2340:
2341: * buildall, etc/auto.p.in: to remove last patch in debian package
2342:
2343: * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
2344: 3.4.7b
2345:
1.162 moko 2346: 2021-01-21 moko
2347:
2348: * src/main/pa_http.C: no alarm() in file::load when web server mode
2349: is MULTITHREADED
2350:
1.157 moko 2351: 2021-01-20 moko
2352:
1.161 moko 2353: * src/targets/apache/mod_parser3.c: it is more correct to recommend
2354: 'a2enmod mpm_prefork'
2355:
1.160 moko 2356: * src/targets/apache/mod_parser3.c: prefork name is now
2357: 'libapache2-mpm-itk'
2358:
2359: * src/targets/apache/mod_parser3_core.C: last regular malloc
2360: removed
2361:
1.159 moko 2362: * src/targets/isapi/Makefile.am: -pa_threads.C
2363:
1.158 moko 2364: * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
2365: 3.4.6
2366:
1.157 moko 2367: * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
2368:
2369: * etc/auto.p.in: @config[result] added to simplify $cfg change in
2370: /httpd.p
2371:
2372: * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
2373: ^use[/httpd.p] + optional ^preprocess[] (related to feature
2374: #1203)
2375:
2376: 2021-01-19 moko
2377:
2378: * buildall: --disable-parallel-mark added to avoid "number of
2379: processors" threads creation for heap marking as it conflicts
2380: with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
2381: limits threads)
2382:
1.156 moko 2383: 2021-01-16 moko
2384:
2385: * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
2386: main/pa_globals.C, main/pa_memory.C,
2387: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
2388: types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
2389: feature #1209)
2390:
2391: 2021-01-15 moko
2392:
2393: * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
2394: 3.4.6rc
2395:
2396: * src/classes/json.C: get_delim added for delimiter caching (10%
2397: faster on large json)
2398:
2399: 2021-01-14 moko
2400:
1.211 moko 2401: * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156 moko 2402:
2403: * tests/results/224.processed: test result modified after
2404: today(shift) implemented
2405:
2406: * tests/: 407.html, results/407.processed: test for ^hash.select
2407: option $.default(bool) added (related to feature #1172)
2408:
2409: * src/classes/hash.C: ^hash.select option $.default(bool) added
2410: (related to feature #1172)
2411:
2412: * tests/: 141.html, results/141.processed: test modified for
2413: feature #1185.
2414:
2415: * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
2416: ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
2417: options $.lower(bool) (implements feature #1185)
2418:
2419: 2021-01-11 moko
2420:
2421: * src/classes/date.C: ^date::today(N) by gz@ (implements feature
2422: #1192)
2423:
2424: * tests/: 411.html, results/411.processed: test for ^date::today(N)
2425: added (related to feature #1192)
2426:
1.155 moko 2427: 2021-01-05 moko
2428:
2429: * tests/: 270.html, results/270.processed: test modified to work
2430: under Windows
2431:
2432: * tests/: 390.html, 395.html, results/395.processed: tests updated
2433: 4 windows
2434:
2435: * tests/: 410.html, results/410.processed: test for
2436: $CLASS-GETTER-PROTECTED(false) added
2437:
2438: 2021-01-04 moko
2439:
2440: * tests/: 409.html, results/409.processed, results/auto.p: test for
2441: $MAIN:LOCALS(true) added
2442:
1.154 moko 2443: 2021-01-03 moko
2444:
2445: * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
2446: types/pa_vclass.h, types/pa_vstateless_class.C,
2447: types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
2448: +LOCALS. $main -> $MAIN in exception texts (implements feature
2449: #1207)
2450:
2451: 2021-01-02 moko
2452:
2453: * etc/auto.p.in: minor
2454:
2455: * src/main/pa_request.C: sending headers only after opening file to
2456: allow error reporting if file was not opened (foreign group,
2457: etc).
2458:
2459: 2020-12-31 moko
2460:
2461: * src/: include/pa_request.h, main/pa_request.C,
2462: targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
2463:
2464: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
2465: main/pa_request.C: get_class_ref added and used
2466:
2467: * etc/auto.p.in: @CLASS httpd added
2468:
2469: * etc/auto.p.in: @auto[] is now first
2470:
2471: 2020-12-30 moko
2472:
2473: * tests/: 408.html, results/408.processed: test for bug #1166
2474: (windows only) added
2475:
2476: * src/main/pa_common.C: create_dir_for_file should not create dir
2477: for trailing / (fixes bug #1166)
2478:
2479: * tests/: 341.html, results/341.processed: tests for
2480: ^nameless_table.hash[] added (related to feature #1138)
2481:
2482: * src/classes/table.C: ^nameless_table.hash[0;1] now supported
2483: (implements feature #1138), extra fields in named tables no
2484: longer ignored (implements feature #1138)
2485:
2486: * tests/results/390.processed: updated after exception text change
2487:
2488: 2020-12-29 moko
2489:
2490: * tests/: 407.html, results/407.processed: +$._default check
2491:
2492: * src/classes/hash.C: keep $_default in ^hash.reverse[]
2493:
2494: * tests/: 407.html, results/407.processed: test for ^hash.select[]
2495: and ^hash.reverse[] added (releated to feature #1172)
2496:
2497: * src/classes/hash.C:
2498: ^hash.select[key;value](bool-condition)[options hash] +
2499: ^hash.reverse[] added (implements feature #1172)
2500:
2501: * src/types/pa_vtable.h: warning war
2502:
2503: * src/include/pa_config_fixed.h: win32 fix
2504:
1.153 moko 2505: 2020-12-27 moko
2506:
2507: * tests/: 406.html, results/406.processed: test results updated
2508:
2509: * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
2510: types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
2511: spelling
2512:
2513: 2020-12-26 moko
2514:
2515: * tests/: 406.html, results/406.processed: tests for
2516: ^table.rename[] added (related to feature #1148)
2517:
2518: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
2519: ^table.rename[column name from;column name to], ^table.rename[
2520: $.[column name from][column name to] ... ] added (implements
2521: feature #1148)
2522:
2523: 2020-12-25 moko
2524:
2525: * src/: include/pa_request_info.h, targets/cgi/parser3.C:
2526: request_info now on stack to avoid yet another THREAD_LOCAL
2527: memory deallocation issue (now with cookies), explained in #1203
2528:
2529: * src/types/pa_vcookie.C: fields should be inited
2530:
2531: 2020-12-24 moko
2532:
2533: * src/include/pa_stylesheet_connection.h: looks like
2534: xsltFreeStylesheet leads to memory double-free. If so, it's for
2535: sure libxml bug, but we have GC anyway, so we just remove this
2536: call and see...
2537:
2538: * thread #1, name = 'parser.parser3.cgi', stop reason = signal
2539: SIGABRT * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
2540: + 10 frame #2: 0x0000000801ab5039 libc.so.7`abort at
2541: abort.c:65:8 frame #3: 0x00000000004da663
2542: parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
2543: allchblk.c:878:9 frame #4: 0x00000000004cb8c4
2544: parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
2545: malloc.c:617:9 frame #5: 0x0000000000577f0c
2546: parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
2547: f=<unavailable>) at hash.c:356:2 frame #6: 0x000000000051a7c2
2548: parser.parser3.cgi`xsltFreeTemplateHashes + 50 frame #7:
2549: 0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
2550: frame #8: 0x000000000050d35c
2551: parser.parser3.cgi`xsltFreeStylesheetList + 44 frame #9:
2552: 0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
2553: frame #10: 0x00000000004436e5
2554: parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
2555: [inlined]
2556: Stylesheet_connection::disconnect(this=0x0000000804676c80) at
2557: pa_stylesheet_connection.h:62:3
2558:
2559: 2020-12-23 moko
2560:
2561: * src/classes/image.C: ^image::measure[; $.video() ] option added
2562:
2563: * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
2564: ^image::measure[; $.video(true) ] added
2565:
2566: * src/main/pa_exec.C: not cleared automatically in multithreaded
2567: httpd mode for unknown reasons
2568:
2569: 2020-12-22 moko
2570:
2571: * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
2572: error_log uri of currently processed document", but never used
2573: and conflicts with how libgc stops threads on FreeBSD (#define
2574: SIG_SUSPEND SIGUSR1), thus removed.
2575:
2576: 2020-12-21 moko
2577:
2578: * src/main/pa_request.C: +comment
2579:
1.151 moko 2580: 2020-12-20 moko
2581:
1.152 moko 2582: * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
2583: it is more safe to have versions of pa_strdup with one and two
2584: arguments, as helper_length=0 not always mean that strlen()
2585: should be called, but means zero.
2586:
2587: * src/targets/isapi/parser3isapi.C: minor
2588:
2589: * src/main/pa_http.C: +valid_http_method
2590:
1.151 moko 2591: * src/: include/pa_http.h, main/pa_http.C,
2592: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
2593:
2594: 2020-12-17 moko
2595:
2596: * tests/: 405.html, results/405.processed: test for split by regex
2597: added (related to feature #1160)
2598:
2599: * src/classes/string.C: split by regex implemented (feature #1160)
2600:
2601: * src/classes/string.C: minor
2602:
2603: * tests/: 404.html, results/404.processed: test for whitespace
2604: string is now OK for table argument (related to feature #1169)
2605:
2606: * src/: classes/image.C, classes/string.C, classes/table.C,
2607: types/pa_vmethod_frame.C: whitespace string is now OK for table
2608: argument (as with hash) (implements feature #1169)
2609:
2610: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
2611: limit for comment (fixes bug #1102)
2612:
2613: * src/targets/cgi/parser3.C: +HAVE_TLS check
2614:
2615: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
2616:
2617: * src/include/pa_config_includes.h: HAVE_TLS used
2618:
2619: * configure.ac: +TLS check
2620:
2621: * src/main/pa_http.C: content logging added
2622:
2623: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
2624: clear_response_headers added
2625:
2626: 2020-12-16 moko
2627:
2628: * buildall: as we now use threads, libatomic_ops still required for
2629: some OS.
2630:
2631: * src/main/pa_request.C: whitespace
2632:
2633: * src/: include/pa_request.h, main/pa_request.C:
2634: Request::Exception_trace::table extracted and used
2635:
2636: * src/main/pa_request.C: moving output_result call outside of try
2637: as network exceptions should not be handled by parser code
2638:
2639: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
2640: logging network exchange
2641:
2642: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
2643: via network if it was network write error.
2644:
2645: * src/targets/cgi/parser3.C: log -> pa_log
2646:
2647: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
2648:
2649: * src/main/pa_threads.C: getpid() if no gettid() found
2650:
2651: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
2652: we need to ignore "void" connections from browsers (browsers open
2653: connections in advance and they will be empty if user does not
2654: request more pages)
2655:
2656: 2020-12-15 moko
2657:
2658: * src/targets/cgi/parser3.C: avoid previous uri in logs
2659:
2660: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
2661: RequestController not needed in httpd mode
2662:
2663: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2664: classes/classes.h, classes/curl.C, classes/date.C,
2665: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2666: classes/hashfile.C, classes/image.C, classes/inet.C,
2667: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2668: classes/memcached.C, classes/memory.C, classes/op.C,
2669: classes/reflection.C, classes/regex.C, classes/response.C,
2670: classes/string.C, classes/table.C, classes/void.C,
2671: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2672: include/pa_array.h, include/pa_base64.h,
2673: include/pa_cache_managers.h, include/pa_charset.h,
2674: include/pa_charsets.h, include/pa_common.h,
2675: include/pa_config_fixed.h, include/pa_config_includes.h,
2676: include/pa_dictionary.h, include/pa_dir.h,
2677: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
2678: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
2679: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
2680: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
2681: include/pa_request_charsets.h, include/pa_request_info.h,
2682: include/pa_sapi.h, include/pa_socks.h,
2683: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
2684: include/pa_stack.h, include/pa_string.h,
2685: include/pa_stylesheet_connection.h,
2686: include/pa_stylesheet_manager.h, include/pa_symbols.h,
2687: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
2688: include/pa_uue.h, include/pa_xml_exception.h,
2689: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
2690: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
2691: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
2692: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
2693: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
2694: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
2695: main/compile.tab.C, main/compile.y, main/compile_tools.C,
2696: main/compile_tools.h, main/execute.C, main/pa_base64.C,
2697: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
2698: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
2699: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
2700: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
2701: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
2702: main/pa_sql_driver_manager.C, main/pa_string.C,
2703: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
2704: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
2705: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
2706: main/untaint.C, sql/pa_sql_driver.h,
2707: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
2708: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
2709: targets/isapi/parser3isapi.C, types/pa_junction.h,
2710: types/pa_method.h, types/pa_property.h, types/pa_value.C,
2711: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
2712: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
2713: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
2714: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
2715: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
2716: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
2717: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
2718: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
2719: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
2720: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
2721: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
2722: types/pa_vmemory.h, types/pa_vmethod_frame.C,
2723: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
2724: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
2725: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
2726: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
2727: types/pa_vstateless_object.h, types/pa_vstatus.C,
2728: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
2729: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
2730: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
2731: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
2732: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
2733:
2734: * src/main/pa_request.C: old compilers support
2735:
2736: * tests/: 362.html, results/362.processed: test updated after
2737: changes after upgrade to libxml2-2.9.9 were made (related to bug
2738: #1108)
2739:
2740: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
2741: removed, as xsltFreeStylesheet has side effects on original doc.
2742: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
2743: not updated after xdoc modification (part 3 of test 362).
2744: (related to bug #1108)
2745:
2746: * src/targets/isapi/parser3isapi.C: +pa_strcat
2747:
2748: * src/: classes/memory.C, include/pa_memory.h,
2749: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
2750: PA_GC_GCOLLECT used
2751:
2752: * src/include/pa_memory.h: +PA_GC_COLLECT
2753:
2754: * src/targets/cgi/parser3.C: msvs support fixes
2755:
2756: * src/lib/gc/include/gc.h: more cleanup
2757:
2758: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
2759:
2760: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
2761: targets/cgi/parser3.C: $main:HTTPD.mode implemented
2762:
2763: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
2764:
2765: * configure.ac: pthread.h added to checked headers
2766:
2767: * src/classes/table.C: string stream is back :)
2768:
2769: * src/classes/memory.C: GC_generate_random_backtrace no longer
2770: exists
2771:
2772: * src/main/pa_globals.C: GC_dont_gc replaced
2773:
2774: * src/lib/gc/include/gc.h: major cleanup, only used functions are
2775: left to simplify adding new functions. depricated GC_dont_gc
2776: replaced with GC_disable and GC_enable calls.
2777:
2778: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
2779: CORD_from_file* not used and thus removed
2780:
2781: * src/lib/gc/include/gc_allocator.h: minor cleanup
2782:
2783: 2020-12-14 moko
2784:
2785: * src/classes/: curl.C, memory.C, table.C: every TLS should be
2786: referenced elsewhere, or GC will collect it.
2787:
2788: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
2789: main/pa_xml_io.C: bugfix: TLS variables should be referenced
2790: elsewhere, or GC will collect them (and we'll get GPF in
2791: multithreaded enviroment). May be it can be also fixed by some
2792: GC call, not sure. But this fix costs nothing (but hours of
2793: debugging to find the issue :).
2794:
1.150 moko 2795: 2020-12-11 moko
2796:
2797: * configure.ac: gettid() check added
2798:
2799: * src/main/pa_threads.C: HAVE_GETTID used
2800:
2801: * src/include/pa_config_auto.h.in: +HAVE_GETTID
2802:
2803: * src/: include/pa_threads.h, main/pa_threads.C: now unified
2804: version for isapi/cgi/apache
2805:
2806: * buildall: threads are now required.
2807:
2808: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
2809: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
2810: main/main.vcproj: pa_threads.C moved to main
2811:
2812: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
2813: isapi/pa_threads.C: pa_threads.C moved to main
2814:
2815: * src/: main/Makefile.am, targets/cgi/Makefile.am,
2816: targets/apache/Makefile.am: pa_threads.C moved to main
2817:
2818: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
2819:
2820: * src/: include/pa_stylesheet_connection.h,
2821: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
2822: and weird GPF in multithreaded httpd is gone
2823:
2824: * src/include/: pa_stylesheet_connection.h,
2825: pa_sql_driver_manager.h: whitespace
2826:
2827: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
2828:
2829: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
2830: main/pa_stylesheet_manager.C: whitespace, warning war
2831:
2832: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
2833: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
2834: parser_multithreaded never used
2835:
2836: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
2837:
2838: 2020-12-10 moko
2839:
2840: * src/: include/pa_config_includes.h, include/pa_http.h,
2841: main/pa_http.C, targets/cgi/parser3.C: initial support for
2842: MULTITHREADED and PARALLEL httpd server modes
2843:
2844: * src/main/pa_globals.C: GC_java_finalization is depricated
2845:
2846: 2020-12-09 moko
2847:
2848: * etc/auto.p.in: + @httpd-main
2849:
2850: * src/: include/pa_common.h, main/pa_request.C,
2851: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
2852: work
2853:
2854: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2855: slow file_read_binary no longer used, send_range added
2856:
2857: 2020-12-08 moko
2858:
2859: * src/main/pa_request.C: >4Gb support
2860:
2861: * src/targets/cgi/parser3.C: msvc warning war
2862:
2863: * src/: include/pa_config_includes.h, main/pa_http.C,
2864: main/pa_request.C: msvc warnings war
2865:
2866: * src/classes/image.C: warning war
2867:
2868: * src/classes/table.C: MSVC warning war
2869:
2870: * src/targets/cgi/parser3.C: msvc warnings war
2871:
2872: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
2873: added
2874:
1.149 moko 2875: 2020-12-07 moko
2876:
1.150 moko 2877: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
2878: avoid logging beside system-wide auto.p
2879:
2880: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
2881:
2882: * configure, configure.ac, src/include/pa_config_auto.h.in:
2883: configure options added:
2884:
2885: --with-system-cfg=FILE to specify system-wide auto.p
2886: --with-system-log=FILE to specify system-wide parser3.log
2887:
2888: * Makefile.am: bin no longer exists
2889:
2890: * configure, configure.ac: auto.p moved to etc to simplify debian
2891: package
2892:
2893: * buildall: auto.p and parser3.charsets moved to their default
2894: location after install
2895:
2896: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
2897:
2898: * aclocal.m4, configure: automake 1.15 -> 1.16.1
2899:
1.149 moko 2900: * src/targets/cgi/parser3.C: locate_config call returned to
2901: original place as it requires pa_thread_request() under Windows
2902:
2903: * src/targets/cgi/parser3.C: renaming
2904:
2905: 2020-12-06 moko
2906:
2907: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
2908: check added
2909:
2910: 2020-12-04 moko
2911:
2912: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
2913: main/pa_request.C: unified uint64_t lseek implemented to support
2914: >4Gb files under x86, including Windows
2915:
2916: 2020-12-02 moko
2917:
2918: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
2919: with max_file_size
2920:
2921: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
2922: support for processing files sized >4Gb on 32 bit planforms
2923:
2924: * tests/399.html: file moved
2925:
2926: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
2927:
2928: * src/targets/cgi/pa_sapi_info.h: warning war
2929:
2930: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
2931: warning war
2932:
2933: 2020-12-01 moko
2934:
2935: * src/classes/image.C: mp4 extended size (>4Gb) support added
2936:
2937: * src/classes/image.C: for "size not found" exception to be shown
2938: if size not found until eof
2939:
2940: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
2941: bit linux)
2942:
2943: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
2944: #1188)
2945:
2946: 2020-11-30 moko
2947:
2948: * src/classes/image.C: definitions moved closer to code
2949:
2950: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
2951: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
2952: 395_dir/3_VP8X.webp, results/395.processed,
2953: results/396.processed: tests for ^image::measure[] .webp support
2954: added, all image files moved into one directory (related to
2955: feature #1188)
2956:
2957: * src/classes/image.C: ^image::measure[] now supports webp (feature
2958: #1188)
2959:
1.148 moko 2960: 2020-11-29 moko
2961:
2962: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
2963: processing, unnessesary defines removed
2964:
2965: 2020-11-24 moko
2966:
2967: * tests/results/: 099.processed, 100.processed, 205.processed,
2968: 309.processed, 310.processed: Content-Disposition: inline
2969: returned
2970:
2971: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
2972: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
2973: ] added (related to bug #1204)
2974:
2975: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
2976: ] supported to avoid Content-Disposition: inline;
2977: filename="<file>.ext" but still set Content-Type for ext (related
2978: to bug #1204)
2979:
1.147 moko 2980: 2020-11-22 moko
2981:
2982: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
2983: types/pa_vfile.C: pa_filename added to avoid useless rsplit
2984:
2985: * src/main/pa_request.C: content_disposition_inline returned.
2986:
2987: 2020-11-17 moko
2988:
2989: * src/main/pa_request.C: empty main method name support
2990:
2991: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
2992: config_handler added, stdout flush added.
2993:
2994: 2020-11-16 moko
2995:
2996: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
2997:
2998: * tests/results/: 099.processed, 205.processed, 237.processed,
2999: 309.processed, 310.processed: Content-Disposition: inline is not
3000: required and should not contain filename="<name>"
3001:
3002: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
3003: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3004: targets/isapi/parser3isapi.C: pa_strcat implemented and used
3005:
1.146 moko 3006: 2020-11-14 moko
3007:
3008: * src/targets/cgi/parser3.C: spelling
3009:
3010: * src/targets/cgi/parser3.C: renaming
3011:
3012: * src/targets/cgi/parser3.C: args_skip removed, locate_config
3013: relocated
3014:
3015: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
3016: before request processing, which is weired
3017:
3018: 2020-11-13 moko
3019:
3020: * src/main/pa_http.C: pa_recv added with timeout support, thus read
3021: copied in httpd.
3022:
3023: 2020-11-12 moko
3024:
3025: * src/main/pa_http.C: ALARM code unified to be used in httpd
3026:
3027: * src/: include/pa_request.h, main/pa_request.C,
3028: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
3029:
3030: * src/main/pa_http.C: URI validation added
3031:
3032: * src/targets/cgi/parser3.C: filespec_to_process now variable,
3033: can't be empty but can be null. httpd-main is now main method
3034: name for httpd mode
3035:
3036: 2020-11-11 moko
3037:
3038: * src/main/pa_request.C: path_translated can be null in httpd mode
3039:
3040: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
3041: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
3042: classes/xdoc.C, include/pa_request.h, main/execute.C,
3043: main/pa_request.C: r.absolute -> r.full_disk_path
3044:
3045: * src/targets/cgi/parser3.C: if filename to process is not
3046: specified, auto.p should be present.
3047:
1.145 moko 3048: 2020-11-03 moko
3049:
3050: * src/: classes/op.C, include/pa_request.h: unused argument removed
3051:
3052: * src/main/pa_request.C: content_disposition_inline is the default,
3053: not required.
3054:
1.144 moko 3055: 2020-10-29 moko
3056:
3057: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
3058: ^use[file; $.main(true) ] implemented for auto.p processing and
3059: path_translated changing to correct relative files path
3060: calculation in httpd mode
3061:
3062: * src/: include/pa_request.h, main/pa_request.C:
3063: fail_on_read_problem removed, as it allways true, as if should
3064: be.
3065:
3066: * src/: include/pa_request.h, main/pa_request.C,
3067: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3068: targets/isapi/parser3isapi.C: clearing config_filespec when
3069: config was not found, thus flag not required and removed.
3070:
3071: 2020-10-28 moko
3072:
3073: * tests/: 402.html, results/402.processed: error reporting test
3074:
3075: * src/main/execute.C: better error reporting when
3076: $result[^hash::create[]] in @main.
3077:
3078: * src/main/: execute.C, pa_request.C: frame.result() should be used
3079: + minor optimization
3080:
3081: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
3082: main/pa_xml_io.C: execute_*_method simplified and unified
3083:
3084: 2020-10-27 moko
3085:
3086: * tests/: 306.html, results/306.processed: a bit more testing. :)
3087:
3088: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
3089: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
3090: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
3091: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
3092: types/pa_vmethod_frame.h, types/pa_vobject.C,
3093: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
3094: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
3095: longer used in object-prototype mode
3096:
3097: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
3098: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
3099: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
3100: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
3101: $form:name[value] features
3102:
1.143 moko 3103: 2020-10-18 moko
3104:
3105: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
3106:
3107: 2020-10-15 moko
3108:
3109: * src/main/pa_http.C: url no longer needed as
3110: ALTER_EXCEPTION_SOURCE is used
3111:
3112: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
3113: main/pa_http.C: check_file_size filespec is now optional
3114:
3115: * src/: classes/curl.C, include/pa_exception.h,
3116: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
3117: ALTER_EXCEPTION_COMMENT added for better error reporting
3118:
3119: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
3120: results/346-curl.processed, results/379-curl.processed,
3121: results/379.processed: test results updated as load now provides
3122: better error reporting + curl responses updated
3123:
3124: 2020-10-14 moko
3125:
3126: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
3127: main/pa_string.C, targets/apache/mod_parser3_core.C,
3128: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
3129: checked. 10 is now default base, no hex autodetect by default
3130:
3131: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3132: connection socket closing in destructor + accept exception
3133: handling
3134:
3135: * src/targets/cgi/parser3.C: warning war
3136:
3137: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
3138: main/pa_request.C, targets/apache/mod_parser3_core.C,
3139: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
3140: exception handling unified
3141:
3142: 2020-10-13 moko
3143:
3144: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
3145: autodetection
3146:
3147: * src/targets/apache/mod_parser3_core.C: reverted to atoi
3148:
3149: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
3150:
3151: * src/main/pa_http.C: warning war
3152:
1.142 moko 3153: 2020-10-12 moko
3154:
1.143 moko 3155: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
3156: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
3157: unhandled exception code optimization
3158:
3159: * src/targets/cgi/parser3.C: request_info now global variable
3160:
3161: * src/main/pa_http.C: http_read_response moved to HTTP_response
3162: class
3163:
3164: * src/: include/pa_http.h, main/pa_http.C,
3165: targets/cgi/pa_sapi_info.h: read_post implemented
3166:
1.142 moko 3167: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
3168: [host:]port syntax support in httpd mode
3169:
3170: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
3171: targets/cgi/parser3.C: populate_env added
3172:
3173: * src/include/pa_hash.h: to make get(char *) compiling in
3174: HashStringString
3175:
3176: 2020-10-10 moko
3177:
3178: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
3179: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
3180:
3181: * src/: include/pa_http.h, include/pa_request_info.h,
3182: main/pa_http.C, main/pa_string.C,
3183: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
3184: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
3185: types/pa_vrequest.C: initial httpd mode implementation
3186:
1.141 moko 3187: 2020-10-04 moko
3188:
3189: * src/targets/cgi/parser3.C: options together
3190:
3191: 2020-09-30 moko
3192:
3193: * src/main/pa_http.C: renamed
3194:
1.140 moko 3195: 2020-08-14 moko
3196:
3197: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
3198: src/targets/cgi/Makefile.am: no httpd as separate library
3199:
3200: 2020-08-13 moko
3201:
3202: * src/targets/cgi/parser3.C: SAPI::die used in exception in
3203: unhandled exception handler to report 500 instead of 200 it was
3204: before.
3205:
3206: * src/targets/apache/mod_parser3_core.C: minor cleanup
3207:
3208: * src/: include/pa_sapi.h, main/untaint.C,
3209: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3210: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
3211: thus replaced with SAPI::die and removed
3212:
3213: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
3214: cgi/parser3.C: whitespace
3215:
3216: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
3217:
3218: 2020-08-12 moko
3219:
3220: * src/targets/cgi/parser3.C: duplicate info in signal logging
3221: removed, whitespace was: SIGPIPE received while executing code.
3222: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
3223: cl=0]
3224:
3225: * parser3.sln: + httpd.vcproj
3226:
3227: 2020-08-11 moko
3228:
3229: * src/targets/cgi/Makefile.am: +libhttpd
3230:
3231: * configure.ac, src/lib/Makefile.am: +libhttpd
3232:
1.139 moko 3233: 2020-07-13 moko
3234:
3235: * tests/: 401.html, results/401.processed: test for hash key does
3236: not keep language, but tainted in foreach.
3237:
1.138 moko 3238: 2020-07-01 moko
3239:
3240: * tests/: 235.html, results/235.processed: test result updated as
3241: messages before attachments implemented (feature #1176)
3242:
1.137 moko 3243: 2020-06-27 moko
3244:
3245: * tests/: 400.html, results/400.processed: test updated to check
3246: ^return{code}
3247:
3248: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
3249: fixed
3250:
3251: 2020-06-26 moko
3252:
3253: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
3254: added (related to https://www.parser.ru/forum/?id=85319)
3255:
3256: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
3257: when $result assignment was last statement in the method
3258: (https://www.parser.ru/forum/?id=85319)
3259:
1.136 moko 3260: 2020-05-23 moko
3261:
3262: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
3263: whitespace, unused level removed
3264:
3265: 2020-05-19 moko
3266:
3267: * src/types/pa_vmail.C: whitespace
3268:
3269: * src/types/pa_vmail.C: files should be processed last (related to
3270: feature #1176)
3271:
1.135 moko 3272: 2020-05-12 moko
3273:
3274: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
3275: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
3276:
3277: * configure.ac: FreeBSD1X.X check added to avoid
3278: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
3279:
1.134 moko 3280: 2020-02-26 moko
3281:
3282: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
3283: compilation issue (related to bug #1201)
3284:
3285: * src/main/pa_common.C: entry_readable -> entry_exists,
3286: undocumented access(fname, R_OK) call removed (fixes bug #1201)
3287: -f and -d now works under Windows in UTF-8 with Russian
3288: filenames.
3289:
3290: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
3291: advice (related to feature #1199)
3292:
3293: 2020-02-25 moko
3294:
3295: * buildall: --silent removed
3296:
3297: * configure.ac: gmime-3.0 support
3298:
3299: * buildall: --with-system-mailreceive option added to build with
3300: system libgmime
3301:
3302: * src/types/pa_vmail.C: avoiding
3303: https://github.com/jstedfast/gmime/issues/83 "feature" (related
3304: to feature #1199)
3305:
1.133 moko 3306: 2020-02-18 moko
3307:
3308: * src/classes/op.C: windows x64 debug mode compile fix
3309:
3310: * src/main/pa_globals.C: no longer required due to -MD -> -MT
3311: change (releated to feature #1200)
3312:
3313: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3314: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
3315: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
3316: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
3317: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3318: targets/apache/ApacheModuleParser3.vcproj,
3319: targets/apache/ApacheModuleParser3Core.vcproj,
3320: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3321: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
3322: dependency (related to feature #1200)
3323:
1.132 moko 3324: 2020-02-12 moko
3325:
3326: * src/types/pa_vmail.C: minimize diff
3327:
3328: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
3329: #1199)
3330:
1.131 moko 3331: 2020-01-18 moko
3332:
3333: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
3334:
1.130 moko 3335: 2019-12-28 moko
3336:
3337: * src/targets/cgi/parser3.C: avoid empty ?
3338:
3339: 2019-12-27 moko
3340:
3341: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
3342: DOCUMENT_ROOT (related to feature #1164)
3343:
3344: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
3345: fcgiwrap setup (implements feature #1164)
3346:
3347: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
3348: but no issues found (related to feature #1164)
3349:
3350: * src/targets/cgi/parser3.C: actualized
3351:
3352: 2019-12-26 moko
3353:
3354: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
3355: removed
3356:
3357: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
3358: removed
3359:
3360: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
3361: allocation errors, we don't want default gc warnings (without
3362: timestamp and URI).
3363:
3364: * src/: classes/memory.C, main/pa_globals.C,
3365: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3366: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
3367: pa_globals_init
3368:
3369: * src/main/pa_globals.C: setup_hex_value() removed, static array
3370: initialization used (optimization)
3371:
3372: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
3373: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
3374: pa_socks_init/pa_socks_done moved inside pa_globals_init
3375: (optimization)
3376:
1.129 moko 3377: 2019-12-09 moko
3378:
3379: * src/include/pa_config_fixed.h: warning war
3380:
1.128 moko 3381: 2019-12-08 moko
3382:
3383: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
3384: process grammar under Unix.
3385:
3386: 2019-12-07 moko
3387:
3388: * tests/389.html: For Windows XP. :)
3389:
3390: * tests/388-sql.html: Windows compatibility added
3391:
3392: 2019-12-06 moko
3393:
3394: * src/targets/cgi/parser3.C: warning war
3395:
3396: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
3397: == sizeof(CORD)) to avoid aligning bugs in future
3398:
3399: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
3400: XML_STATIC
3401:
3402: * src/include/pa_request.h: StackItem() not required
3403:
3404: * src/include/pa_stack.h: warning war
3405:
3406: * src/include/pa_config_includes.h: GCC warning silenced
3407:
3408: * src/include/pa_memory.h: warning war: the program should also
3409: define 'void operator delete [](void*, std::size_t)'
3410: [-Wsized-deallocation]
3411:
3412: * src/types/: pa_vregex.h, pa_vtable.h: warning war
3413:
3414: * src/classes/string.C: not reqired cast removed
3415:
3416: * src/classes/string.C: not reqired cast removed
3417:
3418: 2019-12-05 moko
3419:
3420: * src/lib/sdbm/pa_file_io.C: warning war
3421:
3422: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
3423: enum Language : size_t - required for VS2015+ to make
3424: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
3425: without it (related to feature #1198)
3426:
3427: 2019-12-04 moko
3428:
3429: * src/main/pa_base64.C: unsigned char -> uchar
3430:
3431: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
3432: as other libs
3433:
3434: * src/include/pa_version.h: +amd64
3435:
3436: 2019-12-03 moko
3437:
3438: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
3439: release
3440:
3441: * src/include/pa_config_includes.h: warning war
3442:
3443: * src/classes/image.C: warning war
3444:
3445: * src/main/pa_globals.C: x64 libs support
3446:
3447: * src/include/pa_config_includes.h: warning war
3448:
3449: * src/types/pa_method.h: warning war
3450:
1.127 moko 3451: 2019-11-28 moko
3452:
3453: * src/classes/math.C: vs2003 compatibility + warning war
3454:
3455: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
3456: libxml2-2.9.9 (related to feature #1136)
3457:
3458: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
3459: typecast for more compatibility (related to feature #1136)
3460:
3461: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
3462: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
3463: feature #1136)
3464:
3465: 2019-11-26 moko
3466:
3467: * src/main/: compile_tools.C, compile_tools.h: invalid assert
3468: removed (it was failing in $$var case), condition added
3469:
1.126 moko 3470: 2019-11-25 moko
3471:
3472: * tests/: 397.html, 399.html, results/141.processed,
3473: results/399.processed: base64 options tested
3474:
3475: * src/: classes/math.C, main/pa_http.C: base64 options used
3476:
3477: * src/main/pa_base64.C: base64 encode rewritten, base64 options
3478: implemented (feature #986)
3479:
3480: * src/main/pa_cache_managers.C: whitespace
3481:
3482: * tests/: 397.html, 399.html, results/399.processed: tests for
3483: ^base64 encode options added (related to feature #986)
3484:
3485: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
3486: pa_base64_encode(file) removed - more memory, but faster and less
3487: code (related fo feature #986)
3488:
3489: 2019-11-24 moko
3490:
3491: * tests/: 155.html, results/155.processed: limit and offset in
3492: ^table::load[] now supported, thus test added
3493:
3494: * src/: classes/file.C, classes/table.C, include/pa_common.h,
3495: main/pa_common.C: optimization: offset and limit options parsing
3496: moved inside file_load.
3497:
3498: 2019-11-23 moko
3499:
3500: * src/: classes/file.C, classes/op.C, include/pa_common.h,
3501: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
3502: optimization: file_read replaced with simplified file_read_binary
3503:
3504: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
3505: types/pa_vform.C: whitespace
3506:
3507: * src/: include/pa_common.h, main/pa_common.C: never used params
3508: removed
3509:
3510: 2019-11-21 moko
3511:
3512: * tests/: 193.html, results/193.processed, results/389.processed:
3513: test results updated as now base64 does not discard tail without
3514: padding (related to feature #986)
3515:
3516: 2019-11-20 moko
3517:
3518: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
3519: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
3520: pa_base64_decode (related to feature #986)
3521:
3522: * tests/398.html: tests for base64 decode added (related to feature
3523: #986)
3524:
3525: * src/main/pa_base64.C: base64_decode rewritten - padding option
3526: support, padding inside base 64 supported (related to feature
3527: #096)
3528:
3529: 2019-11-19 moko
3530:
3531: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
3532: FreeBSD 12
3533:
1.125 moko 3534: 2019-11-16 moko
3535:
3536: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
3537: support added, step support removed (related to #986)
3538:
3539: 2019-11-15 moko
3540:
3541: * src/classes/math.C: using log since log2 is not present on
3542: FreeBSD < 8.4 (related to feature #1177)
3543:
3544: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
3545: pa_base64_size extracted and used for files as well (related to
3546: feature 986)
3547:
3548: 2019-11-14 moko
3549:
3550: * tests/: 397.html, results/397.processed: + content check
3551:
3552: * tests/: 141.html, results/141.processed: make test resuls more
3553: readable
3554:
3555: * tests/: 397.html, results/193.processed, results/397.processed:
3556: test results updated after \x00 character was disabled in
3557: math:convert string mode (related to feature #1177)
3558:
3559: * src/classes/: math.C, string.C: \\x00 character disabled while
3560: converting to string (as in base64, related to feature #1177)
3561:
3562: * src/classes/file.C: more correct arguments separation
3563:
3564: * src/: classes/file.C, classes/math.C, classes/string.C,
3565: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3566: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
3567: options added, but not yet implemented (related to feature #986)
3568:
3569: * src/classes/math.C: whitespace
3570:
3571: 2019-11-13 moko
3572:
3573: * tests/: 397.html, results/397.processed: +tainting test (related
3574: to feature #1177)
3575:
3576: * src/classes/math.C: as we now produce not only digits, result
3577: should be tainted (related to feature #1177)
3578:
3579: * src/main/pa_base64.C: whitespace
3580:
3581: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
3582: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
3583: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
3584: implementation moved from pa_common.h and pa_common.C
3585:
3586: 2019-11-12 moko
3587:
3588: * tests/: 275.html, results/275.processed: out of range test fixed,
3589: as ^math:convert now supports arbitrary precision
3590:
3591: 2019-11-11 moko
3592:
3593: * tests/results/389.processed: uctualized error message
3594:
3595: * tests/: 389.html, 397.html, results/397.processed: tests for
3596: ^math:convert added (related to feature #1177)
3597:
3598: * src/classes/math.C: ^math:convert now supports arbitrary
3599: precision, alphabet support added (implements feature #1177)
3600:
1.124 moko 3601: 2019-11-06 moko
3602:
3603: * tests/: 181.html, results/181.processed: entities usage added,
3604: more entites load tests (related to bug #842 discussion)
3605:
3606: 2019-11-05 moko
3607:
3608: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
3609: call from xmlFileOpen if http://localhost/<file> was not found
3610: (related to bug #842)
3611:
3612: * src/main/pa_xml_io.C: rename
3613:
3614: * src/main/pa_xml_io.C: +MemoryStream constructor
3615:
3616: * src/main/pa_xml_io.C: whitespace
3617:
1.123 moko 3618: 2019-10-31 moko
3619:
3620: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
3621: XML_PARSE_NOENT) added to fix entities load, (related to feature
3622: #1181)
3623:
1.122 moko 3624: 2019-10-25 moko
3625:
3626: * tests/: 388-sql.html, results/388-sql.processed: more multiple
3627: queries tests
3628:
3629: 2019-10-24 moko
3630:
3631: * tests/: 388-sql.html, results/388-sql.processed: support for
3632: pgsql driver test
3633:
3634: * tests/: 388-sql.html, results/388-sql.processed:
3635: multi_statements=1 now tested, mysql test now supported
3636: (connection must be specified in [parser3] section in .my.cnf)
3637: related to issues #1195 and #1194
3638:
1.121 moko 3639: 2019-09-11 moko
3640:
3641: * src/classes/int.C: whitespace
3642:
3643: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
3644: exception test
3645:
3646: * tests/results/388-sql.processed: sql queries now shown (related
3647: to feature #1196)
3648:
3649: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
3650: with old parser versions.
3651:
3652: * src/: classes/file.C, classes/hash.C, classes/string.C,
3653: classes/table.C, classes/void.C, include/pa_sql_connection.h,
3654: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
3655: instead of connect string in query_event_handlers exceptions
3656: (implements feature #1196)
3657:
1.120 moko 3658: 2019-09-06 moko
3659:
3660: * tests/388-sql.html: mysql compat
3661:
3662: * src/: classes/hash.C, classes/string.C, classes/table.C,
3663: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
3664: sql_ variables declaration moved to pa_common.h
3665:
1.116 moko 3666: 2019-01-15 moko
3667:
3668: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
3669: logically sorted
3670:
3671: 2018-12-27 moko
3672:
3673: * src/include/pa_config_includes.h: warning war:
3674: -Wdeprecated-register added for C++ 17
3675:
3676: 2018-10-15 moko
3677:
3678: * configure.ac: FreeBSD 11.2 can be build with ./configure
3679: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
3680: --with-xml=/usr/local/
3681:
3682: 2018-09-24 moko
3683:
3684: * tests/: 396.html, 396.tiff, results/396.processed: test for
3685: ^image::measure[] now supports tiff added (related to feature
3686: #1188)
3687:
3688: * src/classes/image.C: ^image::measure[] now supports tiff
3689: (implements feature #1188)
3690:
3691: 2018-09-20 moko
3692:
3693: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
3694: files measure added (related to ticket #1188)
3695:
3696: * src/classes/image.C: measure of bmp files implemented (related to
3697: ticket #1188)
3698:
3699: 2018-09-18 moko
3700:
3701: * tests/: 394-curl.html, results/394-curl.processed,
3702: results/auto.p: test for bug #1187 (max_file_size check for head
3703: requests) added
3704:
3705: 2018-08-24 moko
3706:
3707: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
3708: response content-length check is required (fixes bug #1187)
3709:
3710: 2018-05-11 moko
3711:
3712: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
3713: $.append(bool) ] option added (related to feature #919)
3714:
3715: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
3716: from misha@ patch (implements feature #919)
3717:
3718: 2018-03-22 moko
3719:
3720: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
3721: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
3722: with 128kb buffer. Now works at least 12 times faster. :) May be
3723: Windows-only problem.
3724:
3725: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
3726: build fix)
3727:
3728: 2018-02-03 moko
3729:
3730: * src/main/execute.C: removes irrelevant lines from exception stack
3731: trace when exceptions occurs in assigment (fixes bug #1165)
3732:
3733: * tests/: 393.html, results/393.processed: test for behavour after
3734: "Property can not be created, already exists field with that
3735: name" exception removed (related to feature #1183)
3736:
3737: * src/types/pa_vclass.C: "Property can not be created, already
3738: exists field with that name" exception removed (implements
3739: feature #1183)
3740:
3741: 2018-01-19 moko
3742:
3743: * src/classes/string.C: whitespace
3744:
3745: * src/classes/string.C: whitespace
3746:
3747: * tests/: 392.html, results/392.processed: test for
3748: ^regex::create[$regex] added (related to feature #1135)
3749:
3750: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
3751: ^regex::create[$regex] added (implements feature #1135)
3752:
3753: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
3754: commented define added (related to feature #1157)
3755:
3756: 2018-01-17 moko
3757:
3758: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
3759:
3760: 2018-01-15 moko
3761:
3762: * tests/: 390.html, results/390.processed: real path replaced by
3763: stub
3764:
3765: * tests/: 391.html, results/391.processed: test for feature #1181
3766: (XML_PARSE_HUGE exception) added
3767:
3768: 2018-01-11 moko
3769:
3770: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
3771: XML_PARSE_HUGE option passed by default (implements feature
3772: #1181)
3773:
3774: * src/classes/string.C: whitespace
3775:
3776: 2017-12-10 moko
3777:
3778: * tests/: 389.html, 390.html, results/389.processed,
3779: results/390.processed: image code coverage tests added (related
3780: to feature #1125)
3781:
3782: 2017-12-08 moko
3783:
3784: * tests/: 346-curl.html, 388-sql.html, 389.html,
3785: results/346-curl.processed, results/388-sql.processed,
3786: results/389.processed: more code coverage tests
3787:
3788: * tests/: 264.html, results/264.processed: code coverage for
3789: ^file::exec[]
3790:
3791: 2017-12-07 moko
3792:
3793: * tests/: 174.html, 388-sql.html, 389.html,
3794: results/388-sql.processed, results/389.processed,
3795: results/174.processed: more coverage tests
3796:
3797: * src/classes/math.C: exception text actualized
3798:
3799: 2017-12-06 moko
3800:
3801: * tests/388-sql.html: $SQL can be here
3802:
3803: * tests/results/auto.p: $SQL not required here
3804:
3805: * tests/: 388-sql.html, 389.html, Makefile,
3806: results/388-sql.processed, results/389.processed, results/auto.p:
3807: code coverage tests for sql (using sqlite) and int/double/bool
3808: added (related to feature #1125)
3809:
3810: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3811: lib/json/json.vcproj, lib/md5/md5.vcproj,
3812: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
3813: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
3814: targets/apache/ApacheModuleParser3Core.vcproj,
3815: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3816: types/types.vcproj: gc\include no longer required
3817:
3818: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
3819: required
3820:
3821: * src/: classes/Makefile.am, classes/table.C,
3822: include/pa_config_includes.h, include/pa_string.h,
3823: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3824: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
3825: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
3826: targets/apache/Makefile.am, targets/cgi/Makefile.am,
3827: types/Makefile.am: to be sure that our version of gc.h/cord.h is
3828: used, we now include it directly
3829:
3830: 2017-12-04 moko
3831:
3832: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
3833: memcached/memcached.vcproj, punycode/punycode.vcproj,
3834: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
3835: where required
3836:
3837: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
3838: now can be used to trace memory allocations
3839:
3840: * src/: classes/table.C, include/pa_config_includes.h,
3841: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
3842: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
3843: method removes, libcord also can work without libgc
3844:
3845: * src/classes/json.C: pa_gc_malloc_atomic should not be used
3846:
3847: 2017-11-29 moko
3848:
3849: * src/classes/curl.C: no exception if some of ^curl:info[] elements
3850: are not present (related to feature #1173)
3851:
3852: * tests/346-curl.html: test updated to test curl content-length bug
3853: (related to feature #1173)
3854:
3855: * tests/results/346-curl.processed: more test for content-length
3856: curl bug (related to feature #1173)
3857:
3858: * tests/results/346-curl.processed: test results updated after
3859: #1173 implemented
3860:
3861: 2017-11-28 moko
3862:
3863: * src/classes/curl.C: another libcurl Content-length bug walkaround
3864: (related to feature #1173)
3865:
3866: 2017-11-27 moko
3867:
3868: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
3869: $.http_version[version string] added (implements feature #1173),
3870: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
3871: where $post(true) bug existed.
3872:
3873: 2017-11-18 moko
3874:
3875: * src/include/pa_memory.h: warning war (related to feature #1170)
3876:
3877: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
3878: feature #1170)
3879:
3880: 2017-11-17 moko
3881:
3882: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
3883: std::basic_stringstream used in ^table.csv-string[] is compatible
3884: with delete usage check only under Debian 9 (related to feature
3885: #1170)
3886:
3887: 2017-11-16 moko
3888:
3889: * src/: classes/curl.C, classes/hash.C, classes/json.C,
3890: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
3891: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
3892: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
3893: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
3894: types/pa_vxdoc.h: regular new/delete no longer used in our code,
3895: stubs defend from accidental use (implements feature #1170)
3896:
3897: 2017-06-24 moko
3898:
3899: * configure.ac: minor fix: thanks to alx@
3900:
1.115 moko 3901: 2017-05-29 moko
3902:
3903: * src/types/pa_vmail.C: mail headers are now correctly truncated -
3904: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
3905: added to avoid cutting of UTF-8 chars (fixed bug #123)
3906:
3907: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
3908: ignored, =?UTF-8?Q?= should start in case of leading space
3909: (related to bug #123)
3910:
3911: * buildall: echo -n -> printf for OS X. :)
3912:
3913: 2017-05-25 moko
3914:
3915: * tests/: 288.html, results/288.processed: test updated afted
3916: setting $o.prop without setter exception removed (related to
3917: feature #1157)
3918:
3919: * src/types/pa_vclass.C: no more "this property has no setter
3920: method" when setting $o.prop without setter (implements feature
3921: #1157)
3922:
3923: * buildall: echo \c -> echo -n for FreeBSD
3924:
3925: * configure, configure.ac, src/include/pa_config_auto.h.in,
3926: src/types/pa_vdouble.h: isfinite now checked in configure
3927:
3928: * compile, config.guess, config.sub, depcomp, install-sh, missing:
3929: upgraded to automake 1.15
3930:
3931: 2017-05-23 moko
3932:
3933: * src/types/pa_vdouble.h: finite returned where isfinite not
3934: defined
3935:
3936: 2017-05-22 moko
3937:
3938: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
3939:
3940: * buildall: extern CFLAGS setting support
3941:
3942: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
3943:
3944: * buildall: http -> https
3945:
3946: * buildall: gc-7.2f -> gc-7.6.0
3947:
3948: 2017-05-20 moko
3949:
3950: * buildall: https, pcre, xml, xslt updated to current versions
3951: (related to feature #1136)
3952:
3953: 2017-05-19 moko
3954:
3955: * tests/097.html: after parser.ru moved to https
3956:
3957: 2017-05-17 moko
3958:
3959: * tests/results/: 175.processed, 372.processed: tests resuls
3960: updated after lintian spelling typos fixed (related to bug #1156)
3961:
3962: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
3963: classes/string.C, classes/table.C, main/pa_charset.C,
3964: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
3965: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
3966: lintian reported by Sergey B Kirpichev (fixes bug #1156)
3967:
3968: * tests/results/096.processed: +XMP
3969:
3970: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
3971: $.xmp(true) options tested (test for feature #1154)
3972:
3973: * src/classes/image.C: ^image:measure[] options $.exif(false)
3974: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
3975: fetched by default! (implements feature #1154)
3976:
3977: 2017-05-16 moko
3978:
3979: * tests/: 256.html, results/256.processed: ^json:string[$image] now
3980: allowed (related to feature #1154)
3981:
3982: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3983: initial XMP implementation - without options and transcode
3984: (related to feature #1154)
3985:
3986: 2017-05-12 moko
3987:
3988: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
3989: image: exif moved to ffields, skipped in ^image.html[] where
3990: iterators now used (preparation for feature #1154)
3991:
3992: 2017-05-05 moko
3993:
3994: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
3995: results/387.processed: test for circular class inheritance check
3996: added (related to bug #1150)
3997:
3998: * src/types/pa_vstateless_class.C: circular class inheritance check
3999: added (fixes endless add_derived bug #1150)
4000:
4001: 2017-05-04 moko
4002:
4003: * tests/: 386.html, results/386.processed: test for
4004: $table.value(number) added (related to feature #1152)
4005:
4006: * src/types/pa_vtable.C: table put_element: column value must be
4007: string - > column value must be string compatible to allow
4008: $t.value(1) (implements feature #1152)
4009:
4010: 2017-05-03 moko
4011:
4012: * src/main/pa_request.C: $use[$method] is not possible, reverting
4013: (related to feature #1151)
4014:
4015: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
4016: not possible, removing test (related to feature #1151)
4017:
4018: * src/: main/pa_request.C, types/pa_vstateless_class.h:
4019: get_element_method added and used to allow $use[$method] and
4020: $autouse[$method] (implements feature 1151)
4021:
4022: * tests/: 386.html, 386.p, results/386.processed: test for @use in
4023: variable added (related to feature #1151)
4024:
4025: * tests/results/226.processed: actualized after ^try-catch used
4026:
4027: * tests/: 226.html, 385.html, results/385.processed: test for
4028: @autouse in variable added
4029:
4030: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
4031:
1.114 moko 4032: 2017-02-27 moko
4033:
4034: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
4035:
1.113 moko 4036: 2017-02-20 moko
4037:
1.211 moko 4038: * operators.ru.txt, operators.txt: actualization + beauty
1.113 moko 4039:
4040: 2017-02-16 moko
4041:
4042: * tests/: 384.html, results/384.processed: test for
4043: ^reflection:mixin[; $.name[] ] option added (related to feature
4044: #1089)
4045:
4046: * tests/: 384.html, results/384.processed: test for
4047: ^reflection:mixin[] added (related to feature #1089)
4048:
4049: * src/types/pa_value.h: warning war: virtual ~Value() added
4050:
1.112 moko 4051: 2017-02-15 moko
4052:
4053: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
4054: fixed
4055:
4056: * tests/: 320.html, results/320.processed: $.reverse(true/false)
4057: test added (related to feature #1069)
4058:
4059: * src/: classes/reflection.C, types/pa_vstateless_class.h:
4060: compilation without HASH_ORDER fixed
4061:
4062: * src/: classes/reflection.C, include/pa_hash.h:
4063: $.reverse(true/false) added to ^reflection:methods[] (related to
4064: feature #1069)
4065:
4066: 2017-02-14 moko
4067:
4068: * tests/: 152.html, results/152.processed: test for $._default hash
4069: added (related to bug #1131)
4070:
4071: * tests/: 277.html, results/277.processed: test for hash with only
4072: $._default is now defined (related to bug #1131)
4073:
4074: * src/types/pa_vhash.h: hash with only $._default is now defined
4075: (fixed bug #1131)
4076:
4077: 2017-02-13 moko
4078:
4079: * tests/cat-windows.sh: cat-windows added (cygwin required)
4080:
4081: * tests/: 171.html, 264.html, 286.html, 370.html,
4082: results/320.processed, results/375.processed, results/auto.p:
4083: cat-windows.sh support added
4084:
4085: * tests/375.html: Windows support
4086:
4087: * tests/270.html: documented
4088:
4089: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
4090: (not backslashes) even under Windows (broke test 270)
4091:
4092: 2017-02-12 moko
4093:
4094: * tests/: descript.ion, todo.txt: cleanup
4095:
4096: 2017-02-09 moko
4097:
4098: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
4099: run_tests.cmd: Windows compatibility
4100:
4101: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
4102: incorrectly (GMT) if parser is called from cygwin
4103:
1.111 moko 4104: 2017-02-08 moko
4105:
1.211 moko 4106: * operators.ru.txt, operators.txt: actualization 15% completed
1.112 moko 4107:
1.211 moko 4108: * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112 moko 4109:
4110: * NEWS, README: minor update
4111:
4112: * src/include/pa_config_includes.h: warning war continues
4113:
4114: * src/: include/pa_config_includes.h, include/pa_memory.h,
4115: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
4116: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
4117: gcc 6.x issues fixed
4118:
1.111 moko 4119: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
4120: classes/classes.h, classes/curl.C, classes/date.C,
4121: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
4122: classes/hashfile.C, classes/image.C, classes/inet.C,
4123: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4124: classes/memcached.C, classes/memory.C, classes/op.C,
4125: classes/reflection.C, classes/regex.C, classes/response.C,
4126: classes/string.C, classes/table.C, classes/void.C,
4127: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
4128: include/pa_array.h, include/pa_cache_managers.h,
4129: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
4130: include/pa_config_fixed.h, include/pa_config_includes.h,
4131: include/pa_dictionary.h, include/pa_dir.h,
4132: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
4133: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
4134: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
4135: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
4136: include/pa_request_charsets.h, include/pa_request_info.h,
4137: include/pa_sapi.h, include/pa_socks.h,
4138: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
4139: include/pa_stack.h, include/pa_string.h,
4140: include/pa_stylesheet_connection.h,
4141: include/pa_stylesheet_manager.h, include/pa_symbols.h,
4142: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
4143: include/pa_uue.h, include/pa_xml_exception.h,
4144: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
4145: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
4146: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
4147: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
4148: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
4149: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
4150: main/compile.tab.C, main/compile.y, main/compile_tools.C,
4151: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
4152: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
4153: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
4154: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
4155: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
4156: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
4157: main/pa_string.C, main/pa_stylesheet_connection.C,
4158: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
4159: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
4160: main/untaint.C, sql/pa_sql_driver.h,
4161: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
4162: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
4163: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
4164: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4165: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
4166: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
4167: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
4168: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4169: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
4170: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
4171: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
4172: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
4173: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
4174: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
4175: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
4176: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
4177: types/pa_vmemcached.h, types/pa_vmemory.h,
4178: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
4179: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
4180: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
4181: types/pa_vresponse.C, types/pa_vresponse.h,
4182: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
4183: types/pa_vstateless_object.h, types/pa_vstatus.C,
4184: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
4185: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
4186: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
4187: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
4188: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
4189: 2015->2017
4190:
1.110 moko 4191: 2017-02-07 moko
4192:
4193: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
4194:
4195: 2017-02-06 moko
4196:
4197: * src/main/pa_common.C: minor fixes, whitespace
4198:
4199: * src/: classes/curl.C, classes/file.C, classes/image.C,
4200: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
4201: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
4202: now used (implements feature #1081)
4203:
4204: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
4205:
4206: 2017-02-01 moko
4207:
4208: * src/include/pa_request.h: cleanup
4209:
4210: 2017-01-30 moko
4211:
4212: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
4213:
4214: 2017-01-29 moko
4215:
4216: * tests/: 383.html, results/383.processed: test for
4217: ^reflection:stack[] added (related to feature #1052)
4218:
4219: * src/classes/reflection.C: else added
4220:
4221: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
4222: $.max_file_lock_wait added (implements feature #1128)
4223:
4224: 2017-01-28 moko
4225:
4226: * tests/: 379-curl.html, results/379-curl.processed: curl empty
4227: body and other cases tests added (related to featue #1014)
4228:
4229: * src/classes/curl.C: bug if response is empty fixed (related to
4230: feature #1014)
4231:
4232: 2017-01-27 moko
4233:
4234: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
4235: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
4236: added (implements feature #1052)
4237:
4238: 2017-01-25 moko
4239:
4240: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
4241: method test added
4242:
4243: 2017-01-23 moko
4244:
4245: * src/classes/reflection.C: optimization: options->get replaced by
4246: hash iterator
4247:
4248: * tests/: 381.html, results/381.processed: now -> fixed date
4249:
4250: * src/main/pa_request.C: warning war
4251:
4252: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
4253: 5Mb (fixes bug #1058)
4254:
4255: * src/classes/curl.C: warning war
4256:
4257: * tests/: 381.html, results/381.processed: tests for ^json:string
4258: $.one-line(true) option added (related to feature #1124)
4259:
4260: * src/: classes/json.C, types/pa_value.h: $json-string
4261: $.one-line(true|false) options is now supported (implements
4262: feature #1124)
4263:
4264: * tests/: 380.html, results/380.processed: test for modified
4265: $.max_file_size added (related to bug #1014)
4266:
4267: * tests/: 379.html, results/auto.p: tests for rewritten http file
4268: load added (related to bug #1014)
4269:
4270: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
4271: main/pa_common.C, main/pa_http.C: check_file_size added and used
4272: in curl / file load from disk and http, http file load rewritten
4273: (related to bug #1014)
4274:
4275: 2017-01-18 moko
4276:
4277: * tests/: 378.html, results/378.processed: tests for ^result[]
4278: added (related to feature #66)
4279:
4280: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
4281: Method::CO_WITHOUT_FRAME as frame still added in expression
4282: (related to feature #66)
4283:
4284: 2017-01-17 moko
4285:
4286: * tests/: 377.html, results/377.processed: test for different
4287: combinations of breaks in body and delimiter (related to bug
4288: #1077)
4289:
4290: * tests/: 376.html, results/376.processed: many ^break[] tests
4291: added (related to bug #1077)
4292:
4293: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
4294: passed to native method" exception added to avoid bugs due to
4295: WRITE_EXPR_RESULT skipped and native methods execution continues
4296: after ^break[] (related to bug #1077)
4297:
4298: 2017-01-14 moko
4299:
4300: * tests/: 330.html, results/330.processed: test results updated
4301: after ^break[] bugs where fixed (related to bug #1077)
4302:
4303: * tests/: 329.html, results/329.processed: test results updated
4304: after ^break[] bugs where fixed (related to bug #1077)
4305:
4306: * tests/results/320.processed: ^return[] added
4307:
4308: 2017-01-13 moko
4309:
4310: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4311: classes/table.C, include/pa_request.h, main/execute.C,
4312: main/pa_request.C, targets/cgi/parser3.C,
4313: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
4314: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
4315: checked after each possible process/execute call (fixes bug
4316: #1077)
4317:
4318: 2016-12-29 moko
4319:
4320: * src/main/pa_common.C: warning war
4321:
4322: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
4323: include/pa_types.h, main/pa_request.C, main/pa_string.C:
4324: pa_file_size_limit added, ^math:random fixed for upper limit and
4325: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
4326: (related to feature #1014)
4327:
4328: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
4329: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
4330: (related to feature #1014)
4331:
4332: 2016-12-28 moko
4333:
4334: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
4335: warning war
4336:
4337: 2016-12-26 moko
4338:
4339: * tests/: 341.html, results/341.processed: test for
4340: ^table.hash[id;;$.type[string]] added (related to feature #1057)
4341:
4342: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
4343: (related to feature #1057)
4344:
4345: * src/types/pa_vdate.C: warning war continues...
4346:
4347: * src/: classes/date.C, classes/image.C, classes/table.C,
4348: include/pa_config_includes.h, types/pa_vfile.C: warning war
4349:
4350: * src/lib/gd/gifio.C: warning war / cleanup
4351:
4352: * src/lib/json/pa_json.C: warning war
4353:
4354: * src/classes/hash.C: warning war
4355:
4356: * src/types/pa_vfile.C: warning war
4357:
4358: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
4359: -Wall warning war continues
4360:
4361: * configure.ac: --with-build-warnings actualized
4362:
4363: 2016-12-25 moko
4364:
4365: * src/main/pa_exec.C: -wAll warning war
4366:
4367: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
4368: -wAll warning war
4369:
4370: * src/: include/pa_common.h, include/pa_sapi.h,
4371: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
4372: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
4373: -wAll warning war
4374:
4375: 2016-12-23 moko
4376:
4377: * src/lib/ltdl/Makefile.am: extra dist added
4378:
4379: * tests/results/344.processed: test result updated after $file.text
4380: prefetched in ^hash::create[$file] (related to feature #1075)
4381:
4382: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
4383: ^hash::create[$file] (related to feature #1075)
4384:
4385: 2016-12-22 moko
4386:
4387: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
4388: main/pa_request.C, main/pa_stylesheet_connection.C,
4389: types/pa_vfile.C: file_stat now return 64-bit size (implements
4390: #1014 under 32-bit unix versions)
4391:
4392: 2016-12-21 moko
4393:
4394: * tests/: 375.html, results/375.processed: test for exec returning
4395: stated file added (related to feature #1119)
4396:
4397: * src/classes/file.C: load should not return file with null body
4398: (fixes bug #1119)
4399:
4400: 2016-12-14 moko
4401:
4402: * tests/: 374.html, results/374.processed: test for $method.name
4403: added (related to feature #1117) plus method returning junction
4404: test
4405:
4406: 2016-12-13 moko
4407:
4408: * src/: include/pa_symbols.h, main/pa_symbols.C,
4409: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
4410: (implements feature #1117)
4411:
4412: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
4413: HEAD and TRACE can't have body (implements feature #1116)
4414:
4415: 2016-12-09 moko
4416:
4417: * tests/: 373.html, results/373.processed: tests for
4418: ^reflection:tainting added (related to feature #1098)
4419:
4420: * src/classes/reflection.C: ^reflection:tainting arguments order
4421: change (related to feature #1098)
4422:
4423: 2016-12-06 moko
4424:
4425: * src/: classes/reflection.C, include/pa_string.h,
4426: main/pa_string.C: ^reflection:tainting[$string] added (implements
4427: feature #1098)
4428:
4429: 2016-12-05 moko
4430:
4431: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
4432: (fixes bug #1114)
4433:
4434: 2016-12-04 moko
4435:
4436: * tests/: 206.html, results/206.processed: negative zero (0/-1)
4437: check added
4438:
4439: 2016-12-03 moko
4440:
4441: * tests/: 346-curl.html, results/346-curl.processed: test modified
4442: to test value.as_hash() usage
4443:
4444: * src/classes/curl.C: value.as_hash() used for correct hash
4445: processing
4446:
4447: * src/classes/reflection.C: exceptions texts fixes
4448:
4449: 2016-12-02 moko
4450:
4451: * tests/: 372.html, results/372.processed: tests for
4452: ^reflection:create[ $.class[name] $.constructor[name]
4453: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
4454: feature #1094)
4455:
4456: * src/types/pa_vmethod_frame.h: comment added: params should be
4457: declared outside of *_FRAME_ACTION as MethodParams destructor
4458: will be called in ~VNativeMethodFrame
4459:
4460: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
4461: ] minor fix
4462:
4463: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
4464: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
4465: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
4466: now supported (implements feature #1094) value::as_hash added
4467: (and should be used everywhere)
4468:
4469: * src/classes/reflection.C: cleanup
4470:
4471: 2016-12-01 moko
4472:
4473: * tests/: 356.html, results/356.processed: test for method
4474: junctions class name added to the resulting hash added (related
4475: to feature #1068)
4476:
4477: * src/classes/reflection.C: for method junctions class name added
4478: to the resulting hash (related to feature #1068)
4479:
4480: 2016-11-30 moko
4481:
4482: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
4483: exception (related to bug #1113)
4484:
4485: * src/types/pa_vhashfile.C: whitespace
4486:
4487: * src/main/pa_os.C: errno now returned as it should (fixes bug
4488: #1113)
4489:
4490: * tests/results/: 175.processed, 192.processed, 224.processed,
4491: 229.processed, 239.processed, 244.processed, 246.processed,
4492: 314.processed, 352.processed: tests results updated after method
4493: call exceptions improved as method now keeps its name
4494:
4495: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
4496: types/pa_vmethod_frame.h: method call exceptions improved as
4497: method now keeps its name
4498:
4499: * tests/: 224.html, 239.html, results/224.processed,
4500: results/239.processed: tests and tests results updated after
4501: Request::construct exception changed
4502:
4503: * src/: classes/reflection.C, main/execute.C: Request::construct
4504: exception optimized
4505:
4506: * tests/: 371.html, results/371.processed: test for
4507: WWrapper.get_element call in $.name.key[value] code added
4508: (related to feature #1091)
4509:
4510: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
4511: in $.name.key[value] code (related to feature #1091)
4512:
4513: 2016-11-29 moko
4514:
4515: * src/classes/op.C: VS warning war
4516:
4517: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
4518: C4239: nonstandard extension used : 'return' : conversion from
4519: 'Value' to 'Value &' (related to feature #1020)
4520:
4521: * src/: main/execute.C, types/pa_vmethod_frame.h,
4522: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
4523: used : 'return' : conversion from 'Value' to 'Value &' (related
4524: to feature #1020)
4525:
4526: * src/main/execute.C: VS warning war
4527:
4528: * src/targets/cgi/parser3.C: VS compatibility fix
4529:
4530: * src/include/pa_request.h: VS warning war
4531:
4532: * tests/: 370.html, results/370.processed: test for ^file::exec[
4533: ... $.stdin[$binary_file] ] added (related to bug #1044)
4534:
4535: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
4536: include/pa_string.h, main/pa_exec.C: pa_exec now supports
4537: $.stdin[$binary_file] (fixes bug #1044)
4538:
4539: 2016-11-28 moko
4540:
4541: * src/main/pa_exec.C: whitespace
4542:
4543: * src/main/pa_request.C: whitespace
4544:
4545: * tests/: 369.html, results/369.processed: test for
4546: $response:status usage added (related to feature #1099)
4547:
4548: * src/targets/cgi/parser3.C: HTTP response code used as exit status
4549: if < 100 (implements feature #1099)
4550:
4551: * src/targets/cgi/parser3.C: whitespace
4552:
4553: * src/targets/cgi/parser3.C: whitespace
4554:
4555: * tests/: 368.html, results/368.processed: test updated after
4556: ^reflection:filename[$method] added (related to feature #1053)
4557:
4558: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
4559: main/compile.y, main/execute.C, main/pa_request.C,
4560: types/pa_vclass.h: filename -> filespec,
4561: ^reflection:filename[$method] added (related to feature #1053)
4562:
4563: 2016-11-27 moko
4564:
4565: * tests/: 368.html, results/368.processed: test for
4566: reflection:filename[$class or object] added (related to feature
4567: #1053)
4568:
4569: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
4570: types/pa_vstateless_class.h: ^reflection:filename[$class or
4571: object] added (implements feature #1053)
4572:
4573: 2016-11-26 moko
4574:
4575: * src/: include/pa_request_info.h,
4576: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4577: remove_absolute_uri -> strip_absolute_uri
4578:
4579: 2016-11-25 moko
4580:
4581: * src/: include/pa_request_info.h,
4582: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
4583: request_info.remove_absolute_uri added to remove possible
4584: http://site.name/ from $request:uri (implements feature #1112)
4585:
4586: 2016-11-24 moko
4587:
4588: * tests/: 367-curl.html, results/367-curl.processed: test for
4589: previous request headers clearing after redirect added (related
4590: to bug #1109)
4591:
4592: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
4593: response headers from previous requests are now cleared, only
4594: last request headers are collected (fixes bug #1109)
4595:
4596: * tests/results/: 266.processed, 321.processed, 356.processed:
4597: tests results updated as method name now added to the resulting
4598: hash for new syntax only (Imp1 compatimility fixed, related to
4599: feature #1068)
4600:
4601: * src/classes/reflection.C: method name now added to the resulting
4602: hash for new syntax only (Imp1 compatimility fixed, related to
4603: feature #1068)
4604:
4605: * tests/results/366.processed: test for native and parser
4606: implementation of ^use[] logic (related to feature #1074)
4607:
4608: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
4609: for native and parser implementation of ^use[] logic (related to
4610: feature #1074)
4611:
4612: 2016-11-23 moko
4613:
4614: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4615: main/pa_request.C: @USE file now implemented as ^use[file;
4616: $.origin[origin_file] ] (implements feature #1074)
4617:
1.109 moko 4618: 2016-11-21 moko
4619:
1.110 moko 4620: * tests/: 365.html, results/365.processed: test for $caller bugs in
4621: 3.4.4 and $caller.method now tested (related to feature #1110)
4622:
4623: * tests/: 364.html, results/364.processed: $caller usage in
4624: different contexts now tested (related to feature #1110)
4625:
4626: * src/types/types.vcproj: +pa_vcaller_wrapper.h
4627:
4628: * src/types/Makefile.am: pa_vcaller_wrapper.h added
4629:
1.109 moko 4630: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
4631: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
4632: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
4633: used (implements feature #1110)
4634:
4635: 2016-11-20 moko
4636:
4637: * src/types/pa_vdouble.h: whitespace
4638:
4639: 2016-11-11 moko
4640:
4641: * tests/: 363.html, results/363.processed: more tests for feature
4642: #1091 (how parser methods work in expression context)
4643:
4644: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
4645: expressions strings are now written as strings, not values by
4646: write_as_string (related to feature #1091)
4647:
4648: * src/classes/op.C: to make more correct behavour in expression
4649: context
4650:
4651: 2016-11-07 moko
4652:
4653: * tests/: 362.html, results/362.processed: test for
4654: xsltParseStylesheetDoc caching as xsl modification after it added
4655: (related to bug #1108)
4656:
4657: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
4658: result now cached as xdoc is modified after it (fixes bug #1108)
4659:
4660: 2016-11-06 moko
4661:
4662: * src/types/pa_vxdoc.h: whitespace
4663:
4664: 2016-11-05 moko
4665:
4666: * src/types/pa_vmethod_frame.h: cleanup
4667:
4668: 2016-11-03 moko
4669:
4670: * tests/results/244.processed: more correct exception after method
4671: frames separation
4672:
4673: * src/types/pa_vmethod_frame.h: minor optimizaion
4674:
4675: * src/types/pa_method.h: optimization: params_count added
4676:
4677: * src/: classes/json.C, classes/op.C, classes/reflection.C,
4678: include/pa_request.h, main/execute.C, main/pa_request.C,
4679: types/pa_value.C, types/pa_vmethod_frame.C,
4680: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
4681: VMethodFrame now divided into VNativeMethodFrame,
4682: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
4683: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
4684: and used (related to feature #1104)
4685:
4686: 2016-11-02 moko
4687:
4688: * src/: classes/bool.C, classes/curl.C, classes/date.C,
4689: classes/double.C, classes/file.C, classes/hash.C,
4690: classes/hashfile.C, classes/image.C, classes/inet.C,
4691: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
4692: classes/memcached.C, classes/op.C, classes/reflection.C,
4693: classes/regex.C, classes/string.C, classes/table.C,
4694: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
4695: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
4696: r.write (implements feature #1091)
4697:
4698: * src/main/execute.C: cleanup (related to feature #1104)
4699:
4700: * src/: include/pa_request.h, main/execute.C,
4701: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
4702: added, in_expression removed (implements feature #1104)
4703:
4704: 2016-10-31 moko
4705:
4706: * src/types/pa_value.C: whitespace
4707:
4708: 2016-10-28 moko
4709:
4710: * tests/results/244.processed: updated after error reporting fixed
4711: in pa_wcontext.C
4712:
4713: * src/types/pa_wcontext.C: error reporting fixed
4714:
4715: * src/types/pa_wcontext.h: whitespace
4716:
4717: * src/classes/image.C: not fully readed entries are no longer
4718: processed (fixes bug #1106)
4719:
4720: 2016-10-26 moko
4721:
4722: * src/classes/image.C: whitespace
4723:
4724: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
4725: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
4726: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
4727: longer required (related to feature #1091)
4728:
4729: * tests/results/: 264.processed, 350.processed: test results update
4730: reverted (whitespace optimization) after write_no_lang removed :)
4731: (related to feature #1091)
4732:
4733: * src/: classes/file.C, classes/hash.C, classes/op.C,
4734: classes/string.C, classes/table.C, classes/void.C,
4735: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
4736: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
4737: equal write_pass_lang (related to feature #1091)
4738:
4739: * tests/results/: 264.processed, 350.processed: test results
4740: updated (whitespace optimization) after write_assign_lang removed
4741: (related to feature #1091)
4742:
4743: * tests/: 361.html, results/361.processed: test for non-string
4744: ^untaint added (related to feature #1091)
4745:
4746: * src/: classes/curl.C, classes/date.C, classes/file.C,
4747: classes/hash.C, classes/op.C, classes/string.C,
4748: include/pa_request.h, main/execute.C: optimization:
4749: write_assign_lang removed as not required (first part of feature
4750: #1091 implementation)
4751:
1.108 moko 4752: 2016-10-12 moko
4753:
4754: * tests/: 360.html, results/360.processed: more test code (related
4755: to feature #1104)
4756:
4757: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
4758: include/pa_request.h, main/compile.y, main/execute.C: opcode
4759: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
4760: WContext is next task (implements feature #1104)
4761:
4762: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
4763: / CO_WITHOUT_WCONTEXT
4764:
4765: * tests/: 360.html, results/360.processed: test for in expression
4766: state (related to feature #1104)
4767:
4768: 2016-10-11 moko
4769:
4770: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
4771:
4772: * src/classes/op.C: default value removed from initializer
4773:
4774: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
4775:
4776: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
4777:
4778: 2016-10-10 moko
4779:
4780: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
4781: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
4782: to feature #42)
4783:
4784: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
4785: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
4786:
4787: 2016-10-08 moko
4788:
4789: * src/classes/double.C: whitespace
4790:
4791: 2016-10-07 moko
4792:
4793: * src/types/pa_vmethod_frame.h: reorder
4794:
4795: 2016-10-06 moko
4796:
4797: * src/classes/date.C: typo
4798:
4799: * src/types/pa_vmethod_frame.h: whitespace + cleanup
4800:
4801: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4802: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
4803: types/pa_vmethod_frame.h: params.get now returns Value&, not
4804: Value*
4805:
4806: * src/types/pa_vmethod_frame.C: params.get should return Value&.
4807:
4808: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
4809: removed; first as_* code rewrite
4810:
4811: 2016-10-05 moko
4812:
4813: * src/include/pa_request.h: whitespace
4814:
4815: * tests/: 359.html, results/359.processed: test for VCodeFrame and
4816: intercept_string added (related to feature #1097)
4817:
4818: * src/: classes/image.C, classes/op.C, classes/table.C,
4819: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4820: optimization: intercept_string removed (implements feature #1097)
4821:
4822: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
4823:
4824: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
4825: from VCodeFrame and WWrapper as not required
4826:
4827: 2016-10-04 moko
4828:
4829: * src/: classes/curl.C, classes/date.C, classes/double.C,
4830: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
4831: classes/int.C, classes/json.C, classes/op.C,
4832: classes/reflection.C, classes/string.C, classes/table.C,
4833: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
4834: proces_to_value -> process after StringOrValue removed (related
4835: to feature #1020)
4836:
4837: * src/classes/form.C: whitespace
4838:
4839: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
4840:
4841: * tests/: 357.html, 358.html, results/357.processed,
4842: results/358.processed, results/auto.p: test for @conf
4843: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
4844:
4845: 2016-10-03 moko
4846:
4847: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
4848: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
4849: supported (implements feature #42)
4850:
4851: * src/types/pa_vregex.h: no reason for VRegex to be
4852: is_evaluated_expr
4853:
4854: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
4855: (implements feature #1095)
4856:
4857: 2016-10-01 moko
4858:
4859: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
4860: false by default (related to feature #1089)
4861:
4862: 2016-09-30 moko
4863:
4864: * src/types/pa_wcontext.h: cleanup
4865:
4866: 2016-09-29 moko
4867:
4868: * src/main/execute.C: whitespace
4869:
4870: * src/include/pa_request.h: whitespace
4871:
4872: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
4873: classes/op.C, classes/table.C, include/pa_request.h,
4874: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
4875: types/pa_vobject.C, types/pa_wcontext.h: optimization:
4876: StringOrValue removed as it just slows down and adds complexity
4877: (implements feature #1020)
4878:
4879: 2016-09-28 moko
4880:
4881: * tests/: 356.html, results/266.processed, results/321.processed,
4882: results/356.processed: tests updated after name was added to
4883: method_info hash, test for ^reflection:method_info[junction]
4884: added (related to feature #1068)
4885:
4886: * src/classes/reflection.C: ^reflection:method_info[junction] now
4887: supported, method name added to the resulting hash (implements
4888: feature #1068)
4889:
4890: * tests/: 276.html, results/276.processed: more tests for
4891: ^reflection:delete[]
4892:
4893: * src/classes/reflection.C: fixed bug then ^reflection:delete
4894: didn't work on class and could damage native objects (like file)
4895:
4896: 2016-09-26 moko
4897:
4898: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
4899: results/345.processed, results/346-curl.processed,
4900: results/347-curl.processed, results/348.processed: numbers added
4901: to simplify diff analysis
4902:
4903: * tests/: 352.html, results/352.processed: test result updated as
4904: method name used
4905:
4906: * src/classes/reflection.C: method name used
4907:
4908: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
4909: its name
4910:
4911: * src/types/pa_method.h: whitespace
4912:
4913: * src/classes/reflection.C: both method and field with one name can
4914: exist.
4915:
4916: * src/classes/reflection.C: ^reflection:mixin added (implements
4917: feature #1089)
4918:
4919: * tests/: 355.html, results/355.processed: property appears in
4920: derived class if added in base test added
4921:
4922: * src/types/pa_vstateless_class.h: get_method declaration +
4923: whitespace
4924:
4925: * tests/: 354.html, results/354.processed: nice test from method
4926: and property with one name in class added
4927:
4928: 2016-09-23 moko
4929:
4930: * src/classes/reflection.C: ^reflection:method usage documented
4931:
4932: 2016-09-22 moko
4933:
4934: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
4935: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
4936: compile warning and GPF occures on VS2003 (related to feature
4937: #1087)
4938:
4939: * tests/: 350.html, results/350.processed: test added for
4940: $.encloser[] support in ^table::create (related to feature #11)
4941:
4942: * src/classes/table.C: another minor fix (related to feature #11)
4943:
1.107 moko 4944: 2016-09-21 moko
4945:
4946: * src/include/pa_config_fixed.h: vs2015 compilation fixes
4947:
4948: * src/: classes/curl.C, classes/file.C, classes/hash.C,
4949: classes/json.C, classes/string.C, classes/table.C,
4950: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
4951: main/pa_common.C, main/pa_http.C, main/pa_request.C,
4952: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
4953: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
4954: pa_charsets, vs2015 warning war
4955:
4956: * src/classes/table.C: vs2015 warning war
4957:
4958: * src/types/pa_vdate.C: vs2015 warning war
4959:
4960: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
4961:
4962: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
4963: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
4964:
4965: * src/main/pa_common.C: vs2015 compilation fixes
4966:
4967: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
4968: vs2015 compilation fixes
4969:
4970: * src/main/pa_charset.C: vs2015 warning war
4971:
4972: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
4973:
4974: * src/main/pa_charset.C: vs2015 warning war
4975:
4976: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
4977:
4978: * src/types/pa_vdate.C: vs2015 compilation fix
4979:
4980: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
4981:
4982: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
4983: VS2015 compilation fixes
4984:
4985: * src/classes/table.C: minor fix (related to feature #11)
4986:
4987: * tests/results/282.processed: no longer skipping extra enclosers
4988: (related to feature #11)
4989:
4990: * src/classes/table.C: minor fix + no longer skipping extra
4991: enclosers (related to feature #11)
4992:
4993: * src/classes/table.C: minor optimization (related to feature #11)
4994:
4995: * src/classes/table.C: minor fix and optimization (related to
4996: feature #11)
4997:
4998: 2016-09-20 moko
4999:
5000: * tests/: 353.html, results/353.processed: test for
5001: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
5002: added (related to bug #1090)
5003:
5004: * src/main/compile.y: PC.cclass->is_vars_local() check added for
5005: one_big_piece (fixes bug #1090)
5006:
5007: * tests/: 229.html, results/229.processed: code coverage tests
5008:
5009: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
5010: body) was called
5011:
5012: * src/classes/op.C: whitespace
5013:
5014: * tests/: 323.html, results/323.processed: test for code junction
5015: should not be returned by ^reflection:class, ^reflection:base
5016:
5017: * src/classes/reflection.C: bugfix: code junction should not be
5018: returned by ^reflection:class, ^reflection:base
5019:
5020: * tests/: 323.html, 352.html, results/352.processed: no more
5021: exception for ^reflection:method[class;no-such-method] (related
5022: to feature #1087)
5023:
5024: * src/classes/reflection.C:
5025: ^reflection:method[class;no-such-method] : exception -> void
5026: (related to feature #1087)
5027:
5028: * src/include/pa_request.h: request::write_value added to allow
5029: write value without convertion (related to issue #1091)
5030:
5031: 2016-09-19 moko
5032:
5033: * src/main/pa_random.C: windows build fix
5034:
5035: * src/types/pa_vhash.h: warning war
5036:
5037: 2016-09-14 moko
5038:
5039: * tests/: 352.html, 552.html, results/352.processed,
5040: results/552.processed: test for ^reflection:method[] extension
5041: added (related to feature #1087)
5042:
5043: * tests/: 552.html, results/552.processed: test for
5044: ^reflection:method[] extension added (related to feature #1087)
5045:
5046: * src/classes/reflection.C: compatibility issue fixed, VClass
5047: dynamic_cast check added (related to feature #1087)
5048:
5049: * tests/: 351.html, results/351.processed: test for @auto[]
5050: inheritance bug diring ^process[] added (related to bug #1088)
5051:
5052: * src/: classes/op.C, main/pa_request.C,
5053: types/pa_vstateless_class.C: set_method now checks for @auto[] to
5054: disable it inheritance during ^process (fixes bug #1088)
5055:
5056: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
5057: added (implements feature #1087)
5058:
5059: 2016-09-13 moko
5060:
5061: * tests/: 349.html, results/auto.p: test for objects prototyping
5062: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
5063: to feature #1086)
5064:
5065: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
5066: types/pa_vobject.C: objects now are not class instances, but have
5067: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
5068: in @conf (implements feature #1086)
5069:
5070: 2016-09-08 moko
5071:
5072: * src/: classes/file.C, classes/mail.C, classes/string.C,
5073: classes/table.C, main/pa_http.C, main/pa_string.C,
5074: include/pa_string.h: cleanup: string::split limit argument
5075: removed as no longer required, pos_after no longer reference
5076: (related to feature #11)
5077:
5078: * src/classes/table.C, tests/results/348.processed: now exception
5079: is rised when invalid option is passed to ^table::create[]
5080:
5081: * tests/: 282.cfg, 282.html, results/282.processed: more code
5082: coverage tests
5083:
5084: * tests/: 348.html, results/348.processed: code coverage tests
5085: added
5086:
5087: * tests/: 348.html, results/348.processed: generic ^table::create[]
5088: tests
5089:
5090: * tests/: 035.html, results/035.processed, results/272.processed:
5091: tests updated after $.encloser[] support for ^table::create
5092: implementation (related to feature #11)
5093:
5094: * src/classes/table.C: $.encloser[] support for ^table::create
5095: finally added (implements feature #11)
5096:
5097: 2016-09-07 moko
5098:
5099: * src/include/pa_string.h: added StringSplitHelper as friend
5100: (related to feature #11)
5101:
5102: * src/include/pa_string.h: body and langs now protected, not
5103: private to allow inheritance (related to feature #11)
5104:
5105: * src/classes/table.C: lsplit optimized before cloning for
5106: ^table::create with $.encloser[] (related to feature #11)
5107:
5108: * src/classes/table.C: optimizaion: TableControlChars.separators
5109: added and used (related to feature #11)
5110:
5111: * src/classes/table.C: spelling:
5112:
5113: TableSeparators -> TableControlChars column -> separator
5114: separators -> control_chars
5115:
5116: 2016-09-06 moko
5117:
5118: * src/main/pa_string.C: whitespace
5119:
5120: * src/main/pa_string.C: whitespace
5121:
5122: 2016-09-01 moko
5123:
5124: * tests/: 347-curl.html, results/347-curl.processed: to make tests
5125: results OS-independent
5126:
5127: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
5128: compiler (related to feature #1042)
5129:
5130: 2016-08-15 moko
5131:
5132: * src/include/pa_string.h: whitespace
5133:
5134: * src/classes/table.C: whitespace
5135:
1.106 moko 5136: 2016-08-05 moko
5137:
5138: * tests/: 344.html, results/344.processed: test for
5139: ^hash::create[$file] added (related to feature #1075)
5140:
5141: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
5142: supported (implements feature #1075)
5143:
5144: 2016-08-04 moko
5145:
5146: * tests/: 341.html, results/341.processed: more code coverage tests
5147:
5148: * tests/: 346-curl.html, results/346-curl.processed: more code
5149: coverage tests for curl
5150:
5151: * tests/: 346-curl.html, results/346-curl.processed: more code
5152: coverage tests for curl
5153:
5154: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
5155: results/223.processed: code coverage tests: $.form[ $.table[] ]
5156: test added
5157:
5158: * tests/: 223-curl.html, results/223-curl.processed: more code
5159: coverage tests for curl
5160:
5161: 2016-08-03 moko
5162:
5163: * src/classes/curl.C: dlink(curl_library) now called not once, but
5164: until it will be loaded, allowing to find existing library.
5165:
5166: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
5167: results/347-curl.processed: more code coverage tests for curl
5168:
5169: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
5170: results/339-curl.processed, results/346-curl.processed: curl
5171: functionality tests
5172:
5173: 2016-08-02 moko
5174:
5175: * tests/: 339.html, results/339.processed: test for tables in
5176: ^file:load[] and ^curl:load[] (commented) added (related to
5177: feature #1042)
5178:
5179: * tests/: 345.html, results/345.processed: code coverage tests for
5180: file class
5181:
5182: * tests/: 344.html, results/344.processed: code coverage tests
5183:
5184: * tests/: 344.html, results/344.processed: mdate removed from
5185: output
5186:
5187: * src/classes/file.C: minor bugfix: is_text should be taked from
5188: fcontent.is_text_mode() if not set (related to feature #1061)
5189:
5190: * tests/: 344.html, results/344.processed: more tests
5191:
5192: * tests/: 343.html, 344.html, results/343.processed,
5193: results/344.processed: tests for ^file::create[ $.from-charset
5194: and $.to-charset ] (related to feature #1061)
5195:
5196: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5197: aset_text_mode argument optimized
5198:
5199: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5200: checkBOM now used in detect_binary_content (related to feature
5201: #1061)
5202:
5203: * src/main/pa_request.C: load_charset no longer required to_upper
5204:
5205: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
5206: preserves original file mode (if no $.mode specified)
5207:
5208: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
5209: ^file::create now supports $.from-charset[] and $.to-charset
5210: options (implements feature #1061), automatic transcode is done
5211: if text file is created from binary file and charset is detected.
5212:
5213: 2016-07-30 moko
5214:
5215: * src/classes/table.C: ^t.hash[..;] now supported (related to
5216: feature #1057)
5217:
5218: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
5219: added (related to feature #1057)
5220:
5221: * tests/: 286.html, results/286.processed: code tests coverage
5222:
5223: 2016-07-29 moko
5224:
5225: * src/classes/table.C: table size should be checked inside menu and
5226: foreach (related to feature #858)
5227:
5228: * src/: classes/curl.C, classes/file.C, classes/string.C,
5229: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
5230: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
5231: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
5232: charsets.get now does str_upper inside (related to feature #1061)
5233:
5234: * tests/: 342.html, results/342.processed: more code coverage tests
5235:
5236: * tests/: 342.html, outputs/342.processed: table menu code coverage
5237: + foreach test added (related to feature #858)
5238:
5239: * tests/: 341.html, results/341.processed: tests for
5240: ^table.hash[]{code} added + code coverage tests (related to
5241: feature #1057)
5242:
5243: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
5244: value} support (implements feature #1057)
5245:
5246: * src/classes/table.C: whitespace
5247:
5248: 2016-07-28 moko
5249:
5250: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
5251: from URL, if not specified query string removed from url-based
5252: filenames in ^curl:load[] and ^file::load[] (related to feature
5253: #1042)
5254:
5255: 2016-07-27 moko
5256:
5257: * tests/: 340.html, results/340.processed: test for
5258: transcode_text_result=false added (related to issue #1042)
5259:
5260: 2016-07-26 moko
5261:
5262: * src/types/pa_vfile.C: file name should not be empty (if file path
5263: is folder and ends with /) (related to feature #1042)
5264:
5265: * src/main/pa_http.C: whitespace optimizaion
5266:
5267: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
5268: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
5269: multiple headers, ^file::load supports headers transcoding
5270: (implements feature #1042)
5271:
5272: 2016-07-25 moko
5273:
5274: * src/include/pa_common.h: PA_DEFAULT added
5275:
5276: 2016-07-22 moko
5277:
5278: * tests/: 338.html, results/338.processed: test for
5279: $date.field(value) added (related to feature #1066)
5280:
5281: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5282: $date.field(value) now supported for y/m/d/h/m/s (implements
5283: feature #1066)
5284:
1.105 moko 5285: 2016-07-21 moko
5286:
5287: * src/: classes/file.C, classes/image.C, include/pa_common.h,
5288: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
5289: arguments removed; image.C - absolute path shown in exception
5290: (implements feature #1071)
5291:
5292: * tests/: 235.html, results/235.processed: test and test result
5293: updated after static boundary in mail and Errors-To: mail header
5294: removed (related to feature #1047)
5295:
5296: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
5297: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
5298: used, static boundary in mail removed, Errors-To: mail header
5299: removed (implements feature #1047)
5300:
5301: 2016-07-20 moko
5302:
5303: * src/: classes/reflection.C, types/pa_vstateless_class.h:
5304: equest.classes(): Value -> VStateless_class, part 3 (related to
5305: issue #1051)
5306:
5307: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
5308: request.classes(): Value -> VStateless_class, part 2 (related to
5309: issue #1051)
5310:
5311: * tests/results/: 224.processed, 323.processed: classes without
5312: methods should not be methoded (related to issue #1051)
5313:
5314: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
5315: main/compile_tools.h, main/pa_request.C: request.classes(): Value
5316: -> VStateless_class, part 1 (related to issue #1051)
5317:
5318: * tests/: 337.html, results/337.processed: test for
5319: ^reflection:fields_reference[] and VHashReference class added
5320: (related to feature #1072)
5321:
5322: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
5323: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
5324: and VHashReference added, allowing ^reflection:fields_reference[]
5325: implementation (closes feature #1072)
5326:
5327: 2016-07-19 moko
5328:
5329: * tests/: 323.html, results/323.processed: we want to see
5330: "methoded"
5331:
5332: * tests/: 336.html, results/336.processed: test for $BASE:property
5333: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
5334: #1059)
5335:
5336: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
5337: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
5338: somebody_entered_some_class, $BASE:property works again,
5339: ^BASE:method[] bugs fixed (fixes bug #1059)
5340:
5341: 2016-07-14 moko
5342:
5343: * tests/: 335.html, results/335.processed: test for feature #1055
5344: added
5345:
5346: * src/classes/hash.C: bugfix: $._default was not copied if empty
5347: feature: ^hash.contains[_default] added (implements feature
5348: #1055)
5349:
5350: 2016-07-13 moko
5351:
5352: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
5353: should not call @autouse (http://www.parser.ru/forum/?id=83480)
5354:
5355: 2016-07-05 moko
5356:
5357: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
5358: in ^hash.foreach (related to feature #1073)
5359:
5360: 2016-07-04 moko
5361:
5362: * tests/: 134.html, 281.html, results/134.processed,
5363: results/281.processed: tests updated after hash blocking removed
5364: (related to feature #1073)
5365:
5366: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
5367: no longer blocks on change during foreach (implements feature
5368: #1073)
5369:
5370: 2016-06-17 moko
5371:
5372: * tests/: 330.html, results/330.processed: try exception source
5373: test added (related to bug in #1062)
5374:
5375: * tests/: 334.html, results/334.processed: Exception stack trace
5376: test added (related to bug in $1062)
5377:
5378: * src/classes/op.C: Exception trace now correctly restored and
5379: errors reported (related to bug #1062)
5380:
1.104 moko 5381: 2016-05-25 moko
5382:
5383: * src/main/compile.y: minor cleanup + beauty
5384:
5385: 2016-05-24 moko
5386:
5387: * tests/: 333.html, results/333.processed: more exceptions testing
5388:
5389: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
5390: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
5391: features #1056, #1026)
5392:
5393: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
5394: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
5395: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
5396: (implements feature #1056)
5397:
5398: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5399: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
5400: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
5401: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
5402: feature #1026)
5403:
5404: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
5405: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
5406: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
5407: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
5408: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
5409: feature #1026)
5410:
5411: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
5412: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
5413: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
5414: SYMBOLS_CACHING define implemented (related to feature #1026)
5415:
5416: * src/main/main.vcproj: + ps_symbols
5417:
5418: * src/: include/Makefile.am, include/pa_string.h,
5419: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
5420: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
5421: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5422: types/pa_vstateless_class.C: initial implementation for symbols
5423: cache (related to feature #1026)
5424:
5425: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
5426:
5427: * src/main/pa_globals.C: minor cleanup
5428:
5429: 2016-05-19 moko
5430:
5431: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
5432: (related to feature #1046)
5433:
5434: * tests/: 331.html, results/331.processed: test for
5435: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
5436: (related to feature #1051)
5437:
5438: * src/main/compile.y:
5439: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
5440: (implements feature #1054)
5441:
5442: 2016-05-18 moko
5443:
5444: * src/types/pa_vtable.C, tests/results/324.processed: no more
5445: "column not found" exception for ^table.no-such-method[] (related
5446: to feature #1046)
5447:
5448: * tests/: 261.html, results/261.processed: test added and updated
5449: after feature #1046 implementation
5450:
5451: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
5452: types/pa_vvoid.h: $string.anything works for whitespace strings,
5453: ^string.contains added for hash compatibility, $string.method no
5454: longer returns stting method (implements feature #1046)
5455:
5456: 2016-05-12 moko
5457:
5458: * src/classes/curl.C: content-type response header no longer
5459: ignored (fixes issue #1045)
5460:
5461: * tests/: 330.html, results/330.processed: test for incomplete
5462: finally execution when break occures added (related to issue
5463: #1077)
5464:
5465: * src/classes/op.C: bugfix: Request::skip reset is called before
5466: executing catch and finally code (fixes issue #1062)
5467:
5468: 2016-05-11 moko
5469:
5470: * tests/: 329.html, results/329.processed: test for invalid
5471: ^break[] behavour added (bug #1077)
5472:
5473: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
5474:
5475: 2016-04-24 moko
5476:
5477: * src/types/pa_vstateless_class.h: warning war
5478:
5479: 2016-04-17 moko
5480:
5481: * tests/: 328.html, results/328.processed: test for
5482: ^break(condition) and ^continue(condition) (related to feature
5483: #1063)
5484:
5485: * src/classes/op.C: ^break(condition) and ^continue(condition)
5486: implemented (feature #1063)
5487:
5488: 2016-04-12 moko
5489:
5490: * tests/results/280.processed: ordered hash now used for class
5491: methods and properties (test results updated for feature #1069)
5492:
5493: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
5494: to xdoc.C as under FreeBSD it was inited after and inheritance
5495: failed (related to issue #1051)
5496:
5497: * tests/: 320.html, results/320.processed: xdoc and xnode methods
5498: are printed to check inheritance (related to feature #1051)
5499:
1.103 moko 5500: 2016-04-09 moko
5501:
5502: * tests/results/320.processed: ordered hash now used for class
5503: methods and properties (test results updated for feature #1069)
5504:
5505: * src/types/pa_vstateless_class.h: ordered hash now used for class
5506: methods and properties (implements feature #1069)
5507:
5508: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
5509: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
5510: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
5511: feature #1051)
5512:
5513: 2016-04-07 moko
5514:
5515: * src/main/execute.C: returned Value in .CLASS case for VJunction
5516: (related to feature #1051)
5517:
5518: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
5519: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
5520: string constants deduplication (related to feature #1051)
5521:
5522: * tests/results/224.processed: test result updated (related to
5523: feature #1051)
5524:
5525: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
5526: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
5527: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
5528: types/pa_vstatus.h: classes hash now contains only
5529: VStateless_class derived objects, .CLASS is also allways
5530: VStateless_class derived object (related to feature #1051).
5531:
5532: 2016-04-06 moko
5533:
5534: * tests/results/323.processed: test result updated after feature
5535: #1051 implementation
5536:
5537: * src/: classes/classes.h, classes/op.C, classes/response.C,
5538: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
5539: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
5540: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
5541: types/pa_vresponse.C, types/pa_vresponse.h,
5542: types/pa_vstateless_class.h: base -> methoded_donor for static
5543: classes, type() moved from VStateless_class to VClass and
5544: Methoded (implements feature #1051)
5545:
5546: 2016-04-04 moko
5547:
5548: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
5549: beauty: put_class added (related to feature #1051)
5550:
5551: 2016-04-01 moko
5552:
5553: * tests/results/: 175.processed, 192.processed, 224.processed,
5554: 229.processed, 244.processed, 246.processed, 316.processed: test
5555: results updated as class.type() removed from error messages, only
5556: type() left (related to feature #1051)
5557:
5558: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
5559: classes/op.C, classes/reflection.C, main/compile.y,
5560: main/compile_tools.h, main/execute.C, main/pa_request.C,
5561: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
5562: types/pa_vmethod_frame.h, types/pa_vobject.h,
5563: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
5564: from VStateless_class, type() is used instead (related to feature
5565: #1051)
5566:
5567: * src/classes/mail.C: old logic restored.
5568:
5569: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5570: classes/classes.h, classes/curl.C, classes/date.C,
5571: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5572: classes/hashfile.C, classes/image.C, classes/inet.C,
5573: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5574: classes/memcached.C, classes/memory.C, classes/reflection.C,
5575: classes/regex.C, classes/response.C, classes/string.C,
5576: classes/table.C, classes/xdoc.C, classes/xnode.C,
5577: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
5578: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
5579: feature #1051)
5580:
5581: 2016-03-30 moko
5582:
5583: * tests/: 327.html, results/224.processed, results/327.processed:
5584: test for TZ specification in ^date::create[], TZ is kept during
5585: ^date::create[$dt] (related to feature #1048)
5586:
5587: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
5588: ^date::create[], TZ is kept during ^date::create[$dt] (implements
5589: feature #1048)
5590:
5591: 2016-03-29 moko
5592:
5593: * tests/: 315.html, results/315.processed: test for timezone format
5594: +HHmm added (related to feature #1065)
5595:
5596: * src/classes/date.C: timezone format +HHmm now supported
5597: (implements feature #1065)
5598:
5599: 2016-03-28 moko
5600:
5601: * tests/: 202.html, results/131.processed, results/202.processed,
5602: results/224.processed, results/256.processed,
5603: results/315.processed: test results updated after %.2d now
5604: default for hours offset in iso-string (was %2d), test for
5605: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5606: added (related to feature #1065)
5607:
5608: 2016-03-27 moko
5609:
5610: * src/types/pa_vdate.C: '+' sign for zero offset (related to
5611: feature #1065)
5612:
5613: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
5614: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
5615: added (implements feature #1065)
5616:
5617: 2016-03-24 moko
5618:
5619: * tests/: 202.html, results/202.processed: test $date.week added
5620: (related to bug #1067)
5621:
5622: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
5623: date (fix for bug #1067)
5624:
5625: 2016-03-10 moko
5626:
5627: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
5628:
1.102 moko 5629: 2015-12-07 moko
5630:
5631: * tests/: 326.html, results/326.processed: test for .CLASS &
5632: .CLASS_NAME optimization added (related to feature #844)
5633:
5634: 2015-11-17 moko
5635:
5636: * tests/: 323.html, results/323.processed: order added
5637:
5638: * tests/: 325.html, results/325.processed: double range test added
5639: (related to bug #1049)
5640:
5641: 2015-11-16 moko
5642:
5643: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
5644: added to disallow NaN and Infinity (fixes bug #1049)
5645:
5646: 2015-11-11 moko
5647:
5648: * tests/324.html: parser 3.4.3 execution support added (related to
5649: feature #1017)
5650:
5651: * tests/: 324.html, results/324.processed: test for
5652: GET_ELEMENT4CALL feature added (feature #1017)
5653:
1.101 moko 5654: 2015-10-29 moko
5655:
1.211 moko 5656: * operators.ru.txt, operators.txt: updated for 3.4.4
1.101 moko 5657:
5658: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
5659:
5660: * src/main/pa_exec.C: get_exit_status implemented for Windows
5661: (related to bug #1043)
5662:
5663: 2015-10-28 moko
5664:
5665: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
5666: hangup during ^file::exec (fixes bug #1043)
5667:
1.100 moko 5668: 2015-10-27 moko
5669:
5670: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
5671:
1.99 moko 5672: 2015-10-26 moko
5673:
1.100 moko 5674: * tests/322.html, src/classes/reflection.C: arguments reorder
5675: (related to issue #1041)
5676:
5677: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
5678: Copyright year updated
5679:
1.99 moko 5680: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
5681: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
5682: classes/form.C, classes/hash.C, classes/hashfile.C,
5683: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
5684: classes/mail.C, classes/math.C, classes/memcached.C,
5685: classes/memory.C, classes/op.C, classes/reflection.C,
5686: classes/regex.C, classes/response.C, classes/string.C,
5687: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5688: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5689: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5690: include/pa_config_fixed.h, include/pa_config_includes.h,
5691: include/pa_dictionary.h, include/pa_dir.h,
5692: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5693: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5694: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5695: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5696: include/pa_request_charsets.h, include/pa_request_info.h,
5697: include/pa_sapi.h, include/pa_socks.h,
5698: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5699: include/pa_stack.h, include/pa_string.h,
5700: include/pa_stylesheet_connection.h,
5701: include/pa_stylesheet_manager.h, include/pa_table.h,
5702: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5703: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5704: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5705: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
5706: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
5707: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
5708: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
5709: main/compile.y, main/compile_tools.C, main/compile_tools.h,
5710: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
5711: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
5712: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
5713: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
5714: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5715: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5716: main/pa_string.C, main/pa_stylesheet_connection.C,
5717: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5718: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5719: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
5720: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
5721: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
5722: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
5723: targets/isapi/parser3isapi.C, types/pa_junction.h,
5724: types/pa_method.h, types/pa_property.h, types/pa_value.C,
5725: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
5726: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
5727: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
5728: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5729: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5730: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5731: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5732: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5733: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5734: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5735: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
5736: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
5737: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5738: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
5739: types/pa_vresponse.C, types/pa_vresponse.h,
5740: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
5741: types/pa_vstateless_object.h, types/pa_vstatus.C,
5742: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
5743: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
5744: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5745: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
5746: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
5747:
5748: * src/targets/cgi/parser3.C: year updated
5749:
5750: * src/classes/reflection.C: VS2003 compatibility fixed (related to
5751: issue #1041)
5752:
5753: * tests/: 323.html, results/323.processed: test for base classes
5754: added
5755:
5756: * tests/: 261.html, results/261.processed: updated after better
5757: error reporting done for $string.key exception
5758:
5759: * src/types/pa_vstring.h: better error report for $string.key
5760: exception
5761:
5762: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
5763: copied as VObject::get_element4call to remove extra virtual call
5764:
5765: * tests/: 322.html, results/322.processed: test for
5766: ^reflection:is[] added (related to feature #1041)
5767:
5768: * src/classes/reflection.C: ^reflection:is empty value is void
5769: (related to feature #1041)
5770:
5771: * src/classes/reflection.C:
5772: ^reflection:is[class_name|code|method;[context;]element_name]
5773: added (implements feature #1041)
5774:
5775: 2015-10-24 moko
5776:
5777: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
5778:
1.98 moko 5779: 2015-10-22 moko
5780:
5781: * tests/: 321.html, results/321.processed: test for
5782: ^reflection:method_info[] file detection added
5783:
5784: * tests/: 320.html, results/320.processed: test for
5785: ^reflection:class_by_name[class_name] added (related to feature
5786: #993)
5787:
5788: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
5789: added (implements feature #993)
5790:
5791: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
5792: (related to feature #1017)
5793:
5794: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
5795: added (related to issue #1039)
5796:
5797: * src/main/pa_request.C: ^throw origin fixed (related to feature
5798: #1039)
5799:
5800: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
5801: for VDate
5802:
5803: * tests/results/182.processed: updated after feature #1038
5804: implemented
5805:
5806: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
5807: compile-time exception origin added (test for feature #1039)
5808:
5809: * src/: include/pa_request.h, main/compile.C, main/compile.y,
5810: main/pa_request.C: exception unification: compile-time exceptions
5811: now have origin, @USE origins also tracked (implements feature
5812: #1039)
5813:
5814: 2015-10-20 moko
5815:
5816: * src/main/pa_request.C: cleanup
5817:
5818: 2015-10-15 moko
5819:
5820: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
5821:
5822: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
5823: types/pa_vtable.C: new feature: no more $table.method and
5824: $hash.method, aliases for _at, _count, _key (related to feature
5825: #1017)
5826:
1.97 moko 5827: 2015-10-14 moko
5828:
1.98 moko 5829: * tests/: 317.html, results/317.processed: test for
5830: ^string.unescape[] added (related to feature #120)
5831:
1.97 moko 5832: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
5833: defined" bug (described in issue #1036)
5834:
5835: * tests/: 247.html, results/247.processed: test for checkBOM added
5836: (test for bug #1037)
5837:
5838: * src/: include/pa_charsets.h, main/pa_charsets.C,
5839: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
5840: it's not enforced, skips BOM signature if it complies charset
5841: (fixes bug #1037)
5842:
5843: 2015-10-13 moko
5844:
5845: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
5846: linking
5847:
5848: * src/classes/inet.C: vs2003 compilation fix
5849:
5850: * src/classes/math.C: warning war
5851:
5852: * src/lib/punycode/pa_punycode.c: warning war
5853:
5854: 2015-10-12 moko
5855:
5856: * src/lib/punycode/pa_punycode.c: warning war
5857:
5858: * parser3.sln: moved parser3 first, to make it default startup
5859: project
5860:
5861: * buildall: parser "mirror" now used for external libs sources
5862: (implements feature #1036)
5863:
5864: * buildall: most external libs are updated to their current
5865: versions (related to feature #1036)
5866:
5867: * src/classes/image.C: more tags added
5868:
5869: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
5870:
5871: 2015-10-11 moko
5872:
5873: * src/classes/curl.C: minor optimization (related to feature #1035)
5874:
5875: 2015-10-09 moko
5876:
5877: * src/classes/curl.C: pa_strdup added for strings from curl
5878: (related to feature #1035)
5879:
5880: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
5881: ULLONG_MAX definition
5882:
5883: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
5884: (implements feature #1035)
5885:
5886: * src/main/pa_charset.C: String::Body(String::C) used
5887:
5888: * src/main/pa_charset.C: exceptions unified
5889:
5890: * src/: include/pa_charset.h, main/pa_charset.C: declarations
5891: unified
5892:
5893: * src/: classes/file.C, classes/image.C, classes/mail.C,
5894: classes/op.C, classes/xdoc.C, classes/xnode.C,
5895: include/pa_string.h, main/pa_request.C, main/pa_string.C,
5896: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
5897: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
5898: String::Body(String::C) constructor added (related to bug #957)
5899:
5900: * src/classes/file.C: minor optimization
5901:
5902: * src/include/pa_hash.h: hash.get(char*) added, to minimize
5903: Cord(char*) autocreation (related to bug #957)
5904:
5905: * src/: classes/string.C, main/untaint.C: minor optimizations
5906:
5907: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
5908: String(char*, Lang, length) removed, String(C(), Lang) used
5909: instead (related to bug #957)
5910:
5911: 2015-10-08 moko
5912:
5913: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
5914: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
5915: main/untaint.C: Now char * is converted to CORD only using
5916: AS_CORD() to check for empty cord bug (fixes bug #957)
5917:
5918: * src/include/pa_hash.h: fixed compilation without
5919: HASH_CODE_CACHING
5920:
5921: * src/classes/string.C:
5922: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
5923: feature #120)
5924:
5925: * src/main/pa_common.C: reduce js flags checks count (related to
5926: feature #120)
5927:
1.96 moko 5928: 2015-10-07 moko
5929:
5930: * tests/: 275.html, results/275.processed: test modified after
5931: unsigned long long int support implemented (feature #1034)
5932:
5933: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
5934: pa_atoul added for unsigned long long int support
5935:
5936: 2015-10-06 moko
5937:
5938: * src/types/pa_vdate.C: INT_MAX used
5939:
5940: 2015-10-03 moko
5941:
5942: * tests/: 302.html, results/302.processed: test for bug #1023
5943: (\u2028, \u2029 escaping) added
5944:
5945: * src/main/untaint.C: \u2028, \u2029 are now escaped in
5946: json:string[] (fixes bug #1023)
5947:
5948: 2015-09-29 moko
5949:
5950: * tests/305.html: try-catch added for OS without ipv6 support
5951:
5952: * src/lib/json/pa_json.C: more unique prefixes for Solaris
5953: compilation
5954:
5955: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
5956: main/execute.C, types/pa_value.h, types/pa_vhash.h,
5957: types/pa_vtable.C, types/pa_vtable.h: get_element4call
5958: implemented to distinguish ^hash.method from $hash.field
5959: (implements feature #1017)
5960:
5961: * src/lib/punycode/pa_punycode.c: warning war
5962:
5963: * src/include/pa_config_includes.h: warning war
5964:
5965: * src/include/pa_config_includes.h: pragma warning actualized a bit
5966:
5967: * src/include/pa_config_includes.h: warning war
5968:
5969: * src/include/pa_hash.h: clang compilation fix
5970:
5971: 2015-09-27 moko
5972:
5973: * src/main/compile.tab.C: Bison 3 is now default
5974:
5975: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
5976:
5977: 2015-09-25 moko
5978:
5979: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
5980: works with undefined HASH_ORDER (related to feature #196)
5981:
5982: 2015-09-24 moko
5983:
5984: * tests/: 027.html, results/027.processed: test modified to test
5985: ^hash.sort (feature #196)
5986:
5987: * src/: classes/hash.C, include/pa_hash.h:
5988: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
5989: added (implements feature #196)
5990:
5991: * tests/: 316.html, results/316.processed: Added test for bug #1025
5992: (exception handling in non-cached ^cache), plus for "it does not
5993: have logical value" and "$exception.handled value must be either
5994: boolean or string 'cache'" exceptions.
5995:
5996: * src/classes/op.C: ^cache: exceptions now handled in non-cached
5997: code (fixes bug #1025)
5998:
1.95 moko 5999: 2015-09-23 moko
6000:
6001: * src/classes/table.C: warning war
6002:
6003: * src/: classes/math.C, types/pa_vcookie.C: warning war
6004:
6005: * src/classes/file.C: warning war
6006:
6007: * src/: include/pa_table.h, main/pa_table.C: warning war
6008:
6009: * src/: main/pa_request.C, classes/date.C: warning war
6010:
6011: * src/: types/pa_vdate.C, classes/op.C: warning war
6012:
6013: * tests/: 122.html, results/122.processed: win sync: to remove
6014: differences with OS that doesn't keep timezone change history
6015:
6016: * src/types/pa_vdate.C: tzset() should be called in Windows after
6017: TZ change (related to feature #36)
6018:
6019: * tests/: 075.html, results/075.processed: win sync: to remove
6020: differences with OS that doesn't keep timezone change history
6021:
6022: * tests/: 315.html, results/315.processed: win sync: to remove
6023: differences with OS that doesn't keep timezone change history
6024:
6025: * tests/: 256.html, results/256.processed: win sync: to remove
6026: differences with OS that doesn't keep timezone change history
6027:
6028: * tests/: 124.html, results/124.processed: win results sync: to
6029: avoid hitting time change hole.
6030:
6031: * src/types/pa_vdate.C: static returned. :)
6032:
6033: 2015-09-22 moko
6034:
6035: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
6036:
6037: * tests/results/131.processed: more tests for feature #1032
6038:
6039: * src/classes/date.C: minor fix related to feature #1032
6040:
1.211 moko 6041: * operators.ru.txt, operators.txt: ISO date creation documented
6042: (related to feature #1032)
1.95 moko 6043:
1.211 moko 6044: * operators.ru.txt, operators.txt: iso-string documented (related
6045: to feature #1032)
1.95 moko 6046:
6047: * tests/: 315.html, results/315.processed: more tests added
6048: (related to feature #1032)
6049:
6050: * tests/: 131.html, results/131.processed: date range checks
6051: updated (related to feature #36)
6052:
6053: * tests/: 315.html, results/057.processed, results/315.processed:
6054: test added for ISO date support (related to issue #315)
6055:
6056: * src/classes/date.C: more readable exceptions in date creation
6057: (related to ticket #1032)
6058:
6059: 2015-09-18 moko
6060:
6061: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
6062: added (related to issue #1032)
6063:
6064: * tests/results/256.processed, src/classes/json.C: iso-string
6065: documented (related to issue #1032)
6066:
6067: * tests/: 256.html, results/256.processed: ISO date check added
6068: (related to issue #1032)
6069:
6070: * tests/: 057.html, results/057.processed, results/224.processed:
6071: tests results updated after ISO date support implemented (related
6072: to feature #1032)
6073:
6074: * src/: classes/date.C, classes/image.C, types/pa_value.h,
6075: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
6076: ^date::create[string] constructor formalized, ^date.iso-string[]
6077: added (implements feature #1032)
6078:
6079: 2015-09-05 moko
6080:
1.211 moko 6081: * operators.ru.txt, operators.txt: actualized
1.95 moko 6082:
1.211 moko 6083: * operators.ru.txt, operators.txt: date changes documented (related
6084: to ticket #36)
1.95 moko 6085:
6086: 2015-09-04 moko
6087:
6088: * src/types/pa_vdate.C: warning war
6089:
6090: * src/: classes/op.C, types/pa_vhashfile.C: warning war
6091:
6092: 2015-09-03 moko
6093:
6094: * tests/results/096.processed: test result updated for 0..9999 year
6095: date range support (related to feature #36)
6096:
6097: * tests/: 314.html, results/314.processed: test for
6098: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
6099: bug #1031)
6100:
6101: * src/classes/string.C: Static calls fixed for ^string:base64[],
6102: ^string:idna[], ^string:js-escape[] (closes bug #1031)
6103:
1.116 moko 6104: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
6105: configure.in -> configure.ac
1.95 moko 6106:
1.116 moko 6107: * configure, configure.in, src/include/pa_config_auto.h.in: more
6108: correct timezone check for FreeBSD Warning war: configure.in ->
6109: configure.ac
1.95 moko 6110:
6111: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 6112: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
6113: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
6114: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
6115: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
6116: src/main/Makefile.am, src/targets/apache/Makefile.am,
6117: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 6118: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
6119: check added
6120:
6121: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
6122:
6123: * tests/results/: 124.processed, 224.processed: test resuls updated
6124: for new date implementation (related to feature #36)
6125:
6126: * src/: classes/date.C, classes/image.C, include/pa_common.h,
6127: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
6128: types/pa_vdate.h: new double date implementation with internal
6129: support for extended 0..9999 year range, default timezone support
6130: (related to feature #36)
6131:
6132: 2015-08-28 moko
6133:
6134: * src/types/pa_vmail.C: fixed $mail:received.date calculations
6135: (fixes bug #1030)
6136:
6137: 2015-08-21 moko
6138:
6139: * src/classes/inet.C: snprintf size "bug" commented
6140:
6141: * src/main/pa_common.C: snprintf comments updated
6142:
6143: 2015-08-16 moko
6144:
6145: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
6146:
6147: 2015-08-11 moko
6148:
6149: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6150: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
6151: can be null (fixes bug #1029)
6152:
6153: 2015-08-06 moko
6154:
1.116 moko 6155: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
6156: pa_vdate.C added
1.95 moko 6157:
6158: 2015-08-05 moko
6159:
6160: * tests/: 313.html, results/313.processed: test for
6161: ^table.count[columns] and ^table.flip[] with nameless tables
6162: (feature #1003)
6163:
6164: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6165: max_cell added, now ^table.count[columns] and ^table.flip[] works
6166: correctly for nameless tables (implements feature #1003)
6167:
6168: 2015-08-03 moko
6169:
6170: * tests/312.html: test for ^table.append[$hash] and
6171: ^table.insert[$hash] added (related to feature #1028)
6172:
6173: * src/classes/table.C: ^table.append[$hash] and
6174: ^table.insert[$hash] now supported (implements feature #1028)
6175:
6176: * tests/: 312.html, results/312.processed: test row copy in
6177: ^table.hash[; $.type[table] ] added (related to feature #1016)
6178:
6179: * src/classes/table.C: row copy now created in ^table.hash[;
6180: $.type[table] ] (related to feature #1016)
6181:
6182: 2015-07-29 moko
6183:
6184: * tests/: 312.html, results/312.processed: test for ^table.delete[]
6185: added (related to feature #1016)
6186:
6187: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
6188: ^table.delete[] added to delete current row (related to feature
6189: 1016)
6190:
6191: 2015-07-28 moko
6192:
6193: * tests/: 312.html, results/312.processed: test for
6194: $table.column[value] and ^table.insert{row} (related to feature
6195: #1016)
6196:
6197: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
6198: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
6199: ^table.insert{row} are now implemented (feature #1016)
6200:
6201: * src/include/pa_array.h: Optimization: bool reverse removed from
6202: append(), insert() added, memmove arguments order in remove()
6203: fixed (related to feature #1016)
6204:
6205: 2015-07-23 moko
6206:
6207: * src/classes/json.C: tainted json and empty json exception added
6208: (implements feature #1015)
6209:
6210: * tests/: 311.html, results/311.processed: empty json and tainted
6211: json exception test added (related to issue #1015)
6212:
6213: 2015-07-22 moko
6214:
6215: * tests/: 311.html, results/311.processed: test for UTF-8
6216: processing added
6217:
6218: * tests/: 311.html, results/311.processed: test for
6219: json_exception_with_source added (related to issue #394)
6220:
6221: * src/classes/json.C: json_exception_with_source added (implements
6222: feature #394)
6223:
6224: 2015-06-29 moko
6225:
6226: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
6227: directories are now correctly determined if _d_type == DT_UNKNOWN
6228: (closes bug #1027)
6229:
6230: 2015-06-10 moko
6231:
6232: * src/types/pa_vxnode.h: extern "C" not requred and causes build
6233: error if libxml has LIBXML_ICU_ENABLED.
6234:
6235: 2015-06-04 moko
6236:
6237: * tests/099.html: ups, reverting
6238:
6239: * tests/: 099.html, 309.html, 310.html, results/309.processed,
6240: results/310.processed: tests for $response:body[ $.file[] ] and
6241: $response:last-modified added
6242:
6243: * src/main/pa_request.C: last-modified check fixed
6244:
6245: 2015-06-03 moko
6246:
6247: * tests/: 204.html, 205.html, 293.html, results/204.processed,
6248: results/205.processed, results/293.processed: $response:headers
6249: logging added (tests for feature #1007)
6250:
6251: * src/: include/pa_common.h, include/pa_request.h,
6252: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
6253: $response:headers are now in uppercase (closes feature #1007)
6254:
6255: 2015-06-02 moko
6256:
6257: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
6258: build errors reverted for clang compatibility
6259:
6260: 2015-06-01 moko
6261:
6262: * src/include/pa_memory.h: -pedantic build errors fixed
6263:
6264: * src/classes/math.C: -pedantic build error fixed
6265:
6266: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
6267:
6268: 2015-05-31 moko
6269:
6270: * src/classes/table.C: USE_STRINGSTREAM optimized
6271:
6272: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
6273: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
6274: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
6275: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
6276: types/pa_vxnode.h: warning war (-pedantic flag)
6277:
6278: 2015-05-28 moko
6279:
6280: * tests/: 308.html, results/308.processed: test for
6281: ^table::create[$t;], etc work added (related to bug #975)
6282:
6283: * src/classes/table.C: check_option_param removed,
6284: ^table::create[$t;], etc now works (fixes bug #975)
6285:
6286: 2015-05-27 moko
6287:
6288: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
6289: (Debian jessie) fixed (closes issue #1024)
6290:
6291: * tests/Makefile: sort added as in Debian jessie list become
6292: unsorted
6293:
6294: 2015-05-18 moko
6295:
6296: * tests/: 201.html, results/201.processed: test for
6297: ^string.trim[what] feature #1022
6298:
6299: * src/classes/string.C: ^string.trim[what] now supported,
6300: implements feature #1022
6301:
6302: 2015-05-17 moko
6303:
6304: * tests/results/185.processed: test result updated as feature #1021
6305: implemented (left/right accept negative parameter)
6306:
6307: * src/classes/string.C: left/right now accept negative parameter
6308: (implements feature #1021)
6309:
6310: 2015-05-08 moko
6311:
6312: * src/classes/math.C: isalnum -> pa_isalnum
6313:
6314: * src/main/execute.C: optimization in getter-junction processing
6315: (related to issue #997)
6316:
6317: 2015-05-07 moko
6318:
6319: * tests/: 307.html, results/307.processed: test for issue #997
6320: added
6321:
6322: * src/main/execute.C: process_getter result now checked if junction
6323: returned (closes issue #997)
6324:
6325: * tests/: 305.html, results/305.processed: sort added to ignore
6326: different order
6327:
6328: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
6329: assignment (closes issue #994)
6330:
6331: * tests/: 306.html, results/306.processed: test for issue #994
6332: added
6333:
6334: * tests/: 303.html, results/303.processed: two more errors tested
6335:
6336: 2015-05-06 moko
6337:
6338: * tests/: 305.html, results/305.processed: test for name2ip &
6339: ip2name added (related to feature #992)
6340:
6341: * tests/: 303.html, 304.html, results/303.processed,
6342: results/304.processed: tests for idna conversion added (related
6343: to issue #849)
6344:
6345: 2015-05-02 moko
6346:
6347: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
6348: implemented
6349:
6350: 2015-04-30 moko
6351:
6352: * src/main/pa_http.C: idna_host added, related to issue #849
6353:
6354: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
6355: (related to issue #849)
6356:
6357: 2015-04-24 moko
6358:
6359: * src/types/pa_vjunction.C: warning war
6360:
6361: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
6362: unification
6363:
6364: * src/lib/punycode/pa_idna.c: warning war
6365:
6366: 2015-04-22 moko
6367:
6368: * src/main/main.vcproj: punycode include path added
6369:
6370: * src/lib/punycode/pa_idna.c: windows compile error fixed
6371:
6372: * src/lib/punycode/pa_idna.c: warning war
6373:
6374: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
6375: project file added
6376:
6377: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
6378:
6379: * src/include/pa_memory.h: warning war
6380:
6381: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
6382: ^string:idna[xn--...], ^string.idna[] - idna conversion support
6383: implemented (related to feature #849)
6384:
6385: * configure.in, src/main/Makefile.am,
6386: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
6387: libpunycode added in Unix
6388:
6389: 2015-04-21 moko
6390:
6391: * configure.in: large files support
6392:
6393: 2015-04-15 moko
6394:
6395: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
6396: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
6397: pa_punycode.h: initial version for punycode/idna support library
6398: (ticket #849)
6399:
6400: 2015-04-08 moko
6401:
6402: * src/: classes/curl.C, classes/date.C, classes/file.C,
6403: classes/image.C, classes/mail.C, classes/reflection.C,
6404: classes/string.C, classes/xnode.C, include/pa_request.h,
6405: include/pa_string.h, include/pa_stylesheet_connection.h,
6406: main/compile.y, main/compile_tools.h, main/execute.C,
6407: main/pa_common.C, main/pa_request.C, main/pa_string.C,
6408: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
6409: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
6410: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
6411: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
6412: clang compiler warnings (closes issue #1018)
6413:
6414: * src/include/pa_string.h: String::Body comparation operators with
6415: char * added (related to issue #958)
6416:
6417: 2015-04-07 moko
6418:
6419: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
6420: pa_malloc/pa_free to remove system malloc/free usage (related to
6421: issue #1018)
6422:
6423: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
6424: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
6425: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
6426: main/pa_http.C, main/pa_request.C, main/pa_string.C,
6427: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
6428: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
6429: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
6430: malloc/strdup/free replaced with pa_ version and checks for
6431: accidental use of non-pa_ version added (related to issue #1018)
6432:
6433: 2015-04-03 moko
6434:
6435: * buildall: pcre-8.33 -> pcre-8.36
6436:
6437: * src/: main/compile.y, classes/form.C, classes/mail.C,
6438: classes/op.C, classes/string.C, main/compile.tab.C,
6439: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
6440: main/pa_sql_driver_manager.C, types/pa_vfile.C,
6441: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
6442: ticket #958)
6443:
6444: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
6445: main/pa_common.C, main/pa_http.C, main/pa_request.C,
6446: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
6447: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
6448: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
6449: $request:headers, $request:method added (implements feature
6450: #1007)
6451:
6452: 2015-03-17 misha
6453:
6454: * tests/302.html: - test for
6455: ^json:string[...;$._default[method-name]]
6456:
6457: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
6458: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
6459: option $._default[method-name] is specified in ^json:string[], a
6460: method with specified name will be called for classes/objects
6461: serialization ( new feature: #982 )
6462:
6463: 2015-03-16 misha
6464:
6465: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
6466: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
6467: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
6468: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
6469: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
6470: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
6471: types/pa_vmemory.h, types/pa_vmethod_frame.C,
6472: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
6473: types/pa_vrequest.h, types/pa_vstateless_class.C,
6474: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
6475: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
6476: $var.CLASS_NAME now have special opcodes. This can be switched
6477: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
6478: on pa_opcode.h ( new feature: #844 )
6479:
6480: 2015-03-15 misha
6481:
6482: * tests/075.html: - test for $response:header[]
6483:
6484: * src/types/pa_vresponse.C: - $response:header[] deletes header
6485: that was set earlie ( new feature: #1001 )
6486:
6487: 2015-03-12 misha
6488:
6489: * tests/246.html: - more tests for ^hash._at[]
6490:
6491: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
6492: accepts second param [key|value|hash] ( new feature: #1012 )
6493:
6494: 2015-03-09 moko
6495:
6496: * src/types/pa_vmail.C: exception for everything but
6497: $mail:received, closes issue #1011
6498:
6499: 2015-02-20 moko
6500:
6501: * tests/: 275.html, results/275.processed: hex detection in
6502: pa_atoui fix test (closes issue #1010)
6503:
6504: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
6505: issue #1010)
6506:
6507: 2015-02-17 moko
6508:
6509: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
6510: tainted.
6511:
6512: 2015-02-03 misha
6513:
6514: * tests/301.html: - test for ^json:string($double) causes
6515: exception. bugfix: #1008
6516:
6517: * src/classes/json.C: - ^json:string($double) causes exception.
6518: bugfix: #1008
6519:
6520: * tests/014.html: - updated for work with ^hash.delete[]
6521:
6522: 2015-01-12 misha
6523:
6524: * src/: classes/form.C, include/pa_common.h,
6525: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
6526: types/pa_vform.h: - supports body with PUT method as well ( new
6527: feature: #1006 )
6528:
6529: * src/classes/file.C: - warnings war
6530:
6531: 2015-01-11 misha
6532:
6533: * tests/300.html: - test for ^hash.delete[] is added
6534:
6535: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
6536: feature: #989 ) - tiny optimization in intersects
6537:
6538: 2015-01-06 moko
6539:
6540: * src/types/pa_vmail.C: file names transcode added, to and cc added
6541: with transcode, attachments detection fixed
6542:
6543: * src/main/pa_request.C: filling mail received after cgi/auto.p
6544: load to allow charset switch (related to issue #996)
6545:
6546: 2014-12-31 moko
6547:
6548: * src/types/pa_vmail.C: from and subject now transcoded if not
6549: UTF-8 source charset (fixes issue 996)
6550:
6551: * src/main/pa_exception.C: fixed string from stack bug (closes
6552: issue #1000)
6553:
6554: 2014-12-11 misha
6555:
6556: * src/types/pa_vhashfile.C: - check if key is not empty before
6557: access ( bug fix: #1005 )
6558:
6559: 2014-11-13 misha
6560:
6561: * src/main/compile.y: - PC.append does not reset to false while
6562: creating a new class. bugfix: #990
6563:
6564: * tests/299.html: - test for creation class after working with
6565: partial class (create+append)
6566:
6567: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
6568: #995
6569:
6570: * tests/232.html: - test for @get[def] added
6571:
6572: 2014-10-12 moko
6573:
6574: * src/lib/pcre/pcre_internal.vcproj: correct path
6575:
6576: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
6577: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
6578: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
6579: targets/apache/ApacheModuleParser3.vcproj,
6580: targets/apache/ApacheModuleParser3Core.vcproj,
6581: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6582: types/types.vcproj: project GUID inserted in *.vcproj for correct
6583: conversion in newer VS versions
6584:
6585: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
6586: pcre_internal.vcproj added
6587:
6588: 2014-08-28 moko
6589:
6590: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
6591: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
6592: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
6593:
6594: 2014-06-30 misha
6595:
6596: * tests/298.html: - tests for ^reflection:def[class;className]
6597: added
6598:
6599: * src/classes/reflection.C: - ^reflection:def[class;className]
6600: added ( new feature: #918 )
6601:
6602: 2014-06-29 misha
6603:
6604: * src/classes/table.C: - ^table::create[unsupported data] -
6605: exception comment changed to "body must be table or code" ( bug
6606: fix: #951 )
6607:
6608: * tests/: 261.html, results/261.processed: - tests for
6609: ^json:string[...;$.void[null|string]] added
6610:
6611: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
6612: option $.void[string|null] added to ^json:string[...] ( new
6613: feature: #952 )
6614:
6615: 2014-06-28 moko
6616:
6617: * src/classes/curl.C: $.charset now processed before other curl
6618: options (closes issue #980)
6619:
6620: 2014-05-23 misha
6621:
6622: * src/classes/json.C: - bug fix: #987
6623:
6624: 2014-05-04 misha
6625:
6626: * tests/: 253.html, 253_json.txt: - test for
6627: ^json:parse[$.int(false)] is added
6628:
6629: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
6630: default true). The option is similar to $.double(bool) but for
6631: integers.
6632:
6633: 2014-05-01 moko
6634:
6635: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
6636: #12 )
6637:
6638: 2014-04-16 moko
6639:
6640: * src/main/pa_http.C: response-charset option should finally work
6641: now (fix for issue #867)
6642:
6643: * src/main/pa_http.C: response-charset option should work now (fix
6644: for issue #867)
6645:
6646: 2014-03-07 moko
6647:
6648: * buildall: libgc moved
6649:
6650: * buildall: libgc moved
6651:
6652: 2013-12-29 moko
6653:
6654: * src/classes/string.C: ^string:js-unescape result now tainted,
6655: closes issue #966
6656:
6657: * tests/: 186.html, results/186.processed: ^string:js-unescape
6658: result now tainted, issue #966
6659:
6660: 2013-12-03 moko
6661:
6662: * src/: classes/memcached.C, types/pa_vmemcached.C,
6663: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
6664: option was added for http://www.parser.ru/forum/?id=79343
6665:
6666: * src/classes/file.C: bugfix for
6667: http://www.parser.ru/forum/?id=79337
6668:
6669: 2013-11-05 moko
6670:
6671: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
6672:
6673: * src/main/pa_globals.C: spelling fixed
6674:
6675: 2013-10-29 moko
6676:
6677: * src/lib/json/json.vcproj: json.c -> pa_json.C
6678:
6679: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
6680: #892
6681:
6682: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
6683: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
6684: exceptions to be thrown thougth json library), related to issue
6685: #892
6686:
6687: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
6688: related to issue #896
6689:
6690: 2013-10-24 moko
6691:
6692: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
6693:
6694: 2013-10-23 moko
6695:
6696: * README: actualization
6697:
6698: 2013-10-22 moko
6699:
6700: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
6701: compatibility patch from Sergey Kirpichev
6702:
6703: * tests/: 297.html, results/297.processed: non-working getter fix
6704: test for issue #948
6705:
6706: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
6707: called when saving value of $match variable in ^string.match[] to
6708: increase compatibility (related to issue #948).
6709:
6710: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
6711: usage optimization
6712:
6713: 2013-10-21 moko
6714:
6715: * tests/: 182.html, results/182.processed: local path removed for
6716: compatibility
6717:
6718: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
6719: results/244.processed, results/253.processed,
6720: results/254.processed, results/275.processed,
6721: results/281.processed: try_catch -> try-catch
6722:
6723: * tests/: 288.html, 294.html, 296.html, results/288.processed,
6724: results/294.processed, results/296.processed: try_catch ->
6725: try-catch
6726:
6727: 2013-10-20 moko
6728:
6729: * tests/: 296.html, results/296.processed: test for xsl exception
6730: for issue #938 added.
6731:
6732: * src/: include/pa_xml_exception.h,
6733: main/pa_stylesheet_connection.C: forgotten to be replaced
6734: XmlException is now replaced (once again closes issue #938)
6735:
6736: 2013-10-18 moko
6737:
6738: * buildall: disable clock_gettime detection to avoid librt linking
6739: (which in turn depends on libpthread), related to issue #943
6740:
6741: 2013-10-18 misha
6742:
6743: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
6744: lib/smtp/smtp.vcproj, main/main.vcproj,
6745: targets/apache/ApacheModuleParser3Core.vcproj,
6746: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
6747: types/types.vcproj: - new locations for libxml2 includes where
6748: added to vcproj files
6749:
6750: 2013-10-18 moko
6751:
6752: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
6753: fix
6754:
6755: * tests/: 295.html, results/295.processed: test for issue #948
6756: updated
6757:
6758: * src/classes/table.C: hopefully last lost part for issue #948 fix.
6759: :)
6760:
6761: * tests/: 295.html, results/295.processed: test for issue #948
6762: added
6763:
6764: * src/: classes/hash.C, classes/string.C, classes/table.C,
6765: include/pa_request.h, types/pa_method.h: for getters and setters
6766: to be executed request.put_element should be called, not
6767: context.put_element (fixes issue #948)
6768:
6769: 2013-10-17 moko
6770:
6771: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
6772: LIBXML2_NEW_BUFFER check (closes issue #943)
6773:
6774: * buildall: libxml 2.9.1 build is broken --without-reader.
6775:
6776: 2013-10-16 moko
6777:
6778: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
6779:
6780: * tests/: 294.html, results/294.processed: test for issue #938
6781:
6782: * src/: classes/xdoc.C, classes/xnode.C,
6783: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
6784: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
6785:
6786: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
6787: libxslt-1.1.26 -> libxslt-1.1.28
6788:
6789: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
6790: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
6791: to '?', related to issue #938
6792:
6793: 2013-10-15 moko
6794:
6795: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
6796: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
6797: minor optimizations (closes issue #896)
6798:
6799: * tests/results/: 292.processed, 293.processed: results updated to
6800: comply with issue #896
6801:
6802: * tests/: 292.html, 293.html, results/292.processed,
6803: results/293.processed: tests for json escaping
6804:
6805: 2013-10-14 moko
6806:
6807: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
6808: and cleanup, code moved from .h to .C, no changes in code
6809:
6810: 2013-10-12 moko
6811:
6812: * tests/results/119.processed: updated test result commited
6813:
6814: * tests/: 291.html, results/291.processed: test for issue #894
6815: added
6816:
6817: * src/types/pa_wcontext.h: base methods call support function
6818: get_somebody_entered_some_class should not be true forever, as
6819: wcontext can have many get_elements calls (fixes issue #894)
6820:
6821: 2013-10-11 moko
6822:
6823: * tests/: 290.html, results/290.processed: test for junction GPF
6824: issue #942 added
6825:
6826: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
6827: to native method fixed (closes issue #942)
6828:
6829: * tests/: 158.html, results/158.processed: test for csv-string[]
6830: added
6831:
6832: * src/classes/table.C: minor fixes for table.csv-string[] (closes
6833: feature #907)
6834:
6835: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
6836: feature #907)
6837:
6838: 2013-10-09 moko
6839:
6840: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
6841: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
6842: types/pa_vstateless_class.C: GET_default, SET_default now works
6843: properly not only in objects, but in classes as well (closes
6844: issue #903)
6845:
6846: * tests/: 289.html, results/289.processed: GET/SET_default now
6847: works in classes, not only objects, test case added, related to
6848: issue #903
6849:
6850: * tests/: 288.html, results/288.processed: test for endless
6851: recursion bug added (related to issue #903)
6852:
6853: 2013-10-05 moko
6854:
6855: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
6856: classes/table.C, main/execute.C, types/pa_method.h,
6857: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
6858: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
6859: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
6860: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
6861: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
6862: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
6863: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
6864: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
6865: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
6866: optimization: put_element no longer has "bool areplace" argument,
6867: related to issue #903
6868:
6869: 2013-10-03 moko
6870:
6871: * tests/results/182.processed: result for $.replace(false) test
6872: commited
6873:
6874: * src/classes/date.C: ^date::create(number) processed correctly
6875: (fixes issue #901)
6876:
6877: * src/classes/image.C: as_no_junction removed, as param can be
6878: expression (closes issue #931)
6879:
6880: * tests/233.html: test for issue #931 added
6881:
6882: 2013-10-02 moko
6883:
6884: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
6885: modified, test for $.replace(false) added
6886:
6887: * src/main/compile_tools.h: forgotten class replace returned. :)
6888:
6889: 2013-09-30 moko
6890:
6891: * tests/: 141.html, results/141.processed: md5 tainting test added
6892:
6893: * src/: classes/op.C, include/pa_request.h, main/compile.y,
6894: main/compile_tools.h, main/pa_request.C: allow_class_replace
6895: implemented; $.replace option added to ^process and ^use
6896:
6897: 2013-08-27 moko
6898:
6899: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
6900: cstr_to_string_body_untaint should be called with charsets for
6901: possible uri language and connection for possible sql language.
6902: related to issue #857
6903:
6904: * buildall: and -> or fixed
6905:
6906: 2013-08-26 moko
6907:
6908: * buildall: prepare_ functions logic changed to support
6909: gc-7.2d.tar.gz extracting to gc-7.2 directory
6910:
6911: 2013-08-23 moko
6912:
6913: * src/include/pa_config_fixed.h: gc and xml libs are now linked
6914: statically
6915:
6916: 2013-08-22 moko
6917:
6918: * src/classes/string.C: String::Empty used (related to issue #912)
6919: append_know_length removed (related to old GPF bug)
6920:
6921: 2013-08-21 moko
6922:
6923: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
6924:
6925: * src/classes/math.C: ^math:digest[...;$file] support added
6926: (related to ticket #857
6927:
6928: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
6929: implemented
6930:
6931: * src/types/pa_vhashfile.h: warning war
6932:
6933: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
6934: include/pa_request.h, main/pa_request.C, types/pa_value.h:
6935: anti_endless_json_string_recoursion removed from request;
6936: json_string_recoursion added to json_options; $.indent[indent
6937: value] now supported and passed within recoursion closes feature
6938: #937
6939:
6940: * tests/: 287.html, results/287.processed: test for feature #937
6941:
6942: 2013-07-31 moko
6943:
6944: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
6945: compilation having #define _S
6946:
6947: * src/main/pa_globals.C: cleanup
6948:
6949: 2013-07-30 moko
6950:
6951: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
6952: main/pa_common.C: vs2003 warning war
6953:
6954: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
6955:
6956: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
6957:
6958: * src/lib/md5/pa_sha2.c: warning war
6959:
6960: 2013-07-29 moko
6961:
6962: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
6963: patches from github
6964:
6965: * src/: classes/bool.C, classes/double.C, classes/int.C,
6966: classes/memcached.C, include/pa_config_includes.h,
6967: types/pa_vfile.C, types/pa_vfile.h: warning war
6968:
6969: * src/lib/json/json.vcproj: C++ -> C
6970:
6971: * src/lib/json/: json.c, pa_json.C: C++ warning revert
6972:
6973: * src/lib/json/: json.c, pa_json.C: windows compatibility
6974:
6975: * src/lib/json/: json.c, pa_json.C: windows compatibility
6976:
6977: * src/lib/json/: json.c, pa_json.C: warning war
6978:
6979: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
6980:
6981: * src/include/pa_config_fixed.h: uint16_t added
6982:
6983: * configure.in: uint16_t check added
6984:
6985: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 6986: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
6987: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
6988: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
6989: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 6990:
6991: 2013-07-25 moko
6992:
6993: * parser3.sln: dependencies added
6994:
6995: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
6996: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
6997: module support
6998:
6999: * src/targets/apache/mod_parser3_core.C: win32 cleanup
7000:
7001: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
7002:
7003: 2013-07-23 moko
7004:
7005: * src/: include/pa_memory.h, main/pa_memory.C: non-working
7006: PA_DEBUG_GC_MEMORY removed
7007:
7008: * src/: main/pa_globals.C, targets/cgi/parser3.C:
7009: PA_DEBUG_DISABLE_GC compilation fix
7010:
7011: * src/: classes/op.C, classes/table.C, include/pa_request.h,
7012: main/pa_request.C: outdated RESOURCES_DEBUG removed
7013:
7014: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
7015: garbage cleanup
7016:
7017: * src/main/pa_common.C: warning war
7018:
7019: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
7020:
7021: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
7022: minor cleanup
7023:
7024: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
7025: uses cygwin, not WIN32 implementation
7026:
7027: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
7028: able to exec shell scripts
7029:
7030: * src/classes/math.C: ifdef WIN32 cleanup
7031:
7032: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
7033:
7034: * src/classes/curl.C: LT_MODULE_EXT used
7035:
7036: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
7037:
7038: 2013-07-22 moko
7039:
7040: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
7041: includes fix
7042:
7043: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
7044:
7045: * configure.in, src/include/pa_config_includes.h,
7046: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
7047: src/main/pa_exec.C: includes cleanup
7048:
7049: * src/targets/cgi/parser3.C: 2012->2013
7050:
7051: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
7052:
7053: * configure.in, src/include/pa_config_includes.h,
7054: src/include/pa_http.h, src/lib/json/JSON_parser.h,
7055: src/main/pa_random.C, src/main/pa_socks.C,
7056: src/types/pa_vstatus.C: cygwin support cleanup
7057:
7058: * configure.in: dirent.h check added
7059:
7060: * src/: include/pa_config_includes.h, include/pa_dir.h,
7061: main/pa_dir.C: includes cleanup, dirent.h check added filePath
7062: not copied
7063:
7064: 2013-07-21 moko
7065:
7066: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
7067:
7068: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
7069: parser3.vcproj: unused getopt.h / getopt.c removed
7070:
1.211 moko 7071: * operators.ru.txt, operators.txt, src/classes/file.C,
7072: tests/022.html, tests/results/022.processed:
7073: ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95 moko 7074:
7075: * configure.in, src/classes/file.C, src/include/pa_dir.h,
7076: src/main/pa_dir.C: ^file:list[] now has dir column and when
7077: $.stat(true) it has size/*date columns modified patch from misha@
7078: that closes issue #914.
7079:
7080: * src/: include/pa_config_includes.h, main/pa_globals.C:
7081: PA_RELEASE_ASSERTS removed
7082:
7083: * src/lib/md5/pa_md5c.c: minor cleanup
7084:
7085: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
7086: localeconv()->decimal_point usage remoed (related to issue #934)
7087:
7088: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
7089: cordprnt.c removed
7090:
7091: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
7092: pa-include/pa_errno.h, pa-include/pa_file_io.h,
7093: pa-include/pa_strings.h: includes cleanup
7094:
7095: * src/lib/md5/pa_md5c.c: headers cleanup
7096:
7097: 2013-07-20 moko
7098:
7099: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
7100: cleanup
7101:
7102: 2013-07-19 moko
7103:
7104: * src/classes/math.C: extern "C" added for crypt
7105:
7106: 2013-07-18 moko
7107:
7108: * src/classes/math.C: fix redhat7.2 build
7109:
7110: 2013-07-17 moko
7111:
7112: * configure.in, src/include/pa_config_includes.h,
7113: src/include/pa_config_fixed.h: headers actualized (inttypes.h
7114: added for uint8/32/64_t)
7115:
7116: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
7117: pa_config_includes.h used for uint32/64_t
7118:
7119: 2013-07-16 moko
7120:
7121: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
7122: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
7123: war
7124:
7125: * src/main/compile.tab.C: compile.y was updated
7126:
7127: * src/main/compile.y: warning war
7128:
7129: * src/: include/pa_exception.h, main/pa_exception.C,
7130: main/pa_xml_exception.C: warning war
7131:
7132: * src/: include/pa_common.h, main/pa_common.C: warning war
7133:
7134: * configure.in: beauty :)
7135:
7136: * tests/: 141.html, results/141.processed: sha256/512 added
7137:
7138: 2013-07-13 moko
7139:
7140: * src/lib/md5/md5.vcproj: sha2 added
7141:
7142: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
7143: classes/math.C: sha2 support (sha256/sha512 digest)
7144:
7145: 2013-07-08 moko
7146:
7147: * src/classes/image.C: directory read or other read problem message
7148: fixed (related to issue #933)
7149:
7150: 2013-07-07 moko
7151:
7152: * AUTHORS: + misha + moko. :)
7153:
7154: 2013-07-06 moko
7155:
7156: * src/: classes/curl.C, include/pa_globals.h,
7157: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
7158: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
7159: for lt_dlinit to be called once and lt_dlexit called at right
7160: place (related to issue #925)
7161:
7162: 2013-07-04 moko
7163:
7164: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
7165: VString::as_vfile now uses vfile.set_binary_string to avoid
7166: content-type to be set, as it brokes badly designed logic in
7167: response output. This hopefully finishes issue #928.
7168:
7169: * tests/results/: 256.processed, 286.processed: file now displayed
7170: as name, size, mode, content-type
7171:
7172: * src/main/pa_common.C: read error now reported cottectly (fixes
7173: issue #933
7174:
7175: 2013-06-28 moko
7176:
7177: * tests/: 286.html, results/286.processed: test extended
7178:
7179: * tests/: 286.html, results/286.processed: Test for issue #928
7180: added. it tests default content-type change.
7181:
7182: * src/types/pa_vfile.C: closes issue #928 - default content-type
7183: now updated
7184:
7185: 2013-06-25 moko
7186:
7187: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
7188: content-type for text/binary files without name added;
7189: ^file::create[$f;...] options now works properly and $f
7190: properties are default (fixes issue #928)
7191:
7192: 2013-05-16 misha
7193:
7194: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
7195: added
7196:
7197: * src/main/pa_table.C: - a tiny memory optimisation while creating
7198: table if specified limit is bigger than source rows count
7199:
7200: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
7201: added ( new feature: #858 )
7202:
7203: 2013-04-29 moko
7204:
7205: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
7206: $.ipresolve(0|1|2) added (closes issue #891)
7207:
7208: * src/lib/curl/curl.h: CURL_IPRESOLVE added
7209:
7210: 2013-04-24 moko
7211:
7212: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7213: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7214: types/pa_vmemcached.h: ^memcache.release[] added, calls
7215: memcached_quit (refs #893)
7216:
7217: 2013-04-22 moko
7218:
7219: * src/: include/pa_string.h, main/pa_common.C: no more double
7220: slashes in file path (fixes bug #872)
7221:
7222: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
7223: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
7224: #739)
7225:
7226: * tests/results/266.processed: $.max_params added (feature #915)
7227:
7228: * src/: include/pa_common.h, main/pa_http.C: response-charset
7229: option added to file::load (closes issue #867)
7230:
7231: 2013-04-20 misha
7232:
7233: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
7234: commited
7235:
7236: 2013-03-15 misha
7237:
7238: * src/classes/: hash.C, table.C: - Optimisation: do not create
7239: multiple empty strings while ::sql. uae String::Empty instead
7240:
7241: 2013-03-14 misha
7242:
7243: * src/classes/reflection.C: - for user classes
7244: ^reflection:method_info[] returns $.max_params and $.extra_param
7245: with $.call_type if they available ( new feature: #915 )
7246:
7247: * src/classes/file.C: - ^file:delete[] now supports an option
7248: $.exception(false) that suppress any exception while deleting
7249: file ( new feature: #916 )
7250:
7251: * src/classes/curl.C: - parsing cookies after curl:load now should
7252: work :)
7253:
7254: 2013-03-12 misha
7255:
7256: * src/types/pa_vfile.C: - if specified file_name is empty string
7257: set default name for the file
7258:
7259: 2013-03-11 misha
7260:
7261: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
7262: also available in $f.cookies
7263:
7264: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
7265: moved to a separate method
7266:
7267: 2013-03-10 moko
7268:
7269: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
7270: added
7271:
7272: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
7273: removed (declared by autoconf)
7274:
7275: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
7276: uint32_t define
7277:
7278: 2013-03-10 misha
7279:
7280: * src/classes/file.C: ^file:delete and ^file:move now support
7281: option $.keep-empty-dirs(true) ( new feature: #884 )
7282:
7283: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
7284: empty dirs is added
7285:
7286: 2013-03-10 moko
7287:
7288: * src/classes/: bool.C, double.C, int.C: default can be present,
7289: but default check removed from ^int/double/bool.int/double/bool
7290: for string.int/double/bool compatibility (related to issue #913)
7291:
7292: * src/classes/string.C: ^string.int/dobule/bool no longer
7293: internally throws exception if default is present (closes issue
7294: #913)
7295:
7296: 2013-03-09 misha
7297:
7298: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
7299: optimisations ( #845 )
7300:
7301: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
7302:
7303: 2013-03-08 moko
7304:
7305: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
7306: creates correct table (fixes issue #910)
7307:
7308: * src/classes/op.C: r.connection() -> r.connection(false) to allow
7309: use outside of 'connect' operator (fixes issue #911)
7310:
7311: * tests/results/: 096.processed, 122.processed: test results
7312: updated as doubles now printed with 15 significant digits, not 5
7313: (fixes issue #882)
7314:
7315: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
7316: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
7317:
7318: 2013-02-21 moko
7319:
7320: * src/classes/table.C: _locate_name_value does not check arguments
7321: count, so we check it in advance (fixes issue #905)
7322:
7323: 2012-10-23 moko
7324:
7325: * buildall: old shell for and echo compatibility (for six)
7326:
7327: 2012-10-19 moko
7328:
7329: * buildall: --strip added --disable-safe-mode listed in usage
7330:
7331: 2012-10-17 misha
7332:
7333: * src/classes/op.C: - apply-taint should not throw "outside
7334: connect" exception with sql lang now
7335:
7336: 2012-10-17 moko
7337:
7338: * src/main/pa_request.C: bugfix: safe mode should be inited for
7339: each request (for apache module)
7340:
7341: 2012-09-26 moko
7342:
7343: * src/doc/doxygen.cfg: png -> svg
7344:
7345: 2012-09-25 moko
7346:
7347: * tests/: 141.html, results/141.processed: md5 hmac added, long key
7348: test added
7349:
7350: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
7351: double use when key is long
7352:
7353: 2012-09-16 moko
7354:
7355: * src/classes/math.C: Format -> Method Encode -> Format
7356:
7357: * tests/: 141.html, results/141.processed: math:digest hmac test
7358: added
7359:
7360: 2012-09-14 moko
7361:
7362: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
7363: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
7364: implementation added
7365:
7366: 2012-09-12 moko
7367:
7368: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
7369: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
7370: targets.dox and string.dox slightly actualized
7371:
7372: 2012-08-31 moko
7373:
7374: * ChangeLog: now generated with patched cvs2cl.pl
7375:
7376: 2012-07-29 moko
7377:
7378: * tests/285.html, src/main/execute.C, tests/results/285.processed:
7379: result should be pushed after VMethodFrame destructor is called,
7380: as it deletes junctions from stack params (fixes issue #868)
7381:
7382: 2012-07-23 moko
7383:
7384: * INSTALL, README: buildall script usage documented, other outdated
7385: info updated.
7386:
7387: * buildall-with-xml, buildall-without-xml: replaced by buildall
7388:
7389: 2012-07-21 moko
7390:
7391: * buildall: glib does not compile when threads are disabled...
7392:
7393: * src/types/pa_vmail.C: g_assertion fixes for empty input
7394:
7395: * src/types/pa_vmail.C: yet another fix (strange GPF on object
7396: unref, can't unref nested objects)
7397:
7398: * src/types/pa_vmail.C: another check added
7399:
7400: 2012-07-19 moko
7401:
7402: * buildall: usage added
7403:
7404: * buildall: new buildall script that unites buildall-with-xml,
7405: buildall-without-xml, --with-apache and --with-mailreceive
7406:
7407: * configure.in: support for static gmime and dynamic glib linking.
7408: fixes for FreeBSD
7409:
7410: 2012-07-17 moko
7411:
7412: * configure.in: --with-mailreceive replaced
7413: --with-static-mailreceive and --with-shared-mailreceive pathlink
7414: removed
7415:
7416: 2012-07-16 moko
7417:
7418: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
7419: capitalized, content now decoded and text content converted to
7420: $request:charset. all properties are accessed by functions, this
7421: ready for dynamic load.
7422:
7423: 2012-06-28 moko
7424:
1.116 moko 7425: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
7426: 32 bit
1.95 moko 7427:
7428: 2012-06-27 moko
7429:
7430: * buildall-with-xml, buildall-without-xml: fetch requires -p for
7431: passive ftp
7432:
7433: * src/lib/ltdl/ltdl.vcproj: release build fixed
7434:
7435: * configure.in: 3.4.2 RC -> 3.4.2
7436:
7437: 2012-06-22 moko
7438:
7439: * src/types/pa_vfile.C: returned empty mode to stated files (issue
7440: #815)
7441:
7442: * tests/: 284.html, results/284.processed: output options test
7443: (feature #265)
7444:
7445: 2012-06-22 misha
7446:
7447: * tests/215.html: - little changes
7448:
7449: 2012-06-21 moko
7450:
7451: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
7452: types/pa_vxdoc.h: output_options returned and used (bugfix for
7453: feature #265)
7454:
7455: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
7456: breaks long .*, default 10M restored. (issue #216)
7457:
7458: * tests/: 283.html, results/283.processed: test for issue #815
7459: added
7460:
7461: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
7462: again, cstrm not required.
7463:
7464: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
7465: Win32 and broken FreeBSD (issue #45)
7466:
7467: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
7468:
7469: * src/main/pa_string.C: warnings war
7470:
7471: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
7472: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
7473: main/pa_socks.C, targets/apache/pa_threads.C,
7474: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
7475: types/pa_vstatus.C: compilation under cygwin fixed
7476:
7477: 2012-06-19 moko
7478:
7479: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
7480: Windows fixed
7481:
7482: * parser3.sln: removed antique pcre_ctype
7483:
7484: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
7485:
7486: * src/include/pa_config_fixed.h: undefined reference to
7487: __imp__pcre_* fix for Windows
7488:
7489: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 7490: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
7491: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
7492: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
7493: define fixed
1.95 moko 7494:
7495: 2012-06-18 moko
7496:
7497: * src/classes/memcached.C: flush -> clear
7498:
7499: * src/classes/memcached.C: memcached does not support quotes even
7500: in server name
7501:
7502: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7503: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
7504: called on open to check servers existance. $.key(true) syntax
7505: now supported
7506:
7507: 2012-06-17 moko
7508:
7509: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
7510: cleanup
7511:
7512: * src/classes/table.C, tests/282.cfg, tests/282.html,
7513: tests/results/282.processed: encloser at the EOF bug fixed,
7514: incorrectly enclosed data now processed more logicaly (fixes
7515: #339)
7516:
7517: 2012-06-15 moko
7518:
7519: * buildall-without-xml: sync with buildall-with-xml
7520:
7521: * buildall-with-xml: download auto-detected between fetch and curl
7522:
7523: * configure.in: --with-gc and --with-pcre now also processed
7524: correctly
7525:
1.116 moko 7526: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
7527: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
7528: should be run on rol1 using automake / aclocal (GNU automake)
7529: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 7530:
7531: * configure.in: new PARSER_VERSION logic
7532:
7533: * src/include/pa_version.h: new pa_version.h logic
7534:
7535: * src/: classes/curl.C, classes/file.C, classes/image.C,
7536: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7537: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
7538: feols_normalized -> fis_text_content set_binary added
7539:
7540: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
7541:
7542: 2012-06-15 misha
7543:
7544: * src/: classes/curl.C, classes/file.C, classes/image.C,
7545: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
7546: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
7547: ^file::create[text;content] EOLs in content now is normalized. (
7548: new feature: #815 )
7549:
7550: 2012-06-15 moko
7551:
7552: * configure.in: --disable-version-update added to disable version
7553: update with host information (for debian package) whitespace
7554: optimized
7555:
7556: * configure.in: version changed to 3.4.2 RC no-pic added for
7557: libtool
7558:
7559: * src/include/pa_version.h: Nice pa_version.h default. Please keep
7560: it.
7561:
7562: 2012-06-14 moko
7563:
7564: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
7565: tests/results/281.processed: "hash flocked" error removed for
7566: safe operations like ^h._count[] ( new feature: #335 )
7567:
1.116 moko 7568: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 7569:
7570: * buildall-with-xml, buildall-without-xml: --with-static -> --with
7571:
7572: * configure.in: --with-static/shared xml replaced with --with-xml,
7573: xml compilation check added
7574:
7575: * configure.in: --with-static/shared-gc, --with-static-pcre are
7576: replaced with --with-gc and --with-pcre test for pcre linking
7577: added
7578:
7579: 2012-06-13 moko
7580:
7581: * configure.in: apxs2 check optimized
7582:
7583: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
7584: .la, includes optimized
7585:
7586: * buildall-with-xml: --with-pic looks better for -fPIC
7587:
7588: * configure.in: switched to convenience library in static linking
7589:
7590: * src/targets/apache/Makefile.am: switched to convenience library
7591: usage to avoid libtool warnings
7592:
7593: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
7594: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
7595: smtp/Makefile.am: switched to convenience library usage
7596:
7597: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
7598:
7599: * src/targets/apache/Makefile.am: updated for libtool usage
7600:
7601: * buildall-without-xml: --with-included-ltdl added
7602:
7603: * buildall-without-xml: sync with buildall-with-xml
7604:
7605: * buildall-with-xml: --with-included-ltdl added $cflags added for
7606: -fPIC for x64 $download added for wget success check added
7607:
7608: * buildall-without-xml: --with-dynamic-stdcpp removed
7609:
7610: * configure.in: disable-static returned
7611:
7612: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
7613: LIBTOOLFLAGS
7614:
7615: 2012-06-12 moko
7616:
7617: * configure.in, src/targets/cgi/Makefile.am: disable-static not
7618: compatible with LIBTOOLFLAGS for unknown reasons
7619:
7620: * buildall-with-xml: --with-dynamic-stdcpp removed
7621:
7622: * configure.in: static/dynamic -lstdc++ linking option removed
7623: apxs2 check added
7624:
7625: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
7626: option removed
7627:
7628: 2012-06-10 moko
7629:
7630: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
7631: added
7632:
7633: * src/targets/cgi/pp3.cmd: old PAF stuff
7634:
1.116 moko 7635: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
7636: beauty
1.95 moko 7637:
7638: * depcomp: from libtool 2.4.2
7639:
7640: * configure.in: ltdl directory removed, it has correct Makefile.in
7641:
7642: 2012-06-09 moko
7643:
1.116 moko 7644: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
7645: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 7646: autogenerated files updated after libtool update
7647:
1.116 moko 7648: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
7649: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 7650: config_auto.h.in, config_fixed.h, configure, configure.ac,
7651: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
7652: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216 moko 7653: libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
7654: libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
7655: libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
7656: loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
7657: loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
7658: loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
7659: m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95 moko 7660: m4/lt~obsolete.m4: libtool updated to version 2.4.2
7661:
7662: * configure.in: preparation for new libtool
7663:
7664: * configure.in: Some beauty added :)
7665:
7666: * src/targets/apache/Makefile.am: := -> =
7667:
7668: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
7669: again. :)
7670:
7671: * src/include/pa_config_includes.h, configure.in: limits.h added,
7672: previously was taken from pcre_internal.h. :)
7673:
7674: * src/lib/pcre/Makefile.am: config.h returned
7675:
7676: * src/lib/pcre/config.h: still need this. :)
7677:
7678: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
7679:
7680: * configure.in: --with-charsets removed; --with-mysql-client & co
7681: removed
7682:
7683: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
7684: now in parser tree, no need to copy
7685:
7686: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
7687: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
7688: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
7689: debian/patches/101_pcre.patch - local copy of pcre_internal.h
7690: extracts now used old trash removed
7691:
7692: * etc/parser3.charsets/Makefile.am: charsets now in share
7693: (debian/patches/104_automake.patch) + all charsets are copied
7694:
7695: * buildall-with-xml, buildall-without-xml: curl option removed +
7696: extra arguments now supported
7697:
7698: 2012-06-08 misha
7699:
7700: * src/classes/table.C: - one params.as_hash usage was rolled back:
7701: the 2nd option in ^table.hash[] could be hash or table so
7702: .as_hash will throw an exception when table option is specified
7703:
7704: * src/: classes/curl.C, classes/file.C, classes/hash.C,
7705: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
7706: classes/table.C, classes/void.C, classes/xdoc.C,
7707: include/pa_exception.h, types/pa_vmethod_frame.C,
7708: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
7709: and improved (whitespaces are allowed as empty options) -
7710: MethodParams::as_table is added - above methods are used for
7711: parsing methods' options ( new feature: #9 )
7712:
7713: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
7714: to vclass. now class fields can be accessible as a hash:
7715: $h[^hash::create[$asd:CLASS]]
7716:
7717: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
7718: have get_fields method so their fields can be accessed with
7719: ^reflection:fields[...] & ^reflection:field[...]
7720:
7721: 2012-06-06 misha
7722:
7723: * tests/280.html: - tests for
7724: ^reflection:method[obj-or-class;method],
7725: ^reflection:field[obj-or-class;field] and
7726: ^reflection:fields[obj-or-class] are added
7727:
7728: 2012-06-05 misha
7729:
7730: * src/classes/reflection.C: - ^reflection:method[class or
7731: object;method name] and ^reflection:field[class or object;field
7732: name] are added
7733:
7734: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
7735: is used
7736:
7737: * src/types/pa_method.h: - Method::as_vjunction method is added
7738:
7739: 2012-06-05 moko
7740:
1.116 moko 7741: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 7742:
7743: * src/classes/memcached.C: flish ttl fixed
7744:
7745: 2012-06-04 moko
7746:
7747: * src/classes/json.C, src/classes/op.C, tests/279.html,
7748: tests/results/279.processed: ^json:parse[] now supports $.taint
7749: option (new feature #833)
7750:
7751: 2012-06-04 misha
7752:
7753: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
7754: - search_stop method was moved from pa_vcookie.C to pa_common.C
7755:
7756: 2012-06-03 misha
7757:
7758: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
7759: cookies are parced and stored into $.cookies ( new feature: #31 )
7760:
7761: 2012-05-30 misha
7762:
7763: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
7764: incomplete class into a scope while @USE is found
7765:
7766: * src/main/compile.y: - add incomplete class into a scope while
7767: @USE and @CLASS instructions are found ( bugfix: #838 )
7768:
7769: 2012-05-30 moko
7770:
7771: * src/types/pa_vclass.C, tests/278.html,
7772: tests/results/278.processed: removed "property has no getter
7773: method" exception when GET_DEFAULT present (fixes #269)
7774:
7775: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
7776: $._default
7777:
7778: 2012-05-29 moko
7779:
7780: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
7781: uninitialized values usage (new feature: #154)
7782:
7783: 2012-05-28 moko
7784:
7785: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
7786: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
7787: src/types/pa_vdate.h, src/types/pa_vdouble.h,
7788: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
7789: src/types/pa_vobject.C, src/types/pa_vobject.h,
7790: src/types/pa_vstring.h, src/types/pa_vtable.C,
7791: tests/results/277.processed, src/types/pa_vtable.h,
7792: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
7793: ^json:string[$o; $.default[$method]] implemented for VObject (new
7794: feature #803)
7795:
7796: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
7797: tests/results/277.processed: json numbers are now treated as
7798: double ( new feature: #834 )
7799:
7800: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
7801: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
7802: added for out of range checks, zero division in vint/vdouble
7803: check added ( fixes #832 )
7804:
7805: * tests/: 275.html, results/275.processed: tests for pa_atoui added
7806: ( fixes #832 )
7807:
7808: 2012-05-28 misha
7809:
7810: * buildall-with-xml: - --without-lzma option is added to libxml2
7811: configure
7812:
7813: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
7814: added - tests for unsupported values for options $.file, $.table
7815: and $.date are added
7816:
7817: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
7818: accepts "stat" $.file[] option's value in addition to existed
7819: "text" and "base64" ( new feature: #835 )
7820:
7821: * tests/276.html: - test for
7822: ^reflection:delete[$object-or-class;field-name]
7823:
7824: * src/classes/reflection.C: -
7825: ^reflection:delete[$object-or-class;field-name] is added ( new
7826: feature: #268 )
7827:
7828: 2012-05-27 misha
7829:
7830: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
7831:
7832: 2012-05-24 misha
7833:
7834: * src/include/pa_common.h: - method lastposafter was removed
7835:
7836: * src/classes/file.C: - use strrpbrk & rskipchars instead of
7837: lastposafter - ^file:dirname[] & Co proper handle windows file
7838: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
7839: work as *nix commands
7840:
7841: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
7842:
7843: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
7844: rskipchars were added
7845:
7846: * tests/270.html: - more tests for ^file:find[]
7847:
7848: * tests/065.html: - more tests for ^file:dirname[] & Co
7849:
7850: * src/include/pa_version.h: - must be "win32" here. it is
7851: auto-generated on *nix
7852:
7853: 2012-05-24 moko
7854:
7855: * src/classes/math.C: ^math:convert[] now supports uint32 and
7856: throws overflow exception ( new feature: #830 )
7857:
7858: * tests/: 275.html, results/275.processed: test for ^math:convert[]
7859: uint32 support and overflow added ( new feature: #830 )
7860:
7861: 2012-05-23 moko
7862:
7863: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
7864: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
7865: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
7866: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
7867: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
7868: types/pa_vregex.h, types/pa_vstateless_class.C,
7869: types/pa_vstateless_class.h, types/pa_vstring.h,
7870: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7871: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
7872: "return string as-is" removed from as_expr_result. ( new feature:
7873: #831 )
7874:
7875: * tests/results/244.processed: test changed after bug #782 fix
7876: commited
7877:
7878: * tests/results/229.processed: test results for bug #782 commited
7879:
7880: * tests/: 254.html, results/254.processed: uid now just compared,
7881: not printed. :)
7882:
7883: 2012-05-20 moko
7884:
7885: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
7886: feature: #341 )
7887:
7888: * tests/: 254.html, results/254.processed: test for
7889: ^reflection:uid[] added
7890:
7891: * tests/: 254.html, results/254.processed: test for
7892: ^reflection:uid[$obj] added
7893:
7894: 2012-05-17 misha
7895:
7896: * src/main/untaint.C: - do not replace ' char by _26 while
7897: exploding filespec-tainting ( new feature: #829 )
7898:
7899: 2012-05-12 moko
7900:
7901: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
7902: not.
7903:
7904: 2012-05-08 moko
7905:
7906: * src/types/pa_vmethod_frame.h: bug #782 fixed
7907:
7908: * tests/229.html: test for bug #782
7909:
7910: * tests/results/259.processed, src/main/pa_request.C,
7911: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
7912: src/types/pa_vstring.h, src/types/pa_vvoid.C,
7913: src/types/pa_vvoid.h: feature #154 - first empty param now
7914: string; defined locals are empty strings; $STRICT-VARS(true)
7915: added
7916:
7917: 2012-04-27 moko
7918:
1.116 moko 7919: * src/targets/apache/Makefile.am:
1.95 moko 7920: ../../lib/memcached/libmemcached.a added
7921:
7922: 2012-04-27 misha
7923:
7924: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
7925: ( #827 )
7926:
7927: 2012-04-25 moko
7928:
7929: * src/: classes/json.C, classes/memcached.C,
7930: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
7931: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
7932: implemented.
7933:
7934: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
7935:
7936: 2012-04-23 moko
7937:
7938: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
7939: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
7940: types/pa_vmemcached.h: open allows options hash for new
7941: memcached(options) function
7942:
7943: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
7944: not appended
7945:
7946: 2012-04-21 moko
7947:
7948: * src/classes/curl.C: '' added. :)
7949:
7950: * src/classes/classes.vcproj: new curl.h location
7951:
7952: * src/classes/curl.C: verbose output redirection from stderr to
7953: file curl option added
7954:
7955: 2012-04-20 moko
7956:
7957: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
7958: contains what we need from curl, #ifdef HAVE_CURL removed
7959:
1.116 moko 7960: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 7961: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 7962: src/lib/Makefile.am, src/lib/curl/Makefile.am,
7963: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 7964: configure option
7965:
7966: 2012-04-19 moko
7967:
7968: * src/: classes/double.C, classes/inet.C, classes/int.C,
7969: classes/string.C, lib/gc/include/gc_allocator.h,
7970: types/pa_vform.C: PVS-Studio detected errors fixes, unused
7971: options from sql_result_string removed. (closes issue #468)
7972:
7973: * src/types/pa_vmemcached.C: empty string fix
7974:
7975: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
7976: pa_vstring.C, pa_vstring.h: serialization helpers moved to
7977: pa_vmemcached.C
7978:
7979: 2012-04-18 moko
7980:
7981: * src/targets/apache/mod_parser3.c: "Parser3 module requires
7982: apache2-mpm-prefork" error displayed in threaded mpm.
7983:
7984: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
7985: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
7986: installed (issue #354)
7987:
7988: 2012-04-16 moko
7989:
7990: * src/types/pa_vmemcached.C: call to memcached_result_create and
7991: memcached_result_free removed
7992:
7993: 2012-04-14 moko
7994:
7995: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
7996:
7997: * src/types/pa_vmemcached.C: check_key added and used
7998:
7999: 2012-04-13 moko
8000:
8001: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
8002: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
8003: Serialization_data now added and used, VString now serialized
8004: with languages into memcached.
8005:
8006: 2012-03-28 moko
8007:
8008: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
8009: lib/memcached/pa_memcached.h: result lengths added
8010:
8011: 2012-03-27 moko
8012:
8013: * src/types/pa_vmemcached.C: strdup added
8014:
8015: 2012-03-24 moko
8016:
8017: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
8018: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
8019: types/pa_vmemcached.h: memcached: mget, flush, fttl added
8020:
8021: 2012-03-20 moko
8022:
1.116 moko 8023: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 8024:
8025: * src/targets/cgi/Makefile.am: cleanup
8026:
8027: * src/: types/Makefile.am, types/pa_vmemcached.C,
8028: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
8029:
8030: * src/: classes/Makefile.am, classes/memcached.C,
8031: lib/memcached/Makefile.am, lib/memcached/constants.h,
8032: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
8033: lib/memcached/types.h, lib/Makefile.am: memcached initial
8034:
8035: 2012-03-16 moko
8036:
8037: * src/main/execute.C: ident now works under Linux + ident displays
8038: filenames (closes issue #818)
8039:
1.116 moko 8040: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 8041: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
8042: pa_vmethod_frame_local.h removed
8043:
8044: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
8045: classes/classes.h, classes/curl.C, classes/date.C,
8046: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
8047: classes/hashfile.C, classes/image.C, classes/inet.C,
8048: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
8049: classes/memory.C, classes/op.C, classes/reflection.C,
8050: classes/regex.C, classes/response.C, classes/string.C,
8051: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
8052: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
8053: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
8054: include/pa_config_fixed.h, include/pa_config_includes.h,
8055: include/pa_dictionary.h, include/pa_dir.h,
8056: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
8057: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
8058: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
8059: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
8060: include/pa_request_charsets.h, include/pa_request_info.h,
8061: include/pa_sapi.h, include/pa_socks.h,
8062: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
8063: include/pa_stack.h, include/pa_string.h,
8064: include/pa_stylesheet_connection.h,
8065: include/pa_stylesheet_manager.h, include/pa_table.h,
8066: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
8067: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
8068: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
8069: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
8070: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
8071: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
8072: main/compile.tab.C, main/compile.y, main/compile_tools.C,
8073: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
8074: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
8075: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
8076: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
8077: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
8078: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
8079: main/pa_string.C, main/pa_stylesheet_connection.C,
8080: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
8081: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
8082: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
8083: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
8084: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
8085: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
8086: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
8087: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
8088: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
8089: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
8090: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
8091: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
8092: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
8093: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
8094: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
8095: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
8096: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
8097: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
8098: types/pa_vmemory.h, types/pa_vmethod_frame.C,
8099: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
8100: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
8101: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
8102: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
8103: types/pa_vresponse.h, types/pa_vstateless_class.C,
8104: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
8105: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
8106: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
8107: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
8108: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
8109: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
8110: ident now works under Linux + ident displays filenames (closes
8111: issue #818) Copyright updated
8112:
8113: 2012-03-13 moko
8114:
8115: * src/main/pa_string.C: compilation fix for feature #741
8116:
8117: 2012-03-09 misha
8118:
8119: * tests/193.html: - tests for ^string:base64[encoded] are updated
8120:
8121: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
8122: now detects invalid base64 chars in the middle of encoded stricg
8123: ( new feature: #55 )
8124:
8125: * src/include/pa_exception.h: - new exception type for base64
8126: decoding is added
8127:
8128: 2012-03-06 misha
8129:
8130: * tests/274.html: - tests for ^date::today[] and
8131: ^date.sql-string[datetime|date|time] are added
8132:
8133: * src/classes/date.C: - constructor ^date::today[] is added ( new
8134: feature: #811 ) - ^date.sql-string[] now can accept one param --
8135: strings "datetime", "date" or "time" - comments tidying up
8136:
8137: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
8138: date and time
8139:
8140: 2012-03-03 misha
8141:
8142: * tests/193.html: - tests for
8143: ^string:base64[encoded;$.strict(true)] are added
8144:
8145: * tests/results/auto.p: - try-catch operator is added
8146:
8147: * src/: classes/file.C, classes/string.C, include/pa_common.h,
8148: main/pa_common.C: - $.strict(true|false) option is added to
8149: base64 decode methods ( new feature: #55 )
8150:
8151: * src/main/pa_common.C: - base64 decode memory usage was decreased
8152: ( new feature: #819 )
8153:
8154: 2012-02-28 moko
8155:
8156: * src/classes/hash.C: ident test
8157:
8158: 2012-02-27 misha
8159:
8160: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
8161:
8162: 2012-01-08 misha
8163:
8164: * tests/273.html: - tests for ^string.replace[from;to] are added
8165:
8166: * src/: classes/string.C, include/pa_dictionary.h,
8167: main/pa_dictionary.C, main/pa_string.C: -
8168: ^string.replace[from;to] is added ( new feature: #741 ) -
8169: ^string.replace[one subst here] is slightly optimized
8170:
8171: 2011-12-07 misha
8172:
8173: * src/classes/table.C: - $t[^table::create{$empty}] now creates
8174: named table with one empty column ( bugfix: #63 )
8175:
8176: 2011-11-30 misha
8177:
8178: * src/classes/json.C: - it's possible to set user's method for
8179: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
8180: #763 )
8181:
8182: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
8183:
8184: 2011-11-23 misha
8185:
8186: * src/: classes/curl.C, classes/file.C, classes/image.C,
8187: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
8188: types/pa_vfile.h, types/pa_vform.C: - constructor
8189: ^file::create[mode;filename;content[;options]] now accepts binary
8190: mode and file-content - new constructor's format:
8191: ^file::create[string-or-file-content[;$.name[filename]
8192: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
8193: feature: #65 )
8194:
8195: * src/: include/pa_request.h, main/pa_request.C: - new method
8196: mime_type_of(const String*) is added
8197:
8198: * src/include/pa_exception.h: - new exception constant
8199: FILE_NAME_MUST_BE_SPECIFIED is added
8200:
8201: * src/classes/table.C: - bug with negative offset transformed into
8202: a feature. it means pointing to a row from the end of the table (
8203: new feature: #810 )
8204:
8205: 2011-11-19 misha
8206:
8207: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
8208: â ìåòîäå _select ( new feature: #810 )
8209:
8210: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
8211: options were specified together is simplified
8212:
8213: 2011-11-12 misha
8214:
8215: * src/main/pa_request.C: - forgotten fix for escaping filename in
8216: HTTP content-disposition header (a part of bug #361 )
8217:
8218: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
8219: checks for ancestors' classes as well ( new feature: #456 )
8220:
8221: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
8222: "without cycle" now have types "parser.break" and
8223: "parser.continue" instead of "parser.runtime" ( new feature: #799
8224: )
8225:
8226: 2011-11-11 misha
8227:
8228: * tests/results/: 099.processed, 100.processed, 205.processed,
8229: 237.processed: - since bug #361 was fixed the content of filename
8230: in HTTP headers is quoted
8231:
8232: * tests/results/270.processed: - result for test 270
8233:
8234: * tests/: 065.html, results/065.processed: - more tests for
8235: ^file:basename[] & Co were added
8236:
8237: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
8238:
8239: * tests/270.html: - tests for ^file:find[] are added
8240:
8241: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
8242: using option $.charset. option $.engoding is still supported but
8243: these options can not be specified together
8244:
8245: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
8246: comparation charset name with string "UTF-8" ( bugfix: #759 )
8247:
8248: 2011-10-11 misha
8249:
8250: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
8251: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
8252: #622)
8253:
8254: 2011-09-30 misha
8255:
8256: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
8257: exception "saving stat-ed file" ( bugfix: #395 )
8258:
8259: 2011-05-30 misha
8260:
8261: * src/classes/string.C: - fixed bug which was added with
8262: params.as_hash into string:sql
8263:
8264: 2011-05-29 misha
8265:
8266: * src/types/pa_value.C: - filename in content-disposition header
8267: must be quoted ( bugfix: #361 )
8268:
8269: 2011-05-27 misha
8270:
8271: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
8272: created file
8273:
8274: * src/classes/: hash.C, mail.C: - little tunning with get_hash
8275: usage
8276:
8277: * src/include/pa_exception.h: - one more string for exception was
8278: added
8279:
8280: 2011-05-25 misha
8281:
8282: * tests/269.html: - tests for checking input params in some dom
8283: methods
8284:
8285: * src/classes/: xdoc.C, xnode.C: - validation of some input params
8286: was added. it isn't possible not wo create xdoc with invalid
8287: tagName. ( bugfix: #160 )
8288:
8289: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
8290: string "data must be string" was mover from pa_exception.h to
8291: pa_xml_exception.h
8292:
8293: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
8294: as_xmlncname, as_xmlname and as_xmlnsuri were added
8295:
8296: * src/main/pa_xml_exception.C: - XmlException accepts more options
8297:
8298: * src/include/pa_xml_exception.h: - XmlException accepts more
8299: options - XML-related exception's strings were added
8300:
8301: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
8302: output_options were removed)
8303:
8304: 2011-05-19 misha
8305:
8306: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8307: params.as_hash is used more while parsing methods hash-options
8308:
8309: 2011-05-18 misha
8310:
1.211 moko 8311: * operators.ru.txt, operators.txt: - info about json-serialization
8312: of xdoc was added
1.95 moko 8313:
8314: * tests/256.html: - tests for json-serialization xdoc were added
8315:
8316: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
8317:
8318: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
8319: classes/json.C, classes/xdoc.C: - now json:string can serialize
8320: xdoc-objects. options (the same as ^xdoc.string[]) could be
8321: specified in $.xdoc[] ( new feature: #265 )
8322:
8323: 2011-05-15 misha
8324:
8325: * tests/268.html: - tests for ^table.count[with options] were added
8326:
8327: * src/classes/table.C: - method ^table.count[] now can accept
8328: options ( new feature: #93 ): ^table.count[column] returns number
8329: of columns for named table; ^table.count[cells] returns number of
8330: cells in the current row; ^table.count[] & ^table.count[rows]
8331: return number of rows in a table.
8332:
8333: * tests/267.html: - test for checking switch/case in boolean mode
8334: was added
8335:
8336: * src/classes/op.C: - if switch's or case's value is bool, they are
8337: compared as bool values, not as double values: new feature: #351
8338:
8339: 2011-05-06 misha
8340:
8341: * tests/242.html: - EOL before EOF was added
8342:
8343: * tests/169.html: - tests for splitting empty string and void were
8344: added
8345:
8346: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
8347: returned table with one empty cell)
8348:
8349: 2011-04-03 misha
8350:
8351: * src/include/pa_version.h, configure.in: - version in head was
8352: changed to 3.4.2b
8353:
8354: 2011-03-30 misha
8355:
8356: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
8357: as well ( new feature #294 )
8358:
8359: 2011-03-29 misha
8360:
8361: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
8362: limited to approx. 6 MB. previous limits were too big for real
8363: life. bugfix: #216
8364:
8365: 2011-03-04 moko
8366:
8367: * etc/parser3.charsets/cp866.cfg: Conforms to
8368: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
8369:
8370: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
8371: vlalek@
8372:
8373: 2011-02-22 misha
8374:
1.211 moko 8375: * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
8376: methods mustn't be under #ifdef XML or parser can't be compiled
8377: without xml support
1.95 moko 8378:
8379: 2011-02-21 misha
8380:
1.116 moko 8381: * src/targets/apache/: Makefile.am: - mention
1.95 moko 8382: ApacheModuleParser3.vcproj was removed
8383:
8384: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
8385: removed)
8386:
8387: 2011-02-20 misha
8388:
8389: * tests/: 266.html, 266.p: - tests for checking $.inherited and
8390: $.overridden in ^reflection:method_info[...] were added
8391:
8392: * src/classes/reflection.C: - beautifying result of
8393: ^reflection:method_info[] ($.overridden/inherited)
8394:
8395: 2011-02-18 misha
8396:
8397: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
8398: and pa_isalnum instead of isalpha and isalnum - bug with
8399: redundand quoting lowercased latin chars while building email
8400: body was fixed
8401:
8402: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
8403: added (they check for latin chars only)
8404:
8405: 2011-02-16 misha
8406:
8407: * src/main/pa_charset.C: - bugfix: in some cases the calculating
8408: string size for transcoding gave too small value (should ever
8409: look for availability char in dest charset inspite of the char
8410: size)
8411:
8412: 2011-02-04 moko
8413:
8414: * tests/223.html: header values now not url-encoded (issue #195)
8415:
8416: 2011-02-01 misha
8417:
8418: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
8419:
8420: 2011-01-31 misha
8421:
8422: * src/main/pa_request.C: - throw exception if param file_name in
8423: use_file is empty
8424:
8425: 2011-01-08 moko
8426:
8427: * src/classes/curl.C: compilations errors fixed
8428:
8429: 2010-12-29 moko
8430:
8431: * tests/: 265.html, results/265.processed: test for issue #200
8432: added
8433:
8434: * src/main/pa_string.C: empty regex result check added (fixes issue
8435: #200)
8436:
8437: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
8438:
8439: * tests/results/223.processed: header values now not url-encoded
8440: (issue #195)
8441:
8442: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
8443: main/untaint.C: L_HTTP_HEADER now used in http headers values,
8444: pa_http_safe_header_name added for headers names (fixes bug #195)
8445:
8446: 2010-12-18 misha
8447:
8448: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
8449: => pa-include
8450:
8451: 2010-11-28 moko
8452:
8453: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
8454:
8455: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
8456: -> pa
8457:
8458: * configure.in: apr -> pa
8459:
8460: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
8461:
8462: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
8463: classes/Makefile.am, types/Makefile.am: apr -> pa
8464:
8465: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
8466: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
8467: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
8468: pa-include/pa_apr.h, pa-include/pa_errno.h,
8469: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
8470: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
8471: module apr name conflict resolved)
8472:
8473: 2010-11-27 misha
8474:
8475: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
8476: libbz2
8477:
8478: 2010-11-26 misha
8479:
8480: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
8481: warnings removed
8482:
8483: 2010-11-25 moko
8484:
1.211 moko 8485: * operators.ru.txt, operators.txt: $.indent(true)
1.95 moko 8486:
1.211 moko 8487: * operators.ru.txt, operators.txt: another bugfix. :)
1.95 moko 8488:
1.211 moko 8489: * operators.ru.txt, operators.txt: bugfix. :)
1.95 moko 8490:
8491: * buildall-with-xml: libxml2-2.7.8 + with-apache
8492:
8493: 2010-11-24 moko
8494:
1.116 moko 8495: * configure: apxs support
1.95 moko 8496:
8497: * configure.in: apxs support -Bstatic gc removed for OS X
8498:
8499: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
8500:
8501: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
8502: THREAD_LOCAL usage
8503:
8504: * src/: classes/curl.C, include/pa_config_includes.h,
8505: main/pa_globals.C: THREAD_LOCAL defined and used
8506:
8507: 2010-11-23 moko
8508:
8509: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
8510: should be passed to pa_sleep, and only fractional part (bugfix:
8511: #188)
8512:
8513: * src/targets/apache/mod_parser3.c: 1.3 compatibility
8514:
8515: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
8516: GC_dont_gc=1, as in cgi version
8517:
8518: * src/targets/apache/mod_parser3.c: warning war
8519:
8520: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8521: pa_httpd.h: version removed, some trash removed
8522:
8523: * src/targets/apache/mod_parser3.c: version removed (we don't want
8524: to show it), warning war
8525:
8526: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8527: pa_httpd.h: parser_status_allowed removed + merge config
8528: functions removed (override is the default) + beauty
8529:
8530: * src/: include/pa_request.h, main/pa_request.C,
8531: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
8532: hide $status used in apache module removed
8533:
8534: 2010-11-18 moko
8535:
1.211 moko 8536: * operators.ru.txt, operators.txt: $.table[compact] added for
8537: ^json:string[]
1.95 moko 8538:
8539: 2010-11-16 moko
8540:
8541: * src/targets/apache/mod_parser3.c: some cleanup done
8542:
8543: * src/main/untaint.C: bugfix: first, second String::Body argument
8544: is hashcode; second, info.fragment_begin is original, not
8545: resulting length
8546:
8547: * src/classes/file.C: new feature: $.stdin now untainted
8548:
8549: * tests/results/264.processed: new feature: $.stdin[] now untainted
8550:
8551: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
8552:
8553: * src/classes/op.C: ^apply-taint[] method added
8554:
8555: * tests/: 264.html, results/264.processed: ^apply-taint[] test
8556: added; $.stdin untaint test added
8557:
8558: 2010-11-15 moko
8559:
8560: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
8561: removed
8562:
8563: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
8564: pa_httpd.h: 2x2 calculated under apache2. :)
8565:
8566: 2010-11-13 moko
8567:
8568: * src/targets/apache/mod_parser3.c: initial changes to build module
8569: with apache 2.x includes
8570:
8571: * src/targets/apache/: Makefile.am, mod_parser3.c,
8572: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
8573: united apache 1.3 / apache 2.x DSO module
8574:
8575: 2010-11-09 moko
8576:
8577: * src/types/pa_method.h: check added to dissallow @method[name;*]
8578: syntax
8579:
8580: * tests/: 263.html, results/263.processed: test from method[*args]
8581: added
8582:
8583: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
8584: number of params can now be passed to a method declared with *arg
8585:
8586: 2010-11-06 moko
8587:
8588: * src/classes/table.C: formating fixed. :)
8589:
8590: * src/classes/table.C: closes #4: ^table.select now supports
8591: $.limit(), $.offset, $.reverse() options
8592:
8593: * tests/: 262.html, results/262.processed: test for ^table:select
8594: with options added (feature #4)
8595:
8596: * src/include/pa_array.h: remove function added
8597:
8598: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
8599: object in get_element/put_element, using static one.
8600:
8601: 2010-11-04 moko
8602:
8603: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
8604: options is passed
8605:
8606: * tests/: 256.html, results/256.processed: $.table[compact] feature
8607: now tested; k and p in handler now tested.
8608:
8609: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
8610: $.table[compact] feature added
8611:
8612: * src/classes/json.C: key is now passed to handler in
8613: value_json_string; ^json:string result now process tainting
8614: inside and returns clean string, related to issue #153
8615:
8616: * src/main/untaint.C: bugfix: charset can be null (in
8617: ^string:save[] as example), thus check is added
8618:
8619: 2010-10-31 moko
8620:
8621: * src/classes/string.C: error message changed (fixes issue #149)
8622:
8623: 2010-10-29 moko
8624:
8625: * src/main/pa_http.C: ":port" is now added to "Host:" header if
8626: port is not default (fixes issue #155); exception on invalid port
8627: added.
8628:
8629: * src/main/untaint.C: '*' is now not urlencoded to allow header
8630: "Accept: */*" to be passed
8631:
8632: 2010-10-28 moko
8633:
8634: * src/classes/curl.C: bugfix: detect_charset() was throwing
8635: exception on unknown charset even if response_charset was
8636: specified
8637:
8638: 2010-10-27 moko
8639:
8640: * src/classes/string.C: ^string.append removed for void
8641: compatibility
8642:
8643: 2010-10-26 moko
8644:
8645: * src/classes/json.C: libjson supports array at top level, we too
8646: (GPF fixed)
8647:
8648: 2010-10-25 moko
8649:
8650: * tests/: 253.html, results/253.processed: libjson supports array
8651: at top level, parser now supports it as well.
8652:
8653: * tests/261.html, tests/results/261.processed,
8654: src/types/pa_vstring.h: empty string is now void compatible
8655: (allows $empty.key)
8656:
8657: 2010-10-22 misha
8658:
8659: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
8660: while adding additional expires checkout)
8661:
8662: * tests/030.html: - test for session cookie was added
8663:
8664: 2010-10-21 moko
8665:
8666: * src/: classes/string.C, classes/void.C, main/execute.C,
8667: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
8668: string (feature #111)
8669:
8670: * tests/: 261.html, results/261.processed: checks void from string
8671: inheritance (feature #111)
8672:
8673: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
8674: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
8675: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
8676: now true by default
8677:
8678: 2010-10-17 moko
8679:
8680: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
8681: upload now uses binary blocks instead of L_FILE_POST tainting.
8682: (bugfix: #128)
8683:
8684: * tests/: 223.html, results/223.processed: binary file upload test
8685: added, GPF (issue #128) also checked in this test
8686:
8687: 2010-10-13 misha
8688:
8689: * tests/260.html: - test for math:convert
8690:
8691: * src/classes/math.C: - error in math:convert was fixed
8692:
1.211 moko 8693: * operators.ru.txt, operators.txt: - info about
1.95 moko 8694: ^math:convert[number](from-base;to-base) was added
8695:
8696: * src/classes/math.C: - method
8697: ^math:convert[number](from-base;to-base) for converting number
8698: represention from one base to another was added ( new feature:
8699: #23 )
8700:
8701: 2010-10-13 moko
8702:
8703: * src/main/compile.tab.C: [] now is empty string, not void
8704:
8705: * src/main/compile.y: [] now is empty string, not void
8706:
8707: * src/types/pa_vvoid.h: void now passed as parameter
8708:
8709: * tests/: 259.html, results/259.processed: to test difference
8710: between void and empty string (see ticket #111)
8711:
8712: * tests/results/152.processed: $sEmpty[] is now empty string, not
8713: void
8714:
8715: * tests/256.html: $s[$void] is no longer empty string
8716:
8717: * tests/254.html: empty string is no longer void
8718:
8719: 2010-10-12 misha
8720:
8721: * src/types/pa_vcookie.C: - check if $.expires value can be
8722: converted to date during cookies set up ( bugfix: #104 )
8723:
8724: * tests/041.html: - more tests for ^table.locate were added
8725:
8726: * src/classes/table.C: - ^table.locate[field;value;options] didn't
8727: work ( bugfix: #129 ) - exception comment for incorrect options
8728: ^table.locate[field;value;options] was fixed
8729:
8730: 2010-10-10 moko
8731:
8732: * src/: classes/reflection.C, main/execute.C: constructor returning
8733: another object feature returned
8734:
8735: * tests/results/258.processed: test result updated as constructor
8736: returning another object feature returned
8737:
8738: * tests/: 258.html, results/258.processed: test for constructor
8739: returning another object
8740:
8741: 2010-10-08 misha
8742:
8743: * tests/257.html: - whitespaces after @METACOMMANDS and their
8744: options shouldn't cause exceptions any longer
8745:
8746: 2010-10-06 moko
8747:
8748: * src/classes/: hash.C, table.C: length from sql server is now
8749: ignored, as sql string can contain 0x00 inside (bugfix: #119)
8750:
8751: 2010-10-02 misha
8752:
1.211 moko 8753: * operators.ru.txt, operators.txt: - the X mark was removed from
8754: ^cache[file]. it is usable to delete cache file.
1.95 moko 8755:
8756: 2010-10-02 moko
8757:
8758: * tests/: 253.html, results/253.processed: hook_key added for key
8759: checking
8760:
8761: * src/classes/json.C: null key bug fixed
8762:
8763: 2010-09-29 misha
8764:
8765: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
8766:
8767: 2010-09-25 moko
8768:
8769: * src/classes/json.C: small fixed
8770:
8771: * tests/results/: 253.processed, 255.processed: just updated
8772:
8773: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
8774: results/255.processed: charset transcode test added for
8775: json:parse
8776:
8777: 2010-09-24 moko
8778:
8779: * src/types/pa_value.h: warning war :)
8780:
8781: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
8782: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
8783: ^json:string
8784:
8785: 2010-09-22 moko
8786:
8787: * src/main/pa_charset.C: parser charset tables declare only
8788: white-space before 0x20, thus adding the missing chars
8789:
8790: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
8791: to http://unicode.org/Public/MAPPINGS/VENDORS/
8792:
8793: 2010-09-21 misha
8794:
8795: * src/main/compile.y: - some semicolons were added (VS2010 don't
8796: want to compile grammar if they are absent)
8797:
8798: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
8799:
8800: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
8801:
8802: * src/main/main.vcproj: - path to bison is changed
8803:
8804: 2010-09-21 moko
8805:
1.116 moko 8806: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
8807: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
8808: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 8809:
8810: 2010-09-20 misha
8811:
8812: * src/types/pa_vtable.C: - add EOLs while json-serializing table
8813:
8814: * src/classes/json.C: - add EOL while json-serializing hash
8815:
8816: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
8817: compilers don't like 'ES'.
8818:
8819: 2010-09-17 misha
8820:
1.211 moko 8821: * operators.ru.txt, operators.txt: - info about json class was
8822: added
1.95 moko 8823:
8824: * src/classes/json.C: - ^json:string[object]
8825:
8826: * src/: include/pa_request.h, main/pa_request.C: - stuff for
8827: preventing infinite recursion while executing json:string was
8828: added
8829:
8830: * src/include/pa_string.h: - method append_quoted was added
8831:
8832: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
8833: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
8834: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
8835: was added to Value & Co
8836:
8837: * src/classes/date.C: - methods get_gmt_string and get_sql_string
8838: were used
8839:
8840: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
8841: were added
8842:
8843: 2010-09-10 moko
8844:
8845: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8846: die_or_abort (backport from 3.4.1)
8847:
8848: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
8849: die_or_abort (bugfix: #106)
8850:
8851: 2010-09-09 moko
8852:
8853: * src/classes/json.C: warning war. :)
8854:
8855: 2010-09-08 misha
8856:
8857: * src/lib/json/Makefile.am: - additional include directories were
8858: added (for pa_memory.h and gc.h)
8859:
8860: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
8861: compile as C++ instead default - additional include directory was
8862: added (for gc.h)
8863:
8864: * src/types/pa_vform.C: - little code reformating
8865:
8866: * src/classes/file.C: - $.content-type option now can be specified
8867: in ^file::create ( new feature: #102 )
8868:
8869: 2010-09-08 moko
8870:
8871: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
8872: pa_malloc/pa_free
8873:
8874: 2010-09-07 moko
8875:
8876: * tests/results/254.processed: VStateless_class:put_element
8877: exception was fixed
8878:
8879: * src/types/: pa_value.h, pa_vstateless_class.h: now
8880: VStateless_class:put_element barks self.type, not this.type
8881: (bugfix: #105)
8882:
8883: 2010-09-06 moko
8884:
8885: * src/classes/reflection.C: bugfix: new String() is required for
8886: exception handling
8887:
8888: * tests/: 254.html, results/254.processed: test modified
8889:
8890: 2010-09-05 moko
8891:
8892: * tests/: 254.html, results/254.processed: ^reflection:copy test
8893: added
8894:
8895: * src/: classes/reflection.C, include/pa_request.h:
8896: ^reflection:copy implemented (new feature: #100)
8897:
8898: 2010-09-03 moko
8899:
8900: * src/lib/json/JSON_parser.C: c++ compatiblity
8901:
8902: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
8903: option testing added
8904:
8905: 2010-09-02 moko
8906:
8907: * src/classes/json.C: $.distinct[first|last|all] added
8908:
8909: 2010-09-01 moko
8910:
8911: * tests/results/253.processed: json test result
8912:
8913: * tests/: 253.html, 253_json.txt: json test added
8914:
8915: * src/classes/json.C: json.C update to actual version + hash key
8916: creation bugfix
8917:
8918: 2010-08-31 misha
8919:
8920: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
8921: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
8922: src/lib/Makefile.am, src/classes/Makefile.am,
8923: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
8924: json library was added
8925:
8926: 2010-08-30 moko
8927:
8928: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
8929: types/pa_vobject.C: cosmetic optimization in
8930: request:execute_method usage
8931:
8932: * src/: include/pa_charset.h, main/pa_charset.C: small
8933: optimization, just to decrease number of lines. :)
8934:
8935: 2010-08-27 misha
8936:
8937: * src/classes/op.C: - taint[json] was added
8938:
8939: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
8940: were added
8941:
8942: * src/main/pa_exec.C: - warning fix was rolled back.
8943:
8944: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
8945: include/pa_string.h: - taint[json] was added - escaping was
8946: slightly modified
8947:
8948: 2010-08-25 misha
8949:
8950: * src/classes/file.C: - typo in file:sql exception was fixed
8951:
8952: * src/main/pa_exec.C: - warning about declared and not used
8953: variable forced_allow was removed
8954:
8955: 2010-08-14 misha
8956:
8957: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
8958: were removed
8959:
8960: 2010-08-11 moko
8961:
8962: * tests/: 249.html, results/249.processed: default setter and
8963: anti-recursive default getter test added
8964:
8965: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
8966: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
8967: types/pa_vobject.h, types/pa_vstateless_class.C,
8968: types/pa_vstateless_class.h: default setter support +
8969: anti-recursive default getter support ( new feature: #13 )
8970:
8971: * src/include/pa_hash.h: optimization: threshold member removed
8972: from hash, reducing sizeof(hash)
8973:
8974: 2010-08-10 misha
8975:
8976: * tests/196.html: - junction-method was added to the test
8977:
8978: * tests/248.html: - ups. typo :)
8979:
8980: * tests/248.html: - test for checking .match with 4 params
8981:
8982: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
8983: 247_windows1251.txt: - test for "transcode file from utf-8 to
8984: $request:charset during loading if the BOM code is detected"
8985:
8986: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
8987: $request:charset during loading if the BOM code is detected ( new
8988: feature: #98 )
8989:
8990: 2010-08-05 misha
8991:
8992: * src/classes/image.C: - ^image.replace now can accept only 2
8993: params. in this case the whole image is affected ( new feature:
8994: #95 )
8995:
8996: 2010-08-04 misha
8997:
8998: * tests/246.html: - test tor ^hash._at[] was added
8999:
9000: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
9001: #53 )
9002:
9003: * src/include/pa_hash.h: - methods for accessing the first and the
9004: last values of ordered hash were added (first_value and
9005: last_value)
9006:
9007: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
9008: (similar to others file's methods):
9009: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
9010: #68 )
9011:
9012: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
9013:
9014: 2010-08-01 moko
9015:
9016: * src/classes/op.C: to correctly process $result[] in code, called
9017: from ^process
9018:
9019: * tests/245.html: $result in ^process[] test added
9020:
9021: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
9022: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
9023: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
9024: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
9025: caller, self) op_call(VMethodFrame &frame, bool constructing)
9026: removed, construct(class,method) added
9027:
9028: * tests/results/: 192.processed, 244.processed: request::construct
9029: added
9030:
9031: * tests/: 244.html, 245.html, results/244.processed,
9032: results/245.processed: object creation exceptions and ^process
9033: tests added
9034:
9035: 2010-07-28 misha
9036:
9037: * tests/make_tests.cmd: - win32 EOLs
9038:
9039: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
9040: tests on Win32 were added (The system timezone should be GMT+3)
9041:
9042: 2010-07-26 misha
9043:
9044: * tests/: 212.html, results/212.processed: - sizes were removed
9045: mecause they could be different on different OSs
9046:
9047: * tests/065.html: - make it "win32 friendly"
9048:
9049: 2010-07-25 misha
9050:
9051: * src/main/compile.y: - all EOLs between methods are removed during
9052: compilation ( new feature: #47 )
9053:
9054: * tests/results/149.processed: - prepare tests to trim trailing
9055: methods' EOLs
9056:
9057: * tests/149.html: - prepare tests to trim trailing methods' EOLs
9058:
9059: * tests/: results/006.processed, results/014.processed, 006.html,
9060: 014.html, 022.html: - prepare tests to trim trailing methods'
9061: EOLs
9062:
9063: * tests/: 059.html, 071.html, 149.html, results/059.processed,
9064: results/071.processed, results/022.processed: - prepare tests to
9065: trim trailing methods' EOLs
9066:
9067: * tests/: results/073.processed, results/109.processed,
9068: results/142.processed, results/144.processed,
9069: results/149.processed, 073.html, 096.html, 109.html, 142.html,
9070: 144.html: - prepare tests to trim trailing methods' EOLs
9071:
9072: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
9073: 149.html, 152.html, results/096.processed, results/107.processed,
9074: results/109.processed, results/142.processed,
9075: results/144.processed: - prepare tests to trim trailing methods'
9076: EOLs
9077:
9078: 2010-07-24 moko
9079:
9080: * tests/results/: 156.processed, 224.processed: fix for #54 changed
9081: the hash order in this test
9082:
9083: * tests/014.html: to check hash order, hash no is longer sorted
9084: before print
9085:
9086: * src/include/pa_hash.h: hash copy constructor now keeps order
9087: (bugfix: #54)
9088:
9089: 2010-07-23 moko
9090:
9091: * tests/results/224.processed: @auto[] is no longer inherited
9092:
9093: * src/types/pa_vstateless_class.C, tests/227.html,
9094: tests/results/227.processed: @auto[] is no longer inherited
9095: (bugfix: #57)
9096:
9097: 2010-07-22 misha
9098:
9099: * src/classes/table.C: - don't skip comment lines during
9100: table::load if encloser or separator is set as '#' ( new feature:
9101: #30 )
9102:
9103: * src/targets/cgi/parser3.C: - don't run as cgi if
9104: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
9105: #12 )
9106:
9107: * src/classes/file.C: - set PARSER_VARSION env before external
9108: script executing
9109:
9110: 2010-07-13 misha
9111:
9112: * tests/058.html: - test for suppressing @border was added - test
9113: for user attribute was added
9114:
9115: * tests/results/186.processed: unescaping from \uXXXX
9116:
9117: * tests/186.html: unescaping from \uXXXX
9118:
9119: * tests/: 239.html, results/239.processed: method call type
9120:
9121: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
9122: $junction_method.CLASS_NAME (+CLASS)
9123:
9124: 2010-07-07 misha
9125:
9126: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
9127: *nix
9128:
9129: 2010-07-05 misha
9130:
9131: * src/: classes/curl.C, classes/file.C, classes/hash.C,
9132: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
9133: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
9134: comment strings "options must be hash", "options must be hash,
9135: not code" and "called with invalid option" were replaced by
9136: constatns - exception comment string "invalid option passed" was
9137: replaced by "called with invalid option" (now in different
9138: methods are the same exception comment string)
9139:
9140: * src/include/pa_exception.h: - more exception strings were defined
9141:
9142: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
9143: types/pa_vstateless_class.h: - now we can define possible
9144: method's call type ( new feature: #5 ) 1.
9145: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
9146: methods 2. @static:method[params] (only static keyword could be
9147: used here) -- for specified methods
9148:
9149: * src/main/pa_common.C: - junction points should not be deleted on
9150: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
9151: cleanup
9152:
9153: 2010-07-03 misha
9154:
9155: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
9156: results/158.processed, results/160.processed,
9157: results/161.processed, results/162.processed,
9158: results/163.processed: - prepare tests to trim trailing methods'
9159: EOLs
9160:
9161: * tests/results/169.processed: - prepare tests to trim trailing
9162: methods' EOLs
9163:
9164: * tests/results/: 168.processed, 169.processed: - prepare tests to
9165: trim trailing methods' EOLs
9166:
9167: * tests/: results/170.processed, results/167.processed,
9168: results/168.processed, results/169.processed, 167.html, 168.html,
9169: 169.html: - prepare tests to trim trailing methods' EOLs
9170:
9171: * tests/: results/170.processed, results/171.processed,
9172: results/172.processed, results/173.processed,
9173: results/174.processed, results/175.processed, 170.html, 171.html,
9174: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
9175: trailing methods' EOLs
9176:
9177: * tests/: results/176.processed, results/180.processed,
9178: results/184.processed, results/185.processed,
9179: results/191.processed, results/192.processed,
9180: results/196.processed, results/197.processed,
9181: results/198.processed, 176.html, 180.html, 184.html, 185.html,
9182: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
9183: to trim trailing methods' EOLs
9184:
9185: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
9186: results/199.processed, results/208.processed,
9187: results/209.processed, results/213.processed,
9188: results/214.processed: - prepare tests to trim trailing methods'
9189: EOLs
9190:
9191: 2010-06-29 misha
9192:
9193: * tests/: 220.html, 218.html, results/218.processed,
9194: results/215.processed, results/217.processed, 215.html, 217.html:
9195: - prepare tests to trim trailing methods' EOLs
9196:
9197: * tests/: results/224.processed, 224.html, 223.html,
9198: results/223.processed, results/220.processed: - prepare tests to
9199: trim trailing methods' EOLs
9200:
9201: * tests/results/: 226.processed, 230.processed: - prepare tests to
9202: trim trailing methods' EOLs
9203:
9204: * tests/: 229.html, results/229.processed: - prepare tests to trim
9205: trailing methods' EOLs
9206:
9207: * tests/: 232.html, 235.html, results/232.processed,
9208: results/235.processed, 226.html, 227.html, 228.html, 230.html,
9209: results/226.processed, results/227.processed,
9210: results/228.processed, results/230.processed: - prepare tests to
9211: trim trailing methods' EOLs
9212:
9213: 2010-06-16 moko
9214:
9215: * tests/: 229.html, results/229.processed: elseif now supported in
9216: ^if
9217:
9218: * src/classes/op.C: new feature: #56 elseif now supported in ^if
9219:
9220: 2010-06-03 misha
9221:
9222: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
9223: instead of memcopy for overlaped regions
9224:
9225: 2010-05-25 misha
9226:
9227: * src/main/pa_common.C: - wanring about unused vars was removed
9228:
9229: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
9230: get_method_filename was moved to execute.C
9231:
9232: 2010-05-23 misha
9233:
9234: * src/main/pa_request.C: - more accurate detection of method's file
9235:
9236: 2010-05-22 misha
9237:
9238: * src/classes/reflection.C: - bugfix: core during detection of
9239: .file if filespec isn't detected successfully
9240:
9241: 2010-05-20 misha
9242:
9243: * src/main/pa_request.C: - fix in get_method_filename
9244:
9245: * src/include/pa_request.h: - new feature: #24 -- searching
9246: included file in @USE/^use is changed. if its filespec doesn't
9247: start from '/' it will be searched in caller file directory
9248:
9249: * src/classes/reflection.C: - ^reflection:method_info returns file
9250: where the method is defined
9251:
9252: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
9253: classes/op.C: - new feature: #24 -- searching included file in
9254: @USE/^use is changed. if its filespec doesn't start from '/' it
9255: will be searched in caller file directory
9256:
9257: * src/: classes/file.C, include/pa_common.h: - method lastposafter
9258: is moved to pa_common.h
9259:
9260: 2010-05-18 misha
9261:
9262: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
9263: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
9264: cookie parser decode \uXXXX as well as %uXXXX
9265:
9266: 2010-05-17 misha
9267:
9268: * src/classes/curl.C: beauty: - unused param is removed in method
9269: _curl_version_action - some spaces were removed or replaced by
9270: tabs
9271:
9272: * src/classes/table.C: - bugfix: #72 core with empty value during
9273: ^table.hash[...;name_of_the_last_column][$.type[string]]
9274:
9275: 2010-05-16 misha
9276:
9277: * src/classes/curl.C: new: #61 more curl options were added
9278: (contributed by Sumo)
9279:
9280: 2010-04-29 pretender
9281:
9282: * src/main/pa_string.C: fixes #63 Split result from empty string
9283: now empty string.
9284:
9285: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
9286: string type.
9287:
9288: 2010-04-28 pretender
9289:
9290: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
9291: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
9292: macrodefinition removed
9293:
9294: 2010-04-19 pretender
9295:
9296: * src/main/execute.C: fixes #60 Stacktrace now contains info for
9297: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
9298:
9299: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
9300: fixes #64 Now file.missing exception generates in unsafe mode to.
9301:
9302: * src/classes/file.C: fixes #48 Now not throw "not save environment
9303: variable" exception in grpunlim version.
9304:
9305: 2010-04-05 misha
9306:
9307: * src/classes/string.C: - new feature: 4th param was added to
9308: match. if specified its value is returned in case of nothing was
9309: found
9310:
9311: 2010-04-01 misha
9312:
9313: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
9314: multiple execution of /a/b/auto.p
9315:
9316: 2010-03-19 misha
9317:
9318: * src/main/execute.C: - core in $table1.$table2 was fixed
9319:
9320: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
9321:
9322: 2010-01-27 misha
9323:
9324: * src/main/pa_common.C: - bugfix: there are no excaption.type if
9325: trying to open file by path /existing-file/non-exixting-file
9326:
9327: 2010-01-26 misha
9328:
9329: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
9330: was added (returns file)
9331:
9332: 2009-12-22 misha
9333:
9334: * src/classes/curl.C: - method 'option' was renamed to 'options' -
9335: now parser doesn't have class curl if it was built without it
9336:
9337: 2009-12-15 misha
9338:
9339: * configure.in: - little cheat with curl include dir was added
9340:
9341: 2009-12-05 misha
9342:
9343: * src/classes/curl.C: - some fixes
9344:
9345: 2009-12-04 misha
9346:
9347: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
9348: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
9349: buildall-with-xml, buildall-without-xml, configure.in: - curl
9350: class was added
9351:
9352: * src/include/pa_hash.h: - hash-iterator was added
9353:
9354: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
9355: was added to pcre
9356:
9357: 2009-11-27 misha
9358:
9359: * src/classes/image.C: - don't add @border attribute to output of
9360: ^image.html[] if it was specified by user with empty value
9361:
9362: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
9363: root element and we are trying to access .documentElement
9364:
9365: 2009-11-11 misha
9366:
9367: * src/classes/table.C: - in ^table.flip[] look at number of columns
9368: instead of number of items in first row for named tables
9369:
9370: 2009-11-10 misha
9371:
1.211 moko 9372: * operators.ru.txt, operators.txt: - info about hash-options in
9373: ^file::create was added
1.95 moko 9374:
9375: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
9376: added
9377:
9378: 2009-11-09 misha
9379:
9380: * buildall-with-xml: - moving to libxml 2.7.6
9381:
9382: * tests/236.html: - tests for comparations cords with functions
9383: were added
9384:
9385: * src/include/pa_string.h: - optimisation: cacheing of cstr was
9386: added
9387:
9388: * src/main/pa_http.C: - little optimisation
9389:
9390: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
9391: GPF mallocs + stringstream (table.save)
9392:
9393: * src/classes/file.C: - file::create now accepts 4th param: options
9394: with $.charset
9395:
9396: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
9397: bug in cord (comparation cords with functions was buggy)
9398:
9399: 2009-11-06 misha
9400:
9401: * src/main/pa_string.C: - bugfix: calculation string.length
9402: sometimes was buggy
9403:
9404: * src/classes/string.C: - bugfix: Temp_value_element wasn't
9405: destroyed if exception occured during match/replace
9406:
9407: * src/: main/pa_charset.C, include/pa_charset.h: - method
9408: lengthUTF8Char was added
9409:
9410: * src/classes/op.C: - clean tainting lang was added for user's
9411: usage
9412:
9413: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
9414: fixed: checkouts are required after GC_MALLOC
9415:
9416: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
9417:
1.211 moko 9418: * operators.ru.txt, operators.txt: - actually, there is no
9419: ^untaint[xml] in file::create
1.95 moko 9420:
9421: 2009-10-15 misha
9422:
9423: * tests/: 235.html, 235_attach.txt: - tests for preparing email
9424: were added
9425:
9426: * tests/234.html: - more tests for checking ^taint[uri] escaping
9427: were added
9428:
9429: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
9430: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
9431: hacking: for dealing with transcoding+^taint[uri]
9432: transcode_and_untaint was replaced by untaint_and_transcode
9433:
9434: 2009-10-13 misha
9435:
9436: * tests/: 121.html, results/121.processed: - test transcoding +
9437: url-escaping now
9438:
9439: * tests/results/auto.p: - more helpers' methods were added
9440:
9441: * src/main/pa_globals.C: - die instead of abort
9442:
9443: 2009-10-06 misha
9444:
9445: * src/main/pa_common.C: - don't allocate memory during
9446: capitalization if input string is already capitalized
9447:
9448: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
9449:
9450: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
9451: use format function because it calls malloc
9452:
9453: * src/include/pa_common.h: - more capitalized headers were added
9454:
9455: * src/main/pa_common.C: - in safe mode clear executable bits during
9456: file writing
9457:
9458: 2009-10-05 misha
9459:
9460: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
9461:
9462: 2009-10-03 misha
9463:
9464: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
9465: ^img.text[] & ^img.length[] can work in utf-8 now
9466:
9467: * src/: include/pa_charset.h, main/pa_charset.C: - class
9468: UTF8_string_iterator was added
9469:
9470: * src/classes/image.C: - respect utf-8 when calculate alphabet
9471: length
9472:
9473: * src/classes/mail.C: - check from before get message.cstr
9474:
9475: 2009-10-02 misha
9476:
9477: * tests/233.html: - test for image.font, image.length, image.text
9478: with text in utf-8 were added
9479:
9480: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
9481:
9482: * buildall-with-xml, buildall-without-xml: - comment about gc
9483: version for freebsd 4 was added
9484:
9485: 2009-10-01 misha
9486:
9487: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
9488: terminator) - read_pipe were slightly optimized
9489:
9490: 2009-09-28 misha
9491:
9492: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
9493: removed
9494:
9495: * src/types/pa_vmail.C: - forgot about space after ':'
9496:
9497: * src/types/pa_vmail.C: - escape filenames while preparing mail
9498: body - small simplifications
9499:
9500: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
9501: inout params like pa_base64
9502:
9503: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
9504: option $.debug-print(1) was added to mail:send - changes for
9505: using uue_encode which uses less memory
9506:
9507: * src/main/pa_common.C: - pa_base64_encode uses less memory now
9508:
9509: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
9510: memory now
9511:
9512: 2009-09-26 misha
9513:
9514: * src/types/pa_vmail.C: - default encoding now is base64
9515:
9516: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
9517:
9518: 2009-09-25 misha
9519:
9520: * src/types/pa_vmail.C: - capitalization of headers was added to
9521: sending mail as well
9522:
9523: * buildall-with-xml: - catalog package was removed from libxml
9524:
9525: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
9526: win32 absolute path
9527:
9528: * src/include/pa_common.h: - one more capitalized header was added
9529:
9530: 2009-09-22 misha
9531:
9532: * INSTALL: - comment about building just httpd binary while
9533: building apache module was added
9534:
9535: 2009-09-21 misha
9536:
9537: * buildall-with-xml: - moving to the latest versions of xml libs:
9538: libxml 2.7.4 and libxslt 1.1.25
9539:
9540: 2009-09-19 misha
9541:
9542: * tests/231.html: - test for encoding cookie in win-1251
9543:
9544: 2009-09-18 misha
9545:
9546: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
9547: object] were added
9548:
1.211 moko 9549: * operators.ru.txt, operators.txt: - info about method
9550: ^reflection:fields[class or object] was added
1.95 moko 9551:
9552: * src/classes/reflection.C: - method ^reflection:fields[class or
9553: object] was added
9554:
9555: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
9556: methods get_fields were added
9557:
9558: * tests/232.html: - tests for @GET[name]
9559:
9560: * src/classes/table.C: - some changes in handling hash-options for
9561: creare, join and locate
9562:
9563: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
9564: defined with option: the type of requested value
9565:
9566: 2009-09-17 misha
9567:
9568: * tests/212.html: - tests for .pattern and .options were added
9569:
9570: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
9571: $regex.options were added
9572:
9573: 2009-09-11 misha
9574:
9575: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
9576: rewrited. it checks not just one case of sending cookies during
9577: file::load[http], but also sending headers and fields (including
9578: files)
9579:
9580: 2009-09-10 misha
9581:
9582: * src/main/untaint.C: - workaround in file-spec lang for old Macs
9583: was removed => now parser can open files with Russian 'r' in
9584: filename
9585:
9586: * src/main/untaint.C: - bugfix: client charset whould be analized
9587: while escaping cookies but now source charset
9588:
9589: * src/main/pa_http.C: - bugfix: the values of http headers didn't
9590: ^tainted[uri] so it was possible to make request with incorrect
9591: http header
9592:
9593: * src/main/pa_http.C: - capitalization of http headers during
9594: file::load[http was slightly changes - bugfix: all headers which
9595: parser sends during file::load[http should be transcoded and only
9596: then escaped
9597:
9598: * src/main/untaint.C: - a bit more comments were added
9599:
9600: * src/classes/: file.C, string.C: - types where changes (minus 2
9601: warnings)
9602:
9603: * src/include/pa_common.h: - 2 capitalized strings for making http
9604: headers during file::load[http were added
9605:
9606: 2009-09-08 misha
9607:
1.211 moko 9608: * operators.ru.txt, operators.txt: - changes in file.save and
9609: string.save were added
1.95 moko 9610:
9611: * tests/: 230.html, 230.txt: - tests for checking options in
9612: file.save and string.save were added
9613:
9614: * src/main/pa_request.C: - http headers names, which are passed to
9615: SAPI::add_header_attribute are lowercased now (it'll be
9616: capitalized in that method)
9617:
9618: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
9619: classes/string.C: - file_write accepts Request_charsets and asked
9620: charset and cound transcode content before writing - string.save
9621: and file.save have option $.charset now
9622:
9623: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
9624: classes/xdoc.C: - file_write accepts Request_charsets and asked
9625: charset and cound transcode content before writing
9626:
9627: * src/include/pa_exception.h: - new exception comment string was
9628: defined
9629:
9630: 2009-09-07 misha
9631:
9632: * src/main/compile.y: - grammar $name\ name stops now for regex
9633: sub-pattern\s
9634:
9635: 2009-09-04 misha
9636:
9637: * src/main/pa_http.C: - capitalization of http headers during
9638: file::load[http was implemented
9639:
9640: 2009-09-03 misha
9641:
9642: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
9643: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
9644: types/pa_vmail.C, targets/cgi/parser3.C,
9645: targets/isapi/parser3isapi.C: - back to storing response http
9646: headers in lowercase - capitalize them during output
9647:
9648: 2009-08-31 misha
9649:
9650: * src/classes/table.C: - allow call with any brackets (it could be
9651: useful in methods with explict result declaration)
9652:
9653: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
9654: correctly if $request:charset==koi8-r
9655:
9656: 2009-08-30 misha
9657:
9658: * src/: include/pa_common.h, main/pa_request.C: - http headers were
9659: changed: content-type => Content-type and so on
9660:
9661: * src/classes/file.C, src/include/pa_common.h,
9662: src/include/pa_request.h, src/main/pa_http.C,
9663: src/main/pa_request.C, src/types/pa_vcookie.C,
9664: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
9665: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
9666: tests/results/002.processed, tests/results/003.processed,
9667: tests/results/004.processed, tests/results/005.processed,
9668: tests/results/006.processed, tests/results/007.processed,
9669: tests/results/008.processed, tests/results/009.processed,
9670: tests/results/010.processed, tests/results/011.processed,
9671: tests/results/012.processed, tests/results/013.processed,
9672: tests/results/014.processed, tests/results/015.processed,
9673: tests/results/016.processed, tests/results/017.processed,
9674: tests/results/018.processed, tests/results/019.processed,
9675: tests/results/020.processed, tests/results/021.processed,
9676: tests/results/022.processed, tests/results/023.processed,
9677: tests/results/024.processed, tests/results/025.processed,
9678: tests/results/026.processed, tests/results/027.processed,
9679: tests/results/028.processed, tests/results/029.processed,
9680: tests/results/030.processed, tests/results/031.processed,
9681: tests/results/032.processed, tests/results/033.processed,
9682: tests/results/034.processed, tests/results/035.processed,
9683: tests/results/036.processed, tests/results/037.processed,
9684: tests/results/038.processed, tests/results/039.processed,
9685: tests/results/040.processed, tests/results/041.processed,
9686: tests/results/042.processed, tests/results/043.processed,
9687: tests/results/044.processed, tests/results/045.processed,
9688: tests/results/046.processed, tests/results/047.processed,
9689: tests/results/048.processed, tests/results/049.processed,
9690: tests/results/050.processed, tests/results/051.processed,
9691: tests/results/052.processed, tests/results/053.processed,
9692: tests/results/054.processed, tests/results/055.processed,
9693: tests/results/056.processed, tests/results/057.processed,
9694: tests/results/058.processed, tests/results/059.processed,
9695: tests/results/060.processed, tests/results/061.processed,
9696: tests/results/062.processed, tests/results/063.processed,
9697: tests/results/064.processed, tests/results/065.processed,
9698: tests/results/066.processed, tests/results/067.processed,
9699: tests/results/068.processed, tests/results/069.processed,
9700: tests/results/070.processed, tests/results/071.processed,
9701: tests/results/072.processed, tests/results/073.processed,
9702: tests/results/074.processed, tests/results/075.processed,
9703: tests/results/076.processed, tests/results/077.processed,
9704: tests/results/078.processed, tests/results/079.processed,
9705: tests/results/080.processed, tests/results/081.processed,
9706: tests/results/082.processed, tests/results/083.processed,
9707: tests/results/084.processed, tests/results/085.processed,
9708: tests/results/086.processed, tests/results/087.processed,
9709: tests/results/088.processed, tests/results/089.processed,
9710: tests/results/090.processed, tests/results/091.processed,
9711: tests/results/092.processed, tests/results/093.processed,
9712: tests/results/094.processed, tests/results/095.processed,
9713: tests/results/096.processed, tests/results/097.processed,
9714: tests/results/098.processed, tests/results/099.processed,
9715: tests/results/100.processed, tests/results/101.processed,
9716: tests/results/102.processed, tests/results/103.processed,
9717: tests/results/104.processed, tests/results/105.processed,
9718: tests/results/106.processed, tests/results/107.processed,
9719: tests/results/108.processed, tests/results/109.processed,
9720: tests/results/110.processed, tests/results/111.processed,
9721: tests/results/112.processed, tests/results/113.processed,
9722: tests/results/114.processed, tests/results/115.processed,
9723: tests/results/116.processed, tests/results/117.processed,
9724: tests/results/118.processed, tests/results/119.processed,
9725: tests/results/120.processed, tests/results/121.processed,
9726: tests/results/122.processed, tests/results/123.processed,
9727: tests/results/124.processed, tests/results/125.processed,
9728: tests/results/126.processed, tests/results/127.processed,
9729: tests/results/128.processed, tests/results/129.processed,
9730: tests/results/130.processed, tests/results/131.processed,
9731: tests/results/132.processed, tests/results/133.processed,
9732: tests/results/134.processed, tests/results/135.processed,
9733: tests/results/136.processed, tests/results/138.processed,
9734: tests/results/139.processed, tests/results/140.processed,
9735: tests/results/141.processed, tests/results/142.processed,
9736: tests/results/143.processed, tests/results/144.processed,
9737: tests/results/145.processed, tests/results/146.processed,
9738: tests/results/147.processed, tests/results/148.processed,
9739: tests/results/149.processed, tests/results/150.processed,
9740: tests/results/151.processed, tests/results/152.processed,
9741: tests/results/153.processed, tests/results/154.processed,
9742: tests/results/155.processed, tests/results/156.processed,
9743: tests/results/157.processed, tests/results/158.processed,
9744: tests/results/159.processed, tests/results/160.processed,
9745: tests/results/161.processed, tests/results/162.processed,
9746: tests/results/163.processed, tests/results/164.processed,
9747: tests/results/165.processed, tests/results/166.processed,
9748: tests/results/167.processed, tests/results/168.processed,
9749: tests/results/169.processed, tests/results/170.processed,
9750: tests/results/171.processed, tests/results/172.processed,
9751: tests/results/173.processed, tests/results/174.processed,
9752: tests/results/175.processed, tests/results/176.processed,
9753: tests/results/177.processed, tests/results/178.processed,
9754: tests/results/179.processed, tests/results/180.processed,
9755: tests/results/181.processed, tests/results/182.processed,
9756: tests/results/183.processed, tests/results/184.processed,
9757: tests/results/185.processed, tests/results/186.processed,
9758: tests/results/187.processed, tests/results/188.processed,
9759: tests/results/189.processed, tests/results/190.processed,
9760: tests/results/191.processed, tests/results/192.processed,
9761: tests/results/193.processed, tests/results/194.processed,
9762: tests/results/195.processed, tests/results/196.processed,
9763: tests/results/197.processed, tests/results/198.processed,
9764: tests/results/199.processed, tests/results/200.processed,
9765: tests/results/201.processed, tests/results/202.processed,
9766: tests/results/203.processed, tests/results/204.processed,
9767: tests/results/205.processed, tests/results/206.processed,
9768: tests/results/207.processed, tests/results/208.processed,
9769: tests/results/209.processed, tests/results/210.processed,
9770: tests/results/211.processed, tests/results/212.processed,
9771: tests/results/213.processed, tests/results/214.processed,
9772: tests/results/215.processed, tests/results/216.processed,
9773: tests/results/217.processed, tests/results/218.processed,
9774: tests/results/219.processed, tests/results/220.processed,
9775: tests/results/221.processed, tests/results/222.processed,
9776: tests/results/223.processed, tests/results/224.processed,
9777: tests/results/225.processed, tests/results/226.processed,
9778: tests/results/227.processed, tests/results/228.processed,
9779: tests/results/229.processed: - http headers were changed:
9780: content-type => Content-type and so on
9781:
9782: 2009-08-27 misha
9783:
9784: * src/: main/pa_random.C, include/pa_random.h,
9785: targets/cgi/parser3.C: - year was updated :)
9786:
9787: 2009-08-26 misha
9788:
9789: * tests/: 224.html, 224.p: - test for creating of parser object
9790: using constructor without params - little bugfix in test
9791:
9792: * src/main/compile_tools.h: - bugfix: should't call autouse while
9793: checking existed class while processing partial option
9794:
9795: * src/classes/reflection.C: - bugfix: core when creating object
9796: with reflection and constructor doesn't have params
9797:
9798: 2009-08-24 misha
9799:
9800: * tests/229.html: - tests for checking the number of parameters
9801: were added
9802:
9803: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
9804: number of method's parameters wasn't checked correctly (the bug
9805: was introduced in 3.4.0)
9806:
9807: 2009-08-22 misha
9808:
9809: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
9810: transcoded, but tainted pieces are escaped only when
9811: content-type==url-encoding
9812:
9813: * tests/228.html: - test for checking
9814: ^file::load[http://...;$.body[]]
9815:
9816: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
9817: post charset was too early (charsets is empty at this moment)
9818:
9819: 2009-08-21 misha
9820:
9821: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
9822: main/untaint.C: - some fixes with transcode+untaint
9823:
9824: 2009-08-15 misha
9825:
9826: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
9827: was increaced to 100 (was 50)
9828:
9829: * tests/227.html: - test for checking overriding properties in
9830: static classes was added
9831:
9832: * tests/: 226.html, 226.p: - test for @autoload[] was added
9833:
9834: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
9835: main/execute.C, main/pa_request.C, classes/reflection.C: -
9836: autouse was implemented
9837:
9838: 2009-08-14 misha
9839:
9840: * src/classes/reflection.C: - outdated checkout was removed
9841:
9842: * src/classes/reflection.C: - optimization - method ^dynamical was
9843: added.
9844:
9845: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
9846: types/pa_vstateless_class.h, main/execute.C: - optimization
9847:
9848: * src/types/pa_vclass.C: - exception if base on sytem class
9849:
9850: 2009-08-12 misha
9851:
9852: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
9853: pa_vstateless_class.h: - little optimisation
9854:
9855: 2009-08-11 misha
9856:
9857: * tests/224.html: - method_params => method_info - checking for
9858: $.inherited
9859:
1.211 moko 9860: * src/classes/reflection.C, operators.ru.txt, operators.txt: -
9861: method method_params was renamed to method_info and now it
9862: returns class name, if method was defined in ancestor
1.95 moko 9863:
9864: * tests/225.html: - tests for cheching properties in hierarhical
9865: classes were added
9866:
9867: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
9868: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9869: main/compile.y, main/execute.C, classes/classes.C: - problems
9870: with properties in new classes implementation were fixed
9871:
9872: 2009-08-10 misha
9873:
9874: * src/main/execute.C: - now constructor shouldn't be defined in
9875: class. it could be defined in parent.
9876:
9877: 2009-08-09 misha
9878:
9879: * src/classes/reflection.C: - ^reflection:methods doesn't return
9880: base's methods
9881:
9882: 2009-08-08 misha
9883:
9884: * src/: classes/classes.h, classes/date.C, classes/file.C,
9885: classes/form.C, classes/hash.C, classes/hashfile.C,
9886: classes/image.C, classes/mail.C, classes/op.C,
9887: classes/reflection.C, classes/regex.C, classes/string.C,
9888: classes/table.C, classes/xdoc.C, classes/xnode.C,
9889: classes/xnode.h, include/pa_hash.h, main/execute.C,
9890: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
9891: types/pa_method.h, types/pa_property.h, types/pa_value.C,
9892: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
9893: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
9894: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
9895: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
9896: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
9897: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
9898: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
9899: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
9900: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
9901: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
9902: types/pa_vresponse.C, types/pa_vresponse.h,
9903: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9904: types/pa_vstateless_object.h, types/pa_vstatus.C,
9905: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
9906: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
9907: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
9908: types/pa_wwrapper.h, types/types.vcproj: - new classes
9909: implementation
9910:
9911: * buildall-with-xml, buildall-without-xml: - gc has a bug if
9912: USE_MUNMAP is used. so it is disabled as a workaround.
9913:
9914: 2009-08-05 misha
9915:
9916: * src/: main/pa_common.C, include/pa_common.h: - not needed
9917: parameter was removed
9918:
9919: * src/main/pa_http.C: - bugfix: error was during detecting
9920: content-type of file which was loaded by http
9921:
9922: 2009-08-01 misha
9923:
9924: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
9925: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
9926: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
9927: can't be disabled with defines any longer
9928:
9929: 2009-07-29 misha
9930:
9931: * src/classes/reflection.C, tests/results/224.processed: - for
9932: native methods with any call type now returned empty call_type
9933: value
9934:
9935: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
9936: classes/table.C, include/pa_hash.h, include/pa_request.h,
9937: main/pa_request.C: - break in cycles was optimized
9938:
9939: * INSTALL: - more defines were described
9940:
9941: 2009-07-28 misha
9942:
1.211 moko 9943: * operators.ru.txt, operators.txt: - some changes in information
9944: about reflection class
1.95 moko 9945:
9946: * tests/: 224.html, 224.p: - tests for reflection class
9947:
9948: * src/classes/reflection.C: - some bugs were fixed, method classes
9949: was added, refactoring
9950:
9951: 2009-07-26 misha
9952:
9953: * src/classes/classes.vcproj: - reflection class wass added to
9954: project
9955:
1.211 moko 9956: * operators.ru.txt, operators.txt: - information about reflection
9957: class was added
1.95 moko 9958:
9959: * src/classes/reflection.C: - class was redesigned
9960:
9961: 2009-07-24 misha
9962:
9963: * src/classes/: Makefile.am, reflection.C: - class reflection was
9964: added
9965:
9966: * src/types/pa_vstateless_class.h: - method for reflection method's
9967: in classes was added
9968:
9969: 2009-07-22 misha
9970:
9971: * src/main/compile_tools.h: - bugfix: $object.$var was
9972: over-optimized. it failed if $object1.$object2.field
9973:
9974: 2009-07-16 misha
9975:
9976: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
9977: lib/cord/cordxtra.c, lib/cord/include/cord.h,
9978: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
9979: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
9980: one more arg: length of cord
9981:
9982: 2009-07-15 misha
9983:
9984: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
9985: tainted in ^file::load[http://...;$.cookies[]]
9986:
9987: * src/classes/: op.C, regex.C, string.C: - new string with
9988: exception was used
9989:
9990: * src/include/pa_exception.h: - new string with exception was added
9991:
9992: * tests/223.html: - test for checking cookie-encoding during
9993: ^file::load[http was added
9994:
9995: * tests/: 221.html, 222.html: - tests for checking type of
9996: $table.fields.field were added
9997:
9998: * src/types/pa_vtable.C: - not used var decl was removed
9999:
10000: * src/include/pa_string.h: - use cached string length in Body::mid.
10001: it improves speed of match with brackets in pattern
10002:
10003: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
10004: outside
10005:
10006: 2009-07-14 misha
10007:
10008: * src/types/pa_vtable.C: - $table.fields.a return string even if
10009: column is empty (sometime returned void) - $table.fields was
10010: added for nameless tables
10011:
10012: * src/targets/cgi/getopt.c: - one warning resolved
10013:
10014: * src/main/pa_string.C: - potentian bug fixed
10015:
10016: * src/classes/op.C: - small optimization in taint/untaint
10017:
10018: 2009-07-13 misha
10019:
10020: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
10021: added
10022:
10023: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
10024: souldn't add the attribut to output
10025:
10026: 2009-07-11 misha
10027:
10028: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
10029: stack size was increaced to 2MB (default=1MB)
10030:
10031: 2009-07-08 misha
10032:
10033: * src/main/pa_string.C: - link to UTF-8 description was added
10034:
10035: * src/include/pa_hash.h: - hash keeps element's order in more
10036: places (ex: ._keys[])
10037:
10038: * tests/220.html: - test for checking order of elements in hash in
10039: foreach was added
10040:
10041: * tests/172.html: - small changes in printing hash
10042:
10043: * tests/129.html: - small changes in printing hash
10044:
10045: * src/: include/pa_common.h, include/pa_hash.h,
10046: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
10047: types/pa_vmethod_frame.h: - hash now keeps order of elements
10048:
10049: * tests/014.html: - small changes in printing hash
10050:
10051: 2009-07-07 misha
10052:
10053: * src/classes/op.C: - new taint language "parser-code" was added
10054:
10055: * tests/219.html: - test for auto untaint parser code in process
10056: was added
10057:
10058: * src/classes/op.C: - tainted pieces in body of process are
10059: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
10060:
10061: * src/: include/pa_string.h, main/untaint.C: - new language
10062: L_PARSER_CODE for auto-untaint in process was added
10063:
10064: * src/: classes/file.C, classes/hash.C, classes/image.C,
10065: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
10066: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
10067: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
10068: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
10069: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
10070: code cleanup
10071:
10072: 2009-07-06 misha
10073:
10074: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
10075: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
10076: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10077:
10078: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
10079: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
10080: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
10081: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
10082: should be used
10083:
10084: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
10085: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
10086: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
10087: untaint_cstr[m] should be used
10088:
10089: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
10090: deleted. taint_cstr[m] and untaint_cstr[m] should be used
10091:
10092: * tests/218.html: - test for checking automatic file-spec-taint was
10093: added
10094:
10095: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
10096: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
10097: classes/file.C, classes/hash.C, classes/image.C,
10098: classes/string.C, classes/table.C, classes/void.C,
10099: classes/xdoc.C: - optimizations and simplification of
10100: string.cstr(...)
10101:
10102: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
10103: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
10104: - optimizations and simplification of string.cstr(...)
10105:
10106: 2009-07-04 misha
10107:
10108: * tests/217.html: - test for recursion detection was added
10109:
10110: * src/: types/types.vcproj, main/main.vcproj,
10111: classes/classes.vcproj, targets/cgi/parser3.vcproj,
10112: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
10113: from .vcproj
10114:
10115: * src/types/pa_wwrapper.h: - dynamic_cast was removed
10116:
10117: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
10118: uploading files and case-insensitive http-method were added
10119:
10120: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
10121: tainted pattern in ^file:list[] was added
10122:
10123: 2009-07-03 misha
10124:
10125: * src/: classes/classes.vcproj, main/main.vcproj,
10126: types/types.vcproj, targets/cgi/parser3.vcproj,
10127: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
10128: for dynamic_cast) - little options changes
10129:
10130: * src/main/pa_http.C: - file::load[http works now with uploading
10131: files _and_ changing $.charset
10132:
10133: 2009-06-29 misha
10134:
10135: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
10136: while creating pattern
10137:
10138: 2009-06-25 misha
10139:
1.211 moko 10140: * src/classes/image.C, operators.ru.txt, operators.txt: - options'
10141: names for ^image.font were changed to $.space, $.width and
10142: $spacing - default space width now == gif's width
1.95 moko 10143:
10144: 2009-06-24 misha
10145:
10146: * tests/215.html: - tests for $file.mode were added
10147:
1.211 moko 10148: * operators.ru.txt, operators.txt: - added info about $file.mode
10149: and changes in ^image.font[
1.95 moko 10150:
10151: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
10152: param now could be omited - third param now could be hash (with
10153: all widths options: $.space-width, $.letter-width) - it's
10154: possible to specify tracking ($.letter-space)
10155:
10156: * src/classes/file.C: - file objects now could have mode field
10157: (text|binary)
10158:
10159: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
10160:
10161: 2009-06-23 misha
10162:
10163: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
10164: trim can work with utf-8 chars now
10165:
10166: 2009-06-20 misha
10167:
10168: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
10169: was implemented
10170:
10171: * src/classes/table.C: - string length cacheing was implemented
10172:
10173: * src/include/pa_string.h: - string length cacheing was implemented
10174:
10175: 2009-06-17 misha
10176:
10177: * src/main/execute.C: - value param was removed from
10178: WContext::WContext
10179:
10180: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
10181: pa_wwrapper.h: - value param was removed from WContext::WContext
10182: - field wcontext was removed from VCodeFrame (using fparent
10183: instead)
10184:
10185: * tests/214.html: - test with hash copying
10186:
10187: 2009-06-16 misha
10188:
10189: * tests/: 062.html, results/062.processed: - evaluation hardcoded
10190: strings doesn't work in expression anymore
10191:
10192: * src/main/execute.C: - less calls for get_constructing() - little
10193: refactoring
10194:
10195: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
10196: include/pa_request.h: - less calls for get_constructing()
10197:
10198: * src/classes/: hash.C, hashfile.C: - fixed bug which was
10199: introduced with OPTIMIZE_SINGLE_STRING optimization
10200:
10201: 2009-06-14 misha
10202:
10203: * src/: classes/date.C, classes/file.C, classes/hash.C,
10204: classes/hashfile.C, classes/image.C, classes/regex.C,
10205: classes/table.C, classes/xdoc.C, classes/xnode.h,
10206: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
10207: types/pa_vstateless_class.h, main/execute.C: - create object for
10208: storing object's fields only for parser objects
10209:
10210: 2009-06-13 misha
10211:
10212: * buildall-with-xml, buildall-without-xml: - new option was added
10213: for building GC (it slightly reduces memory usage)
10214:
10215: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
10216: single string write
10217:
10218: * src/main/execute.C: - bytecode optimization of ^class:constructor
10219: - optimization of single string write
10220:
10221: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
10222: - bytecode optimization of ^class:constructor
10223:
10224: 2009-06-09 misha
10225:
10226: * src/targets/cgi/parser3.C: - type size_t was changed to int in
10227: main (better compatibility)
10228:
10229: 2009-06-08 misha
10230:
10231: * src/main/compile.y: - I've forgot to commit it :(
10232:
10233: 2009-06-07 misha
10234:
10235: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
10236: WITH_READ and WITH_ROOT
10237:
10238: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10239: execute.C: - more optimizations for WITH_SELF, WITH_READ and
10240: WITH_ROOT - little refactoring
10241:
10242: 2009-06-06 misha
10243:
10244: * tests/213.html: - tests for 3rd match string-param were added
10245:
10246: * src/classes/string.C: - 3rd match param could be string now
10247:
10248: * src/main/: compile.y, compile_tools.h: - much more bytecode's
10249: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
10250: GET_OBJECT_ELEMENT
10251:
10252: 2009-06-05 misha
10253:
10254: * src/main/pa_http.C: - bugfix: content-length was not calculated
10255: if $.body was specified
10256:
10257: 2009-06-04 misha
10258:
10259: * src/classes/op.C: - optimizing write_assign_lang in connect
10260:
10261: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
10262:
10263: * src/main/execute.C: - little refactoring - optimizing
10264: write_assign_lang in taint/untaint
10265:
10266: * src/include/pa_opcode.h: - little refactoring
10267:
10268: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
10269: main/compile_tools.h, main/execute.C: - optimizations for
10270: $self.field, ^self.method, $self.field[...] and $self.field(...)
10271: were added
10272:
10273: 2009-06-03 misha
10274:
10275: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
10276:
10277: 2009-06-02 misha
10278:
10279: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
10280: include/pa_opcode.h: - refactoring in last optimizations
10281: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
10282: now but code is much easy and it is ready for further
10283: improvements.
10284:
10285: 2009-05-27 misha
10286:
10287: * src/: types/pa_junction.h, types/pa_vjunction.C,
10288: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
10289: changed in destructing junctions
10290:
10291: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
10292: String:Body
10293:
10294: 2009-05-26 misha
10295:
10296: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
10297: one method detect_charset was deleted - bug was fixed in this
10298: method (error while detecting charset in content_type withot last
10299: ';')
10300:
10301: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
10302: once
10303:
10304: 2009-05-25 misha
10305:
10306: * src/classes/file.C: - bugfix: file::exec didn't work after
10307: optimizing of helper_length
10308:
10309: 2009-05-24 misha
10310:
10311: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
10312: were added - little refactoring
10313:
10314: * src/main/execute.C: - core while printing in debug log
10315: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
10316: optimisations were added
10317:
10318: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
10319: were added
10320:
10321: 2009-05-23 misha
10322:
10323: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
10324: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
10325: CORD_cat optimization
10326:
10327: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
10328: - call constr optimisation under separate define now
10329:
10330: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
10331: in $b should be string, not void
10332:
10333: * src/main/compile.y: - little fix for rem-cut optimisation
10334:
10335: * src/: include/pa_opcode.h, main/compile_tools.C,
10336: main/compile_tools.h, main/execute.C: - optimisations for
10337: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
10338:
10339: * INSTALL: - description of some #defined were added
10340:
10341: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
10342: before 1st access (memory usage is reduced if don't access to
10343: .text field)
10344:
10345: * src/include/pa_array.h: - array grows step now not static (it
10346: reduces numbers of reallocs)
10347:
10348: 2009-05-20 misha
10349:
10350: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
10351: $.b(2), $c[d] and $.e[f] was added
10352:
10353: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10354: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
10355: $.e[f] was added
10356:
10357: * src/main/execute.C: - debug printing moved in defines
10358:
10359: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
10360: and little refactoring for OP_GET_OBJECT_ELEMENT +
10361: OP_GET_OBJECT_VAR_ELEMENT optimisation
10362:
10363: 2009-05-19 misha
10364:
10365: * src/main/: compile.y, compile_tools.C, compile_tools.h,
10366: execute.C: - $a.$b & ^a.$b bytecode optimisation
10367:
10368: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
10369: ^a.$b optimisation)
10370:
10371: * src/main/compile.y: - compiler now generate new opcodes:
10372: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
10373: ^a.b - compiler now cut off ^rem{ with all content ; any number
10374: of params }
10375:
10376: * src/main/execute.C: - code for handle new opcodes
10377: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
10378:
10379: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
10380: added for LA2V and LA2S
10381:
10382: * src/include/pa_opcode.h: - new defines which can be used for
10383: disable some bytecode optimisation and new opcodes were added
10384:
10385: 2009-05-17 misha
10386:
10387: * src/lib/cord/cordxtra.c: - bugfix.
10388:
10389: * tests/212.html: - .size[] and .study_size[] were added to tests
10390:
1.211 moko 10391: * operators.ru.txt, operators.txt: - info about regex class was
10392: added
1.95 moko 10393:
10394: * tests/212.html: - tests for regex class were added
10395:
10396: 2009-05-16 misha
10397:
10398: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
10399: gc7.1
10400:
10401: * tests/022.html: - test for ^file:list[path;] (empty second param)
10402: was added
10403:
10404: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
10405: param) should work
10406:
10407: 2009-05-15 misha
10408:
10409: * src/classes/table.C: - automatically disable stringstream usage
10410: on freebsd4
10411:
10412: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
10413: scope
10414:
10415: * tests/211.html: - test with different types of access to hash was
10416: added
10417:
10418: * tests/210.html: - test which checks for loosing tainting in
10419: hash's keys was added
10420:
10421: * tests/208.html: - some parser work added. or stime == 0 %-)
10422:
10423: * src/lib/cord/cordbscs.c: - little hack was added to cord
10424:
10425: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
10426:
10427: * src/include/pa_version.h, configure.in: - moko have made a lot of
10428: optimisations for increacing version number more dramatically :)
10429:
10430: * src/classes/date.C: - little refactoring: use constructor which
10431: accepts formated string
10432:
10433: * src/: include/pa_string.h, main/pa_string.C: - String constructor
10434: which can print formatted string was added
10435:
10436: 2009-05-14 misha
10437:
10438: * src/include/pa_string.h: - type was fixed
10439:
10440: * src/: classes/hashfile.C, classes/op.C,
10441: include/pa_cache_managers.h, include/pa_charset.h,
10442: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
10443: include/pa_request.h, include/pa_sql_driver_manager.h,
10444: include/pa_string.h, include/pa_stylesheet_manager.h,
10445: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
10446: main/pa_charsets.C, main/pa_string.C,
10447: main/pa_stylesheet_connection.C, types/pa_value.h,
10448: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10449: types/pa_vobject.C, types/pa_vstateless_class.C,
10450: types/pa_vstateless_class.h: - hash_code caching was implemented
10451: (seaches should be faster now)
10452:
10453: * src/: classes/file.C, classes/hash.C, classes/image.C,
10454: classes/string.C, classes/table.C, include/pa_string.h,
10455: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
10456: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
10457: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
10458: types/pa_vrequest.C: - String constructors don't have that stupid
10459: true/false param which means 'tainted'. they accept lang instead.
10460:
10461: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
10462: with OPTIMIZE_RESULT
10463:
10464: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
10465: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
10466:
10467: 2009-05-13 misha
10468:
10469: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
10470: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
10471: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10472: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
10473: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
10474: main/pa_common.C, main/pa_request.C, main/pa_string.C,
10475: include/pa_string.h, classes/date.C, classes/file.C,
10476: classes/hash.C, classes/image.C, classes/string.C,
10477: classes/table.C, classes/xdoc.C: - result optimisation -
10478: helper_length parameter removed from string constructors
10479:
10480: 2009-05-11 misha
10481:
10482: * tests/209.html: - tests for ^hash::create[hash] were added
10483:
10484: * tests/208.html: - tests for $status:rusage, $status:memory,
10485: ^memory:compact[] were added
10486:
10487: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
10488: log10 were added
10489:
10490: * tests/206.html: - test for try with finally was added
10491:
10492: 2009-05-10 misha
10493:
10494: * tests/205.html: - test for ^file::create[...] was added
10495:
10496: * tests/204.html: - test for ^response:clear[] was added
10497:
10498: * tests/038.html: - tests for trigonometric functions were added
10499:
10500: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
10501: added - more tests for .add, .sub, .union, .intersects and
10502: .intersections
10503:
10504: * tests/065.html: - test for ^file:dirname was added
10505:
10506: * tests/030.html: - test for $cookie:fields was added
10507:
10508: * tests/203.html: - test for ^h._keys[column name] was added
10509:
10510: * tests/201.html: - tests for .trim were added
10511:
10512: * tests/202.html: - tests for last-day,
10513: date:calendar[type](YYYY;MM;DD) were added
10514:
10515: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
10516: .offset[type](N) were added
10517:
10518: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
10519: and .pos[c](N) were added
10520:
10521: * tests/141.html: - test for math:sha1 was added
10522:
10523: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
10524:
10525: 2009-05-09 misha
10526:
10527: * src/main/compile.y: - rollback
10528:
10529: 2009-05-05 misha
10530:
10531: * src/main/pa_exec.C: - little optimisation: somewhere length() was
10532: replaced by is_empty()
10533:
10534: * src/: include/pa_string.h, main/pa_charset.C: - little
10535: optimisation: somewhere length() was replaced by is_empty()
10536:
10537: * src/classes/table.C: - little optimisation: somewhere length()
10538: was replaced by is_empty()
10539:
10540: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
10541: classes/op.C, classes/table.C, main/pa_exception.C: - little
10542: optimisation: somewhere length() was replaced by is_empty()
10543:
10544: 2009-05-04 misha
10545:
10546: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10547: types/pa_vstateless_class.h, main/execute.C,
10548: include/pa_request.h, classes/hash.C, classes/op.C,
10549: classes/table.C: - more optimisations were added: some operators
10550: don't switch write context anylonger
10551:
10552: 2009-05-01 misha
10553:
10554: * src/main/compile.y: - slightly more opcode optimisations for
10555: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
10556:
10557: * src/main/execute.C: - simplifying process for getters
10558:
10559: 2009-04-30 misha
10560:
10561: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
10562:
10563: * tests/results/199.processed: - test for checking $result into
10564: ^rem was added
10565:
10566: * tests/199.html: - test for checking $result into ^rem was added
10567:
10568: * tests/: 022.html, 096.html: - þsort after :list was asses (on
10569: some OS it returns list in different order)
10570:
10571: * src/: include/pa_array.h, include/pa_request.h,
10572: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
10573: changes in stack impl - get_element() optimisation: 3rd param
10574: removed - bugfix: problems with reading empty input param -
10575: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
10576:
10577: * tests/results/198.processed: - test for reading empty local var
10578: was added
10579:
10580: * tests/198.html: - test for reading empty local var was added
10581:
10582: 2009-04-29 misha
10583:
10584: * src/main/compile.y: - bugfix: couldn't compile because
10585: OP_VALUE__GET_ELEMENT should be unde #ifdef
10586:
10587: * src/: include/pa_array.h, include/pa_opcode.h,
10588: include/pa_request.h, main/compile.y, main/execute.C,
10589: main/pa_request.C, types/pa_vmethod_frame.C,
10590: types/pa_vmethod_frame.h: - we can work without opcode
10591: OP_STORE_PARAM, so it was removed
10592:
10593: 2009-04-28 misha
10594:
10595: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
10596: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
10597: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
10598: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
10599: 4.
10600: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
10601:
10602: * src/main/compile_tools.h: - new stuff for op-codes optimisation
10603:
10604: * src/: main/pa_string.C, classes/string.C: - !length() =>
10605: is_empty()
10606:
10607: 2009-04-27 misha
10608:
10609: * src/types/pa_vregex.h: - back explicit vars initialisation
10610:
10611: 2009-04-24 misha
10612:
10613: * src/classes/string.C: - ups. typo fixed
10614:
10615: * src/main/execute.C: - more replacements '*new VBool' to
10616: 'VBool::get' - checks for ^break[], ^continue[] and
10617: parser.interrupted were optimised
10618:
10619: * src/classes/string.C: - number of params.count() calls was
10620: slightly reduced
10621:
10622: 2009-04-23 misha
10623:
10624: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10625: make it x64 friendly
10626:
10627: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
10628: parser is x64 friendly now
10629:
10630: 2009-04-22 misha
10631:
10632: * src/types/pa_vhashfile.C: - coder friendly exception about
10633: exceeding record size was added
10634:
10635: * src/classes/file.C: - use vregex object instead of direct calls
10636: methods from pcre lib
10637:
10638: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
10639: classes/string.C: - use vregex object instead of direct calls
10640: methods from pcre lib
10641:
10642: * src/: include/pa_common.h, main/pa_common.C: - method
10643: print_pcre_exec_error_text was moved to class vregex
10644:
10645: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
10646: was added
10647:
10648: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
10649: - class vregex was added
10650:
10651: 2009-04-21 misha
10652:
10653: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
10654:
10655: * src/: types/pa_junction.h, types/pa_value.C,
10656: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
10657: types/pa_wcontext.h, main/execute.C, classes/op.C: -
10658: junction-optimisation (destructors)
10659:
10660: * src/include/pa_array.h: - free under if now
10661:
10662: 2009-04-19 misha
10663:
10664: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
10665:
10666: 2009-04-18 misha
10667:
10668: * src/include/pa_version.h:
10669: :q :
10670:
10671: CV:
10672: ----------------------------------------------------------------------
10673:
10674: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
10675: refactoring
10676:
10677: * src/: include/pa_array.h, include/pa_hash.h,
10678: types/pa_vmethod_frame.h: - destructors under #ifdef now
10679:
10680: * src/include/pa_memory.h: - define for using destructors was added
10681:
10682: * src/: types/pa_method.h, types/pa_vstateless_class.C,
10683: main/execute.C: - some junctions will be cached now
10684:
10685: * src/include/pa_hash.h: - hash destructor frees pairs now
10686:
10687: * src/include/pa_array.h: - inline was added to destructor
10688:
10689: * src/types/pa_method.h: - comment was changed
10690:
10691: 2009-04-17 misha
10692:
10693: * src/: include/pa_array.h, include/pa_hash.h,
10694: types/pa_vmethod_frame.h: - destructors were added
10695:
10696: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
10697: renamed to always_use_result
10698:
10699: * src/main/: compile.y, compile_tools.h: - rollback changes in
10700: compiler: full backward compatibility is better
10701:
10702: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
10703: result in var's hash
10704:
10705: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10706: optimisation in method_frame
10707:
10708: * src/include/pa_array.h: - optimisation in array (allocate
10709: elements only when needed)
10710:
10711: * src/types/pa_vresponse.C: - check for $response:headers field
10712: before looking at custom fields
10713:
10714: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
10715: not needed to check existance var with name 'result' in var's
10716: hash
10717:
10718: * src/main/compile.y: - compiler was changed: now it detects
10719: writings to $result and set flag writo_to_result in method
10720:
10721: * src/classes/string.C: - little optimisation: no needed to write
10722: number with lang
10723:
10724: * src/main/pa_charset.C: - methods readChar and skipChar which is
10725: used for read utf8-strings were renamed - is_escaped was renamed
10726: to isEscaped (to the same name convention)
10727:
10728: * src/: types/pa_method.h, main/compile_tools.h: - flag
10729: write_to_result added. compiler get this info from code.
10730:
10731: 2009-04-16 misha
10732:
10733: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
10734: String only before 1st write
10735:
10736: * src/include/pa_string.h: - not needed template removed
10737:
10738: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
10739: types/pa_vjunction.C, types/pa_vproperty.C,
10740: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
10741: main/pa_request.C, classes/bool.C, classes/double.C,
10742: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
10743: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
10744: bool objects)
10745:
10746: 2009-04-15 misha
10747:
10748: * src/lib/cord/cordxtra.c: - more optimisation
10749:
10750: * src/: include/pa_string.h, main/untaint.C: - String::append
10751: optimisation
10752:
10753: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
10754: then get and can sometime be used)
10755:
10756: * src/main/pa_string.C: - String::length optimisation
10757:
10758: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
10759: these methods read different strings
10760:
10761: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
10762: fresult_initial_void removed + some optimisation - if $result
10763: defined we don't write to context anymore
10764:
10765: * src/main/pa_charset.C: - readChar => skipChar (in this place we
10766: need just skip char)
10767:
10768: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10769: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
10770: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
10771:
10772: * src/types/pa_vvoid.h: - added get() method for retreave one
10773: instance
10774:
10775: 2009-04-11 misha
10776:
10777: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
10778:
10779: * tests/197.html: - test for parser://test in xml was added
10780:
10781: * src/classes/string.C: - small optimisation
10782:
10783: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
10784: optimisation
10785:
10786: 2009-04-10 misha
10787:
10788: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
10789: to pcre-7.8
10790:
10791: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
10792:
10793: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
10794: added
10795:
10796: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
10797: $request:CLASS_NAME were added
10798:
10799: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
10800: were added
10801:
10802: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
10803: $env:CLASS_NAME were added
10804:
10805: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
10806: '@todo' now
10807:
10808: * src/targets/cgi/parser3.C: - size_t -> int for calming down
10809: compirer
10810:
10811: * src/main/pa_string.C: - little code cleanup
10812:
10813: * src/main/pa_common.C: - describe one more UTF-8 related error
10814: during PCRE compile/execute
10815:
10816: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
10817: normalizing todo-comments: '@todo' now
10818:
10819: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
10820:
10821: * src/main/pa_charset.C: - type changed for making compiler happy
10822:
10823: 2009-03-10 misha
10824:
10825: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
10826: in main()
10827:
10828: 2009-02-01 misha
10829:
10830: * src/main/pa_http.C: - bugfix: double CRLF before the end of
10831: boundary
10832:
10833: 2009-01-25 misha
10834:
10835: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
10836:
10837: * src/classes/file.C: - more changes for parsing different number
10838: of params for file::load
10839:
10840: * tests/193.html: - tests for exception while base64-decode binary
10841: to string was added
10842:
10843: * tests/192.html: - tests for file::load with different number of
10844: options
10845:
10846: * src/classes/math.C: - ups. forgot '+1'
10847:
10848: * src/: classes/table.C, classes/file.C, include/pa_common.h,
10849: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
10850: main/pa_http.C: - ^file::load[...;http://...;] now can post files
10851: (new option $.encode[multipart-form/data] should be specified) -
10852: $.method[] option for file::load now is not case-sensitive
10853:
10854: * src/: include/pa_string.h, main/untaint.C: - for file post the
10855: new taint language L_FILE_POST was added
10856:
10857: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
10858: main/main.vcproj, classes/math.C, include/Makefile.am: - some
10859: stuff was moved to separate files
10860:
10861: 2009-01-23 misha
10862:
10863: * src/classes/math.C: - little optimisation in ^math:sha1[] -
10864: spaces to tabs were converted
10865:
10866: 2009-01-12 misha
10867:
10868: * src/main/pa_http.C: - value of $.method[] option force uppercased
10869: now
10870:
10871: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
10872: types/pa_vform.C, types/pa_vmail.C: - some constants changed
10873: their names
10874:
10875: * src/main/pa_common.C: - changes in formating
10876:
10877: * src/: classes/file.C, main/pa_http.C: - some constants changed
10878: their names
10879:
10880: * src/include/pa_http.h: - some spaces were converted to tabs
10881:
10882: * src/include/pa_common.h: - some constants changed their names
10883:
10884: * src/classes/file.C: - fixed 4-th paramether for file::load -
10885: little code rewriting
10886:
10887: * src/types/pa_vfile.C: - little code rewriting
10888:
10889: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
10890: types/pa_value.h: - some formating changes
10891:
10892: * src/include/pa_common.h: - some formating spaces transformed to
10893: tabs
10894:
10895: * src/classes/string.C: - exception while base64-decode binary to a
10896: string
10897:
10898: 2009-01-11 misha
10899:
10900: * configure.in: - version changed to 3.3.1b
10901:
10902: 2008-09-05 misha
10903:
10904: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
10905: release_3_3_0 on 2008-09-05 10:59:35 +0000
10906:
10907: 2008-09-04 misha
10908:
10909: * tests/: 130.html, 131.html: - these exceptions not typeless
10910: anymore
10911:
10912: * src/classes/op.C: - exception with 'invalid taint language' not
10913: typeless anylonger
10914:
10915: * src/classes/image.C: - some exceptions while operations with
10916: image not typeless anymore
10917:
10918: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
10919: main/pa_exec.C, main/pa_http.C: - some exceptions while
10920: operations with files not typeless anymore
10921:
10922: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
10923: types/pa_vdate.h: - exceptions while checking date range not
10924: typeless anymore
10925:
10926: * src/include/pa_exception.h: - exception type string for invalid
10927: date range was added
10928:
10929: 2008-09-03 misha
10930:
10931: * src/: classes/file.C, main/pa_string.C: - exception while pce
10932: operations not typeless anymore
10933:
10934: * src/include/pa_exception.h: - exception type for pce operations
10935: was added
10936:
10937: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
10938: and .CLASS_NAME insite classes
10939:
10940: * src/classes/table.C: - don't save table header whiile
10941: ^table.save[append;filename] if file exists
10942:
10943: 2008-09-02 misha
10944:
10945: * src/main/compile.y, src/main/compile_tools.h,
10946: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
10947: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
10948: renamed to partial and it login changed: we must mark class as
10949: partial for allow their modifications in future.
10950:
10951: 2008-08-29 misha
10952:
10953: * tests/results/022.processed: - testing taint[regex] in mask for
10954: file:list
10955:
10956: * tests/022.html: - testing taint[regex] in mask for file:list
10957:
10958: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
10959: for file:list was added
10960:
10961: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
10962: file:list
10963:
10964: 2008-08-26 misha
10965:
10966: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
10967: last derived object
10968:
10969: * src/classes/image.C: - many strings "image.format" replaced by
10970: IMAGE_FORMAT constant string - handle GPS info while parse exif -
10971: understand some more exif tags
10972:
10973: * src/include/pa_exception.h: - string "image.format" was added
10974:
10975: 2008-08-21 misha
10976:
10977: * src/: main/pa_string.C, classes/file.C: - use method for print
10978: pcre_exec text error
10979:
10980: * src/main/pa_common.C: - method for print pcre_exec text error was
10981: added
10982:
10983: * src/include/pa_common.h: - method declaration for print pcre_exec
10984: text error was added
10985:
10986: 2008-08-19 misha
10987:
10988: * src/main/execute.C: - bugfix: opcodes must be in separate
10989: namespace while debug execution as well
10990:
10991: * tests/: 015.html, results/015.processed: - test for escaping some
10992: parser chars was added
10993:
10994: 2008-08-18 misha
10995:
10996: * tests/: 190.html, 190.p, results/190.processed: - test for
10997: $caller.self.field + default getter in one class was added
10998:
10999: * tests/: 189.html, results/189.processed: - test for
11000: ^date::create[date object]
11001:
11002: * tests/: 188.html, results/188.processed: - tests for match with
11003: UTF-8 strings
11004:
11005: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
11006: ^string.match[]
11007:
11008: * ChangeLog: - parser 3.3.0 beta13
11009:
11010: 2008-08-15 misha
11011:
1.116 moko 11012: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
11013: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
11014: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
11015: dftables.c: - old PCRE files removed
1.95 moko 11016:
11017: * src/lib/pcre/config.h: - configuration for PCRE library
11018:
11019: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
11020: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
11021:
11022: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
11023: library and set flag UTF8 if $request:charset is UTF-8
11024:
11025: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
11026: include/pa_config_fixed.h: - moved to new PCRE library
11027:
11028: * src/: main/main.vcproj, types/types.vcproj,
11029: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
11030: win32\pcre instead of parser3\src\lib\pcre
11031:
11032: * src/: include/pa_opcode.h, include/pa_operation.h,
11033: main/compile.C, main/compile.y, main/compile_tools.C,
11034: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
11035: opcodes were moved to separate namespace
11036:
11037: 2008-08-14 misha
11038:
11039: * src/types/pa_vstateless_class.C: - newline at the end missed
11040:
11041: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
11042: tainting
11043:
11044: 2008-08-11 misha
11045:
11046: * tests/: 187.html, 187.p, results/187.processed: - tests for
11047: $caller.self, $caller.self.field and $caller.self.field[value]
11048: were added
11049:
11050: * src/types/pa_vmethod_frame.h: - still need to check 'self'
11051: runtime as well (for $caller.self)
11052:
11053: 2008-07-25 misha
11054:
11055: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
11056: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
11057: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
11058: tests with international characters
11059:
11060: 2008-07-23 misha
11061:
11062: * src/main/pa_http.C: - escape $cookies as %uXXXX while
11063: file::load[...;http://
11064:
11065: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
11066: now everywhere in separate namespace
11067:
11068: * src/types/pa_vmethod_frame.h: - looking for caller before looking
11069: for vars
11070:
11071: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
11072: can be escaped by '^'
11073:
11074: 2008-07-22 misha
11075:
11076: * src/classes/string.C, tests/186.html: - names changes:
11077: escape=>js-escape, unescape=>js-unescape
11078:
11079: 2008-07-21 misha
11080:
11081: * tests/results/186.processed: - test for string escape/unescape
11082:
11083: * tests/186.html: - test for string escape/unescape
11084:
11085: * src/classes/string.C: - string has escape and unescape methods
11086: now
11087:
11088: * src/: include/pa_string.h, main/pa_string.C: - escape method was
11089: added
11090:
11091: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
11092: method-layers added (with different params)
11093:
11094: 2008-07-18 misha
11095:
11096: * tests/results/185.processed: - test for ^str.pos[substr](offset)
11097: was added
11098:
11099: * tests/185.html: - test for ^str.pos[sub](offset) added
11100:
1.211 moko 11101: * src/classes/string.C, src/classes/void.C, operators.ru.txt,
11102: operators.txt: - ^string.pos[substr](offset) -- 2nd param
11103: accepted now
1.95 moko 11104:
11105: * src/main/pa_string.C: - .pos works fine with offset for utf-8
11106: strings
11107:
11108: 2008-07-17 misha
11109:
11110: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
11111: helper length added for mid for small optimisation
11112:
11113: 2008-07-16 misha
11114:
11115: * tests/: 185.html, results/185.processed: - tests for
11116: length/left/right/mid/pos with utf-8 strings
11117:
11118: * src/classes/string.C: - left/right/mid/length/pos works fine for
11119: utf-8 strings
11120:
11121: * src/main/untaint.C: - comments removed
11122:
11123: * src/: include/pa_string.h, main/pa_string.C,
11124: include/pa_charset.h, main/pa_charset.C: - methods for working
11125: with pos/mid for strings in utf-8 were added
11126:
11127: 2008-07-15 misha
11128:
11129: * tests/: 184.html, results/184.processed: - test for case body as
11130: expression: $var(^switch(1){^case(1)(true)..})
11131:
11132: * src/classes/op.C: - case body can be expression now:
11133: $var(^switch(1){^case(1)(true)..})
11134:
11135: * tests/: results/183.processed, 183.html: - added test for testing
11136: new cookie encoding (%uXXXX)
11137:
11138: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
11139: decoding for backward compatibility they decoded from %XX in
11140: request:charset too
11141:
11142: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
11143: - cookie class now decode cookies before first access after last
11144: request:charset changing (as form class).
11145:
11146: * src/main/pa_charset.C: - added method escape for escaping cookies
11147: as %uXXXX - before transcode calculate required space for dest
11148: string. it reduce mem usage for transcode
11149:
11150: * src/include/pa_charset.h: - added method escape for escaping
11151: cookies as %uXXXX
11152:
11153: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
11154: was added. will used for escaping cookies as %uXXXX
11155:
11156: * src/include/pa_common.h: - escape method has new option for skip
11157: converting '+' to a space char
11158:
11159: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
11160: transcode - escape method has new option for skip converting '+'
11161: to a space char
11162:
11163: 2008-07-08 misha
11164:
11165: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
11166: (no UE if more then 1 case matches anylonger) - optimization:
11167: doing searching.as_string() || searching.as_double() only once
11168:
11169: 2008-07-04 misha
11170:
11171: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
11172: now ^date::create[date object] works
11173:
11174: * src/classes/string.C: - left and right added as aliases for start
11175: and end in ^string.trim[]
11176:
11177: 2008-07-03 misha
11178:
11179: * src/classes/file.C: - allow $.limit for file::sql as well
11180:
11181: * src/classes/file.C: - allow $.offset option for file::sql - force
11182: send limit=1 to query for use sql specifics authomatically
11183:
11184: * src/classes/: hash.C, string.C, table.C: - don't throw exception
11185: if $.limit value if empty. autoconvert it as everywere
11186:
11187: 2008-07-02 misha
11188:
11189: * configure.in: - time to change version number to 3.3.0 %-)
11190:
11191: * src/include/pa_version.h: - time to change version number to
11192: 3.3.0 %-)
11193:
11194: 2008-06-26 misha
11195:
11196: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
11197: $.limit(0) fixes
11198:
11199: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
11200: - $.limit(0) fixes
11201:
11202: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
11203: new API)
11204:
11205: * src/: include/pa_sql_driver_manager.h,
11206: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
11207: classes/op.C: - document_root added
11208:
11209: * src/main/compile.tab.C: - error message was changed
11210:
11211: 2008-06-25 misha
11212:
11213: * src/main/compile.y: - error message was changed
11214:
11215: 2008-06-24 misha
11216:
11217: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
11218:
11219: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
11220: tests for @OPTIONS\nappend
11221:
11222: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
11223:
11224: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
11225:
11226: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
11227:
11228: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
11229: compile.y
11230:
11231: 2008-06-17 misha
11232:
11233: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
11234: compilation: ^if(default){true. it's incorrect. must be
11235: exception}
11236:
11237: 2008-06-16 misha
11238:
11239: * tests/: 181.ent, 181.html, results/181.processed: - test for
11240: checking external reference loading with 'http://localhost'
11241: prefix while creating xdoc
11242:
11243: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
11244: ^math:long2ip[] and ^math:ip2long[]
11245:
11246: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
11247: added which use scalar stateless class method when user object
11248: used in scalar context - use get_scalar_value when user object
11249: requested in scalar context
11250:
11251: * src/main/pa_common.C: - size must be int but not size_t or we
11252: can't compare with 0 sprintf result
11253:
11254: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
11255: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
11256: with internal switch between local/global vars
11257:
11258: * src/types/pa_vclass.C: - register scalar if method @GET[] was
11259: specified
11260:
11261: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
11262: pa_vstateless_object.h: - stateless class and object now has
11263: private scalar field and getter/setter for working with it
11264:
11265: * src/classes/math.C: - methods math:long2ip & math:ip2long were
11266: moved to inet static class
11267:
11268: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
11269: class added (^inet:aton[IP], ^inet:ntoa(number))
11270:
11271: * tests/: 180.html, results/180.processed: - tests for
11272: ^math:long2ip(long) and ^math:ip2long[IP]
11273:
11274: * src/classes/math.C: - ^math:ip2long[IP] added
11275:
11276: 2008-06-11 misha
11277:
11278: * src/main/pa_xml_io.C: - use file_read_text again because of we
11279: need cut BOM code and remove DOS newline chars. but don't
11280: transcode it anyway.
11281:
11282: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
11283: main/pa_http.C: - option for disable transcoding while file_read
11284: and file_read_text added
11285:
11286: 2008-06-10 misha
11287:
11288: * tests/: 179.html, 179.p, results/179.processed: - test for many
11289: classes in 1 file
11290:
11291: * src/main/: compile.C, compile_tools.h: - compile return list of
11292: classes now.
11293:
11294: * src/main/: compile.y, compile.tab.C: - compile return list of
11295: classes now. internals.
11296:
11297: * src/main/pa_request.C: - compile return list of classes now. try
11298: call @conf and @auto for each returned class
11299:
11300: * src/include/pa_request.h: - compile return list of classes now
11301:
11302: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
11303: return list of classes when compile buf)
11304:
11305: 2008-06-07 misha
11306:
11307: * src/main/pa_request.C: - constructing VRequest object with 3rd
11308: param -- form
11309:
11310: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
11311: 3rd param: form. needed for get post_charset
11312:
11313: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
11314: added
11315:
11316: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
11317: types/pa_vform.C, types/pa_vform.h: - some polish
11318:
11319: 2008-06-06 misha
11320:
11321: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
11322: charset and decode chars from it but not from response:charset
11323:
11324: * src/main/pa_http.C: - detect_charset moved out of here
11325:
11326: * src/: include/pa_common.h, main/pa_common.C: - more helpers
11327: methods moved here - unescape_chars accepn one charset now
11328:
11329: * src/main/pa_http.C: - new constants used - don't allow
11330: $.content-type in ^file::load[;http://;$.method[POST]] - add
11331: charset info while ^file::load[;http://;$.method[POST]] - option
11332: $.omit-post-charset(true) added to ^file::load[;http://] for
11333: disabling charset during post
11334:
11335: * src/types/pa_vform.C: - new constants used
11336:
11337: * src/include/pa_common.h: - some constants were added
11338:
11339: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
11340: instead of StrEqNc
11341:
11342: * src/main/pa_common.C: - new method for caseless search
11343: c-substring in c-string - use isxdigit instead of is_hex_digit
11344:
11345: * src/include/pa_common.h: - new method for caseless search
11346: c-substring in c-string
11347:
11348: 2008-06-05 misha
11349:
11350: * tests/results/178.processed: - test for testing default getter
11351:
11352: * tests/178.html: - test for testing default getter
11353:
11354: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
11355: for test for testing default getter
11356:
11357: * src/main/execute.C: - default getter soul
11358:
11359: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
11360: requested objects' field not found
11361:
11362: * src/types/pa_vclass.C: - register default getter if defined - get
11363: default getter if requested field not found
11364:
11365: * src/types/pa_vstateless_object.h: - method get_default_getter was
11366: added
11367:
11368: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
11369: pointer to default getter and methods for get/set it were added
11370:
11371: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
11372: auto_name field (for default getter)
11373:
11374: 2008-06-04 misha
11375:
11376: * src/main/pa_xml_io.C: - load external xml in binary mode (no
11377: transcoding, no cutting BOM code, no fixing line breaks) and get
11378: it to libxml "as is"
11379:
11380: 2008-06-03 misha
11381:
11382: * src/main/pa_common.C: - use store_Char instead of
11383: transcodeCharFromUTF8
11384:
11385: * src/: include/pa_charset.h, main/pa_charset.C: - method
11386: store_Char added, transcodeCharFromUTF8 -- removed
11387:
11388: 2008-06-02 misha
11389:
11390: * tests/: results/177.processed, 177.html: - test for checking
11391: .[acm]date after local ^file::load[] was added
11392:
11393: * tests/: results/176.processed, 176.html: - test for checking
11394: @OPTION\locals + @method[vars][locals] added
11395:
11396: * tests/results/auto.p: - CLASS_PATH specified for checking use
11397:
11398: 2008-05-30 misha
11399:
11400: * src/main/: compile.y, compile.tab.C: - changes in compiler:
11401: @OPTION\nlocals + @method[vars][;locals;] were added
11402:
11403: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
11404: moved to separate method op_code - switch from VMethodFrame to
11405: VMethodFrameGlobal + VMethodFrameLocal
11406:
11407: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
11408: was moved to separate method op_code
11409:
11410: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
11411: VMethodFrame now
11412:
11413: * src/types/pa_vstateless_class.h: - stateless class have bool flag
11414: all_vars_local as well
11415:
11416: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
11417: pa_vmethod_frame_local.h, Makefile.am: - who children for
11418: VMethodFrame were added: one (global) works as VMethodFrame
11419: before and second (local) write all vars in self vars scope
11420:
11421: * src/types/pa_method.h: - method has bool flag all_vars_local now
11422:
11423: 2008-05-29 misha
11424:
11425: * tests/: 129.html, results/129.processed: - more tests for
11426: ^table.hash[]
11427:
11428: * src/classes/hash.C: - ^hash::sql has a new option:
11429: $.type[hash|string|table] as ^table.hash[] one.
11430:
11431: * src/classes/op.C: - ^try has 3rd param now: finally code which
11432: executed anyway after try or catch section
11433:
11434: 2008-05-27 misha
11435:
11436: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
11437: must not fail if $.distinct(1) wasn't specified
11438:
11439: 2008-05-26 misha
11440:
11441: * src/classes/op.C: - allow ^throw[my type]
11442:
11443: 2008-05-22 misha
11444:
11445: * configure.in, configure: - version number updated to 3.2.4b
11446:
11447: * src/classes/: op.C, string.C: - trim format string before
11448: eval/format
11449:
11450: * tests/: results/175.processed, 175.html: - more tests for
11451: different format strings in .format[]
11452:
11453: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
11454: as well (not only %XX)
11455:
11456: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
11457: charset specified - checks for format before print number
11458: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
11459: (instead of tabs) removed
11460:
11461: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
11462: charset specified
11463:
11464: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
11465: char in requested charset from utf code was added
11466:
11467: 2008-05-19 misha
11468:
11469: * tests/: 174.html, results/174.processed: - test for
11470: ^hashfile.cleanup[] added
11471:
11472: * src/classes/hashfile.C: - optimization: don't create any key or
11473: value variable if it's name weren't specified
11474: (^hf.foreach[;v]{...})
11475:
11476: 2008-05-16 misha
11477:
11478: * src/classes/hash.C: - optimization: don't create any key variable
11479: if variable name wasn't specified (^h.foreach[;v]{...})
11480:
11481: 2008-05-15 misha
11482:
11483: * src/classes/op.C: - small changes
11484:
11485: * src/classes/hashfile.C: - code reformating (as hash.foreach)
11486:
11487: * src/classes/hash.C: - calculate var_context once before foreach
11488:
11489: 2008-05-14 misha
11490:
11491: * src/classes/hashfile.C: - incorrect vars context calculation for
11492: ^hashfile.foreach[;]{} fixed
11493:
11494: * src/classes/: hash.C, table.C: - little optimisation
11495:
11496: * src/classes/file.C: - bugfix: double absolute path while loading
11497: file
11498:
11499: * tests/: 174.html, results/174.processed: - tests for hashfile
11500: were added
11501:
11502: * buildall-with-xml: - moving to libxslt 1.1.24
11503:
11504: 2008-04-30 misha
11505:
11506: * src/classes/file.C: - stat file while loading (local only) so
11507: .adate, .mdate and .cdate available without additional ::stat
11508:
11509: 2008-04-28 misha
11510:
11511: * src/classes/file.C: - $.name and $.content-type available for
11512: stated file
11513:
11514: 2008-04-14 misha
11515:
11516: * src/targets/cgi/parser3.C: - new year in copyright %-)
11517:
11518: * src/include/pa_version.h: - new version number in head
11519:
11520: 2008-04-10 misha
11521:
11522: * tests/: 080.html, results/080.processed: - cut '0' from
11523: exponential part because of on diff OS it differ (20 or 020 for
11524: ex)
11525:
11526: * tests/: 119.html, results/119.processed: - check for encoding
11527: while creating xdoc
11528:
11529: 2008-04-09 misha
11530:
11531: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
11532:
11533: * src/main/pa_common.C: - comment added
11534:
11535: * src/classes/date.C: - little refactoring
11536:
11537: 2008-04-07 misha
11538:
11539: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
11540: style of ^table.save[]: prepare one big string and sabe it at
11541: once. it's safe on freebsd 4.x but use much more memory.
11542:
11543: * buildall-with-xml, buildall-without-xml: - option
11544: --disable-stringstream added (under comment. use it on freebsd
11545: 4.x)
11546:
11547: 2008-02-22 misha
11548:
11549: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
11550: specified together in file::load[;http] - get back transcoding
11551: $.body[] in file::load[;http]
11552:
11553: 2008-02-21 misha
11554:
11555: * src/classes/date.C: - ^date.gmt-string[] was added
11556:
11557: * src/types/pa_value.C: - method for output date in RFC 822 format
11558: moved to pa_common.h
11559:
11560: * src/include/pa_common.h: - method for output date in RFC 822
11561: format moved here from pa_value.C
11562:
11563: * src/types/pa_vmail.C: - fixed core in sending mail with
11564: attachment in simple mode ($.file[file here]) introduced in 3.2.2
11565:
11566: 2008-02-20 misha
11567:
11568: * src/main/pa_http.C: - transcode $.headers before escaping into
11569: specified charset while ^file::load[...;http://...] (L_URI
11570: instead of L_HTTP_HEADER) - $.cookies param available in
11571: ^file::load[;http://...] now (but we don't parse set-cookies from
11572: response yet) (cookies not transcoded as common $cookies)
11573:
11574: 2008-02-19 misha
11575:
11576: * src/main/pa_request.C: - rollback: we mustn't force taint
11577: $response:field values because in this case
11578: $response:locateion[http://...] don't works.
11579:
11580: 2008-02-15 misha
11581:
11582: * src/classes/op.C: - little refactoring
11583:
11584: * src/main/pa_http.C: - taint names of $.headers for load[;http
11585:
11586: * src/main/pa_request.C: - force taint values of $response:field
11587:
11588: 2008-02-14 misha
11589:
11590: * src/main/pa_request.C: - $response:field transcoded to
11591: $response:charset before escaping now
11592:
11593: * src/main/pa_http.C: - some outdated comments removed
11594:
11595: * src/classes/date.C: - lastdat -> last-day
11596:
11597: * src/classes/date.C: - ^date:lastday(year;month) and
11598: ^date.lastday[] were added - little code refactoring - comments
11599: changes
11600:
11601: * tests/: 159.html, results/159.processed: - test for number of
11602: days in February
11603:
11604: * src/types/pa_value.C: - fixes in code formatting
11605:
11606: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
11607: and comments
11608:
11609: 2008-02-13 misha
11610:
11611: * src/main/pa_common.C: - bugfix for february at leap year
11612:
11613: 2008-01-28 misha
11614:
11615: * tests/: 160.html, results/160.processed: - more test for cache
11616: added
11617:
11618: * src/classes/op.C: - bugfix: cache body executed twice if contains
11619: unhandled exception
11620:
11621: 2008-01-25 misha
11622:
11623: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
11624: bug when hashfile became inavailable after memory:compact)
11625:
11626: * src/lib/sdbm/apr_strings.C: - +arp_malloc
11627:
11628: 2008-01-22 misha
11629:
11630: * src/classes/table.C: - little refactiring and exception texts
11631: changes in method ^table.hash[]
11632:
11633: * src/types/pa_vcookie.C: - link to cookie specification changed
11634:
11635: 2008-01-21 misha
11636:
11637: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
11638: file::exec/cgi
11639:
11640: * src/classes/file.C: - bugfix: core while processing headers if
11641: executed cgi script don't return content
11642:
11643: 2008-01-18 misha
11644:
11645: * buildall-with-xml: - move to libxml2 version 2.6.31
11646:
11647: * src/include/pa_version.h, configure.in: - version number updated
11648: to '3.2.3b'
11649:
11650: 2007-12-28 misha
11651:
11652: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
11653: hash.contains
11654:
11655: 2007-12-27 misha
11656:
11657: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
11658: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
11659: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
11660: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
11661: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
11662: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
11663: src/targets/cgi/parser3.vcproj,
11664: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
11665: back to VS2003 because of Apache 1.3 module can't work if it was
11666: built in VS 2005. with cgi all file so VS2003 project files can
11667: be easy converted to the new format.
11668:
11669: 2007-12-04 misha
11670:
11671: * src/types/pa_vcode_frame.h: - changes in comment
11672:
11673: 2007-11-29 misha
11674:
11675: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
11676: intercept strings any longer
11677:
11678: * tests/: 173.html, results/173.processed: - tests for
11679: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
11680: but not in main code frame
11681:
11682: * tests/: 172.html, results/172.processed: - more tests for pass
11683: objects from code frames
11684:
11685: 2007-11-27 misha
11686:
11687: * tests/: 152.html, results/152.processed: - tests for converting
11688: strings 'true'/'false' to bool were added
11689:
11690: * tests/152.html: - added checks for converting strings
11691: 'true'/'false' to bool
11692:
11693: * src/classes/string.C: - ^srting.bool[] now can convert to bool
11694: not only strings with numbers but with values 'true'/'false' as
11695: well
11696:
11697: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
11698: for parser3.log increased
11699:
11700: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
11701:
11702: * src/include/pa_common.h: - remove_crlf return cstring size now
11703:
11704: * src/include/pa_types.h: - constant with buffer size for
11705: parser3.log added
11706:
11707: 2007-11-16 misha
11708:
11709: * tests/cat.sh: - script for tests for file::exec/cgi
11710:
11711: * tests/171.html: - tests for file::exec/cgi
11712:
11713: * tests/results/171.processed: - tests results for file::exec/cgi
11714:
11715: 2007-11-15 misha
11716:
11717: * src/main/pa_exec.C: - fixed incorrect exec code for unix
11718:
11719: * src/classes/file.C: - .body must be set before analyzing cgi
11720: headers
11721:
11722: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
11723: only if exec/cgi return anything.
11724:
11725: 2007-11-14 misha
11726:
1.211 moko 11727: * operators.ru.txt, operators.txt: - info about new text|binary
11728: option for file::exec/cgi was added
1.95 moko 11729:
11730: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
11731: ^file:exec[[text|binary];script;...]
11732:
11733: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
11734: classes/string.C, classes/table.C: - more text strings moved to
11735: the one place
11736:
11737: 2007-11-09 misha
11738:
11739: * src/types/pa_vrequest.C: - $request:argv must be taint
11740:
11741: * ChangeLog: - $request:argv [patch from Sumo]
11742:
1.211 moko 11743: * operators.ru.txt, operators.txt: - $request:argv
1.95 moko 11744:
11745: * src/: include/pa_request_info.h, types/pa_vrequest.C,
11746: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
11747:
11748: 2007-10-25 misha
11749:
11750: * buildall-with-xml, buildall-without-xml: - options preparations
11751: for ./configure rewrited
11752:
11753: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
11754: error occure in unhandled_exception finally fixed
11755:
11756: 2007-10-23 misha
11757:
11758: * tests/: 170.html, results/170.processed: - test for
11759: @method[][result]
11760:
1.211 moko 11761: * operators.ru.txt, operators.txt: - added info about node.prefix
11762: and node.namespaceURI
1.95 moko 11763:
11764: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
11765:
11766: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
11767: added for node and attribute
11768:
11769: 2007-10-22 misha
11770:
11771: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
11772:
11773: * src/main/pa_request.C: - added const content-transfer-encoding
11774:
11775: * src/include/pa_request.h: - added const content-transfer-encoding
11776: - ups. constants must be in lowercase (for search)
11777:
11778: * src/types/pa_vmail.C: - more constants used -
11779: content-transfer-encoding: 8bit added
11780:
11781: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
11782:
11783: * src/include/pa_request.h: - more constants
11784:
11785: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
11786: ommit anymore if $.content-disposition was specified - little
11787: refactoring
11788:
11789: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
11790:
11791: 2007-10-17 misha
11792:
1.211 moko 11793: * operators.ru.txt, operators.txt: - info about
1.95 moko 11794: table::create[nameless]{data}[>options<] was added
11795:
11796: * src/main/: compile.tab.C, compile.y: - if error occure while
11797: compile method don't put this method in methods table anymore.
11798: in other case the parser coredumped if @unhandled_exception
11799: method can't be compiled because of parser.compile error.
11800:
11801: * src/main/execute.C: - little code reformating
11802:
11803: * src/main/pa_request.C: - little code reformating - comment
11804: changed
11805:
11806: 2007-10-16 misha
11807:
11808: * tests/: 035.html, results/035.processed: - tests
11809: table::create[]{}[options] added
11810:
11811: * src/classes/table.C: - table::create[]{} now accept 3rd param:
11812: options (only $.seperator[] yet)
11813:
11814: 2007-10-10 misha
11815:
11816: * src/classes/table.C: - some contstants moved to pa_common.h -
11817: some code changes
11818:
11819: 2007-10-02 misha
11820:
11821: * src/main/pa_uue.C: - memory usage during uuencode reduced more
11822: then three time as much. but base64 encoding method still use
11823: less memory anyway.
11824:
11825: 2007-09-17 misha
11826:
1.211 moko 11827: * operators.ru.txt, operators.txt: - added info about
11828: $cookie:fields
1.95 moko 11829:
11830: * src/types/pa_vcookie.C: - $cookie:fields available now
11831:
11832: * src/classes/hash.C: - some stuff for use with .for_each moved to
11833: common
11834:
11835: * src/include/pa_common.h: - some stuff for use with .for_each
11836: moved here
11837:
11838: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
11839:
11840: 2007-09-14 misha
11841:
11842: * buildall-with-xml: - new xml libs again =)
11843:
11844: 2007-08-28 misha
11845:
1.211 moko 11846: * operators.ru.txt, operators.txt: - texts about
11847: ^table.columns[[column name]] and ^string.split[...][v][column
11848: name] were added
1.95 moko 11849:
11850: * tests/: 168.html, 169.html, results/168.processed,
11851: results/169.processed: - tests for ^table.columns[[column name]]
11852: and ^string.split[...][v][column name] were added
11853:
11854: * src/classes/table.C: - new option ^table.columns[[column name]]
11855: was added
11856:
11857: * src/classes/string.C: - new option ^string.split[...;v;[column
11858: name]]
11859:
11860: * src/include/pa_exception.h: - error text message for
11861: ^hash._keys[], ^table.columns[] and ^string.split[]
11862:
11863: 2007-08-27 misha
11864:
11865: * src/main/untaint.C: - try to fix coredump on unix if print to
11866: body ^taint[sql][something] outside of connect
11867:
11868: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
11869: outside of connect
11870:
11871: * buildall-with-xml, buildall-without-xml: - strip parser3 was
11872: added (commented by default)
11873:
11874: 2007-08-20 misha
11875:
1.211 moko 11876: * operators.ru.txt, operators.txt: - comment about new method
11877: ^node.hasAttributes[] was added
1.95 moko 11878:
11879: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
11880: duplicated exception text strings were removed
11881:
11882: * src/include/pa_exception.h: - more exception text strings moved
11883: here
11884:
11885: * src/classes/table.C: - some duplicate exceptions' text strings
11886: removed
11887:
11888: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
11889: xdoc.C, xnode.C: - some duplicate exceptions' text strings
11890: removed
11891:
11892: * src/include/pa_exception.h: - some exception text strings movet
11893: to pa_exception
11894:
11895: * tests/: 149.html, results/149.processed: - test for
11896: ^xnode.hasAttributes[] was added - some code changes
11897:
11898: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
11899: added
11900:
11901: 2007-08-17 misha
11902:
11903: * tests/: results/006.processed, results/059.processed, 006.html,
11904: 059.html: - more tests for match
11905:
11906: * tests/: 129.html, results/129.processed: - tests for
11907: ^table.hash[...][$.type[string|hash|table]] added
11908:
11909: * src/targets/cgi/parser3.C: - little syntax changes
11910:
11911: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
11912: syntax changes
11913:
1.211 moko 11914: * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
11915: annoying 'SIGPIPE' messages in parser3.log switched off by
11916: default. If someone really still need it: use $SIGPIPE(1)
1.95 moko 11917:
11918: 2007-08-08 misha
11919:
11920: * buildall-with-xml, buildall-without-xml: - remove libs source
11921: files by default since now
11922:
11923: 2007-08-07 misha
11924:
11925: * buildall-without-xml: - some option syntax changes
11926:
11927: * buildall-with-xml: - compile libxml2 without http support - some
11928: option syntax changes
11929:
11930: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
11931:
11932: 2007-08-06 misha
11933:
11934: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
11935:
11936: * tests/: 160.html, results/160.processed: - cache test was
11937: rewrited
11938:
11939: 2007-07-06 misha
11940:
11941: * tests/: 153.html, results/153.processed: - added test for
11942: ^math:sha1[string]
11943:
11944: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
11945: transcoded
11946:
11947: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
11948: were added
11949:
11950: 2007-06-28 misha
11951:
11952: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
11953: some incorrect chars
11954:
11955: 2007-06-19 misha
11956:
11957: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
11958: were moved on top because of gcc 4 had a problems during
11959: building.
11960:
11961: 2007-06-18 misha
11962:
11963: * tests/results/019.processed: - new image commited
11964:
11965: 2007-06-09 misha
11966:
11967: * src/classes/: op.C, table.C: - in while and table.select method
11968: as_expression used now
11969:
11970: * src/types/pa_vmethod_frame.h: - method as_expression was added
11971:
11972: 2007-06-08 misha
11973:
11974: * tests/: 166.html, results/166.processed: - test for
11975: ^match[...][n]
11976:
11977: * tests/: 165.html, results/165.processed: - tests for loops
11978:
11979: * src/lib/cord/include/private/cord_pos.h: - back to origin value
11980: because of no speed/memory optimisation but some proglems with
11981: long cycles occure
11982:
11983: 2007-06-06 misha
11984:
11985: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
11986: ^table.select(true) and ^table.select(1) didn't works because of
11987: awaiting junction-param only. fixed.
11988:
11989: 2007-05-24 misha
11990:
11991: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
11992: with 0.5 secs interval
11993:
11994: * src/classes/op.C: - cache was rewrited. I hope it works with
11995: locking system now on unix
11996:
11997: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
11998: system locks which wait till other threads release it but try get
11999: lock, if fail wait 1 sec and make 10 attempts.
12000:
12001: * src/include/pa_os.h: - consts for blocking locks + some comments
12002: were added
12003:
12004: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
12005: opening files
12006:
12007: * src/classes/table.C: - changes in includes. if unclude <sstream>
12008: after our classes on unix it can't be build
12009:
12010: * src/types/pa_vhashfile.C: - not needed code removed
12011:
12012: 2007-05-23 misha
12013:
12014: * src/: classes/file.C, classes/op.C, main/pa_common.C,
12015: include/pa_common.h: - cosmetic changes
12016:
12017: 2007-05-18 misha
12018:
12019: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
12020: often. it's give some speed increasing
12021:
12022: * tests/results/160.processed: - returned time corrected
12023:
12024: * tests/160.html: - time increased because on unix 1 mean nothing
12025: :(
12026:
1.211 moko 12027: * operators.ru.txt, operators.txt: - added info about
12028: ^hash.contain[key]
1.95 moko 12029:
12030: * src/classes/hash.C: - added ^hash.contain[key]
12031:
12032: * src/include/pa_hash.h: - added method for checking key exists in
12033: hash
12034:
12035: 2007-05-07 misha
12036:
12037: * src/include/pa_string.h: - was compilation error during build on
12038: freebsd4
12039:
12040: 2007-05-03 misha
12041:
12042: * src/classes/table.C: - option $.type[hash|string|table] was added
12043: for ^table.hash[]
12044:
12045: * src/classes/file.C: - comment removed
12046:
12047: 2007-04-26 misha
12048:
12049: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
12050: real files doesn't opened in place anymore
12051:
12052: 2007-04-24 misha
12053:
12054: * src/classes/math.C: - I thought one more time and remove lg(N) :)
12055:
12056: * src/include/pa_exception.h: "static" removed
12057:
12058: 2007-04-23 misha
12059:
12060: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
12061:
12062: * src/classes/math.C: added: - ^math:ln(N) (the same as
12063: ^math:log(N)) - ^math:lg(N)
12064:
12065: * tests/: 097.html, results/097.processed: - charsets converstion
12066: during ^file::load[text;http://...] added
12067:
12068: * tests/: 164.html, results/164.processed: - check for set expires
12069: as a date
12070:
12071: * tests/: 164.html, results/164.processed: - test for hashfile
12072:
12073: * src/classes/hashfile.C: - little comment changes
12074:
12075: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
12076: access
12077:
12078: * src/: classes/date.C, classes/double.C, classes/file.C,
12079: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
12080: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
12081: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
12082: classes/xnode.h, include/pa_request.h, main/execute.C,
12083: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12084: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
12085: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
12086: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
12087: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
12088: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
12089: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12090: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
12091: "parser.runtime" strings were removed
12092:
12093: * src/classes/hashfile.C: - with .clear[] called files_delete()
12094: now.
12095:
12096: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
12097:
12098: * src/include/pa_exception.h: - string constant with
12099: "parser.runtime" text was added
12100:
12101: 2007-04-20 misha
12102:
1.211 moko 12103: * operators.ru.txt, operators.txt: - some comments changing
1.95 moko 12104:
1.211 moko 12105: * operators.ru.txt, operators.txt: - added info about
12106: .^hashfile.release[], ^hashfile.clenaup[] and new
12107: ^string.match[][>N-option<]
1.95 moko 12108:
12109: * configure: =cheching for unsetenv
12110:
12111: * src/classes/hashfile.C: - ^hashfile.cleanup[],
12112: ^hashfile.release[] were added
12113:
12114: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
12115: ^string.match[][] understand new option now: return number of
12116: matches but not table wit results
12117:
12118: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
12119: reopen now
12120:
12121: * src/classes/op.C: - bug. must be false
12122:
12123: * configure.in: - checking for unsetenv was added
12124:
12125: * src/types/pa_vform.C: - some comments
12126:
12127: 2007-04-18 misha
12128:
12129: * buildall-with-xml: moving to libxml2-2.6.28
12130:
12131: * buildall-with-xml, buildall-without-xml: added commented lines
12132: with --disable-safe-mode option
12133:
1.211 moko 12134: * operators.ru.txt, operators.txt: - info about $form:files
1.95 moko 12135:
12136: 2007-04-17 misha
12137:
12138: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
12139: $form:files was added
12140:
12141: * tests/: 163.html, results/163.processed: removing auto format
12142:
12143: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
12144:
12145: 2007-04-16 misha
12146:
12147: * tests/: 163.html, results/163.processed: - test for .int[],
12148: floor, round, ceiling and .format[]
12149:
12150: * src/classes/file.C: - little optimization for getting args in
12151: exec/cgi
12152:
12153: 2007-04-13 misha
12154:
12155: * src/classes/file.C: - arguments for file::exec/cgi can be
12156: specified now as s table with one column
12157:
12158: 2007-03-27 misha
12159:
12160: * tests/: 162.html, results/162.processed: - test for
12161: ^table.select(^condition[$t])
12162:
12163: * tests/results/auto.p: - load windows-1251 charset for some tests
12164:
12165: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
12166:
12167: * tests/: results/161.processed, 161.html, 161_utf8.txt,
12168: 161_windows1251.txt: - added test for
12169: ^file::load[text;/local/file.txt;$.charset[...]]
12170:
12171: * tests/: results/013.processed, 013.html: - added test for
12172: checking $._default value while hash modifications
12173:
12174: * tests/: 160.html, results/160.processed: - add test for
12175: ^cache[key](secs){code}, ^cache[] and ^cache(0)
12176:
12177: 2007-03-22 misha
12178:
12179: * src/include/pa_common.h: - "charset" string defined for
12180: ^file::load[text;/local.txt] and ^table::load[/table.txt]
12181:
12182: * src/main/: pa_common.C, pa_http.C: - $.charset option for
12183: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
12184: added - not needed transcodes were removed from
12185: ^file::load[...;http://...]
12186:
12187: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
12188: added
12189:
12190: * src/classes/date.C: - date.week was fixed
12191:
1.211 moko 12192: * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95 moko 12193:
12194: * tests/: 159.html, results/159.processed: - tests for date.week
12195: and date.weekyear added
12196:
12197: 2007-03-15 misha
12198:
12199: * src/classes/table.C: - enclose column numbers for nameless tables
12200: as well
12201:
12202: 2007-03-14 misha
12203:
12204: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
12205:
12206: * src/classes/table.C: - table.save optimization: now required much
12207: less memory
12208:
12209: 2007-03-13 misha
12210:
12211: * tests/results/: 158.processed, 158.processes: - tests for
12212: table.save/table.load
12213:
12214: * tests/: 158.html, results/158.processes: - tests for
12215: table.save/table.load
12216:
12217: * buildall-with-xml: libxml2: --without-ftp --without-docbook
12218:
12219: * buildall-with-xml: - pattern needed now for building
12220:
12221: * tests/results/097.processed: - added test results for xdoc::load
12222: & xdoc::load[http://...]
12223:
12224: * tests/097.html: - added test for xdoc::load
12225:
12226: 2007-03-12 misha
12227:
12228: * tests/: 107.html, results/107.processed: - added test for xpath
12229: '//man'
12230:
12231: 2007-03-01 misha
12232:
12233: * tests/: 097.html, results/097.processed: - added test for
12234: creating xdoc from file
12235:
12236: * tests/: results/157.processed, 157.html: - added test for
12237: file:move
12238:
12239: 2007-02-28 misha
12240:
12241: * src/classes/xdoc.C: - another attempt
12242:
12243: * src/classes/xdoc.C: - roll back last changes for a while
12244:
1.211 moko 12245: * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
12246: ^xdoc::create[$file] added.
1.95 moko 12247:
12248: * src/classes/file.C: - under lock we create non-exist dir anyway
12249:
12250: * tests/results/099.processed: - ever send content-disposition to
12251: client with file
12252:
12253: * tests/157.html: + test for file:copy
12254:
12255: 2007-02-26 misha
12256:
12257: * src/classes/file.C: - some similar strings moved to #define
12258: instead of to be copy/pasted many times
12259:
12260: * src/types/pa_vfile.h: - class name string ("file") moved to
12261: #define
12262:
12263: 2007-02-20 misha
12264:
12265: * configure.in: - added some strings for sqlite detection
12266:
12267: 2007-02-19 misha
12268:
1.211 moko 12269: * operators.ru.txt, operators.txt: - some comments changes
1.95 moko 12270:
12271: * buildall-with-xml, buildall-without-xml: - some modifications
12272:
12273: 2007-02-17 misha
12274:
12275: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
12276:
12277: * src/main/pa_request.C: - damn, i forgot to commit it while I
12278: change console behaviour
12279:
12280: 2007-02-12 misha
12281:
12282: * src/targets/cgi/parser3.C: - don't print headers if
12283: $console:line[data] was used during cgi execution.
12284:
12285: * src/types/pa_vconsole.h: - console class have bool flag now which
12286: marked as 'true' if class was used.
12287:
12288: * tests/: 152.html, results/152.processed: - more types was added
12289: to test 152
12290:
12291: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
12292: adding 'bool' (^if($image){} caused exception)
12293:
12294: 2007-02-09 misha
12295:
12296: * tests/: 152.html, results/152.processed: - test alightly updated
12297:
12298: * tests/: 152.html, results/152.processed: - test rewrited
12299:
12300: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
12301: bugfix. I broke xdoc & xnode in expression
12302:
12303: 2007-02-08 misha
12304:
12305: * tests/: 152.html, results/152.processed: - add test for checking
12306: 'def' for void, string, bool, int & double
12307:
12308: 2007-02-07 misha
12309:
1.211 moko 12310: * operators.ru.txt, operators.txt: - ^file:base64[filespec] was
12311: added
1.95 moko 12312:
12313: * tests/results/153.processed: - result test for
12314: ^file:base64[filespec] was updated
12315:
12316: * tests/153.html: - test for ^file:base64[filespec] was added
12317:
12318: * src/types/pa_vconsole.h: - little optimization
12319:
12320: * src/classes/file.C: - ^file:base64[filespec]
12321:
12322: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
12323:
12324: * src/include/pa_common.h: - declarations for
12325: ^file:base64[filespec]
12326:
12327: * src/types/pa_vcookie.C: - little optimization
12328:
12329: 2007-02-06 misha
12330:
12331: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
12332: were temporary commented
12333:
12334: * src/types/pa_vbool.h: - bugfix
12335:
12336: * tests/156.html: - added test for bool cookie
12337:
12338: * src/types/pa_vcookie.h: - not needed string "cookie" removed
12339:
12340: * tests/: 155.html, results/155.processed: - added test for check
12341: $.encloser[] option for table save/load
12342:
12343: * tests/: 153.html, 154.html, todo.txt: - two more tests added
12344:
12345: 2007-02-05 misha
12346:
12347: * tests/results/152.processed: - newline at the end was missed
12348:
12349: * tests/results/141.processed: - math:md5 must be lowercased
12350:
12351: * src/targets/cgi/parser3.C: - 2007 in help ;)
12352:
12353: 2007-02-03 misha
12354:
12355: * tests/results/: 150.processed, 151.processed, 152.processed: -
12356: test for bool added and some content length fixes
12357:
12358: * tests/152.html: - test for bool added
12359:
12360: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
12361:
1.211 moko 12362: * operators.ru.txt, operators.txt: - info bool class was added
1.95 moko 12363:
1.116 moko 12364: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 12365: classes/classes.vcproj, classes/double.C, classes/int.C,
12366: classes/string.C, classes/void.C, classes/xnode.C,
12367: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
12368: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
12369: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
12370: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
12371: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
12372: types/types.vcproj: - bool class was added
12373:
12374: * src/main/pa_request.C: - fix
12375:
12376: 2007-01-18 misha
12377:
12378: * src/: main/pa_string.C, classes/string.C: - return table during
12379: ^string.match[][] even if no matched found.
12380:
12381: 2006-12-20 misha
12382:
12383: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
12384: http://www.parser.ru/forum/?id=55598 ]
12385:
12386: 2006-12-19 misha
12387:
12388: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
12389: details: http://www.parser.ru/forum/?id=52359
12390:
12391: * src/main/pa_request.C: - always set content-disposition for
12392: $response:body[hash here]. more details:
12393: http://www.parser.ru/forum/?id=52130
12394:
12395: 2006-12-07 misha
12396:
1.211 moko 12397: * operators.ru.txt, operators.txt: - added info about bool params
12398: in cookie set
1.95 moko 12399:
12400: * src/types/pa_vcookie.C: - bool param in cookies available now
12401: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
12402: ]
12403:
12404: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
12405: was added
12406:
12407: 2006-12-02 misha
12408:
12409: * src/classes/file.C: - file_block_read used instead of native read
12410:
12411: * src/main/pa_common.C: - added file_block_read with read error
12412: detection - file_block_read used instead of native read
12413:
12414: * src/include/pa_common.h: - added file_block_read declaration
12415:
12416: 2006-12-01 misha
12417:
1.211 moko 12418: * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
12419: added
1.95 moko 12420:
12421: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
12422: $var.CLASS_NAME added
12423:
1.211 moko 12424: * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95 moko 12425:
12426: * src/classes/file.C: - ^file:copy[from;fo] was added
12427:
12428: 2006-11-20 misha
12429:
12430: * src/classes/date.C: - bug fix :)
12431:
12432: 2006-11-17 misha
12433:
12434: * src/include/pa_common.h: - array in crc32 calculation was changed
12435: to static
12436:
12437: * src/main/pa_common.C: - little optimization in getMonthDays -
12438: small changes in crc32 calculation
12439:
12440: * src/classes/date.C: - not needed code was removed
12441:
12442: 2006-11-16 misha
12443:
12444: * src/types/pa_vmail.C: - fix missed brakes
12445:
12446: * src/types/pa_vmail.C: - mail:send now set content-type:
12447: multipart/related instead of multipart/mixed if file have
12448: $.content-id[]
12449:
12450: 2006-11-15 misha
12451:
12452: * src/types/pa_vdouble.h: abs -> fabs
12453:
12454: 2006-11-14 misha
12455:
1.211 moko 12456: * operators.ru.txt, operators.txt: - added info about ^file.md5[]
12457: and ^file:md5[file-name]
1.95 moko 12458:
12459: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
12460: added
12461:
12462: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
12463: FILE_BUFFER_SIZE
12464:
12465: * src/classes/math.C: - hex_string was moved to pa_common.h
12466:
12467: * src/include/pa_common.h: - hex_string was moved from math.C -
12468: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
12469:
12470: * src/types/pa_vdouble.h: - incorrect frac detection with negative
12471: values was fixed
12472:
12473: 2006-11-13 misha
12474:
1.211 moko 12475: * operators.ru.txt, operators.txt: - added info about
12476: ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95 moko 12477:
12478: * src/classes/math.C: - added ^math:crc32[string]
12479:
12480: * src/classes/file.C: - some comments were changed - added
12481: ^file:crc32[file-name] and ^file.crc32[]
12482:
12483: * src/: include/pa_common.h, main/pa_common.C: - some functions for
12484: crc32 calculation added
12485:
12486: 2006-11-03 misha
12487:
12488: * src/include/pa_array.h: - not needed variable removed
12489:
12490: * tests/: 150.html, 151.html, results/150.processed,
12491: results/151.processed: - 2 tests were added
12492:
12493: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
12494: with $.reverse(1) were fixed
12495:
12496: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
12497: query converted to $.charset during ^file::load[http://...]
12498:
12499: 2006-11-02 misha
12500:
12501: * src/include/pa_table.h: ups. forget '=' char
12502:
12503: * src/include/pa_table.h: - one more fix in
12504: .locate[...][$.reverse(1)]
12505:
12506: 2006-11-01 misha
12507:
12508: * src/classes/math.C: - bug fix, details:
12509: http://www.parser.ru/forum/?id=53360
12510:
12511: * src/include/pa_table.h: - bug fix during ^table.locate( condition
12512: false for all records )[$.reverse(1)]
12513:
12514: * src/main/pa_http.C: - second param for this mid method is length
12515: but not end_index so this method has error and can't detect
12516: charsets in next content-types: Content-type: text/html;
12517: charset="windows-1251" Content-type: text/html;
12518: charset="windows-1251"; Content-type: text/html;
12519: charset=windows-1251;
12520:
12521: only Content-type: text/html; charset=windows-1251 was fine
12522:
12523: 2006-10-31 misha
12524:
12525: * src/classes/file.C: - empty args in file::exec removed now
12526:
12527: 2006-09-03 paf
12528:
12529: * src/classes/file.C: proper tainting of
12530: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
12531:
12532: 2006-06-09 paf
12533:
12534: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
12535:
12536: * src/classes/table.C: formatting
12537:
12538: * src/classes/table.C: incorporated patch from misha: Sent:
12539: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
12540: ignoring string options for ^table.save[]
12541:
12542: * src/classes/hash.C: incorporated patch from misha Sent:
12543: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
12544: $hash._default disappear while
12545:
1.211 moko 12546: * operators.ru.txt, operators.txt: ^mail:send[ $.file1[
12547: $.value[file] $.format[!uue|!base64] << new base64 option.
12548: default uue ] ]
1.95 moko 12549:
12550: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
12551: PM Subject: patch for base64 in ^mail:send[] %-)
12552:
12553: 2006-04-09 paf
12554:
12555: * src/main/compile.tab.C: ` change compiled
12556:
1.211 moko 12557: * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95 moko 12558: src/classes/classes.vcproj, src/classes/file.C,
12559: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
12560: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12561: src/classes/xnode.C, src/include/pa_array.h,
12562: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12563: src/include/pa_memory.h, src/include/pa_request.h,
12564: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12565: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12566: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12567: src/lib/pcre/pcre_dftables.vcproj,
12568: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12569: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12570: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12571: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12572: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12573: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12574: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12575: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12576: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12577: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12578: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12579: src/types/pa_value.h, src/types/pa_vcookie.C,
12580: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12581: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12582: src/types/pa_vstatus.C, src/types/types.vcproj,
12583: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
12584: ^menu, ^hash/hashfile.foreach
12585:
12586: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
12587: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
12588: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
12589: src/classes/xnode.C, src/include/pa_array.h,
12590: src/include/pa_config_fixed.h, src/include/pa_dir.h,
12591: src/include/pa_memory.h, src/include/pa_request.h,
12592: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
12593: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
12594: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
12595: src/lib/pcre/pcre_dftables.vcproj,
12596: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
12597: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
12598: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
12599: src/main/pa_cache_managers.C, src/main/pa_charset.C,
12600: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
12601: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
12602: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
12603: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
12604: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
12605: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
12606: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
12607: src/types/pa_value.h, src/types/pa_vcookie.C,
12608: src/types/pa_vmail.C, src/types/pa_vresponse.C,
12609: src/types/pa_vstatus.C, src/types/types.vcproj,
12610: tests/descript.ion: ! switched to VS2005 (projects and
12611: object<info explicitly typed>.for_each(, info)) +
12612: $response:field[] setting void means removing + grammar $name`
12613: name stops now, for mysql `$field` + started ^break[]
12614: ^continue[], in ^for. TODO: to other iterators (while, menu,
12615: foreach) + all log messages += [uri=, method=, cl=]
12616:
12617: * buildall-with-xml: merged . ftp paths update
12618:
12619: * buildall-with-xml: . ftp paths update
12620:
12621: 2006-03-04 paf
12622:
12623: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
12624: checks++ [thanks to Igor Zinkovsky for detailed report]
12625:
12626: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
12627: Igor Zinkovsky for detailed report]
12628:
12629: 2006-03-01 paf
12630:
12631: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12632: \n to ' ' in
12633:
12634: 2006-02-18 paf
12635:
12636: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
12637: \n to ' ' in
12638:
12639: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
12640:
12641: 2006-02-03 paf
12642:
12643: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
12644: base64
12645:
12646: * src/main/pa_common.C: ! bugfix: decoding from base64
12647:
12648: 2006-01-20 paf
12649:
12650: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12651: economy fix
12652:
12653: * src/classes/: table.C: merged from HEAD ! bugfix
12654: ^table.save[$.encloser-s now handled properly
12655:
12656: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
12657: handled properly
12658:
12659: 2006-01-19 paf
12660:
12661: * buildall-with-xml, buildall-without-xml: merged from HEAD !
12662: libgc:USE_MUNMAP activates merging of free memory blocks which
12663: helps a lot in our case: after transform we want
12664: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
12665:
12666: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
12667: economy fix
12668:
12669: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
12670: activates merging of free memory blocks which helps a lot in our
12671: case: after transform we want CORD(main.result)->cstr[big
12672: malloc]->transcode[big malloc]
12673:
12674: 2006-01-17 paf
12675:
12676: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
12677: before reading them. got rid of reallocs = became quicker and
12678: less fragmentated
12679:
12680: 2005-12-29 paf
12681:
1.116 moko 12682: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
12683: configure, configure.in, src/include/pa_version.h,
12684: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 12685: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
12686: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
12687: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
12688: src/lib/ltdl/missing: . merged from 3.2.1
12689:
1.116 moko 12690: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
12691: packaged when 'make dist', so do configure companion files in
12692: src/lib/ltdl
12693:
12694: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
12695: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
12696: missing: . now config_auto.h is created with configure [were
12697: constant]
1.95 moko 12698:
12699: * INSTALL: . references to documentation and some clarification
12700:
12701: * buildall-with-xml, buildall-without-xml: . farawell doc
12702: indication
12703:
1.116 moko 12704: * Makefile.am: . dist+=buildall*
1.95 moko 12705:
12706: 2005-12-28 paf
12707:
12708: * configure: . 3.2.1
12709:
12710: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
12711: simplify build process, see INSTALL
12712:
12713: 2005-12-26 paf
12714:
12715: * configure: ver
12716:
12717: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
12718: version
12719:
12720: 2005-12-21 paf
12721:
12722: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
12723: compiled with bison 1.875b, it reports unexpected token names
12724:
12725: 2005-12-19 paf
12726:
12727: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
12728: holds a link to xmlNode to prevent premature gc(xmlNode)
12729:
12730: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
12731: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12732: src/main/main.vcproj, src/main/pa_globals.C,
12733: src/targets/cgi/parser3.vcproj,
12734: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
12735: configure, configure.in, src/include/pa_version.h: . killing
12736: gdome [what a relief]
12737:
12738: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
12739: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
12740: run_parser.sh, results/001.processed, results/002.processed,
12741: results/003.processed, results/004.processed,
12742: results/005.processed, results/006.processed,
12743: results/008.processed, results/009.processed,
12744: results/010.processed, results/011.processed,
12745: results/012.processed, results/013.processed,
12746: results/014.processed, results/015.processed,
12747: results/016.processed, results/017.processed,
12748: results/018.processed, results/020.processed,
12749: results/021.processed, results/022.processed,
12750: results/023.processed, results/024.processed,
12751: results/025.processed, results/026.processed,
12752: results/027.processed, results/028.processed,
12753: results/029.processed, results/030.processed,
12754: results/031.processed, results/032.processed,
12755: results/033.processed, results/034.processed,
12756: results/035.processed, results/036.processed,
12757: results/037.processed, results/038.processed,
12758: results/039.processed, results/040.processed,
12759: results/041.processed, results/042.processed,
12760: results/043.processed, results/044.processed,
12761: results/045.processed, results/046.processed,
12762: results/047.processed, results/048.processed,
12763: results/049.processed, results/050.processed,
12764: results/051.processed, results/052.processed,
12765: results/053.processed, results/054.processed,
12766: results/055.processed, results/056.processed,
12767: results/057.processed, results/058.processed,
12768: results/059.processed, results/060.processed,
12769: results/061.processed, results/062.processed,
12770: results/063.processed, results/064.processed,
12771: results/065.processed, results/066.processed,
12772: results/067.processed, results/068.processed,
12773: results/069.processed, results/070.processed,
12774: results/071.processed, results/072.processed,
12775: results/073.processed, results/074.processed,
12776: results/075.processed, results/076.processed,
12777: results/077.processed, results/078.processed,
12778: results/079.processed, results/080.processed,
12779: results/081.processed, results/082.processed,
12780: results/083.processed, results/084.processed,
12781: results/085.processed, results/086.processed,
12782: results/087.processed, results/088.processed,
12783: results/089.processed, results/090.processed,
12784: results/091.processed, results/092.processed,
12785: results/093.processed, results/094.processed,
12786: results/095.processed, results/096.processed,
12787: results/097.processed, results/099.processed,
12788: results/100.processed, results/101.processed,
12789: results/102.processed, results/104.processed,
12790: results/105.processed, results/106.processed,
12791: results/107.processed, results/108.processed,
12792: results/109.processed, results/110.processed,
12793: results/111.processed, results/112.processed,
12794: results/113.processed, results/114.processed,
12795: results/115.processed, results/117.processed,
12796: results/119.processed, results/120.processed,
12797: results/121.processed, results/122.processed,
12798: results/123.processed, results/124.processed,
12799: results/125.processed, results/126.processed,
12800: results/127.processed, results/128.processed,
12801: results/129.processed, results/130.processed,
12802: results/131.processed, results/132.processed,
12803: results/133.processed, results/134.processed,
12804: results/135.processed, results/136.processed,
12805: results/138.processed, results/139.processed,
12806: results/140.processed, results/141.processed,
12807: results/142.processed, results/143.processed,
12808: results/144.processed, results/145.processed,
12809: results/146.processed, results/147.processed,
12810: results/148.processed, results/149.processed, results/auto.p: .
12811: now works if we turn off default auto.p
12812:
1.116 moko 12813: * configure: . makes
1.95 moko 12814:
12815: * src/types/pa_vxnode.C: . less warnings
12816:
12817: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
12818: tests/145.html, tests/149.html, tests/descript.ion,
12819: tests/outputs/d.cmd, tests/results/142.processed,
12820: tests/results/143.processed, tests/results/144.processed,
12821: tests/results/145.processed, tests/results/146.processed,
12822: tests/results/147.processed, tests/results/148.processed,
12823: tests/results/149.processed: . removed .nodeValue from all node
12824: types other than 5 (grabbed piece from gdome)
12825:
12826: * tests/: 137.html, results/137.processed: . not handled this case
12827: yet. code does not hang from inserting parent into child,
12828: considering thing minor issue -- nodes are removed from source
12829: anyway, don't know why shold that be an error after all
12830:
12831: * src/targets/cgi/parser3.C: . style
12832:
12833: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
12834: xdoc too [were barking "not element"]
12835:
12836: 2005-12-16 paf
12837:
12838: * tests/: 146.html, 147.html, 148.html: . more tests
12839:
12840: * src/classes/xnode.C: . also bark on possible errors
12841:
12842: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
12843: props
12844:
12845: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
12846: main/compile.y: merged from HEAD ! fixed overoptimized
12847: ^call(false) case. (confused it with ^call[] case)
12848:
12849: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
12850: ^call(false) case. (confused it with ^call[] case)
12851:
12852: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
12853:
12854: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
12855: results/001.processed, results/002.processed,
12856: results/003.processed, results/004.processed,
12857: results/005.processed, results/006.processed,
12858: results/008.processed, results/009.processed,
12859: results/010.processed, results/011.processed,
12860: results/012.processed, results/013.processed,
12861: results/014.processed, results/015.processed,
12862: results/016.processed, results/017.processed,
12863: results/018.processed, results/019.processed,
12864: results/020.processed, results/021.processed,
12865: results/022.processed, results/023.processed,
12866: results/024.processed, results/025.processed,
12867: results/026.processed, results/027.processed,
12868: results/028.processed, results/029.processed,
12869: results/030.processed, results/031.processed,
12870: results/032.processed, results/033.processed,
12871: results/034.processed, results/035.processed,
12872: results/036.processed, results/037.processed,
12873: results/038.processed, results/039.processed,
12874: results/040.processed, results/041.processed,
12875: results/042.processed, results/043.processed,
12876: results/044.processed, results/045.processed,
12877: results/046.processed, results/047.processed,
12878: results/048.processed, results/049.processed,
12879: results/050.processed, results/051.processed,
12880: results/052.processed, results/053.processed,
12881: results/054.processed, results/055.processed,
12882: results/056.processed, results/057.processed,
12883: results/058.processed, results/059.processed,
12884: results/060.processed, results/061.processed,
12885: results/062.processed, results/063.processed,
12886: results/064.processed, results/065.processed,
12887: results/066.processed, results/067.processed,
12888: results/068.processed, results/069.processed,
12889: results/070.processed, results/071.processed,
12890: results/072.processed, results/073.processed,
12891: results/074.processed, results/075.processed,
12892: results/076.processed, results/077.processed,
12893: results/078.processed, results/079.processed,
12894: results/080.processed, results/081.processed,
12895: results/082.processed, results/083.processed,
12896: results/084.processed, results/085.processed,
12897: results/086.processed, results/087.processed,
12898: results/088.processed, results/089.processed,
12899: results/090.processed, results/091.processed,
12900: results/092.processed, results/093.processed,
12901: results/094.processed, results/095.processed,
12902: results/096.processed, results/097.processed,
12903: results/099.processed, results/101.processed,
12904: results/102.processed, results/104.processed,
12905: results/105.processed, results/106.processed,
12906: results/107.processed, results/108.processed,
12907: results/109.processed, results/110.processed,
12908: results/111.processed, results/112.processed,
12909: results/113.processed, results/114.processed,
12910: results/115.processed, results/116.processed,
12911: results/117.processed, results/118.processed,
12912: results/119.processed, results/120.processed,
12913: results/121.processed, results/122.processed,
12914: results/123.processed, results/124.processed,
12915: results/125.processed, results/126.processed,
12916: results/127.processed, results/128.processed,
12917: results/129.processed, results/130.processed,
12918: results/131.processed, results/132.processed,
12919: results/133.processed, results/134.processed,
12920: results/135.processed, results/136.processed,
12921: results/137.processed, results/138.processed,
12922: results/139.processed, results/140.processed,
12923: results/141.processed: . refreshed old tests, made them work
12924: without auto.p (in utf8) . things noted: . gif got encoded
12925: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
12926: some strange year)
12927:
12928: * INSTALL: . revived linux libgc fix
12929:
12930: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
12931: glib/gdome in INSTALL and patches]
12932:
12933: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12934: include/pa_charset.h, include/pa_config_includes.h,
12935: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
12936: include/pa_xml_exception.h, lib/cord/Makefile.am,
12937: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
12938: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
12939: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
12940: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
12941: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
12942: types/pa_vxnode.h: . started killing gdome
12943:
12944: 2005-12-13 paf
12945:
12946: * src/main/: pa_request.C: merged from HEAD ! when code in
12947: @unhandled_exception thrown another exception, print correct
12948: origin (earlier code in catch of exception inside of
12949: @unhandled_exception grabbed parent_frame(original_exception)
12950: origin and printed it, instead of true origin)
12951:
12952: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
12953: another exception, print correct origin (earlier code in catch of
12954: exception inside of @unhandled_exception grabbed
12955: parent_frame(original_exception) origin and printed it, instead
12956: of true origin)
12957:
12958: 2005-12-09 paf
12959:
12960: * INSTALL: . updated INSTALL doc to work around linux stack base
12961: detection problem, due to change in gc6.4 code
12962:
12963: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
12964: ignored in ^string.matched :(
12965:
12966: * src/main/pa_string.C: ! regex tainting were ignored in
12967: ^string.matched :(
12968:
12969: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
12970: src/include/pa_config_fixed.h, src/include/pa_version.h,
12971: src/main/compile.y, src/main/compile_tools.h,
12972: src/main/pa_charset.C, src/main/pa_common.C,
12973: src/main/pa_globals.C, src/main/pa_string.C,
12974: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
12975: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
12976:
12977: 2005-12-08 paf
12978:
12979: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
12980: 500 chars now handled OK [were wrapped on 500th char according to
12981: rfc, but sendmail failed to unwrap it properly]
12982:
12983: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
12984: handled OK [were wrapped on 500th char according to rfc, but
12985: sendmail failed to unwrap it properly]
12986:
12987: * src/targets/isapi/parser3isapi.C: . less warnings
12988:
12989: * src/targets/isapi/parser3isapi.C: . undone some strange change
12990: since 3.1.5
12991:
12992: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
12993: link fixes
12994:
12995: * src/: classes/date.C, include/pa_config_fixed.h,
12996: main/compile.tab.C, main/compile.y, main/compile_tools.h,
12997: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
12998: main/pa_string.C, targets/cgi/getopt.c: . less warnings
12999:
13000: * src/include/pa_config_fixed.h: . removed outdated string origins
13001: [in current storage scheme there's no place for them. someday we
13002: can add third CORD to store origins and special version of parser
13003: which stores origins there [separate binary]]
13004:
13005: 2005-12-07 paf
13006:
13007: * src/targets/isapi/parser3isapi.C: . now links in release mode
13008:
13009: * src/include/pa_version.h: makefiles
13010:
13011: * src/include/pa_version.h: . not beta
13012:
13013: * configure, configure.in, src/include/pa_version.h: not beta
13014:
13015: 2005-12-06 paf
13016:
13017: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
13018: [some details here http://i2/tasks/edit/?id=4869912143891354460]
13019: decided to undo the change ^call[$void] passes void. now it will
13020: pass empty string again.
13021:
13022: * src/main/: compile.tab.C, compile.y: . version readded
13023:
13024: * src/classes/op.C: . in this version there is no ^switch[$nothing]
13025: = ^switch[void] problem
13026:
13027: 2005-12-01 paf
13028:
13029: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
13030: caused ^case[string] to be coerced to double since searching
13031: value were not string (it was vvoid)
13032:
13033: * src/classes/op.C: . bugfix ^switch[$void_value] caused
13034: ^case[string] to be coerced to double since searching value were
13035: not string (it was vvoid)
13036:
13037: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
13038: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
13039:
13040: 2005-11-30 paf
13041:
13042: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
13043: win32 must putenv("TZ="), on unix works only putenv("TZ")
13044:
13045: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
13046: putenv("TZ="), on unix works only putenv("TZ")
13047:
13048: * INSTALL: . xml libs versions updated
13049:
13050: * src/main/pa_globals.C: //20051130 trying to remove this, author
13051: claims that fixed a lot there // 20040920 for now both
13052: workarounds needed. wait for new libxml/xsl versions
13053:
13054: 2005-11-28 paf
13055:
13056: * src/classes/table.C: merged from HEAD: ! nameless table has
13057: columns==0
13058:
13059: * src/classes/table.C: ! nameless table has columns==0
13060:
13061: * src/main/pa_http.C: merged from HEAD: ! status line check made
13062: earlier [was totally wrong]
13063:
13064: * src/main/pa_http.C: ! status line check made earlier [was totally
13065: wrong]
13066:
13067: 2005-11-25 paf
13068:
13069: * src/include/pa_array.h: -this reduces speed(table::load) strange.
13070: undoing for now...
13071:
13072: * src/include/pa_version.h: -this reduces speed(table::load),
13073: strange. undoing
13074:
13075: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
13076:
13077: * src/classes/op.C: + ^while(){}[SEPARATOR]
13078:
13079: * src/include/pa_array.h: + optimistics added: all arrays (table
13080: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
13081: this speeds things up and saves memory a LOT! (not noticed
13082: negative effect on syntetic tests, future will tell...)
13083:
13084: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
13085: changed gc_malloc implementation, which obscured profiling
13086:
13087: * src/classes/table.C: merged from HEAD: + optimized
13088: table::load/sql, now row ArrayString-s allocated with
13089: columns.count() elements and don't always grow from
13090: count=3[realloc,realloc]
13091:
13092: * src/classes/table.C: + optimized table::load/sql, now row
13093: ArrayString-s allocated with columns.count() elements and don't
13094: always grow from count=3[realloc,realloc]
13095:
13096: * src/classes/table.C: merged from HEAD: . ^table.save unused
13097: buffer after save
13098:
13099: * src/classes/table.C: . ^table.save unused buffer after save
13100:
13101: 2005-11-24 paf
13102:
13103: * configure.in: . merged glib2-config patch
13104:
13105: * configure.in: + trying to find glib2-config
13106:
13107: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13108: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
13109: file/dir_readable to simple file/dir_exist, this would help in
13110: situations "class not found because .p file has bad rights" << in
13111: that case error would be explicit "access denied to 'this' file"
13112:
1.116 moko 13113: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 13114:
13115: * src/: classes/file.C, include/pa_common.h, main/execute.C,
13116: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
13117: to simple file/dir_exist, this would help in situations "class
13118: not found because .p file has bad rights" << in that case error
13119: would be explicit "access denied to 'this' file"
13120:
13121: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
13122: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13123: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
13124: ^file::exec/cgi[script;$.charset[changed]
13125: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13126: encoded in $.charset charset
13127:
13128: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
13129: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
13130: encoded in $.charset charset
13131:
13132: * src/: include/Makefile.am, include/pa_common.h,
13133: include/pa_http.h, main/Makefile.am, main/main.vcproj,
13134: main/pa_common.C, main/pa_http.C: . extracted http:// into
13135: separate file [preparation for
13136: ^file::cgi[script;$.form[$.field1[]
13137:
13138: 2005-11-22 paf
13139:
13140: * src/: include/pa_version.h, main/compile.tab.C: makefiles
13141:
13142: * acinclude.m4, configure.in: . merged underquting fixes
13143:
1.116 moko 13144: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 13145:
13146: * src/classes/op.C: . overmerged a little
13147:
13148: * src/main/compile.tab.C: Makefile
13149:
13150: * src/main/: pa_common.C: . less gcc warnings
13151:
13152: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
13153: now reports original exception if we have no old cache
13154:
13155: * src/classes/op.C: + $exception.handled[cache] now reports
13156: original exception if we have no old cache
13157:
13158: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
13159: from HEAD: + ^taint/untaint[regex] << escapes these:
13160: \^$.[]|()?*+{}
13161:
13162: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
13163: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
13164:
13165: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13166: getenv-ed variable, which does not work both on win32&unix.
13167: copied old TZ value now
13168:
13169: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
13170: stored pointer to getenv-ed variable, which does not work both on
13171: win32&unix. copied old TZ value now
13172:
13173: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
13174: getenv-ed variable, which does not work both on win32&unix.
13175: copied old TZ value now
13176:
13177: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
13178: access to internal hash
13179:
13180: * src/types/pa_vresponse.C: + $response:headers access to internal
13181: hash
13182:
13183: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
13184: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13185: isapi] this reduces number of "GC Warning: Repeated allocation of
13186: very large block" messages to only important onces
13187:
13188: * src/targets/isapi/parser3isapi.C: +
13189: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
13190: isapi] this reduces number of "GC Warning: Repeated allocation of
13191: very large block" messages to only important onces
13192:
13193: * src/classes/string.C: merged from HEAD: + removed limitation on
13194: ^string/int/double:sql{}[$.default[({param style})] ]
13195:
13196: * src/classes/string.C: + removed limitation on
13197: ^string/int/double:sql{}[$.default[({param style})] ]
13198:
13199: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
13200: with ?params or $.form option" limitation
13201:
13202: * src/main/pa_common.C: + removed "use either uri with ?params or
13203: $.form option" limitation
13204:
13205: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13206: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
13207: ^file::base64[encoded] decode
13208:
13209: * src/: classes/file.C, classes/string.C, include/pa_common.h,
13210: main/pa_common.C: + ^file.base64[] encode +
13211: ^file::base64[encoded] decode
13212:
13213: * src/classes/: file.C, string.C: + ^string.base64[] encode +
13214: ^string:base64[encoded] decode
13215:
13216: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
13217: ^string:base64[in] encode + ^string.base64[] decode
13218:
13219: 2005-11-21 paf
13220:
13221: * src/classes/file.C: + merged from HEAD:
13222: ^file::create[text;file.xml;^untaint[xml]{data}]
13223:
13224: * src/classes/file.C: +
13225: ^file::create[text;file.xml;^untaint[xml]{data}]
13226:
13227: * src/main/pa_request.C: ! merged: $response:body[file] now
13228: differes from :download, it does not return content-disposition
13229: at all now [previusely it returned valueless content-disposition]
13230:
13231: * src/main/pa_request.C: ! $response:body[file] now differes from
13232: :download, it does not return content-disposition at all now
13233: [previusely it returned valueless content-disposition]
13234:
13235: * src/main/: compile.tab.C, compile.y: ! overoptimized void
13236: literals, reverted to just vvod, recreating empty array with each
13237: void_value token. that's absolutely needed, since that array
13238: grows
13239:
13240: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13241: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13242: types/pa_vmethod_frame.h: + merged: expression literals:
13243: true/false. ^format[$.indent(true)]
13244:
13245: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
13246: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
13247: types/pa_vmethod_frame.h: + expression literals: true/false.
13248: ^format[$.indent(true)]
13249:
13250: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13251: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13252: i386-pc-win32)"
13253:
13254: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
13255: $env:PARSER_VERSION reports "3.1.5beta (compiled on
13256: i386-pc-win32)"
13257:
13258: 2005-11-18 paf
13259:
13260: * src/classes/: double.C, int.C: ! ^int/double:sql{select
13261: null}[$.default(123)] will now return default value
13262:
13263: * src/classes/op.C: + merged ^cache[] << returns current cache
13264: expiration time
13265:
13266: * src/classes/op.C: + ^cache[] << returns current cache expiration
13267: time
13268:
13269: * src/classes/table.C: ! merged ^table::create[not'nameless';
13270: failed << Exception.problem_source pointed to local var!
13271:
13272: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
13273: Exception.problem_source pointed to local var!
13274:
13275: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
13276: now loads VFile.ptr!=0, so such files can be saved now
13277:
13278: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
13279: loads VFile.ptr!=0, so such files can be saved now
13280:
13281: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
13282: only . and .. now removed from list [were removed all .*]
13283:
13284: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
13285: .. now removed from list [were removed all .*]
13286:
13287: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
13288: open error now checked, were not :( [stole that piece from apache
13289: 1.3 sources]
13290:
13291: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
13292: checked, were not :( [stole that piece from apache 1.3 sources]
13293:
13294: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
13295: untainting of @main result if returned by $result or
13296: $response:body
13297:
13298: * src/main/pa_request.C: ! ensured proper untainting of @main
13299: result if returned by $result or $response:body
13300:
13301: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
13302: issue: now tries to guess content-length and allocates one big
13303: piece if possible [regretfully gc_realloc works as malloc+free,
13304: leaving lots of holes behind]
13305:
13306: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
13307: fixed file load memory issue: now tries to guess content-length
13308: and allocates one big piece if possible [regretfully gc_realloc
13309: works as malloc+free, leaving lots of holes behind]
13310:
13311: 2005-11-16 paf
13312:
13313: * src/: include/pa_common.h, classes/file.C, classes/table.C,
13314: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
13315: table::save with enclosers now doubles them: "->"" !
13316: table::save/load do not remove elements from options hash
13317:
13318: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
13319: [were overoptimized ^if(double_literal), compiler confused
13320: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13321:
13322: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
13323: [were overoptimized ^if(double_literal), compiler confused
13324: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
13325:
13326: * src/: classes/file.C, classes/table.C, include/pa_common.h,
13327: main/pa_common.C: ! table::save with enclosers now doubles them:
13328: "->"" ! table::save/load do not remove elements from options hash
13329:
13330: 2005-11-03 paf
13331:
1.116 moko 13332: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
13333: compilation, not all makefiles liked that
1.95 moko 13334:
13335: 2005-08-30 paf
13336:
13337: * src/classes/op.C: merge . speedup check of [DEFAULT]
13338:
13339: * src/classes/op.C: . speedup check of [DEFAULT]
13340:
13341: 2005-08-26 paf
13342:
13343: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
13344:
13345: * src/: classes/date.C, types/pa_vdate.h: + date.week
13346:
13347: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
13348: complains about bad!=nameless
13349:
13350: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
13351: about bad!=nameless
13352:
13353: * src/classes/: hash.C, string.C, table.C, void.C: merged !
13354: optional options were allowed to be empty. were checked
13355: if(is_string), changed to !defined||is_string to allow void
13356:
13357: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
13358: classes/string.C, classes/table.C, classes/void.C: ! optional
13359: options were allowed to be empty. were checked if(is_string),
13360: changed to !defined||is_string to allow void
13361:
13362: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
13363: as_junction where they needed as_int/double, so failed with
13364: recent "(const) now no junction" optimization
13365:
13366: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
13367: merged ! many classes/* used as_junction where they needed
13368: as_int/double, so failed with recent "(const) now no junction"
13369: optimization
13370:
13371: * src/: classes/double.C, classes/int.C, classes/math.C,
13372: classes/op.C, classes/string.C, classes/table.C,
13373: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
13374: used as_junction where they needed as_int/double, so failed with
13375: recent "(const) now no junction" optimization
13376:
13377: 2005-08-24 paf
13378:
13379: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
13380: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
13381: stripped it
13382:
13383: 2005-08-09 paf
13384:
13385: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13386: not cleared
13387:
13388: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13389: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13390: classes/hashfile.C, classes/image.C, classes/int.C,
13391: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13392: classes/response.C, classes/string.C, classes/table.C,
13393: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13394: include/pa_array.h, include/pa_cache_managers.h,
13395: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13396: include/pa_config_fixed.h, include/pa_config_includes.h,
13397: include/pa_dictionary.h, include/pa_dir.h,
13398: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13399: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13400: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13401: include/pa_request_charsets.h, include/pa_request_info.h,
13402: include/pa_sapi.h, include/pa_socks.h,
13403: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13404: include/pa_stack.h, include/pa_string.h,
13405: include/pa_stylesheet_connection.h,
13406: include/pa_stylesheet_manager.h, include/pa_table.h,
13407: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13408: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13409: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13410: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13411: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
13412: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
13413: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13414: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
13415: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
13416: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
13417: main/pa_sql_driver_manager.C, main/pa_string.C,
13418: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13419: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13420: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13421: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13422: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13423: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
13424: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
13425: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13426: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13427: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
13428: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
13429: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
13430: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13431: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
13432: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
13433: types/pa_vmemory.h, types/pa_vmethod_frame.C,
13434: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13435: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
13436: types/pa_vresponse.C, types/pa_vresponse.h,
13437: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13438: types/pa_vstateless_object.h, types/pa_vstatus.C,
13439: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13440: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13441: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13442: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13443: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
13444:
13445: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13446: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
13447: speedup consequent checks in vmethod_frame
13448:
13449: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
13450: not cleared
13451:
13452: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
13453: params: 50 max (were 10)
13454:
13455: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
13456: params: 50 max (were 10)
13457:
13458: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
13459: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
13460: pa_wcontext.h: + ^call[$void] param inside now is void (were:
13461: empty string) ! simplified (double) speedup consequent checks in
13462: vmethod_frame
13463:
13464: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
13465: optimized constants in expressions vstring->vdouble + optimized
13466: ^call(vdouble), no junction creation, no calls later
13467:
13468: 2005-08-08 paf
13469:
13470: * src/main/: compile.tab.C, compile.y, compile_tools.C,
13471: compile_tools.h: merged + optimized constants in expressions
13472: vstring->vdouble + optimized ^call(vdouble), no junction
13473: creation, no calls later
13474:
13475: * src/types/pa_vdouble.h: merged . double values without fractional
13476: part now default printed as %.0f instead of %g
13477:
13478: * src/types/pa_vdouble.h: . double values without fractional part
13479: now default printed as %.0f instead of %g
13480:
13481: * src/classes/hashfile.C: . merged ! second hashfile::open would
13482: cause an exception
13483:
13484: * src/classes/hashfile.C: ! second hashfile::open would cause an
13485: exception
13486:
13487: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
13488: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13489: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13490: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13491: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
13492: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13493: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13494: types/pa_vresponse.h, types/pa_vstateless_class.C,
13495: types/pa_vstateless_object.h, types/pa_vvoid.h,
13496: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13497: merged VJunction(new Junction) optimization from 3.1.4
13498:
13499: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
13500: types/pa_vstateless_class.C: + optimized new VJunction(new
13501: Junction(params)) to new VJunction(params), thousands of mallocs
13502: removed
13503:
13504: 2005-08-05 paf
13505:
13506: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
13507: types/pa_vdouble.h, types/pa_vmethod_frame.C,
13508: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
13509: creation, no calls later
13510:
13511: * src/: classes/classes.C, classes/classes.h, classes/date.C,
13512: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
13513: classes/hashfile.C, classes/image.C, classes/int.C,
13514: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
13515: classes/response.C, classes/string.C, classes/table.C,
13516: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
13517: include/pa_array.h, include/pa_cache_managers.h,
13518: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
13519: include/pa_config_fixed.h, include/pa_config_includes.h,
13520: include/pa_dictionary.h, include/pa_dir.h,
13521: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
13522: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
13523: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
13524: include/pa_request_charsets.h, include/pa_request_info.h,
13525: include/pa_sapi.h, include/pa_socks.h,
13526: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
13527: include/pa_stack.h, include/pa_string.h,
13528: include/pa_stylesheet_connection.h,
13529: include/pa_stylesheet_manager.h, include/pa_table.h,
13530: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
13531: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
13532: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
13533: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
13534: lib/smtp/smtp.h, main/compile.C, main/compile.y,
13535: main/compile_tools.C, main/compile_tools.h, main/execute.C,
13536: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
13537: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
13538: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
13539: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
13540: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
13541: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
13542: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
13543: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
13544: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
13545: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
13546: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
13547: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
13548: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13549: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
13550: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
13551: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
13552: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
13553: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
13554: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
13555: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
13556: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
13557: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13558: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13559: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13560: types/pa_vstateless_object.h, types/pa_vstatus.C,
13561: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
13562: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
13563: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
13564: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
13565: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
13566:
13567: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
13568: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
13569: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
13570: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
13571: main/compile.y, main/compile_tools.C, main/compile_tools.h,
13572: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
13573: optimized constants in expressions vstring->vdouble
13574:
13575: 2005-07-29 paf
13576:
13577: * src/types/pa_vclass.C: . shaped up error messages a bit
13578:
13579: * src/types/pa_vclass.C: + property getter can now be overridden
13580:
13581: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
13582: bug fix: static parent fields were not replaced in case
13583: $derived:field[put] + property setter can now be overridden
13584:
13585: 2005-07-28 paf
13586:
13587: * configure, configure.in, src/classes/classes.h,
13588: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
13589: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
13590: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
13591: src/classes/xnode.h, src/include/pa_hash.h,
13592: src/include/pa_version.h, src/main/execute.C,
1.116 moko 13593: src/types/Makefile.am, src/types/pa_method.h,
13594: src/types/pa_value.h, src/types/pa_vclass.C,
13595: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
13596: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
13597: src/types/pa_vcookie.h, src/types/pa_vhash.h,
13598: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
13599: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
13600: src/types/pa_vobject.C, src/types/pa_vobject.h,
13601: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
13602: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
13603: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
13604: src/types/pa_vstateless_class.h,
1.95 moko 13605: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
13606: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13607: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
13608: dynamic_fields_join
13609:
13610: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
13611: classes/xnode.C, include/pa_hash.h, main/execute.C,
13612: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13613: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13614: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13615: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13616: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13617: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13618: types/pa_vresponse.h, types/pa_vstateless_object.h,
13619: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
13620: types/pa_wwrapper.h: ! restored put_element('replace' param), and
13621: restored its checks in vobject.put_element->static fields |
13622: dynamic properties
13623:
13624: 2005-07-27 paf
13625:
13626: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
13627: is some old code containing @set_name $name
13628:
13629: * src/types/pa_vobject.h: . fixed warning
13630:
13631: * configure, configure.in, src/include/pa_version.h,
1.116 moko 13632: src/types/Makefile.am: 3.2.0beta started
1.95 moko 13633:
13634: * src/: classes/xnode.C, include/pa_hash.h,
13635: types/pa_vstateless_class.C: ! new asserts were all false.
13636: regretfully reverted them all to checks
13637:
13638: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13639: classes/op.C, main/execute.C, types/pa_method.h,
13640: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13641: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13642: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13643: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13644: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13645: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13646: types/pa_vstateless_object.h, types/pa_vvoid.h,
13647: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13648: joined_dynamic_fields: removed unused param from put_method
13649: (returned to 3 params)
13650:
13651: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
13652: joined_dynamic_fields: dynamic get/set works with overriding
13653: props [alpha2]
13654:
13655: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
13656: works [alfa]
13657:
13658: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
13659: classes/op.C, include/pa_hash.h, main/execute.C,
13660: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
13661: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
13662: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
13663: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
13664: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
13665: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
13666: types/pa_vresponse.h, types/pa_vstateless_class.C,
13667: types/pa_vstateless_object.h, types/pa_vvoid.h,
13668: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
13669: joined_dynamic_fields: just compiled
13670:
13671: * src/: classes/date.C, classes/file.C, classes/hash.C,
13672: classes/hashfile.C, classes/image.C, classes/table.C,
13673: classes/xdoc.C, classes/xnode.h, main/execute.C,
13674: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
13675: types/pa_vstateless_class.h: joined_dynamic_fields: started
13676:
13677: * src/types/pa_vobject.C: . object setters [only started, does not
13678: work yet]
13679:
13680: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
13681: object setters [only started, does not work yet]
13682:
13683: 2005-07-26 paf
13684:
13685: * src/: include/pa_request.h, main/execute.C: . properties: set
13686: works [alpha2]. for classes. todo: for objects
13687:
13688: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
13689: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
13690: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
13691: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
13692: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
13693: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
13694: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
13695: types/pa_vstateless_object.h, types/pa_vvoid.h,
13696: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
13697: properties: set works [alpha1]
13698:
13699: 2005-07-25 paf
13700:
13701: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
13702: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
13703: properties: started, get works [alpha1, other approach]
13704:
13705: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
13706: properties: started, get works [alpha2]
13707:
13708: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
13709: pa_vstateless_class.h: . properties: started, get works [alpha]
13710:
13711: 2005-07-15 paf
13712:
13713: * src/: classes/classes.h, classes/op.C, main/execute.C,
13714: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
13715: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
13716: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
13717: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
13718: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
13719: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
13720: types/pa_vresponse.C, types/pa_vresponse.h,
13721: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
13722: types/pa_vstateless_object.h, types/pa_vvoid.h,
13723: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
13724: types/pa_wwrapper.h, types/types.vcproj: + started property
13725: [getters work but think of changing them too to precaching]
13726:
13727: 2005-07-08 paf
13728:
13729: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
13730: gpf
13731:
13732: 2005-06-28 paf
13733:
13734: * src/: classes/file.C, main/untaint.C: ! string invariant violated
13735: in passing empty strings to file::exec/cgi environment
13736:
13737: 2005-06-06 paf
13738:
13739: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
13740: ^table:sql ^hash:sql now DO process $.bind option
13741:
13742: 2005-05-24 paf
13743:
13744: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
13745: $.limit] now work again [support was broken in 3.1.4]
13746:
13747: * src/: main/pa_string.C, classes/op.C: . steps toward removing
13748: ALL_INTERIOR_POINTERS
13749:
13750: 2005-05-12 paf
13751:
13752: * configure: 3.1.5beta
13753:
13754: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
13755:
13756: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
13757: $.limit] now work again [support was broken in 3.1.4]
13758:
13759: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
13760: line-width [was refusing to fill if line-width >1, thanks to
13761: Seras <seras@pinxit.lt> for repro case
13762:
13763: 2005-04-25 paf
13764:
13765: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
13766: correctly
13767:
13768: 2005-04-19 paf
13769:
13770: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
13771: in VString violating invariant!!
13772:
13773: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
13774: getenv("TZ")==null
13775:
13776: 2005-04-08 paf
13777:
13778: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
13779: bugfix: when there is no char in charset one byte produces 6
13780: (ÿ <<max). increased buffer size!
13781:
13782: 2005-03-23 paf
13783:
13784: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
13785: ^date.sql-string now takes TZ into account
13786:
13787: 2005-03-16 paf
13788:
13789: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
13790: gcc 3.4
13791:
13792: * src/types/pa_vhash.C: . warning about eof eol
13793:
13794: 2005-02-17 paf
13795:
1.211 moko 13796: * operators.ru.txt, operators.txt, src/classes/op.C: + operator
13797: ^sleep(double seconds)
1.95 moko 13798:
13799: 2005-02-02 paf
13800:
13801: * src/classes/xnode.C: beauty: removed needless includes
13802:
13803: 2005-01-31 paf
13804:
13805: * src/types/pa_vmail.C: change: $.partX now always 1... change:
13806: $.partNoNumber now alias to $.part1
13807:
13808: * src/types/pa_vmail.C: change: incoming letter part contains
13809: "content-disposition" header with any value? now considering that
13810: part to be "file#" [for text/plain text/html were $.text#
13811: $.html#]
13812:
13813: * INSTALL: updatet to latest working versions available
13814:
13815: 2005-01-20 paf
13816:
13817: * configure.in, src/include/pa_version.h: version
13818:
13819: 2005-01-19 paf
13820:
1.116 moko 13821: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
13822: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
13823: couple warnings in parser3.C
1.95 moko 13824:
13825: 2004-12-23 paf
13826:
13827: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
13828:
13829: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
13830: dir to directory of script (when shbang used), not to directory
13831: of its interpreter
13832:
13833: * src/include/pa_version.h: compiled on win32...
13834:
13835: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
13836: we need more hspace
13837:
13838: * configure, configure.in, src/include/pa_version.h: configured
13839: host to pa_version. will be displayed everywhere
13840:
13841: * src/main/pa_request.C: new: @unhandled_exception can prevent
13842: exception from being logged by setting $exception.handled(1)
13843:
1.211 moko 13844: * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95 moko 13845: ^file::sql{query}[[options]] options: $.name[file name]
13846: $.content-type[application/what]
13847:
13848: * src/: include/pa_common.h, main/pa_common.C,
13849: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
13850: new file
13851:
13852: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
13853: bugfix: table->hash now regards _default
13854:
13855: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
13856: created by accessing $name_of_method it acquired bad self=closest
13857: methodframe; instead of proper self (current class)
13858:
13859: * src/types/pa_vhashfile.C: bugfix: reading empty string from
13860: hashfile produced bad cord
13861:
13862: 2004-12-10 paf
13863:
13864: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
13865: subsequent failures though defined in .h
13866:
13867: * src/main/pa_common.C: comment on volatile
13868:
13869: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
13870: alarm function were not used since the beginning due to stupid
13871: error [setsigjmp were not checked in configure.in]
13872:
13873: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
13874: unix too
13875:
13876: * src/main/pa_common.C: http: exception status of send/recv errors
13877: change to most probable http.timeout
13878:
13879: * src/main/pa_common.C: win32: http connection $.timeout option now
13880: works [setsockopt on send/receive]
13881:
13882: 2004-12-08 paf
13883:
13884: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
13885: cstr-ed knowing mail charset, and untainting uri lang now knows
13886: proper charset
13887:
13888: 2004-11-24 paf
13889:
13890: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
13891:
13892: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
13893: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
13894:
13895: 2004-11-12 paf
13896:
13897: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
13898: [since 3.0.4]
13899:
13900: 2004-11-09 paf
13901:
13902: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
13903: writes basics to c:\parser3.log
13904:
13905: 2004-10-21 paf
13906:
13907: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
13908: tainted strings [were returning clean onces]
13909:
13910: 2004-10-15 paf
13911:
13912: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
13913: cycles(i=1; i=2), which was wrong, now does ONE
13914:
13915: 2004-10-12 paf
13916:
13917: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
13918:
13919: 2004-10-07 paf
13920:
13921: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
13922: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
13923: release asserts
13924:
13925: * src/: main/pa_string.C, include/pa_string.h: debugger help:
13926: String.dump() to stdout in detailed form [were String.v() in
13927: short form]
13928:
13929: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
13930: \t\r\n as @#| and truncates long char sequences less
13931:
13932: 2004-10-06 paf
13933:
13934: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
13935: win32 beauty: socket errors properly decoded
13936:
13937: 2004-10-05 paf
13938:
13939: * src/: include/pa_request.h, main/pa_request.C: bugfix:
13940: request::configure_user/admin done always, even if no
13941: file-to-process useful in @unhandled_exception [say, if they
13942: would want to mail by SMTP something]
13943:
13944: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
13945: now performed prior to file loading [and @auto executing] thus
13946: making $cookie:value available in @auto and in
13947: @unhandled_exception when IIS is configured to run interpreter
13948: even if no file exist
13949:
13950: 2004-09-20 paf
13951:
13952: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
13953: somewhere where it should have called xmlMalloc and it calls
13954: xmlFree when it should have not called it. inserted two
13955: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
13956: xmlFree just ignored. put away a testcase, maybe someday libxml
13957: author would fix all that. until that day: we have SLOW garbage
13958: collecting when many xml objects are alive hint: do
13959: ^memory:compact[] before xdoc::create
13960:
13961: 2004-09-17 paf
13962:
13963: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
13964: error from 3.0.8 version]
13965:
13966: 2004-09-14 paf
13967:
13968: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
13969: part bugfix: hashfile.foreach iterated only part if hashfile were
13970: modified inside
13971:
13972: 2004-09-13 paf
13973:
13974: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
13975: [were as octal]
13976:
13977: * src/types/pa_vhashfile.C: beauty: not reproduced
13978: $hashfile.key[$novalue] bug [reported by motorin], inserted
13979: safety-check
13980:
13981: * src/types/pa_vhashfile.C: change: empty keys now error in parser
13982: [not something obscure from sdbm lib]
13983:
13984: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
13985: = strerror now returnes something and we can properly report that
13986: to client
13987:
13988: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
13989: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
13990:
13991: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13992: [tainted as-is] this helps //[space][newline] to remain as-is and
13993: not be unnecessary optimized away [ruining javascript]
13994:
13995: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
13996: [tainted as-is]
13997:
13998: * src/classes/mail.C: bugfix: typo error
13999:
14000: 2004-09-09 paf
14001:
14002: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
14003: separators bugfix: loads header with endings \r\n\r\n and \n\n
14004: (bloody yandex.server)
14005:
14006: 2004-09-06 paf
14007:
14008: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
14009: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
14010: encoded
14011:
14012: 2004-09-01 paf
14013:
14014: * src/types/pa_vmail.C: change: multipart/mixed changed to
14015: multipart/related outlook express have no problems showing
14016: unrelated attachments. todo: someday figure out a way of
14017: multipart/mixed multipart/related text/html
14018: image/xxx application/octet-stream << true attachments
14019:
14020: * src/types/pa_vmail.C: new:
14021: ^mail:send[$.file[$.content-disposition can be overriden new:
14022: empty mail header fields removed from letter
14023:
14024: * src/: classes/mail.C, include/pa_config_fixed.h,
14025: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
14026: ^mail:send[ $.file[ $.any[header]
14027:
14028: 2004-08-30 paf
14029:
14030: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
14031: warnings
14032:
14033: * src/main/pa_common.C: beauty: do not bother with charset
14034: detection when ^file::load[binary
14035:
14036: 2004-08-27 paf
14037:
14038: * src/main/pa_common.C: hack: for yandex.server http server
14039:
14040: 2004-08-18 paf
14041:
14042: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
14043: possibly-chunked response
14044:
14045: 2004-08-17 paf
14046:
14047: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14048: $f.content-type now = that of http response
14049:
14050: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
14051: $f.content-type now = that of http response
14052:
14053: 2004-07-30 paf
14054:
14055: * src/: include/pa_request.h, main/pa_request.C,
14056: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
14057: win32: system&parser exceptions in release mode reported properly
14058: parser exception in exception handler WERE mistakenly reported as
14059: system exception, without details [in apache & isapi] +some
14060: beauty in exception text
14061:
14062: * src/: include/pa_exception.h, main/pa_request.C,
14063: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
14064: release mode reported properly parser exception in exception
14065: handler WERE mistakenly reported as system exception, without
14066: details
14067:
14068: * src/main/execute.C: beauty: simplified system exception handling
14069:
14070: 2004-07-29 paf
14071:
14072: * src/classes/table.C: bugfix:
14073: ^table.save[export.csv;$.separator[^;]] now works fine [separator
14074: were ignored, and \t used unconditionally]
14075:
14076: * src/types/Makefile.am: added vhash.c
14077:
14078: 2004-07-28 paf
14079:
14080: * src/: classes/date.C, classes/image.C, classes/math.C,
14081: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
14082: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
14083: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
14084: failed on russian letters
14085:
14086: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
14087: bugfix: isspace((unsigned char)c) everywhere. failed on russian
14088: letters
14089:
14090: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
14091: as 'currentDirectory' parameter to CreateProcess
14092:
14093: 2004-07-27 paf
14094:
14095: * src/targets/cgi/parser3.vcproj: beauty: win32:
14096: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
14097: from release somewhere [to help searching for unhandled system
14098: exceptions]
14099:
14100: * src/types/pa_vdate.h: check: for invalid datetime after temporary
14101: TZ shift
14102:
14103: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
14104: but also in ctor
14105:
14106: 2004-07-26 paf
14107:
1.211 moko 14108: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14109: src/main/pa_common.C, src/main/pa_request.C,
14110: src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95 moko 14111: src/types/types.vcproj: new: $response:body/download[
14112: $.file[name on disk] $.name[of file for user]
14113: $.mdate[date of last-modified. default from directory] ]
14114:
14115: * src/classes/file.C: moving file:send somewhere else..
14116:
14117: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
14118: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
14119: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
14120: $response:download[ $.filename[filename] $.option[] ,, ]
14121:
14122: * src/classes/file.C: beauty: invalid mode thoroughly reported
14123:
14124: 2004-07-21 paf
14125:
14126: * src/types/pa_vmail.C: bugfix: too long header values now splitted
14127: to several lines
14128:
14129: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
14130:
14131: note: ms outlook[!express] shows only first 255 characters of
14132: subject
14133:
14134: 2004-07-15 paf
14135:
14136: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
14137: off]
14138:
14139: 2004-07-14 paf
14140:
14141: * src/classes/table.C: bugfix: $.bind values now got untainted
14142: according to lang [were: as-is]
14143:
14144: 2004-07-07 paf
14145:
14146: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
14147: checked that
14148:
14149: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
14150: now untainted according to their languages. were: as-is.
14151: EVERYWHERE
14152:
14153: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
14154: environment string now untainted according to their languages.
14155: were: as-is. EVERYWHERE
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: * parser3.vssscc: ...would not go unnoticed
14162:
14163: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
14164: fails. in case on input appears nonutf, those bytes will be
14165: printed in %HH form. that can be easily decoded/recovered.
14166:
14167: this form is quite noticable, and hopefully would not go noticed
14168:
14169: 2004-07-06 paf
14170:
14171: * src/main/pa_exec.C: bufix: on unix environment string now
14172: untainted according to their languages. were: as-is. on win32:
14173: ok
14174:
14175: 2004-07-01 paf
14176:
14177: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
14178: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
14179: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14180: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
14181: main/main.vcproj, targets/cgi/parser3.vcproj,
14182: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
14183: option: global optimization ON
14184:
14185: * src/main/untaint.C: workaround kinda bug in libxml: life requires
14186: to do xdoc::create{invalid chars} standard disables chars less
14187: then \x20, except tab, cr, lf.
14188:
14189: changed tainting so that those become '!'
14190:
14191: 2004-06-25 paf
14192:
14193: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14194: int on odd address [prev bugfix failed due to superwize
14195: optimizer, which turned memcpy into same 'ld' asm command]
14196:
14197: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
14198: int on odd address
14199:
14200: 2004-06-22 paf
14201:
14202: * src/sql/pa_sql_driver.h: note: about possible optimization
14203:
1.211 moko 14204: * operators.ru.txt, operators.txt, src/classes/hash.C,
14205: src/classes/memory.C, src/classes/string.C, src/classes/table.C,
14206: src/classes/void.C, src/include/pa_config_includes.h: new:
14207: ^void:sql{call paf(:a)}[ $.bind[
14208: $.a[2] ] ] output variables work. todo:
14209: check in out variables
1.95 moko 14210:
14211: 2004-06-18 paf
14212:
14213: * src/: classes/file.C, classes/hash.C, classes/string.C,
14214: classes/table.C, classes/void.C, include/pa_globals.h,
14215: include/pa_sql_connection.h, main/compile.tab.C,
14216: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
14217: $.bind[ $.a[2] ]
14218: ] input variables work. todo:output
14219:
14220: * src/targets/cgi/parser3.C: bugfix: iis specific
14221: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
14222: /_bug.html?404;http://hpsv/test/
14223: --------------------------------------------------------------------------------
14224: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
14225: --------------------------------------------------------------------------------
14226: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
14227:
14228: 2004-06-16 paf
14229:
14230: * src/targets/cgi/parser3.C: new: iis specific
14231: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
14232: $request:query
14233: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
14234: $form:fields IIS-STATUS="404"
14235: IIS-DOCUMENT="http://server/_bug.html" f="v"
14236:
14237: todo: isapi too
14238:
14239: 2004-05-26 paf
14240:
14241: * src/include/pa_version.h: 3.1.3
14242:
1.211 moko 14243: * operators.ru.txt, operators.txt: beauty: removed outdated level
14244: 'table'
1.95 moko 14245:
14246: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
14247:
14248: * src/main/pa_string.C: beauty: removed 3 warnings
14249:
14250: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
14251: classes/op.C: beauty: removed outdated level 'table'
14252:
14253: 2004-05-25 paf
14254:
14255: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
14256: implementation. mistery: how anything worked
14257:
14258: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
14259: changed, it is now safe to use url if pointers to it are stored
14260: to gc mem
14261:
14262: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
14263: unknown errors reported and not cause SIGSEGV now
14264:
14265: 2004-05-24 paf
14266:
14267: * src/: include/pa_string.h, lib/cord/cordbscs.c,
14268: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
14269: less memory: CORD_chars_block originally intended to ... it was
14270: good that CORD_chars_block were not used: it consumes more memory
14271: [and, might be slow too] undoing that. [and removed that func so
14272: that it would not confuse parser developer in future]
14273:
14274: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
14275: less memory: CORD_chars_block originally intended to
14276: speedup/reduce mem usage were forgotten, and were used stupid
14277: CORD_chars
14278:
14279: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
14280:
14281: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
14282: BIGENDIAN processors space-conserving mech failed, causing
14283: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
14284: (1|2|3));
14285:
14286: 2004-05-14 paf
14287:
14288: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
14289: bugfix: void now has vfile value, and $response:body[] works OK
14290:
14291: 2004-05-12 paf
14292:
14293: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
14294: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
14295: sources to use is_defined() {return as_bool();} along VBool
14296:
14297: 2004-05-11 paf
14298:
14299: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
14300: referencing to local objects
14301:
14302: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
14303: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
14304: left intact
14305:
14306: 2004-04-15 paf
14307:
14308: * src/classes/date.C: merged: beauty: unused var removed
14309:
14310: * src/classes/date.C: beauty: unused var removed
14311:
14312: * src/include/: pa_exec.h: bugfix: interface without pointer
14313: provoked bug
14314:
14315: 2004-04-09 paf
14316:
14317: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
14318:
14319: * src/types/pa_vform.C: bugfix: form:imap were incorrect
14320:
14321: 2004-04-08 paf
14322:
14323: * src/classes/date.C: new: ^date::create[y-m-d
14324: h-M-s>>.milliseconds<<] now allowed, ignored so far
14325:
14326: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
14327:
14328: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
14329: to consult default catalog [usually, that file belongs to other
14330: user/group]
14331:
14332: 2004-04-06 paf
14333:
14334: * src/main/pa_common.C: beauty: gcc warning removed
14335:
14336: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
14337: accept that trick, trying other
14338:
14339: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
14340: explicit result problem
14341:
14342: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
14343: explicit result problem
14344:
14345: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
14346: explicit result problem
14347:
1.211 moko 14348: * operators.ru.txt, operators.txt, src/classes/string.C: new:
14349: ^string.append[string]
1.95 moko 14350:
14351: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
14352: main/execute.C: attempt_check_call_in_explicit_result_mode:
14353: failed
14354:
14355: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14356: http://i.p.a.ddress gethostbyaddr added [on some platforms
14357: gethostbyname failed with such 'domains'] now checked properly,
14358: were: needless reverse/forward dns lookup
14359:
14360: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
14361: http://i.p.a.ddress gethostbyaddr added [on some platforms
14362: gethostbyname failed with such 'domains'] now checked properly,
14363: were: needless reverse/forward dns lookup
14364:
14365: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
14366: @method[][result] means "no string output here" moved to lexical
14367: level [on grammar level it were too difficult]
14368:
1.211 moko 14369: * operators.ru.txt, operators.txt, src/include/pa_string.h,
14370: src/main/compile.tab.C, src/main/compile.y,
14371: src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
14372: src/types/pa_vmethod_frame.h: new: @method[][result] means "no
14373: string output here", implemented part of that idea: compiler
14374: throws away string literal generation code. and barks
14375: nonwhitespace chars
1.95 moko 14376:
1.211 moko 14377: * operators.ru.txt, operators.txt: truth: removed comment about
14378: $ORIGIN
1.95 moko 14379:
14380: 2004-04-05 paf
14381:
14382: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
14383: src/include/pa_version.h, src/main/pa_common.C,
14384: src/targets/isapi/parser3isapi.C: merged with 3.1.3
14385:
14386: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
14387: Konstantin Tomashevitch [mailto:konst@design.ru]
14388:
14389: * src/doc/html2chm.cmd: beauty: no need in bg here
14390:
14391: * src/doc/sources2html.cmd: beauty: same window, in bg it
14392: interfered with FAR console
14393:
14394: * configure, configure.in: 3.1.3
14395:
14396: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
14397:
14398: * src/main/pa_common.C: removed warning
14399:
14400: * src/include/pa_version.h: 3.1.3
14401:
14402: 2004-04-02 paf
14403:
14404: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
14405:
14406: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
14407: allows to specify where to put parser log file
14408:
14409: 2004-04-01 paf
14410:
14411: * src/classes/table.C: bugfix: bugfix: table::load last line
14412: without tab and enter were ignored
14413:
14414: * src/: include/pa_cache_managers.h, include/pa_globals.h,
14415: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
14416: main/pa_socks.C, targets/cgi/parser3.C,
14417: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
14418: bugfix: sql connections now are disconnected
14419:
14420: 2004-03-30 paf
14421:
14422: * src/classes/table.C: bugfix: table::load last line without tab
14423: and enter were ignored
14424:
14425: * src/classes/table.C: bufix: if last table lines were commented,
14426: gpfed
14427:
14428: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
14429: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
14430: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
14431: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
14432: doc/methoded.dox, doc/object.dox, doc/string.dox,
14433: doc/targets.dox, doc/value.dox, include/pa_version.h,
14434: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
14435: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
14436: bugfixes from 3.1.2, changed version to 3.1.3beta
14437:
14438: 2004-03-29 paf
14439:
14440: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
14441: causes gpf
14442:
14443: * src/doc/: ClassExample1.dox, ClassExample2.dox,
14444: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
14445: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
14446: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
14447: value.dox: translated to english
14448:
14449: 2004-03-25 paf
14450:
14451: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
14452: parser3project dependency removed
14453:
14454: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
14455: bugfix: refused to compile without xml
14456:
14457: * src/types/pa_vform.C: beauty: removed warning
14458:
14459: * src/classes/classes.vcproj: merged bugfix: now all compiles in
14460: any folder [removed last ;) folder dependency]
14461:
14462: * src/classes/classes.vcproj: bugfix: now all compiles in any
14463: folder [removed last ;) folder dependency]
14464:
14465: * src/include/pa_version.h: release
14466:
14467: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
14468:
14469: * src/classes/table.C: beauty: comment& more meaningful error
14470: message
14471:
14472: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
14473: $.hash[$.column_value1(true) ... ] [were producing some strang
14474: thing]
14475:
14476: 2004-03-23 paf
14477:
14478: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
14479: and http status line parsing checked number of columns in table
14480: [user reported an assert]
14481:
1.211 moko 14482: * operators.ru.txt, operators.txt: example: on hashfile
1.95 moko 14483:
14484: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
14485: bugfix: junction reattach now actually reattaches a junction to
14486: new wcontext [were only assigning it to junction, which caused
14487: junction tracking to loose junction, and it's context were not
14488: killed, and it tried to process in invalid context, gpf]
14489:
14490: * src/targets/cgi/parser3.C: debug helper added
14491:
14492: 2004-03-19 paf
14493:
14494: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
14495: "type(type)" in braces
14496:
14497: 2004-03-10 paf
14498:
1.211 moko 14499: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
14500: src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
14501: src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
14502: src/types/pa_vxnode.h: new: refined solution to
14503: search-in-namespaces problem:
1.95 moko 14504: $xdoc.search-namespaces.x[http://pif.design.ru/]
14505: $nodes[^xdoc.select[//x:second]]
14506:
1.211 moko 14507: * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
14508: xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
14509: search for info in namespaces
1.95 moko 14510:
14511: $nodes[^xdoc.select[//x:second][
14512: $.x[http://pif.design.ru/] ]]
14513:
14514: 2004-03-09 paf
14515:
1.211 moko 14516: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95 moko 14517: ^file::load[...][options] $.form[
14518: !$.field1[string]
14519: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
14520: ] !$.body[string]
14521:
14522: GET ?here notGET(POST, HEAD, others) in content-type:
14523: application/x-www-form-urlencoded
14524:
14525: todo: upload files ability
14526:
14527: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
14528: properly, done
14529:
14530: 2004-03-05 paf
14531:
1.211 moko 14532: * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
14533: file::load[;http:// GET/POST $.form[$.fields started, not tested
14534: yet todo:$.field[table] for multiple values
1.95 moko 14535:
1.211 moko 14536: * operators.ru.txt, operators.txt: new: http:// options $.user
14537: $.password basic authorization
1.95 moko 14538:
14539: * src/main/pa_common.C: beauty: link to rtf added
14540:
1.211 moko 14541: * operators.ru.txt, operators.txt, src/include/pa_common.h,
14542: src/main/pa_common.C: new: http:// options $.user $.password
14543: basic authorization
1.95 moko 14544:
14545: * src/main/pa_common.C: beauty: removed needless vars
14546:
1.211 moko 14547: * operators.ru.txt, operators.txt: new: pgsql option [like that
14548: recently added to oracle driver]
14549: ClientCharset=parser-charset << charset in which parser thinks
14550: client works
14551:
14552: * operators.ru.txt, operators.txt: new: odbc option [like that
14553: recently added to oracle driver]
14554: ClientCharset=parser-charset << charset in which parser thinks
14555: client works
1.95 moko 14556:
14557: * src/sql/pa_sql_driver.h: beauty: important warning added
14558:
14559: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
14560: char!
14561:
14562: * etc/parser3.charsets/windows-1251.cfg: typo
14563:
14564: 2004-03-04 paf
14565:
14566: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
14567: cached, sql transcoding now goes faster
14568:
1.211 moko 14569: * operators.ru.txt, operators.txt: new: mysql option [like that
14570: recently added to oracle driver]
14571: ClientCharset=parser-charset << charset in which parser thinks
14572: client works
1.95 moko 14573:
14574: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
14575: typo error
14576:
14577: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
14578: chars commented
14579:
14580: 2004-03-03 paf
14581:
14582: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
14583: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
14584:
14585: 2004-03-02 paf
14586:
1.211 moko 14587: * operators.ru.txt, operators.txt: new[update typo]:
14588: !^void.left(n) nothing !^void.right(n) nothing
14589: !^void.mid(p[;n]) nothing
14590:
14591: * operators.ru.txt, operators.txt, src/classes/void.C: new:
14592: !^void.left(n) nothing !^void.right(n) nothing
14593: !^void.pos(p[;n]) nothing
1.95 moko 14594:
1.211 moko 14595: * operators.ru.txt, operators.txt, src/classes/file.C,
14596: src/include/pa_string.h: new:
1.95 moko 14597: ^file::sql[[name_to_become_$.name]]{} query result must be one
14598: row with columns: first: data second: file name third:
14599: content-type
14600:
1.211 moko 14601: * operators.ru.txt, operators.txt, src/classes/file.C:
14602: ^file.sql-string[] inside ^connect gets properly escaped string,
14603: which can be passed to request now this for mysql only. it's up
14604: to parser sql driver to fix zeros properly
1.95 moko 14605:
14606: * INSTALL: note: added on building apache with this option:
14607: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
14608:
14609: 2004-03-01 paf
14610:
14611: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
14612: extension memory:compact befor processingrequest
14613:
1.211 moko 14614: * operators.ru.txt, operators.txt, src/classes/hash.C: new:
14615: ^hash._keys[>>name<<] to call sole column of result
1.95 moko 14616:
1.211 moko 14617: * operators.ru.txt, operators.txt, src/classes/image.C,
14618: src/lib/gd/gif.C, src/lib/gd/gif.h: new:
14619: ^image.pixel(x;y)[(color)] get/set pixel color
1.95 moko 14620:
14621: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
14622: beauty: image -- less checks [were ugly impl]
14623:
14624: * src/classes/string.C: bugfix: ^string.left/right/mid with
14625: negative values now considered bad
14626:
14627: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
14628:
14629: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
14630: options now have unified defaults [after transform
14631: indent/omit-xml-declaration/standalone 'default' erroreously
14632: meant 'true']
14633:
14634: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
14635: added [on some platforms gethostbyname failed with such
14636: 'domains']
14637:
14638: * src/include/pa_config_auto.h.in: no select check, no define
14639:
14640: * src/classes/string.C: feature: ^string.trim both parameters may
14641: be empty-strings, meaning kind=both chars=whitespaces
14642:
14643: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
14644: exist
14645:
14646: * src/classes/string.C: check: trim 'chars' must not be empty,
14647: exception if it is
14648:
14649: * src/classes/string.C: changed: ^string.trim [] << both,
14650: whitespaces [start|both|end] << kind, whitespaces
14651: [start|both|end;chars] full
14652:
14653: 2004-02-27 paf
14654:
1.211 moko 14655: * operators.ru.txt, operators.txt, src/classes/string.C,
14656: src/main/pa_string.C: new method:
14657: ^string.trim[start|both|end[;chars]] default 'chars' --
14658: whitespace chars finished
1.95 moko 14659:
1.211 moko 14660: * operators.ru.txt, operators.txt, src/classes/string.C,
14661: src/include/pa_string.h, src/main/pa_string.C: new method:
1.95 moko 14662: ^string.trim[start|both|end[;chars]] default 'chars' --
14663: whitespace chars started, only start works
14664:
14665: * src/main/compile.C: bugfix: line numbers after
14666: ^process{}[$.line(-10]] can be negative, allowed to print they as
14667: signed
14668:
14669: * src/main/untaint.C: speed: there's no \n chars in output
14670: [normally], so no need to optimize them they could be retrived
14671: from databases, though. but 1. should be replaced 2. if not
14672: optimized, no harm done
14673:
14674: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
14675: ^file::exec/cgi could return invalid status & zombie child can
14676: remain for short period until process exists [very bad in
14677: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
14678:
14679: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
14680: malicious SMTP server to attack as by returning too long status
14681: responses http://i2/tasks/edit/?id=4629448401140924947
14682:
14683: 2004-02-26 paf
14684:
1.211 moko 14685: * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
14686: has options] which are $.main[to what to rename @main]
1.95 moko 14687: $.file[file, from which (user says) goes that CODE]
14688: $.lineno(line number in that file, where CODE starts. may be
14689: negative)
14690:
1.211 moko 14691: * operators.ru.txt, operators.txt, src/classes/op.C,
14692: src/include/pa_request.h, src/main/compile.C,
14693: src/main/compile_tools.h, src/main/pa_request.C: feature:
14694: ^process...{CODE}[now has options] which are $.main[to
14695: what to rename @main] $.file[file, from which (user says)
14696: goes that CODE] $.lineno(line number in that file, where
14697: CODE starts. may be negative)
14698:
1.95 moko 14699: 2004-02-25 paf
14700:
1.116 moko 14701: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
14702: old @charsetsdir@ recently erased from configure.in]
1.95 moko 14703:
14704: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
14705: produces hash of column=>1
14706:
14707: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
14708: with incomplete errno constants set
14709:
14710: 2004-02-24 paf
14711:
14712: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
14713: "man select"
14714:
14715: * src/main/pa_os.C: beauty: <0 better then ==-1
14716:
14717: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
14718:
14719: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
14720:
1.116 moko 14721: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 14722:
14723: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
14724: unix: steps to work on unix [extracted 'to']
14725:
14726: * src/classes/mail.C: smtp on unix: steps to work on unix
14727:
14728: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
14729:
1.116 moko 14730: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
14731: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
14732: unix [testing on solaris]
1.95 moko 14733:
14734: 2004-02-20 paf
14735:
14736: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
14737: pointing that out
14738:
14739: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
14740: fixed again [same solution, mistanenly removed one line]
14741:
14742: 2004-02-19 paf
14743:
14744: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
14745: date::create from bad datetime in spring daylightsaving hole now
14746: OK for all platforms [on some platforms it failed]
14747:
14748: * src/classes/: date.C, image.C: beauty: date::create[bad date time
14749: in daylightsaving hole] now throws error
14750:
14751: * src/classes/date.C: comment: mistake fixed
14752:
14753: 2004-02-18 paf
14754:
14755: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
14756: now renderes in $request:charset, but in header puts
14757: $response:charset todo: make that default only so that coder
14758: could override that
14759:
14760: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
14761: turns off omit-xml-declaration
14762:
14763: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
14764: /.xsl for sample
14765:
14766: 2004-02-17 paf
14767:
14768: * src/classes/xdoc.C: beauty: needless helper class removed
14769:
14770: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
14771: copied extra time
14772:
14773: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
14774: part of libxml
14775:
14776: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
14777: libxml to do the work] <xsl:output method="html"
14778: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
14779: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
14780: />
14781:
14782: * src/classes/xdoc.C: beauty: no <meta ... charset generated
14783:
14784: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
14785: caused assertion
14786:
14787: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
14788: could hang. now such add does nothing, sub clears $hash
14789:
14790: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
14791: not made quoted-printable
14792:
14793: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
14794: string invariant
14795:
14796: 2004-02-16 paf
14797:
14798: * src/main/pa_globals.C: bugfix: xml errors copy from library now
14799: cleared [were not cleared properly]
14800:
14801: 2004-02-13 paf
14802:
1.116 moko 14803: * src/include/pa_version.h: prerelease
1.95 moko 14804:
14805: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
14806: used, introducing dependencies timestamp check
14807:
14808: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
14809: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
14810: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
14811: .xsl.stamp now not used, introducing dependencies timestamp check
14812:
1.150 moko 14813: * configure.in: auto.p: @conf made relative
1.95 moko 14814:
14815: 2004-02-12 paf
14816:
14817: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
14818: ruined empty <input type=file> submits. parser thought there were
14819: nameless empty file and $form:field got value of type 'file'
14820:
14821: * INSTALL: --without-threads
14822:
14823: * src/include/pa_sapi.h: 2004
14824:
14825: 2004-02-11 paf
14826:
14827: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14828: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14829: classes/hashfile.C, classes/image.C, classes/int.C,
14830: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
14831: classes/response.C, classes/string.C, classes/table.C,
14832: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14833: include/pa_array.h, include/pa_cache_managers.h,
14834: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
14835: include/pa_config_fixed.h, include/pa_config_includes.h,
14836: include/pa_dictionary.h, include/pa_dir.h,
14837: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
14838: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
14839: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
14840: include/pa_request_charsets.h, include/pa_request_info.h,
14841: include/pa_socks.h, include/pa_sql_connection.h,
14842: include/pa_sql_driver_manager.h, include/pa_stack.h,
14843: include/pa_string.h, include/pa_stylesheet_connection.h,
14844: include/pa_stylesheet_manager.h, include/pa_table.h,
14845: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
14846: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
14847: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
14848: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
14849: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
14850: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
14851: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14852: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
14853: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
14854: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
14855: main/pa_sql_driver_manager.C, main/pa_string.C,
14856: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
14857: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
14858: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
14859: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
14860: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14861: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14862: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
14863: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
14864: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
14865: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
14866: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
14867: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14868: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
14869: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
14870: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14871: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14872: types/pa_vresponse.h, types/pa_vstateless_class.C,
14873: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14874: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14875: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14876: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14877: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14878: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
14879:
14880: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
14881: debug version of gc.dll
14882:
14883: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14884: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
14885: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
14886: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
14887: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
14888: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
14889: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
14890: processes
14891:
14892: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
14893: main/pa_globals.C, targets/cgi/parser3.vcproj,
14894: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
14895: changes to reflect libxml xsl new folders
14896:
14897: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14898: lib/smtp/smtp.vcproj, main/main.vcproj,
14899: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
14900: to reflect libxml xsl new folders
14901:
14902: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
14903: lib/smtp/smtp.vcproj, main/main.vcproj,
14904: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
14905: types/types.vcproj: started changes to reflect libxml xsl new
14906: folders
14907:
14908: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
14909: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
14910: src/main/compile.tab.C, src/main/main.vcproj,
14911: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
14912: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
14913: started changes to reflect libxml xsl new folders
14914:
14915: 2004-02-10 paf
14916:
14917: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
14918: compile. recommened latest libxml up to date
14919:
14920: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
14921: pattern compilation errors", on which spent 4 hours worktime. use
14922: versions higher than that. recommended now latest up to date
14923:
14924: 2004-02-06 paf
14925:
14926: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
14927: beauty: unified destructing style
14928:
14929: * src/main/untaint.C: beauty: removed old def/ifdef
14930:
14931: * src/main/untaint.C: beauty: coredump @unknown untaint language
14932: now
14933:
14934: 2004-02-03 paf
14935:
14936: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
14937: targets/isapi/parser3isapi.C, types/pa_value.C,
14938: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
14939: then %ld/%lu
14940:
14941: * src/main/pa_common.C: typo: %l -> %u
14942:
14943: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
14944: in attributes or documents-results of transform now not xx;
14945:
14946: * src/classes/xnode.C: memleaks found: not fixed yet. todo
14947:
14948: * src/main/pa_charset.C: bugfix: forgot to undo some
14949:
14950: * src/main/pa_charset.C: beauty: uncomment
14951: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
14952: libraries
14953:
14954: 2004-02-02 paf
14955:
14956: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
14957: $cookie:example[ $.value[value] $.path[/there/] ]
14958:
14959: $cookie:example[ $.value[] $.expires[session]
14960: $.path[/there/] $.domain[test.com] ]
14961:
14962: * src/types/pa_vform.C: bugfix: empty values with
14963: enctype=multipart/form-data now produce entries in $form:tables
14964: <form method=post enctype=multipart/form-data> <input type=hidden
14965: name=a> <input type=hidden name=b>
14966:
14967: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
14968: <hr> <pre>$request:body
14969:
14970: 2004-01-30 paf
14971:
14972: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
14973: or documents-results of transform now not xx;
14974:
14975: * src/classes/date.C: bugfix: ^date::create[invalid fields now
14976: produce exception.
14977:
14978: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
14979: bugfix: ^date::create[invalid fields now produce exception.
14980:
14981: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
14982: year] now produces exception. todo: check other fields
14983:
14984: 2004-01-29 paf
14985:
14986: * src/include/pa_memory.h: typo error
14987:
14988: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
14989: more byte then specified, then zeroed it << useless and
14990: potentially harmful(could gpf)
14991:
14992: 2004-01-22 paf
14993:
14994: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
14995:
14996: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
14997: optimization
14998:
14999: * src/main/untaint.C: bugfix: whitespace now optimized properly
15000: [were bug: ^taint[1 & 2]="1 &2"
15001:
15002: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
15003: errors
15004:
15005: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
15006: overflow
15007:
15008: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
15009: error-reporting code * in parser-error reporting code [when no
15010: @unhandled_exception defined]
15011:
15012: fixed in one place: my *snprintf override
15013:
15014: 2004-01-13 paf
15015:
1.211 moko 15016: * operators.ru.txt, operators.txt: typo erro
1.95 moko 15017:
15018: 2003-12-25 paf
15019:
15020: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
15021: garbled [pieces after zero bytes were removed]
15022:
15023: 2003-12-22 paf
15024:
1.116 moko 15025: * src/include/Makefile.am: bugfix: removed from dist:
15026: src/include/pa_config_auto.h which were configured for
1.95 moko 15027: make-dist-platform and badly updated proper config file in target
15028: [when .tar used for updating existing source tree]
15029:
1.211 moko 15030: * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95 moko 15031: src/include/pa_sql_connection.h,
15032: src/include/pa_sql_driver_manager.h,
15033: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
15034: feature: sql introducing ability to transcode charsets
15035:
15036: 2003-12-19 paf
15037:
15038: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
15039: error message
15040:
15041: * src/main/pa_charset.C: bugfix: memory for charsethandler
15042: structure for libxml now allocated properly
15043:
15044: 2003-12-17 paf
15045:
15046: * src/types/pa_vfile.C: beauty: removed outdated cast
15047:
15048: * src/main/pa_common.C: bugfix: empty http response caused gpf
15049:
15050: * src/include/pa_string.h: bugfix: removed too strong a assert
15051:
15052: * src/main/pa_globals.C: bugfix: removed false warning [warning:
15053: unreported xmlGenericErrors]
15054:
15055: 2003-12-15 paf
15056:
15057: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
15058: works}
15059:
15060: 2003-12-11 paf
15061:
1.211 moko 15062: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
15063: !$status:pid process id
1.95 moko 15064: !$status:tid thread id
15065:
15066: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15067: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
15068: bugfix(solaris): removed dependency on object initialization
15069: order [one more place]
15070:
15071: * src/: classes/file.C, classes/mail.C, classes/op.C,
15072: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
15073: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
15074: understand that
15075:
15076: * src/: classes/file.C, classes/mail.C, classes/op.C,
15077: classes/xdoc.C, include/pa_cache_managers.h,
15078: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15079: include/pa_stylesheet_manager.h, main/pa_request.C,
15080: main/pa_stylesheet_manager.C, types/pa_vimage.C,
15081: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
15082: ctor call [relying on implicit String::Body(cstr) call]
15083:
15084: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
15085: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
15086: object initialization order [two places]
15087:
15088: 2003-12-10 paf
15089:
15090: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
15091: << time now ok
15092:
1.211 moko 15093: * operators.ru.txt, operators.txt,
15094: src/main/pa_sql_driver_manager.C,
1.95 moko 15095: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
15096: operational
15097:
1.211 moko 15098: * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95 moko 15099: src/include/pa_charset.h, src/include/pa_sql_connection.h,
15100: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
15101: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
15102: back operational
15103:
15104: 2003-12-02 paf
15105:
15106: * src/types/pa_vmail.C: bugfix:
15107: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
15108: as-is forced]
15109:
15110: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
15111: exceptions out of libxml callbacks: reimplemented error handling
15112: of http://localhost, parser://method and safemode check callbacks
15113:
15114: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
15115: [merged from HEAD]
15116:
15117: * src/classes/image.C: nothing: comment removed
15118:
15119: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
15120: addresses to int
15121:
15122: 2003-12-01 paf
15123:
15124: * src/main/pa_xml_io.C: bugfix: typo
15125:
15126: * src/main/pa_globals.C: bugfix: win32: compile prob
15127:
15128: * src/classes/xdoc.C: bugfix: typo
15129:
15130: * src/main/pa_xml_io.C: todo: safe mode check not to throw
15131: exception
15132:
15133: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
15134:
15135: 2003-11-28 paf
15136:
15137: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
15138: all xml documents read
15139:
15140: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
15141:
15142: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
15143: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15144: replaced original open mech of xdoc::create & co to use libxml
15145: open, so that this would work for root document todo: safe mode
15146: checks to libxml: ideally to some 1 point
15147:
15148: * src/main/pa_xml_io.C: comment
15149:
1.211 moko 15150: * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
15151: in http://parser[abscent params]
1.95 moko 15152:
1.211 moko 15153: * operators.ru.txt, operators.txt, src/include/pa_request.h,
15154: src/main/pa_xml_io.C: works. todo: maybe replace original open
15155: mech of xdoc::create & co to use libxml open, so that this would
15156: work for root document
1.95 moko 15157:
15158: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
15159: "parser://method/params/here"> <test> &test^; </test> }]
15160:
15161: ^taint[^xdoc.string[]]
15162:
15163: @method[param] <!ENTITY test
15164: "test-entity-value+$form:user+$param!">
15165:
15166: 2003-11-27 paf
15167:
15168: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
15169:
15170: * src/classes/date.C: bugfix: typo error
15171:
15172: 2003-11-26 paf
15173:
1.211 moko 15174: * operators.ru.txt, operators.txt, src/include/Makefile.am,
15175: src/include/pa_globals.h, src/main/Makefile.am,
15176: src/main/main.vcproj, src/main/pa_globals.C,
15177: src/main/pa_request.C, src/include/pa_xml_io.h,
15178: src/main/pa_xml_io.C: simplification: xml errors to
15179: hash<thread_id,error> reorganization: xml io moved to
15180: pa_xml_io.C/h
1.95 moko 15181:
15182: * src/types/pa_value.h: warnings: --
15183:
15184: 2003-11-25 paf
15185:
15186: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
15187: whatever)
15188:
15189: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
15190: a, (c?x:y, z)
15191:
15192: * src/main/untaint.C: bugfix: consequences of not reading this
15193: comment: CORD_pos_chars_left /* Number of characters in cache.
15194: <= 0 ==> none */
15195:
15196: * src/include/pa_array.h: removed needless checks
15197:
15198: 2003-11-24 paf
15199:
15200: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
15201: removed limit: now $form:xxx can be accessed anytime, even in
15202: @auto/conf [and request/response:charset still can be changed
15203: anytime]
15204:
15205: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
15206: now not transcodes response body
15207:
1.211 moko 15208: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
15209: src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
15210: $tn[^xdoc.createTextNode[text node value]]
15211: $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95 moko 15212: $xdoc.firstChild.firstChild.nodeValue[different]
15213: ^taint[^xdoc.string[]]
15214:
15215: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
15216: workaround: static Hash::allocates -> static Hash_allocates
15217:
15218: 2003-11-21 paf
15219:
1.116 moko 15220: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
15221: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
15222: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 15223:
15224: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
15225:
15226: * src/classes/mail.C: bugfix: typo
15227:
15228: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 15229: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
15230: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
15231: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
15232: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 15233: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
15234:
15235: * src/main/pa_exec.C: bug in safe mode
15236:
15237: * src/include/Makefile.am: pa_xml_exception.h
15238:
15239: * src/targets/isapi/parser3isapi.C: more warnings --
15240:
15241: 2003-11-20 paf
15242:
15243: * src/: classes/math.C, classes/op.C, classes/string.C,
15244: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
15245: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
15246: --
15247:
15248: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
15249: more warnings --
15250:
15251: * src/classes/xdoc.C: more warnings --
15252:
15253: * src/classes/: date.C, image.C, xdoc.C: more warnings --
15254:
15255: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
15256: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
15257:
15258: * src/: classes/date.C, classes/file.C, classes/hash.C,
15259: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
15260: classes/table.C, include/pa_cache_managers.h,
15261: include/pa_stylesheet_connection.h, main/pa_request.C,
15262: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
15263: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
15264: --
15265:
15266: * src/main/: execute.C, pa_request.C: old forgotten todo: when
15267: can't report problem (undefined @unhandled_exception) problem
15268: source string were not reported
15269:
15270: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15271: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15272: classes/hashfile.C, classes/image.C, classes/int.C,
15273: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
15274: classes/response.C, classes/string.C, classes/table.C,
15275: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15276: include/pa_array.h, include/pa_cache_managers.h,
15277: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15278: include/pa_config_fixed.h, include/pa_dictionary.h,
15279: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
15280: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
15281: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
15282: include/pa_request.h, include/pa_request_charsets.h,
15283: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
15284: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15285: include/pa_stack.h, include/pa_string.h,
15286: include/pa_stylesheet_connection.h,
15287: include/pa_stylesheet_manager.h, include/pa_table.h,
15288: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15289: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
15290: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
15291: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15292: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
15293: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
15294: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
15295: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
15296: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
15297: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
15298: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
15299: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
15300: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
15301: targets/isapi/parser3isapi.C, types/pa_junction.h,
15302: types/pa_method.h, types/pa_value.C, types/pa_value.h,
15303: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
15304: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
15305: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15306: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15307: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15308: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
15309: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
15310: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
15311: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
15312: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15313: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15314: types/pa_vresponse.h, types/pa_vstateless_class.C,
15315: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15316: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15317: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15318: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15319: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15320: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
15321: const IDENT
15322:
15323: * src/: include/pa_array.h, include/pa_pool.h,
15324: include/pa_request.h, include/pa_string.h, include/pa_table.h,
15325: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
15326: types/pa_wcontext.h: more warnings --
15327:
15328: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
15329: classes/file.C, classes/hash.C, classes/hashfile.C,
15330: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15331: classes/memory.C, classes/op.C, classes/string.C,
15332: classes/table.C, classes/xdoc.C, classes/xnode.C,
15333: include/pa_config_includes.h, include/pa_operation.h,
15334: include/pa_sql_connection.h, include/pa_table.h,
15335: include/pa_types.h, lib/ltdl/config_fixed.h,
15336: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
15337: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
15338: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
15339: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
15340: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
15341: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
15342: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
15343: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
15344: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
15345: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
15346: types/pa_vmail.C, types/pa_vobject.C,
15347: types/pa_vstateless_class.h, types/pa_vtable.C,
15348: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
15349: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
15350: on all projects (except libltdl=off & libsdbm=level3) found
15351: several unitialized vars
15352:
15353: 2003-11-19 paf
15354:
15355: * src/classes/op.C: more ansi C++ comp
15356:
1.211 moko 15357: * operators.ru.txt, operators.txt, src/classes/op.C,
15358: src/include/pa_request.h, src/main/pa_request.C:
15359: ^cache[...]{body}{catch block with $exception.handled[cache]
15360: meaning "get expired cache, if any. else error"}
1.95 moko 15361:
15362: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
15363: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
15364: ^cache[...]{body}{catch code with $exception.cache field}
15365:
15366: 2003-11-12 paf
15367:
15368: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
15369: [copy/paste bug]
15370:
15371: 2003-11-11 paf
15372:
15373: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
15374: failed]
15375:
15376: 2003-11-10 paf
15377:
15378: * src/types/pa_vconsole.h: flush
15379:
1.211 moko 15380: * operators.ru.txt, operators.txt, src/main/pa_request.C,
15381: src/types/Makefile.am, src/types/types.vcproj,
15382: src/types/pa_vconsole.h: $console:line read/write [for nntp]
1.95 moko 15383:
1.211 moko 15384: * operators.ru.txt, operators.txt: mysql: transaction support:
15385: ?autocommit=0
1.95 moko 15386:
1.211 moko 15387: * operators.ru.txt, operators.txt: comment: updated
1.95 moko 15388:
15389: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
15390: serialize version and exipire now removes entries
15391:
1.211 moko 15392: * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
15393: altogether [and dir, if could]
1.95 moko 15394:
15395: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
15396: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
15397: removes files altogether [and dir, if could]
15398:
15399: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
15400: nonexistent pair. .c coded that that was error. fixed
15401:
15402: * src/types/pa_vhashfile.C: sdbm: exception type change to
15403: file.access [regretfull can't split it to different exceptions
15404: without modifying sdbm source wich would prefer not to]
15405:
15406: 2003-11-07 paf
15407:
15408: * src/: classes/date.C, classes/file.C, classes/hash.C,
15409: classes/hashfile.C, classes/image.C, classes/table.C,
15410: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
15411: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
15412: main/execute.C, main/main.vcproj, main/pa_pool.C,
15413: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
15414: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
15415: types/pa_vstateless_class.h: resurrected: pool idea. now only for
15416: destructing objects at request processing end
15417:
15418: 2003-11-06 paf
15419:
15420: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
15421: updates
15422:
15423: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
15424: to include sdbm
15425:
1.116 moko 15426: * src/include/: pa_config_includes.h, pa_version.h: our
15427: replacements of max& co only for cpp
1.95 moko 15428:
15429: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
15430: upper dir, .am updated
15431:
15432: * tests/todo.txt: hashfile: done
15433:
1.211 moko 15434: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
15435: hashfile: clear & expiration [time in value. todo: move time to
15436: key]
1.95 moko 15437:
15438: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
15439:
15440: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
15441: to do that in foreach, no errors, but surely wrong]
15442:
1.211 moko 15443: * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95 moko 15444: src/types/pa_vhashfile.h: hashfile: clear and proper locking
15445:
1.211 moko 15446: * operators.ru.txt, operators.txt, src/classes/hash.C,
15447: src/classes/hashfile.C, src/types/pa_vhashfile.C,
15448: src/types/pa_vhashfile.h: hashfile: foreach
1.95 moko 15449:
15450: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211 moko 15451: src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
15452: hashfile: hash
1.95 moko 15453:
1.211 moko 15454: * operators.ru.txt, operators.txt, src/classes/hashfile.C,
15455: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15456: tests/todo.txt: hashfile: delete
1.95 moko 15457:
15458: * src/: include/pa_memory.h, targets/cgi/parser3.C,
15459: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
15460: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
15461: get/put [raw]
15462:
15463: * src/: classes/op.C, main/pa_os.C: just linked
15464:
15465: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
15466: XmlException changes
15467:
15468: * src/: include/pa_charset.h, include/pa_globals.h,
15469: include/pa_stylesheet_connection.h, main/pa_exception.C:
15470: XmlException changes
15471:
15472: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
15473:
15474: * src/: include/pa_common.h, include/pa_exception.h,
15475: main/main.vcproj, main/pa_common.C, include/pa_os.h,
15476: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
15477: main/pa_xml_exception.C: locking move to pa_os [along with
15478: pa_sleep] apr-impl locking done
15479:
1.211 moko 15480: * configure, configure.in, operators.ru.txt, operators.txt,
15481: parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95 moko 15482: src/classes/xdoc.C, src/include/pa_config_fixed.h,
15483: src/include/pa_exception.h, src/include/pa_globals.h,
15484: src/include/pa_memory.h, src/include/pa_version.h,
15485: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
15486: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
15487: src/main/compile.tab.C, src/main/main.vcproj,
15488: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
15489: src/types/Makefile.am, src/types/pa_vhash.C,
15490: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
15491: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
15492: again with sdbm from apache
15493:
15494: 2003-11-05 paf
15495:
15496: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15497: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
15498: \parser3project dir anymore
15499:
15500: * src/main/pa_charset.C: bugfix: had broken binary search [copied
15501: thoughtlessly from xalan]
15502:
15503: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
15504: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
15505: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
15506:
15507: * src/main/helpers/CaseFolding.txt:
15508: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
15509:
15510: 2003-11-04 paf
15511:
1.211 moko 15512: * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95 moko 15513:
15514: * src/classes/table.C: compiled on unix
15515:
1.116 moko 15516: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 15517:
15518: * src/classes/mail.C: compiled on unix
15519:
1.211 moko 15520: * operators.ru.txt, operators.txt, src/classes/mail.C,
15521: src/types/pa_vmail.C, src/types/pa_vmail.h: !^mail:send[
1.95 moko 15522: $.options[unix: string to append to sendmail command
15523: line]
15524:
1.211 moko 15525: * operators.ru.txt, operators.txt, src/classes/table.C,
15526: src/main/pa_string.C, tests/todo.txt: ^table.save[...
15527: $.separator[^#09] $.encloser["] <nothing> by default
15528:
15529: * operators.ru.txt, operators.txt, src/classes/table.C,
15530: tests/todo.txt: ^table::load !$.separator[^#09]
15531: !$.encloser["] <nothing> by default
1.95 moko 15532:
15533: 2003-11-03 paf
15534:
1.211 moko 15535: * operators.ru.txt, operators.txt, src/classes/table.C,
15536: src/main/pa_common.C: ^table::load[; options:
15537: !$.column-separator[^#09] !$.column-encloser["]
1.95 moko 15538:
1.211 moko 15539: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 15540: src/types/pa_vrequest.C: $request:document-root
15541:
15542: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
15543: [already included into uri=xxx]
15544:
1.211 moko 15545: * operators.ru.txt, operators.txt, src/classes/image.C,
15546: tests/todo.txt: ^image.gif[filename] for $response:download
1.95 moko 15547:
15548: * src/classes/date.C: minor precaution
15549:
1.211 moko 15550: * operators.ru.txt, operators.txt, src/classes/date.C:
15551: !^date::unix-timestamp()
1.95 moko 15552: !^date.unix-timestamp[]
15553:
15554: 2003-10-30 paf
15555:
1.211 moko 15556: * operators.ru.txt, operators.txt, src/classes/date.C,
15557: src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
15558: $date.hour
1.95 moko 15559:
15560: * src/classes/: date.C, image.C: improvement diagnostics:
15561: $now[^date::create[$undefined]] now is error
15562:
15563: * src/main/pa_common.C: read errors would now be reported 'actually
15564: read -1 bytes'
15565:
15566: 2003-10-24 paf
15567:
15568: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
15569: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
15570: src/main/Makefile.am, src/targets/cgi/Makefile.am,
15571: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
15572:
15573: 2003-10-22 paf
15574:
15575: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
15576:
15577: 2003-10-21 paf
15578:
1.211 moko 15579: * operators.ru.txt, operators.txt, src/include/pa_string.h,
15580: src/main/pa_string.C: fixed: string.match[g] without <'> option
15581: produced columns with NULL's, which gpf'ed at table.save time
1.95 moko 15582:
15583: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
15584: recoursion' message with intensive throw-catches fixed: incorrect
15585: name and line (one name upper then needed) in error message about
15586: problems inside try block
15587:
15588: 2003-10-10 paf
15589:
15590: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
15591: check offset argument for validity did that in String::Body::pos
15592: myself http://i2/tasks/edit/?id=4577425257580789777
15593:
15594: 2003-10-07 paf
15595:
15596: * src/main/: compile.tab.C, compile.y: ^if ( better error:
15597: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
15598:
15599: 2003-10-03 paf
15600:
15601: * parser3.sln, src/include/pa_dictionary.h,
15602: src/main/pa_dictionary.C, src/main/pa_string.C,
15603: src/targets/cgi/parser3.vcproj: dictionary optimized by
15604: precalculating cstr&length
15605:
15606: 2003-10-02 paf
15607:
15608: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
15609: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
15610: main/pa_stylesheet_manager.C: bugfix: ^throw context were
15611: saved/restored incompletely http://www.parser.ru/forum/?id=21484
15612:
15613: 2003-09-30 paf
15614:
15615: * src/main/pa_string.C: string::replace bug fix [were ignoring
15616: occurrances after lang-mismatched
15617:
15618: 2003-09-29 paf
15619:
15620: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
15621: helper
15622:
15623: * src/main/pa_string.C: string::serialize bug fix with
15624: zero-terminator
15625:
15626: * src/classes/table.C: ^nameless_table.save column row now has no
15627: \t at the end
15628:
15629: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15630: @postprocess now takes $response:body/download
15631:
15632: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
15633: error message
15634:
15635: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
15636:
15637: * src/classes/table.C: bugfix: flip: must produce nameless
15638: http://i2/tasks/edit/?id=4573405524674081244
15639:
15640: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
15641: main/helpers/simple_folding.pl: utf-8 upper/lower
15642:
15643: * src/main/pa_common.C: bugfix: utf signature were not ignored due
15644: to typo error http://i2/tasks/edit/?id=4573354650786434584
15645:
15646: 2003-09-26 paf
15647:
15648: * src/main/untaint.C: removed needless field
15649:
15650: * src/main/untaint.C: removed needless const
15651:
15652: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
15653: String.for_each bug fixed [omited one-char cases]
15654:
15655: * src/include/pa_stack.h: bugfix: before collecting garbage,
15656: runtime-executor stack were cleared... BADLY
15657:
15658: * src/main/pa_string.C: ^stirng.replace code used old
15659: param-convention on langs.append, fixed that search fo the like,
15660: found none
15661:
15662: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
15663: string::serialize/deserialize implemented Language enum assigned
15664: meaningful letters [more convinient for debugging. read warning
15665: before adding/changing anything]
15666:
15667: 2003-09-25 paf
15668:
15669: * src/: include/pa_string.h, include/pa_version.h,
15670: main/pa_string.C, main/untaint.C: templates and anonymous unions
15671: differences on unix
15672:
15673: * parser3.sln, src/classes/file.C, src/classes/image.C,
15674: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
15675: src/classes/xdoc.C, src/classes/xnode.C,
15676: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15677: src/include/pa_charsets.h, src/include/pa_common.h,
15678: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
15679: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
15680: src/include/pa_table.h, src/lib/cord/cordbscs.c,
15681: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
15682: src/lib/cord/include/cord.h, src/main/compile.tab.C,
15683: src/main/compile_tools.h, src/main/pa_charset.C,
15684: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
15685: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15686: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
15687: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
15688: src/types/pa_vmail.C, src/types/pa_vmath.C,
15689: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
15690: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
15691:
15692: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
15693: functions aligned to that of eeparser3 look
15694:
15695: * src/lib/cord/cordprnt.c: removed warnings
15696:
15697: 2003-09-24 paf
15698:
15699: * src/: classes/file.C, classes/image.C, classes/mail.C,
15700: classes/op.C, classes/xdoc.C, classes/xnode.C,
15701: include/pa_cache_managers.h, include/pa_charset.h,
15702: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
15703: include/pa_sql_driver_manager.h, include/pa_string.h,
15704: include/pa_stylesheet_manager.h, include/pa_table.h,
15705: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
15706: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
15707: main/pa_sql_driver_manager.C, main/pa_string.C,
15708: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
15709: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
15710: types/pa_vstateless_class.h, types/pa_vstatus.C,
15711: types/pa_vxnode.C: v() functions of String::Body,
15712: String::Languages and String itself StringBody->String::Body
15713:
15714: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15715: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
15716: never optimized anything. todo: somehow speed up harder cases:
15717: concatenationA+concatenationB when last block of A and first of B
15718: contain same letters
15719:
15720: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15721: lib/cord/include/cord.h: langs: speed up by joining adjucent
15722: blocks of same char [CORD_append_block]
15723:
15724: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15725: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
15726: save space by extending blocks when appending block with c ==
15727: lastblock.c
15728:
15729: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
15730: working yet :( but more working &understood :)
15731:
15732: * src/: classes/table.C, include/pa_string.h,
15733: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
15734:
15735: 2003-09-23 paf
15736:
15737: * src/main/untaint.C: $a[ok!] $a works!
15738:
15739: * src/main/untaint.C: something even more works :)
15740:
15741: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
15742: something more works :)
15743:
15744: * src/: include/pa_string.h, lib/cord/cordbscs.c,
15745: lib/cord/cordxtra.c: something already works :)
15746:
15747: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
15748: serialize&deserialize
15749:
15750: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
15751: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
15752: main/untaint.C: main idea implemented, details left
15753:
15754: 2003-09-22 paf
15755:
15756: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
15757:
15758: * src/classes/xnode.C: copy/paste comment bugfix
15759:
15760: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
15761: allocator returns 0, just die.
15762: http://i2/tasks/edit/?id=4570798492410259445
15763:
15764: * src/classes/xdoc.C: copy/paste comment bugfix
15765:
15766: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
15767: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
15768: xnode: getAttributeNS setAttributeNS removeAttributeNS
15769: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
15770:
15771: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
15772: chars due to bitwise operation signed-char error]
15773:
15774: 2003-09-19 paf
15775:
15776: * src/types/pa_wcontext.C: output message: more practical
15777: suggestion
15778:
1.211 moko 15779: * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95 moko 15780: $f[^file::load[binary;http://...]] $f.tables
15781:
15782: 2003-09-02 paf
15783:
15784: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
15785: flush stdout without referencing 'stdout' symbol. to hell with
15786: non-ansi libraries without 'stdout' symbol
15787:
15788: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
15789: unix (users reported problems with some old libc)
15790:
15791: * src/types/pa_vdate.h: forgot initializer
15792:
15793: 2003-09-01 paf
15794:
15795: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
15796: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
15797: zone]
15798:
15799: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
15800:
15801: 2003-08-19 paf
15802:
15803: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
15804: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
15805: simplified a little
15806:
15807: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
15808: [lost fix from 3.0.8]
15809:
15810: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
15811: visible here }
15812:
15813: bug fix
15814:
15815: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
15816:
15817: * src/main/compile.tab.C: initialized couple of variables about
15818: which user reported runtime problems when parser were compiled
15819: with VC7, warning level4. study shows that later in bison
15820: they've fixed that. would migrate to latest bison someday
15821:
15822: * src/types/pa_vmail.C: turned off recoding in gmime (were still
15823: recoding headers)
15824:
15825: * src/types/pa_vmail.C: works as before, same charset problems:
15826: gmime recodes to UTF-8 only headers, not body. so not recoding
15827: anything for now
15828:
15829: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
15830: problems with body
15831:
15832: * src/types/pa_vmail.C: mail_receive just compiled
15833:
15834: 2003-08-18 paf
15835:
15836: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
15837: main/main.vcproj, types/types.vcproj: win32: continued process
15838: detaching from \parser3project directory
15839:
15840: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
15841: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
15842: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
15843: src/lib/pcre/pcre_dftables.dsp,
15844: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
15845: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
15846: src/types/types.dsp: moved to MSVC 7
15847:
15848: * gnu.vcproj.vspscc, parser3.vssscc,
15849: src/classes/classes.vcproj.vspscc,
15850: src/lib/cord/cord.vcproj.vspscc,
15851: src/lib/ltdl/libltdl.vcproj.vspscc,
15852: src/lib/md5/md5.vcproj.vspscc,
15853: src/lib/pcre/pcre_dftables.vcproj.vspscc,
15854: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
15855: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
15856: src/targets/isapi/parser3isapi.vcproj.vspscc,
15857: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
15858: moved to MSVC 7
15859:
15860: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
15861: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
15862: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
15863: src/lib/pcre/pcre_dftables.vcproj,
15864: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
15865: src/targets/cgi/parser3.vcproj,
15866: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
15867: new VS project files
15868:
15869: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
15870: .NET to detect Jalindi Igloo capabilities.
15871:
15872: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 15873: src/classes/classes.awk, src/doc/footer.htm,
15874: src/include/pa_config_fixed.h, src/include/pa_version.h,
15875: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 15876: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
15877: src/types/pa_vmail.C: merged 3.1.0 latest changes
15878:
15879: 2003-08-15 paf
15880:
15881: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15882: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
15883:
15884: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
15885: non-ascii <yyy> now encoded correctly
15886:
15887: 2003-07-29 paf
15888:
1.116 moko 15889: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
15890: dist
1.95 moko 15891:
15892: * src/types/pa_vmail.C: just started --with-mail-receive
15893:
15894: 2003-07-28 paf
15895:
1.116 moko 15896: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
15897: dependence in src/classes, src/lib/gc now in dist
1.95 moko 15898:
15899: * src/main/pa_string.C: ^cache bug fix [were not working at all]
15900:
15901: 2003-07-25 paf
15902:
15903: * src/doc/footer.htm: year
15904:
15905: 2003-07-24 paf
15906:
15907: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
15908: fix
15909:
15910: * src/include/pa_version.h: release
15911:
1.116 moko 15912: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 15913:
15914: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
15915: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
15916: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
15917: getting rid of win32xml pseudo project
15918:
15919: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
15920:
1.116 moko 15921: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211 moko 15922: configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95 moko 15923: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 15924: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 15925: src/classes/classes.C, src/classes/classes.awk,
15926: src/classes/classes.dsp, src/classes/classes.h,
15927: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15928: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15929: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15930: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
15931: src/classes/string.C, src/classes/table.C, src/classes/void.C,
15932: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
15933: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
15934: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 15935: src/include/pa_array.h, src/include/pa_cache_managers.h,
15936: src/include/pa_charset.h, src/include/pa_charsets.h,
15937: src/include/pa_common.h, src/include/pa_config_auto.h.in,
15938: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
15939: src/include/pa_dictionary.h, src/include/pa_dir.h,
15940: src/include/pa_exception.h, src/include/pa_exec.h,
15941: src/include/pa_globals.h, src/include/pa_hash.h,
15942: src/include/pa_memory.h, src/include/pa_opcode.h,
15943: src/include/pa_operation.h, src/include/pa_pool.h,
15944: src/include/pa_pragma_pack_begin.h,
1.95 moko 15945: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
15946: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
15947: src/include/pa_sapi.h, src/include/pa_socks.h,
15948: src/include/pa_sql_connection.h,
15949: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
15950: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
15951: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
15952: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 15953: src/include/pa_uue.h, src/lib/Makefile.am,
15954: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
15955: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
15956: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
15957: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 15958: src/lib/cord/include/ec.h,
15959: src/lib/cord/include/private/Makefile.am,
15960: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 15961: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
15962: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 15963: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 15964: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
15965: src/main/compile_tools.C, src/main/compile_tools.h,
15966: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
15967: src/main/pa_cache_managers.C, src/main/pa_charset.C,
15968: src/main/pa_charsets.C, src/main/pa_common.C,
15969: src/main/pa_dictionary.C, src/main/pa_dir.C,
15970: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 15971: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
15972: src/main/pa_request.C, src/main/pa_socks.C,
15973: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
15974: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 15975: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
15976: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
15977: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
15978: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
15979: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
15980: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
15981: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 15982: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
15983: src/targets/isapi/parser3isapi.dsp,
15984: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 15985: src/types/pa_junction.h, src/types/pa_method.h,
15986: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 15987: src/types/pa_vclass.C, src/types/pa_vclass.h,
15988: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
15989: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15990: src/types/pa_vdouble.h, src/types/pa_venv.h,
15991: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
15992: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
15993: src/types/pa_vimage.C, src/types/pa_vimage.h,
15994: src/types/pa_vint.h, src/types/pa_vjunction.h,
15995: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
15996: src/types/pa_vmath.h, src/types/pa_vmemory.h,
15997: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15998: src/types/pa_vobject.C, src/types/pa_vobject.h,
15999: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
16000: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
16001: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
16002: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
16003: src/types/pa_vstatus.h, src/types/pa_vstring.C,
16004: src/types/pa_vstring.h, src/types/pa_vtable.C,
16005: src/types/pa_vtable.h, src/types/pa_vvoid.h,
16006: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
16007: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
16008: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
16009: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
16010: HEAD
16011:
16012: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
16013: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
16014: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
16015: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
16016: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
16017: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
16018: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
16019: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
16020: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
16021: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
16022: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
16023: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
16024: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
16025: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
16026: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
16027: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
16028: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
16029: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
16030: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
16031: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
16032: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
16033: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
16034: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
16035: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
16036: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
16037: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
16038: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
16039: outputs/create-dir, results/001.processed, results/002.processed,
16040: results/003.processed, results/004.processed,
16041: results/005.processed, results/006.processed,
16042: results/007.processed, results/008.processed,
16043: results/009.processed, results/010.processed,
16044: results/011.processed, results/012.processed,
16045: results/013.processed, results/014.processed,
16046: results/015.processed, results/016.processed,
16047: results/017.processed, results/018.processed,
16048: results/019.processed, results/020.processed,
16049: results/021.processed, results/022.processed,
16050: results/023.processed, results/024.processed,
16051: results/025.processed, results/026.processed,
16052: results/027.processed, results/028.processed,
16053: results/029.processed, results/030.processed,
16054: results/031.processed, results/032.processed,
16055: results/033.processed, results/034.processed,
16056: results/035.processed, results/036.processed,
16057: results/037.processed, results/038.processed,
16058: results/039.processed, results/040.processed,
16059: results/041.processed, results/042.processed,
16060: results/043.processed, results/044.processed,
16061: results/045.processed, results/046.processed,
16062: results/047.processed, results/048.processed,
16063: results/049.processed, results/050.processed,
16064: results/051.processed, results/052.processed,
16065: results/053.processed, results/054.processed,
16066: results/055.processed, results/056.processed,
16067: results/057.processed, results/058.processed,
16068: results/059.processed, results/060.processed,
16069: results/061.processed, results/062.processed,
16070: results/063.processed, results/064.processed,
16071: results/065.processed, results/066.processed,
16072: results/067.processed, results/068.processed,
16073: results/069.processed, results/070.processed,
16074: results/071.processed, results/072.processed,
16075: results/073.processed, results/074.processed,
16076: results/075.processed, results/076.processed,
16077: results/077.processed, results/078.processed,
16078: results/079.processed, results/080.processed,
16079: results/081.processed, results/082.processed,
16080: results/083.processed, results/084.processed,
16081: results/085.processed, results/086.processed,
16082: results/087.processed, results/088.processed,
16083: results/089.processed, results/090.processed,
16084: results/091.processed, results/092.processed,
16085: results/093.processed, results/094.processed,
16086: results/095.processed, results/096.processed,
16087: results/097.processed, results/098.processed,
16088: results/099.processed, results/100.processed,
16089: results/101.processed, results/102.processed,
16090: results/103.processed, results/104.processed,
16091: results/105.processed, results/106.processed,
16092: results/107.processed, results/108.processed,
16093: results/109.processed, results/110.processed,
16094: results/111.processed, results/112.processed,
16095: results/113.processed, results/114.processed,
16096: results/115.processed, results/116.processed,
16097: results/117.processed, results/118.processed,
16098: results/119.processed, results/120.processed,
16099: results/121.processed, results/122.processed,
16100: results/123.processed, results/124.processed,
16101: results/125.processed, results/126.processed,
16102: results/127.processed, results/128.processed,
16103: results/129.processed, results/130.processed,
16104: results/131.processed, results/132.processed,
16105: results/133.processed, results/134.processed,
16106: results/135.processed, results/136.processed,
16107: results/137.processed, results/138.processed,
16108: results/139.processed, results/140.processed,
16109: results/141.processed: merged(copied) to HEAD from template_gc
16110:
16111: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
16112: towards \parser3project not having to be in root
16113:
16114: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
16115: module compiled [were minor unnecessary changes in lib/md5
16116: interface]
16117:
16118: * src/include/pa_version.h: release
16119:
16120: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
16121:
16122: * src/classes/math.C: merged uuid bugfix
16123:
16124: * tests/: 141.html, results/141.processed: fixed bug with
16125: too-small-a-buffer
16126:
16127: * src/classes/math.C: uuid bugfix
16128:
16129: * tests/: 141.html, Makefile, results/005.processed,
16130: results/030.processed, results/075.processed,
16131: results/078.processed: to reflect date format change (were -
16132: become ' ')
16133:
16134: * src/classes/math.C: uuid bugfix
16135:
16136: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
16137: debug/release changes
16138:
16139: * src/lib/md5/pa_md5c.c: PA_ -> pa_
16140:
16141: 2003-07-23 paf
16142:
16143: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16144: renamed a little [to move to comman naming conv]
16145:
1.116 moko 16146: * src/targets/Makefile.am: apache13 splitted to simplify apache
16147: build
1.95 moko 16148:
16149: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
16150: main/pa_request.C, main/pa_sql_driver_manager.C,
16151: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
16152: stack top_index() fixed
16153:
16154: * src/main/pa_globals.C: minor style changes
16155:
16156: * src/: classes/op.C, include/pa_sql_connection.h: connection
16157: closing/caching fixed [connections were not closed/put to cache]
16158:
16159: 2003-07-22 paf
16160:
16161: * INSTALL: gc part updated stightly
16162:
16163: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
16164: new sapi interface
16165:
16166: * src/classes/file.C: comment on OS
16167:
16168: * src/main/pa_string.C: removed reduntant invariant check [there is
16169: one deeper in cord lib]
16170:
16171: * src/main/pa_exec.C: on win32 bugfix in handling shbang
16172:
16173: * src/main/pa_memory.C: out of memory is no longer coredump
16174:
16175: * INSTALL: disable-threads adviced
16176:
16177: 2003-07-21 paf
16178:
1.116 moko 16179: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 16180:
16181: * src/classes/file.C: file::exec/cgi environment variables now must
16182: be UPPERCASE and A-Z 0-9 _-
16183:
16184: * src/classes/file.C: env passing fixed
16185:
16186: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
16187:
16188: * src/main/pa_common.C: http:// CRLF now
16189:
16190: 2003-07-02 paf
16191:
1.211 moko 16192: * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
16193: $memory:status fields to reflect their real meaning
1.95 moko 16194:
16195: 2003-06-27 paf
16196:
16197: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
16198: include/pa_hash.h, main/pa_charset.C: merged from HEAD
16199: file::exec/cgi .charset
16200:
16201: 2003-06-26 paf
16202:
16203: * ChangeLog, src/classes/file.C, src/classes/hash.C,
16204: src/classes/image.C, src/classes/op.C, src/classes/string.C,
16205: src/classes/table.C: fixed several uninitialized local
16206: structures. notably ^hash.foreach now inserts delimiters
16207: properly [were inserting it before first body]
16208:
16209: 2003-06-24 paf
16210:
16211: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
16212:
16213: 2003-06-20 paf
16214:
1.211 moko 16215: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
16216: src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95 moko 16217: $f[^file::load[binary;http://...]] $f.tables
16218:
16219: 2003-06-06 paf
16220:
16221: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
16222: table. [were method lookup: inconsistent]
16223:
16224: 2003-06-02 paf
16225:
16226: * src/include/pa_memory.h: empty string clone fixed to return
16227: writable memory
16228:
16229: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
16230: were not appended] which violated string invariant
16231:
16232: 2003-05-30 paf
16233:
16234: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
16235: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
16236:
16237: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
16238: GMT ; RFC 822, updated by RFC 1123
16239:
16240: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
16241: targets/isapi/parser3isapi.C: initialized request_info properly
16242:
16243: * src/classes/xnode.C: found minor bug, commended for future
16244:
16245: 2003-05-28 paf
16246:
16247: * src/classes/form.C: request_info.content_length can't be <0,
16248: size_t for some time
16249:
16250: 2003-05-26 paf
16251:
16252: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
16253: forgotten <0 changed to !=STRING_NOT_FOUND
16254:
16255: * src/classes/math.C: merged ffffu from HEAD
16256:
16257: 2003-05-11 paf
16258:
16259: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
16260:
16261: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
16262: premature doc free. transformed document had xmlDoc reference
16263: stored to non-gc-memory (libgdome) added holding-reference
16264:
16265: 2003-04-29 paf
16266:
16267: * src/main/pa_globals.C: started digging on double free. on win32
16268: found that that's perfectly normal.
16269:
16270: 2003-04-25 paf
16271:
16272: * src/classes/table.C: table.join bug fix [bad limit check]
16273:
16274: * src/classes/math.C: merged from HEAD: simpiler hash_string
16275:
16276: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
16277: print anything. changed to quicker and simplier code
16278:
16279: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
16280: strict a check]
16281:
16282: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
16283:
16284: 2003-04-24 paf
16285:
16286: * src/include/pa_table.h: too strict assert loosened
16287:
16288: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
16289: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
16290: report
16291:
16292: 2003-04-21 paf
16293:
1.116 moko 16294: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 16295:
16296: * src/main/pa_globals.C: pcre memory management changed to use GC
16297: memory
16298:
16299: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
16300: xmlMallocAtomic [author agreed to my suggestion], used that
16301:
16302: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
16303:
16304: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
16305: types/pa_vmail.C: attributed_meaning_to_string added
16306: L_UNSPECIFIED piece which was sortof OK, but violated string
16307: invariant [assertion barked on that] changed to L_PASS_APPEND,
16308: made that param obligatory
16309:
16310: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
16311: fixed [assert helped]
16312:
16313: * src/include/pa_string.h: assert added [looking for bug]
16314:
16315: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
16316: names on Win32 considered disk-global
16317:
16318: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
16319: considered disk-global
16320:
16321: 2003-04-18 paf
16322:
16323: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
16324: filenames
16325:
16326: * src/main/untaint.C: enabled '~' letter in filenames
16327:
16328: 2003-04-16 paf
16329:
16330: * src/classes/file.C: small bug introduced in autoptr times fixed
16331:
16332: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
16333: HEAD
16334:
1.116 moko 16335: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 16336:
16337: 2003-04-15 paf
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, tests/141.html,
1.95 moko 16341: tests/results/141.processed: merged from head ^math:uuid[]
16342: ^math:uid64[] ^math:md5[string]
16343:
16344: test added: 141.html
16345:
1.211 moko 16346: * operators.ru.txt, operators.txt, src/classes/math.C:
16347: ^math:uid64[]
1.95 moko 16348:
16349: * src/classes/math.C: ^math:uuid[]
16350:
1.211 moko 16351: * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95 moko 16352:
1.211 moko 16353: * operators.ru.txt, operators.txt, src/classes/math.C,
16354: src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
16355: 16-byte digest
16356:
16357: * operators.ru.txt, operators.txt, src/classes/file.C,
16358: src/include/pa_common.h, src/include/pa_config_fixed.h,
16359: src/main/pa_common.C: ^file::load[mode;name; $.offset
16360: $.limit
1.95 moko 16361:
16362: 2003-04-14 paf
16363:
16364: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
16365: started ^math:md5
16366:
16367: * src/classes/table.C, src/include/pa_array.h,
16368: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
16369: tests/results/140.processed: table $.reverse option works in
16370: create&co table $.distinct[tables] bug fix merged
16371:
16372: * src/: classes/table.C, include/pa_table.h: table
16373: $.distinct[tables] bug fixed
16374:
16375: * src/classes/table.C: more warnings
16376:
16377: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
16378: removed checks in table::set_current, moved them back to
16379: table::locate implemented table::create/join ñ $.reverse
16380:
16381: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
16382: removed checks in table::set_current, moved them back to
16383: table::locate
16384:
16385: 2003-04-11 paf
16386:
1.211 moko 16387: * operators.ru.txt, operators.txt, src/classes/date.C,
16388: src/classes/table.C, src/include/pa_array.h,
16389: src/include/pa_common.h, src/include/pa_config_includes.h,
16390: src/include/pa_string.h, src/include/pa_table.h,
16391: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16392: src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95 moko 16393: before_append_array_limit_sense_change to
16394: after_append_array_limit_sense_change
16395:
16396: * src/classes/table.C: typo
16397:
1.211 moko 16398: * operators.ru.txt, operators.txt, src/classes/date.C,
16399: src/classes/table.C, src/include/pa_array.h,
16400: src/include/pa_common.h, src/include/pa_config_includes.h,
16401: src/include/pa_globals.h, src/include/pa_table.h,
16402: src/main/pa_array.C, src/main/pa_globals.C,
16403: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
16404: src/main/pa_string.C, src/main/pa_table.C:
16405: append_array_limit_sense_change locate accepts options same as
16406: create new option: $.reverse(1) [do not work in table::create]
1.95 moko 16407:
16408: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
16409: (stat xxx,
16410:
16411: * src/classes/: table.C: typo
16412:
16413: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
16414: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
16415: results/130.processed, results/131.processed,
16416: results/132.processed, results/133.processed,
16417: results/134.processed, results/135.processed,
16418: results/136.processed, results/137.processed,
16419: results/138.processed, results/139.processed: added few mustfail
16420: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
16421: date/time 132.html mustfail: access to junction outside of
16422: context 133.html mustfail: access to junction outside of context,
16423: case version 134.html mustfail: hash: adding a key inside of
16424: foreach 135.html mustfail: modifying system class 136.html
16425: mustfail: $.name outside of $hash[here] 137.html mustfail:
16426: appendChild without import 138.html mustfail: invalid encoding
16427: inside of xml 139.html mustfail: bad XPath
16428:
1.211 moko 16429: * operators.ru.txt, operators.txt, src/classes/table.C,
16430: tests/084.html, tests/125.html, tests/126.html, tests/127.html,
16431: tests/128.html, tests/129.html, tests/results/125.processed,
1.95 moko 16432: tests/results/126.processed, tests/results/127.processed,
16433: tests/results/128.processed, tests/results/129.processed: merged
16434: from HEAD ^table.hash[key][$.distinct[tables]]
16435:
16436: maked appropriate tests [changed one old nonconforming]
16437:
1.211 moko 16438: * operators.ru.txt, operators.txt, src/classes/table.C:
1.95 moko 16439: ^table.hash[key][$.distinct[tables]]
16440:
16441: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16442: merged fix for found very old xml (dom) bug: were passing
16443: domString objects and later ERROREOUSLY freed them
16444:
16445: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
16446: src/main/pa_charset.C: re-added libgdome patch. regretfully
16447: libgdome bug can not be worked around
16448:
16449: 2003-04-10 paf
16450:
16451: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
16452: found very old xml (dom) bug: were passing domString objects and
16453: later ERROREOUSLY freed them
16454:
16455: * src/doc/string.dox, src/include/pa_memory.h,
16456: src/include/pa_string.h, src/lib/cord/cordbscs.c,
16457: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
16458: tests/123.html, tests/124.html, tests/results/001.processed,
16459: tests/results/002.processed, tests/results/003.processed,
16460: tests/results/004.processed, tests/results/005.processed,
16461: tests/results/006.processed, tests/results/008.processed,
16462: tests/results/009.processed, tests/results/010.processed,
16463: tests/results/011.processed, tests/results/012.processed,
16464: tests/results/013.processed, tests/results/014.processed,
16465: tests/results/015.processed, tests/results/016.processed,
16466: tests/results/017.processed, tests/results/018.processed,
16467: tests/results/020.processed, tests/results/021.processed,
16468: tests/results/022.processed, tests/results/023.processed,
16469: tests/results/024.processed, tests/results/025.processed,
16470: tests/results/026.processed, tests/results/027.processed,
16471: tests/results/028.processed, tests/results/029.processed,
16472: tests/results/030.processed, tests/results/031.processed,
16473: tests/results/032.processed, tests/results/033.processed,
16474: tests/results/034.processed, tests/results/035.processed,
16475: tests/results/036.processed, tests/results/037.processed,
16476: tests/results/038.processed, tests/results/039.processed,
16477: tests/results/040.processed, tests/results/041.processed,
16478: tests/results/042.processed, tests/results/043.processed,
16479: tests/results/044.processed, tests/results/045.processed,
16480: tests/results/046.processed, tests/results/047.processed,
16481: tests/results/048.processed, tests/results/049.processed,
16482: tests/results/050.processed, tests/results/051.processed,
16483: tests/results/052.processed, tests/results/053.processed,
16484: tests/results/054.processed, tests/results/055.processed,
16485: tests/results/056.processed, tests/results/057.processed,
16486: tests/results/058.processed, tests/results/059.processed,
16487: tests/results/060.processed, tests/results/061.processed,
16488: tests/results/062.processed, tests/results/063.processed,
16489: tests/results/064.processed, tests/results/065.processed,
16490: tests/results/066.processed, tests/results/067.processed,
16491: tests/results/068.processed, tests/results/069.processed,
16492: tests/results/070.processed, tests/results/071.processed,
16493: tests/results/072.processed, tests/results/073.processed,
16494: tests/results/074.processed, tests/results/075.processed,
16495: tests/results/076.processed, tests/results/077.processed,
16496: tests/results/078.processed, tests/results/079.processed,
16497: tests/results/080.processed, tests/results/081.processed,
16498: tests/results/082.processed, tests/results/083.processed,
16499: tests/results/084.processed, tests/results/085.processed,
16500: tests/results/086.processed, tests/results/087.processed,
16501: tests/results/088.processed, tests/results/089.processed,
16502: tests/results/090.processed, tests/results/091.processed,
16503: tests/results/092.processed, tests/results/093.processed,
16504: tests/results/094.processed, tests/results/095.processed,
16505: tests/results/096.processed, tests/results/097.processed,
16506: tests/results/101.processed, tests/results/102.processed,
16507: tests/results/104.processed, tests/results/105.processed,
16508: tests/results/106.processed, tests/results/107.processed,
16509: tests/results/108.processed, tests/results/109.processed,
16510: tests/results/110.processed, tests/results/111.processed,
16511: tests/results/112.processed, tests/results/113.processed,
16512: tests/results/114.processed, tests/results/115.processed,
16513: tests/results/116.processed, tests/results/117.processed,
16514: tests/results/118.processed, tests/results/119.processed,
16515: tests/results/120.processed, tests/results/121.processed,
16516: tests/results/122.processed, tests/results/123.processed,
16517: tests/results/124.processed: new convention: char* never 0.
16518: assert in cord on that
16519:
16520: * src/main/pa_charset.C: couple more asserts
16521:
16522: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
16523: speedup
16524:
16525: * src/main/pa_charset.C: couple assertions on fantastic situations
16526: added [may be those is the case now?]
16527:
16528: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16529: that's memory from gc_malloc, not from g_malloc :(, but would
16530: hope]
16531:
16532: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
16533: that's memory from gc_malloc, not from g_malloc :(, but would
16534: hope]
16535:
16536: * src/main/pa_charset.C: checked custom malloc for returning 0
16537:
16538: 2003-04-09 paf
16539:
16540: * src/classes/date.C: merged ^date.roll changes
16541:
16542: * src/classes/date.C: ^date.roll bug fix
16543:
16544: * src/classes/date.C: ^date.roll now throws less errors: month
16545: shifts handles end of month situation by reducing day number
16546: hour-hole shift reduces hour to recover
16547:
16548: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
16549: Sort by function time
16550:
1.211 moko 16551: * operators.ru.txt, operators.txt, src/main/pa_charset.C,
16552: src/main/pa_common.C: http:// $.charset[] param done
1.95 moko 16553:
16554: * tests/: 122.html, results/122.processed: 122 date test <= and ==
16555: added [after volatile fix. passes on win&intel-solaris]
16556:
16557: 2003-04-08 paf
16558:
16559: * src/: classes/file.C, classes/op.C, classes/table.C,
16560: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
16561: include/pa_common.h, include/pa_request_charsets.h,
16562: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
16563: main/pa_exec.C, main/pa_request.C, main/untaint.C,
16564: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
16565: types/pa_vresponse.C: started http:// $.charset[] param and
16566: http response charset detection just compiled. todo:test
16567:
16568: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
16569:
16570: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
16571: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
16572: types/pa_vmail.C: changed transcode param converntion along with
16573: string creating convention -- all strings are zero-terminated,
16574: this allowed to fix one remaining String("123", 2) case
16575:
16576: * src/: classes/date.C, classes/file.C, classes/hash.C,
16577: classes/op.C, classes/string.C, classes/table.C,
16578: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
16579: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
16580: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16581: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
16582: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
16583: violated String::invariant. started fixing [not compiled now]
16584:
16585: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
16586: main/compile.tab.C, main/compile.y, main/pa_string.C,
16587: main/untaint.C, targets/cgi/parser3.C: number of string style
16588: improvements & optimizations
16589:
16590: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
16591: :(]
16592:
16593: * src/main/untaint.C: removed redundant & in CORD_pos param passing
16594: [for it's a pointer really]
16595:
16596: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
16597: 'n' param. worked that around
16598:
16599: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
16600: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
16601: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
16602: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
16603: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
16604:
16605: Thanks for the bug report and patch.
16606:
16607: I hadn't looked at this code in a while. Reading it now, it
16608: seems to me that the tests should also be ">= MAX_DEPTH" to
16609: comply with the invariant, though that may not matter a lot. I
16610: changed that, too.
16611:
16612: Hans
16613:
16614: 2003-04-07 paf
16615:
16616: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
16617: merged from head:safe mode error message now includes numbers
16618:
16619: * src/main/execute.C: n-th attempt to make a=a work with double.
16620: problem: as_double returns it's result in fp-register compiler
16621: optimizes access to that register after b->as_double, and just
16622: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16623: from memory. _SAME_ double values do not match here. when
16624: forced to REload fp-register, values do match.
16625:
16626: tried to make them volatile.
16627:
16628: * src/main/execute.C: n-th attempt to make a=a work with double.
16629: problem: as_double returns it's result in fp-register compiler
16630: optimizes access to that register after b->as_double, and just
16631: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
16632: from memory. _SAME_ double values do not match here. when
16633: forced to REload fp-register, values do match.
16634:
16635: tried to make them volatile.
16636:
16637: * src/types/pa_vobject.h: small style change
16638:
16639: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
16640:
16641: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
16642: mode error message now includes numbers
16643:
16644: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
16645: now causes death
16646:
16647: 2003-04-04 paf
16648:
16649: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
16650: incorportated pa_exec patch by From: "Victor Fedoseev"
16651: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
16652: Sent: Thursday, January 23, 2003 9:14 AM
16653:
16654: huge speedup on ^file::cgi with big result
16655:
16656: * src/classes/table.C: sort table with 0 rows bug fixed
16657:
16658: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
16659: fix http://i2/tasks/edit/?id=4493701604654042676
16660:
16661: @main[] $with_default[ $.a[1] $._default[default from
16662: with_default] ] ^show[$with_default]
16663:
16664: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16665: =$to_add_to.xxx=<br>
16666:
16667: ^show[$to_add_to]
16668:
16669: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16670: ^show[$cloned]
16671:
16672: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16673:
16674: } <hr>
16675:
16676: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
16677: http://i2/tasks/edit/?id=4493701604654042676
16678:
16679: @main[] $with_default[ $.a[1] $._default[default from
16680: with_default] ] ^show[$with_default]
16681:
16682: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
16683: =$to_add_to.xxx=<br>
16684:
16685: ^show[$to_add_to]
16686:
16687: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
16688: ^show[$cloned]
16689:
16690: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
16691:
16692: } <hr>
16693:
16694: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
16695: http://i2/tasks/edit/?id=4507350336410850921
16696:
16697: * src/classes/xdoc.C: memory allocation func bugfix
16698: http://i2/tasks/edit/?id=4499303470368629745
16699:
16700: * src/classes/math.C: allowed random 1...
16701:
16702: * src/classes/math.C: allowed random 0..
16703:
16704: * src/main/pa_globals.C: exif mem leak
16705: http://i2/tasks/edit/?id=4480590323629807263
16706:
16707: * src/: classes/classes.dsp, main/main.dsp,
16708: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
16709: fix http://i2/tasks/edit/?id=4493946731322521294
16710: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
16711:
16712: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16713: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
16714: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
16715: links to xml libs made relative, no need to unpack parser3project
16716: to /parser3project.
16717:
16718: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
16719: column more precise - tab handling bug fixed
16720:
16721: * src/main/: compile.tab.C, compile.y: more understandable error
16722: message in case @CLASS with more then one line inside
16723:
16724: * src/targets/cgi/parser3.C: more understandable error message in
16725: case of errors in @unhandled_exception
16726:
16727: 2003-04-03 paf
16728:
16729: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
16730: src/main/compile.tab.C, src/main/compile.y,
16731: src/main/compile_tools.C, src/main/compile_tools.h,
16732: src/main/execute.C, src/main/pa_request.C: debug info format
16733: simplified, now it's: OP_VALUE Operation::Origin << here value*
16734:
16735: higher limits: file number (max: 255) line number (max:
16736: 64535) column number (max: 255)
16737:
16738: * src/classes/math.C: top limit
16739:
16740: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
16741: precise parse error position in case of
16742:
16743: ^bug ]
16744:
16745: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
16746: changed to realities, and passed [bug fixed]
16747:
16748: * src/: classes/op.C, include/pa_request.h, main/compile.C,
16749: main/compile.tab.C, main/compile.y, main/compile_tools.C,
16750: main/compile_tools.h, main/pa_request.C: introducing
16751: ^process...[main-method-alias]
16752:
16753: * src/: classes/date.C, classes/image.C, classes/op.C,
16754: classes/string.C, classes/table.C, classes/xdoc.C,
16755: types/pa_vmethod_frame.h: MethodParams& now [methods without
16756: params receive zero reference, but they are expected not to look
16757: there]
16758:
1.211 moko 16759: * operators.ru.txt, operators.txt, src/classes/date.C,
16760: src/classes/double.C, src/classes/file.C, src/classes/hash.C,
16761: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
16762: src/classes/math.C, src/classes/memory.C, src/classes/op.C,
16763: src/classes/response.C, src/classes/string.C,
16764: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
16765: src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
16766: src/types/pa_method.h: MethodParams& now [methods without params
16767: receive zero reference, but they are expected not to look there]
16768:
16769: * operators.ru.txt, operators.txt, src/classes/op.C,
16770: src/include/pa_request.h, src/main/pa_request.C,
16771: src/types/pa_vmethod_frame.h: ^process...[filename] useful for
16772: better error reporting [file/line/col]
1.95 moko 16773:
16774: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16775: types/pa_vstring.h: slightly improved error messages text: 1. is
16776: '%s', it 2. method undefined in case of ^void[]
16777:
16778: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16779: include/pa_types.h, main/execute.C, main/pa_request.C: exception
16780: handling done. now we have error columns todo: test it
16781:
16782: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
16783: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
16784:
16785: this makes life easier: were: bad stack order -- were in
16786: exception catch unwind order, which didn't match execution order
16787:
16788: @main[] ^try{ ^first[] }{ ^throw[c;3] }
16789:
16790: @first[] ^throw[a;1]
16791:
16792: showed throw a first throw b try
16793:
16794: which is no good
16795:
16796: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
16797: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
16798: trace reset after handled exception [old bug fixed]
16799:
16800: * src/main/: compile.tab.C, compile.y: parse position old bug
16801: fixed. position reporting made precise [both, in parse erros and
16802: runtime errors]
16803:
16804: 2003-04-02 paf
16805:
16806: * src/: include/pa_operation.h, include/pa_request.h,
16807: main/compile.C, main/compile.tab.C, main/compile.y,
16808: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16809: main/pa_exception.C, main/pa_request.C: debug info: started
16810: using. todo:complete
16811:
16812: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
16813: main/compile.C, main/compile.tab.C, main/compile.y,
16814: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16815: main/pa_request.C: prepared debug info todo:use it
16816:
16817: * src/include/pa_operation.h: strange mistake fixed: forgot to
16818: return Operation class->union after switching from autoptrs.
16819:
16820: * tests/: Makefile, results/108.processed, results/117.processed:
16821: meta considered OK [it's up to coder now to remove it not needed]
16822:
16823: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
16824: Dictionary constructor when moved to gc]
16825:
16826: * src/main/pa_common.C: uncommented http:// file loading
16827:
16828: * src/include/pa_array.h, src/main/execute.C,
16829: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
16830: fix [gdGrowingBuf]
16831:
16832: * configure.in, src/lib/Makefile.am: removed patches
16833:
16834: * configure, src/include/pa_config_auto.h.in,
16835: src/main/pa_charset.C: --enable-assertions autoconf-ed
16836:
16837: * src/main/pa_common.C: uncommented http:// file loading
16838:
16839: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
16840: xdoc::create/load
16841:
16842: * src/: classes/form.C, classes/hash.C, classes/image.C,
16843: classes/string.C, classes/table.C, classes/void.C,
16844: include/pa_common.h, main/pa_common.C, main/pa_request.C,
16845: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
16846: String::String(str,helper_length) are checked. found/fixed one
16847: place: $request:body now zero-terminated,
16848:
16849: * src/: classes/op.C, classes/table.C, include/pa_request.h,
16850: main/compile_tools.C, main/execute.C, types/pa_value.h,
16851: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
16852: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
16853: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
16854: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
16855: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
16856: types/pa_vxnode.h: more locally scoped vars in execute (more
16857: easily optimizable)
16858:
16859: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
16860: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
16861:
16862: * src/: include/pa_array.h, include/pa_stack.h,
16863: include/pa_string.h, main/compile_tools.C, main/main.dsp,
16864: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
16865: become assertion iterator in methodframe filler
16866:
16867: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
16868: targets/cgi/parser3.C: array::get/put inlined
16869:
16870: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
16871: gc_substitute_memory_management_functions +installed CORD_oom
16872: function
16873:
16874: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
16875: src/include/pa_config_includes.h, src/include/pa_string.h,
16876: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
16877: src/targets/cgi/parser3.C: converted debug hacks to ANSI
16878: assertions started configure.in --enable-assertions
16879:
16880: 2003-04-01 paf
16881:
16882: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
16883: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
16884: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
16885: gdome uses glib memory, and stores last pointer to xmlDoc there,
16886: gc misses that and collects valid memory fixed by remembering
16887: xmlDoc from dom object in xdoc. todo: do something with
16888: premature free of xdoc with xnodes/node values referring into it
16889:
16890: * src/classes/: mail.C: typo fix
16891:
16892: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
16893: changes
16894:
16895: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
16896: main/pa_memory.C: moved memory debugging to global level: to
16897: pa_gc_malloc
16898:
16899: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
16900: debugging showed no errors. todo: debug parser memory
16901:
16902: * src/targets/cgi/: parser3.C, parser3.dsp: more build
16903: configurations
16904:
16905: * src/: classes/classes.dsp, include/pa_config_fixed.h,
16906: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
16907: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
16908: types/types.dsp: prepared xml-static configuration
16909:
16910: 2003-03-31 paf
16911:
16912: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
16913: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
16914: xml lib memory debugging, simple checks failed: it seems that
16915: library does realloc(bad ptr), and recording those ptrs in heap
16916: [for debugging] was bad: heap situation changes = everything
16917: works fine
16918:
16919: * src/: main/pa_charset.C, include/pa_charset.h: worked around
16920: xmlRegisterCharEncodingHandler limitation [currently imposed
16921: limit of 10 user-defined charsets]
16922:
16923: 2003-03-28 paf
16924:
16925: * src/main/execute.C: execution stack copied to local register
16926: variable, removed lots [~2e7) of memory accesses
16927:
16928: 2003-03-27 paf
16929:
16930: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
16931: works in debug, but fails in release todo: fix that
16932:
16933: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
16934: targets/cgi/parser3.C: forgot to merge XML memory funcs
16935: replacement from gc branch
16936:
16937: * src/main/pa_exec.C: introducing append_help_length [radical
16938: improvement here]
16939:
16940: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
16941: 'not recommened' in gc.h, on win32 noticed no difference]
16942:
16943: * src/include/pa_array.h: returned checked array get [were disabled
16944: for debugging] result:not slower [don't understand that, it were
16945: INLINED] todo: find out a way of inlining it!
16946:
16947: * src/: include/pa_string.h, lib/gc/include/gc.h,
16948: lib/gc/include/gc_fake.h, main/compile.tab.C,
16949: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
16950: convention changed: all resulting strings are zero-terminated
16951:
16952: * src/: classes/date.C, classes/file.C, classes/hash.C,
16953: classes/string.C, classes/table.C, classes/void.C,
16954: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
16955: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
16956: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
16957: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
16958: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
16959: types/pa_vfile.C, types/pa_vmail.C: introducing
16960: append_help_length [radical improvement here]
16961:
16962: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
16963: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
16964: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
16965: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
16966: even slower
16967:
16968: * src/: classes/string.C, classes/table.C, include/pa_array.h,
16969: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
16970: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
16971: clients of &get(): most to use non-ref version, some[in tight
16972: places] to get_unchecked_ref
16973:
16974: * src/doc/memory.dox: forgot to add
16975:
16976: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
16977: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
16978: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
16979: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
16980: main/compile.y, main/compile_tools.C, main/compile_tools.h,
16981: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
16982: targets/cgi/parser3.dsp, types/pa_vmail.C,
16983: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
16984: T>>&<< removed after Stack::pop wiping removed [moved to separate
16985: func] other Array & removed
16986:
16987: 2003-03-26 paf
16988:
16989: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
16990: classes/table.C, include/pa_array.h, include/pa_charset.h,
16991: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
16992: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
16993: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
16994: main/main.dsp, main/pa_charset.C, main/pa_common.C,
16995: main/pa_exec.C, main/pa_sql_driver_manager.C,
16996: main/pa_stylesheet_manager.C, main/pa_table.C,
16997: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
16998: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
16999: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
17000: pre-evaluated .count() in some places
17001:
17002: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
17003: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
17004: types/types.dsp: .dsp profiling updated
17005:
17006: * src/: classes/classes.dsp, lib/cord/cord.dsp,
17007: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
17008: targets/cgi/parser3.dsp, types/types.dsp: started profiling
17009:
17010: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
17011: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
17012: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
17013: use lib/gc,lib/cord
17014:
1.116 moko 17015: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
17016: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 17017: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
17018: src/include/pa_config_includes.h, src/include/pa_request.h,
17019: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17020: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 17021: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 17022: src/lib/cord/include/Makefile.am,
1.116 moko 17023: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
17024: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
17025: src/targets/cgi/Makefile.am, src/types/Makefile.am,
17026: src/types/pa_vclass.h, src/types/pa_vcookie.h,
17027: src/types/pa_vform.h, src/types/pa_vhash.h,
17028: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
17029: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
17030: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
17031: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
17032: funcs ported pa_exec
1.95 moko 17033:
17034: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
17035:
17036: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
17037: bundled gc includes
17038:
17039: * src/: classes/op.C, include/pa_array.h,
17040: include/pa_sql_connection.h, include/pa_string.h,
17041: include/pa_version.h, main/compile.tab.C, main/compile.y,
17042: main/execute.C, main/pa_common.C, main/pa_exception.C,
17043: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
17044: targets/cgi/parser3.dsp: a number of bugfixes [while testing
17045: first real site (aval)]
17046:
17047: 2003-03-25 paf
17048:
1.211 moko 17049: * operators.ru.txt, operators.txt,
17050: src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
17051: $status.memory used free since_compact process
1.95 moko 17052:
17053: * src/: include/pa_sql_connection.h, main/pa_globals.C,
17054: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
17055:
17056: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
17057:
17058: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
17059: src/types/pa_value.h, src/types/pa_vfile.h,
17060: src/types/pa_vobject.C, src/types/pa_vobject.h,
17061: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
17062: tests/results/121.processed: untaint.C L_URI
17063:
1.211 moko 17064: * operators.ru.txt, operators.txt, src/classes/Makefile.am,
17065: src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
17066: src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
17067: src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95 moko 17068:
17069: * tests/results/109.processed: it was a bug in parser. updated 109
17070: test result
17071:
17072: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
17073:
17074: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
17075: tests/results/107.processed: fixed dom language [values are now
17076: considered tainted. it was a bug in parser. updated 107 test
17077: result
17078:
17079: * src/classes/xdoc.C: fixed transform params
17080:
17081: * src/: include/pa_stylesheet_manager.h,
17082: main/pa_stylesheet_manager.C: fixed stylesheet caching
17083:
17084: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
17085: overloads for structure handling
17086:
17087: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
17088: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
17089: StringBody(0) ambiguilty, introducting static
17090: StringBody::Format(int)
17091:
17092: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
17093: linked
17094:
17095: * src/types/pa_vxdoc.C: vxdoc compiled
17096:
17097: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
17098: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
17099: finalizers isntalled
17100:
17101: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
17102: doc/exception.dox, doc/index.dox, include/pa_charset.h,
17103: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17104: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
17105: compiled todo: xnode.C / finalizers
17106:
17107: * src/doc/string.dox: updated: new string internals
17108:
17109: 2003-03-24 paf
17110:
17111: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17112: include/pa_charset.h, include/pa_config_fixed.h,
17113: include/pa_request.h, include/pa_stylesheet_connection.h,
17114: include/pa_stylesheet_manager.h, main/pa_charset.C,
17115: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
17116: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
17117: types/pa_vxnode.h: started XML
17118:
17119: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
17120:
17121: * src/: classes/file.C, classes/image.C, classes/mail.C,
17122: include/pa_string.h, main/pa_common.C,
17123: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
17124:
17125: * src/: classes/file.C, classes/image.C, classes/mail.C,
17126: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
17127: main/pa_request.C, main/pa_sql_driver_manager.C,
17128: types/pa_vimage.h: size_t pos everywhere checks changed to check
17129: for eq STRING_NOT_FOUND
17130:
17131: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
17132: optimize bit implemented
17133:
17134: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
17135: String::ArrayFragment::append_positions fixed
17136:
17137: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
17138: String::this_starts fixed
17139:
17140: * src/main/pa_string.C, tests/Makefile: string::pos fixed
17141:
17142: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
17143: hashcode implemented fully, including per-char callback [it can
17144: be - substr CORD node]
17145:
17146: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
17147: rewritten to rewalloc with 100byte buf ahead
17148:
17149: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
17150: src/include/pa_string.h, src/main/compile.tab.C,
17151: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
17152: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
17153: CORD_ec [bad] would rewrite as realloc now
17154:
17155: * src/: classes/date.C, classes/file.C, classes/form.C,
17156: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
17157: include/pa_cache_managers.h, include/pa_charsets.h,
17158: include/pa_common.h, include/pa_request.h,
17159: include/pa_sql_driver_manager.h, include/pa_table.h,
17160: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
17161: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
17162: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
17163: types/pa_vmail.C, types/pa_vmethod_frame.C,
17164: types/pa_vstateless_class.h: 2*2 worked :)
17165:
17166: * parser3.dsw, src/classes/date.C, src/classes/file.C,
17167: src/include/pa_exec.h, src/include/pa_string.h,
17168: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
17169: passed OK
17170:
17171: * src/: classes/hash.C, classes/string.C, classes/table.C,
17172: types/pa_value.C: all linked todo: debug
17173:
17174: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
17175: types/pa_vstateless_class.C: all compiled. todo:link
17176:
17177: * src/types/pa_wcontext.C: pa_wcontext.C compiled
17178:
17179: * src/types/pa_vtable.C: pa_vtable.C compiled
17180:
17181: * src/types/pa_vstring.C: pa_vstring.C compiled
17182:
17183: * src/types/pa_vstatus.C: pa_vstatus.C compiled
17184:
17185: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
17186: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
17187: pa_vstateless_class.C, pa_vstateless_class.h:
17188: pa_vstateless_class.C compiled
17189:
17190: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
17191: types/pa_vmath.C: pa_vmail.C compiled
17192:
17193: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
17194:
17195: * src/types/pa_vform.C: pa_vform.C compiled
17196:
17197: * src/types/pa_vfile.C: pa_vfile.C compiled
17198:
17199: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
17200: pa_vstateless_class.C: pa_vcookie.C compiled
17201:
17202: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
17203: types/pa_vhash.h: pa_value.C compiled
17204:
17205: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
17206: classes.lib main.lib compiled
17207:
17208: * src/classes/void.C: void.C compiled
17209:
17210: * src/: classes/string.C, classes/table.C, include/pa_string.h,
17211: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
17212: compiled
17213:
17214: * src/: classes/string.C, include/pa_request.h,
17215: include/pa_string.h, main/pa_string.C: string.C compiled
17216:
17217: * src/: classes/op.C, classes/string.C, classes/table.C,
17218: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
17219: main/pa_request.C, main/pa_string.C: op.C compiled
17220:
17221: * src/classes/: math.C, op.C: math.C compiled
17222:
17223: * src/: classes/mail.C, classes/string.C, classes/table.C,
17224: types/pa_vmail.h: mail.C compiled
17225:
17226: * src/classes/: int.C, table.C: int.C compiled
17227:
17228: * src/: classes/hash.C, classes/image.C, classes/string.C,
17229: classes/table.C, include/pa_memory.h, include/pa_string.h,
17230: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
17231: compiled
17232:
17233: * src/: classes/hash.C, classes/string.C, classes/table.C,
17234: classes/void.C, classes/xdoc.C, include/pa_request.h,
17235: include/pa_sql_connection.h: hash.C compiled
17236:
17237: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
17238: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17239: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17240: classes/math.C, classes/op.C, classes/response.C,
17241: classes/string.C, classes/table.C, classes/void.C,
17242: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
17243: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
17244: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
17245: file.C table.C compiled
17246:
17247: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
17248: main/untaint.C: main.lib compiled
17249:
17250: 2003-03-21 paf
17251:
17252: * src/: classes/op.C, include/pa_cache_managers.h,
17253: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17254: include/pa_stylesheet_manager.h, main/pa_exception.C,
17255: main/pa_globals.C, main/pa_sql_driver_manager.C,
17256: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
17257: compiled
17258:
17259: * src/: classes/hash.C, classes/image.C, classes/op.C,
17260: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
17261: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
17262: main/compile.C, main/pa_common.C, main/pa_request.C,
17263: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
17264: pa_request.C compiled
17265:
17266: * src/: classes/hash.C, classes/mail.C, classes/op.C,
17267: include/pa_request.h, main/execute.C, main/pa_request.C,
17268: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
17269: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
17270: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17271: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
17272: compiled
17273:
17274: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
17275: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
17276: on unix
17277:
17278: * src/: include/pa_charset.h, include/pa_charsets.h,
17279: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
17280: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
17281: pa_charsets.C compiled
17282:
17283: * src/: classes/image.C, classes/mail.C, classes/op.C,
17284: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
17285: main/compile.y, main/execute.C, main/pa_common.C,
17286: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
17287: types/pa_vcode_frame.h, types/pa_vimage.h,
17288: types/pa_vmethod_frame.h: execute.C compiled
17289:
17290: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17291: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17292: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17293: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
17294: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17295: include/pa_cache_managers.h, include/pa_charsets.h,
17296: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
17297: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
17298: include/pa_sql_driver_manager.h, include/pa_string.h,
17299: include/pa_stylesheet_connection.h,
17300: include/pa_stylesheet_manager.h, include/pa_table.h,
17301: main/compile.C, main/compile.tab.C, main/compile.y,
17302: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17303: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17304: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
17305: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
17306: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
17307: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
17308: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
17309: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17310: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
17311: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
17312: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17313: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
17314: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
17315: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
17316: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
17317: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17318: types/pa_vresponse.h, types/pa_vstateless_class.C,
17319: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17320: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17321: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17322: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17323: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
17324: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
17325: [C++ CORD wrapper]
17326:
17327: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
17328:
17329: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
17330: $file::exec/cgi[script; $.charset[this is script's charset]
17331:
17332: command line, env values, input got transcoded before call
17333: stdout, stderr got transcoded after call
17334:
17335: * src/classes/file.C: ^file::exec/cgi now does not pass post data
17336: by default. use: ^file::exec[...;$.stdin[$request.body]
17337:
17338: * src/main/pa_common.C: } typo bug fix
17339:
17340: * src/main/pa_common.C: } typo bug fix
17341:
17342: 2003-03-20 paf
17343:
17344: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
17345: main/untaint.C: cord bug fix, but still errors todo: clear out
17346:
17347: * src/include/pa_string.h: more tests
17348:
17349: * src/main/pa_string.C: string.pos fixed
17350:
1.116 moko 17351: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
17352: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
17353: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
17354: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
17355: replaces
1.95 moko 17356:
17357: * src/: classes/image.C, include/pa_dictionary.h,
17358: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
17359: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
17360: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
17361: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
17362:
17363: * src/include/pa_string.h: warning
17364:
17365: * src/include/pa_string.h: this_starts fixed
17366:
17367: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
17368: new String ctor & append params convention
17369:
17370: * src/: classes/file.C, classes/hash.C, classes/image.C,
17371: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
17372: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
17373: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
17374: main/pa_exception.C, main/pa_exec.C,
17375: main/pa_sql_driver_manager.C, main/pa_string.C,
17376: main/pa_stylesheet_manager.C, main/untaint.C,
17377: targets/isapi/parser3isapi.C, types/pa_vimage.C,
17378: types/pa_vmail.C: more tests OK
17379:
17380: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
17381: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
17382: gc/exit runned OK
17383:
17384: * src/types/pa_vmail.C: another naming problem: should not name
17385: vars like that: unpredictable close caused problems with later
17386: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
17387: descriptors missing on startup: stdin; Bad file number
17388:
17389: todo: find out why so many filters(stream) here. probably wrong?
17390:
17391: * src/: include/pa_dictionary.h, include/pa_string.h,
17392: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
17393: main/untaint.C: test compiled
17394:
17395: * src/: classes/image.C, classes/mail.C, classes/math.C,
17396: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
17397: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
17398: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
17399: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
17400: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
17401: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
17402: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
17403: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
17404: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
17405:
17406: * parser3.dsw, src/classes/file.C, src/classes/image.C,
17407: src/classes/op.C, src/classes/string.C, src/classes/table.C,
17408: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
17409: src/include/pa_memory.h, src/include/pa_request.h,
17410: src/include/pa_request_charsets.h,
17411: src/include/pa_sql_connection.h, src/include/pa_string.h,
17412: src/main/compile.tab.C, src/main/execute.C,
17413: src/main/pa_charset.C, src/main/pa_common.C,
17414: src/main/pa_exception.C, src/main/pa_exec.C,
17415: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
17416: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
17417: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
17418: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
17419: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17420: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
17421: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17422: src/types/pa_vobject.C, src/types/pa_vresponse.C,
17423: src/types/pa_vstatus.C, src/types/pa_vstring.C,
17424: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17425: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
17426: pa_common.C [done, without http for now]
17427:
17428: 2003-03-19 paf
17429:
17430: * src/: classes/date.C, classes/form.C, classes/hash.C,
17431: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
17432: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
17433: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
17434: include/pa_string.h, include/pa_table.h, main/compile.C,
17435: main/compile_tools.C, main/execute.C, main/pa_charset.C,
17436: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
17437: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
17438: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17439: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
17440: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
17441: types/pa_vstateless_class.h, types/pa_vtable.C,
17442: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
17443: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17444: types/pa_wwrapper.h: started test
17445:
1.116 moko 17446: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
17447: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 17448:
17449: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
17450: include/pa_string.h, main/pa_string.C: string compiled todo: test
17451: it
17452:
17453: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
17454: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
17455: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
17456: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
17457: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
17458: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
17459: types/pa_vmethod_frame.h, types/types.dsp: string
17460: reimplementation with cord+array<fragment>: 70%
17461:
17462: 2003-03-18 paf
17463:
17464: * src/: classes/date.C, classes/file.C, classes/form.C,
17465: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
17466: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
17467: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
17468: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
17469: can ignore lang in cmp and pos really, but would
17470: split properly!
17471:
17472: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
17473: cord part made parser/src/lib: it's not compiled into libgc by
17474: default
17475:
17476: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
17477: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17478: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17479: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17480: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17481: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17482: src/classes/xnode.C, src/classes/xnode.h,
17483: src/include/Makefile.am, src/include/pa_cache_managers.h,
17484: src/include/pa_charset.h, src/include/pa_charsets.h,
17485: src/include/pa_common.h, src/include/pa_dictionary.h,
17486: src/include/pa_exception.h, src/include/pa_exec.h,
17487: src/include/pa_globals.h, src/include/pa_hash.h,
17488: src/include/pa_memory.h, src/include/pa_pool.h,
17489: src/include/pa_request.h, src/include/pa_request_charsets.h,
17490: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
17491: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
17492: src/include/pa_stylesheet_connection.h,
17493: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
17494: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
17495: src/main/compile.C, src/main/compile.tab.C,
17496: src/main/compile_tools.C, src/main/compile_tools.h,
17497: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
17498: src/main/pa_charsets.C, src/main/pa_common.C,
17499: src/main/pa_dictionary.C, src/main/pa_exception.C,
17500: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
17501: src/main/pa_pool.C, src/main/pa_request.C,
17502: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
17503: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
17504: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
17505: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17506: src/types/pa_junction.h, src/types/pa_method.h,
17507: src/types/pa_value.C, src/types/pa_value.h,
17508: src/types/pa_vclass.C, src/types/pa_vclass.h,
17509: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
17510: src/types/pa_vcookie.h, src/types/pa_vdate.h,
17511: src/types/pa_vdouble.h, src/types/pa_venv.h,
17512: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
17513: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
17514: src/types/pa_vimage.C, src/types/pa_vimage.h,
17515: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
17516: src/types/pa_vmath.C, src/types/pa_vmath.h,
17517: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
17518: src/types/pa_vobject.C, src/types/pa_vobject.h,
17519: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
17520: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
17521: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
17522: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
17523: src/types/pa_vstatus.h, src/types/pa_vstring.C,
17524: src/types/pa_vstring.h, src/types/pa_vtable.C,
17525: src/types/pa_vtable.h, src/types/pa_vvoid.h,
17526: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17527: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
17528: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
17529: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
17530: gc: PA_Object done lots of replacements also
17531:
17532: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
17533: gc logging
17534:
17535: 2003-03-17 paf
17536:
17537: * src/: classes/date.C, classes/file.C, classes/form.C,
17538: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
17539: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
17540: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17541: include/pa_string.h, include/pa_types.h, main/compile.C,
17542: main/compile.tab.C, main/execute.C, main/pa_charset.C,
17543: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
17544: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
17545: main/pa_sql_driver_manager.C, main/pa_string.C,
17546: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
17547: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
17548: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17549: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
17550: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
17551: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17552: types/pa_vxnode.h: libgc attempt
17553:
17554: 2003-03-13 paf
17555:
17556: * src/: include/pa_sql_driver_manager.h,
17557: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
17558: called
17559:
17560: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
17561: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
17562: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
17563: types/pa_value.h, types/pa_vobject.h,
17564: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
17565: set_base, set_derived simplified [counter leaks fixed]
17566:
17567: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
17568: src/types/types.dsp: incorporated status class patch From:
17569: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
17570: 2003 8:14 AM
17571:
17572: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
17573: Win32 specific: QuotaPeakNonPagedPoolUsage
17574: QuotaPeakPagedPoolUsage PeakPagefileUsage]
17575:
17576: 2003-03-12 paf
17577:
1.116 moko 17578: * configure, configure.in, src/lib/ltdl/configure,
17579: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 17580: lib/ltdl/Makefile now created by /configure.in only [were by
17581: lib/ltdl/configure.in OVERWRITE]
17582:
1.116 moko 17583: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
17584: linkage fixed for g++ 3.2.2
1.95 moko 17585:
17586: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
17587: on using privately declared class [fixed]
17588:
17589: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
17590: 3.2 rightliy complained on using privately declared class [fixed]
17591:
17592: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
17593: sigpipe before request constructor now causes death
17594:
17595: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
17596: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
17597: not cause exception in exception handler
17598:
1.116 moko 17599: * configure, configure.in, src/targets/cgi/Makefile.am: configure
17600: now default links libstdc++ statically. that can be overriden by
17601: --with-dynamic-stdcpp
1.95 moko 17602:
17603: 2003-03-11 paf
17604:
17605: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
17606: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
17607: necessity of libstdc++
17608:
17609: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17610:
17611: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
17612:
17613: 2003-03-08 paf
17614:
17615: * tests/Makefile: make install & co
17616:
17617: * src/: include/pa_request.h, classes/op.C: removing
17618: vclass,object.h -> pa_request.h dependency
17619:
17620: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
17621: main/pa_request.C: removing vform,response,cookie.h ->
17622: pa_request.h dependency
17623:
17624: * src/include/pa_request.h: removing vmail.h -> pa_request.h
17625: dependency [testing...]
17626:
17627: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
17628: return 0; fixed
17629:
17630: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
17631: types/pa_vmail.h: vmail.C received just compiled [not tested]
17632:
17633: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
17634:
17635: * src/main/pa_request.C: forgotten: ifdef XML
17636:
17637: * src/main/pa_request.C: forgotten: ifdef XML
17638:
17639: * src/targets/cgi/parser3.C: todo: move to latest xml version on
17640: win32 and run memleak tests again
17641:
17642: * src/targets/cgi/parser3.C: charsets: see some strange things with
17643: old xml lib-- it's internal memory handling has faults
17644:
17645: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
17646: problems when transcode from charset A to A.
17647:
17648: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
17649: todo: still problems when transcode from charset A to A.
17650:
17651: * src/: classes/hash.C, classes/mail.C, classes/string.C,
17652: classes/table.C, include/pa_array.h,
17653: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
17654: started full-scale-site-test [~ http://parser.ru sources]
17655:
17656: some fixes
17657:
17658: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
17659: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
17660: 117.html, 118.html, 119.html, 120.html, results/109.processed,
17661: results/110.processed, results/111.processed,
17662: results/112.processed, results/113.processed,
17663: results/114.processed, results/115.processed,
17664: results/116.processed, results/117.processed,
17665: results/118.processed, results/119.processed,
17666: results/120.processed: xml: tests 109 dom create/show 110 xpath
17667: selectSingle 111 xdoc.create from tainted & 112
17668: xdoc.create/output with russian attr value 113 xpath
17669: selectString/Number 114 dom attributes.count 115 xpath selectBool
17670: 116 output media-type change 117 transform by dom stylesheet 118
17671: empty transform result 119 dom setAttribute 120 nbsp letter
17672: output
17673:
17674: =END OF PREPARED XML TESTS=
17675:
17676: 2003-03-07 paf
17677:
17678: * src/classes/xdoc.C, src/include/pa_charset.h,
17679: src/include/pa_stylesheet_connection.h, tests/108.html,
17680: tests/108.xsl, tests/results/108.processed: xml: test 108
17681: transform with params [bugs fixed]
17682:
17683: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
17684: from copy/paste bug
17685:
17686: * src/classes/xdoc.C, src/include/pa_charset.h,
17687: src/include/pa_request.h, src/main/execute.C,
17688: src/main/pa_charset.C, src/main/pa_exception.C,
17689: src/main/pa_globals.C, src/main/pa_request.C,
17690: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
17691: src/types/pa_vxnode.C, tests/107.html,
17692: tests/results/107.processed: xml: test: 107 bug fixes
17693:
17694: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17695: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17696: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
17697:
17698: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
17699: string
17700:
17701: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
17702: mem alloc functions used for different cases [libxml, libxsl]
17703:
17704: * src/classes/classes.C: fixed: prevent system classes from
17705: modification to lock ALL the classes, not only directly used
17706:
17707: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
17708: linked
17709:
17710: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
17711:
17712: 2003-03-06 paf
17713:
17714: * src/classes/xdoc.C: xdoc.C 50%
17715:
17716: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
17717: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
17718: main/pa_globals.C, main/pa_request.C,
17719: main/pa_stylesheet_manager.C: xnode.C compiled
17720:
17721: * src/: include/pa_stylesheet_connection.h,
17722: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
17723: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
17724:
17725: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
17726: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
17727: xml: stylesheet&manager STARTED
17728:
17729: * src/: include/pa_globals.h, main/pa_charset.C,
17730: main/pa_exception.C, main/pa_globals.C: xml: exceptions
17731:
17732: * src/: include/pa_charset.h, include/pa_config_fixed.h,
17733: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
17734: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
17735: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
17736: charsets
17737:
17738: * tests/023.html: in some cases it rounded up badly. postponing
17739: solution of that problem, making more simple test
17740:
17741: * tests/: 058_paf2000.png, results/058.processed: .png added with
17742: -kb now
17743:
17744: * src/: include/pa_charset.h, include/pa_charsets.h,
17745: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
17746: moved to charsets.C
17747:
17748: 2003-03-05 paf
17749:
17750: * src/classes/string.C, src/include/pa_string.h,
17751: src/main/pa_string.C, tests/105.html,
17752: tests/results/105.processed: String::match bug fixed
17753:
17754: * src/classes/op.C, src/main/main.dsp, tests/104.html,
17755: tests/results/104.processed: ^bpt operator added [does int3 in
17756: debug build on win32]
17757:
17758: * tests/: 057.html, results/057.processed: test bug fixed
17759:
1.116 moko 17760: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 17761:
17762: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
17763: missing
17764:
1.116 moko 17765: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
17766: forgotten files added to Makes
1.95 moko 17767:
17768: * ltmain.sh: ltmain.sh added
17769:
17770: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17771: change undone ;(
17772:
17773: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
17774: made static
17775:
17776: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 17777: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
17778: todo:make linker happy
1.95 moko 17779:
17780: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
17781: env param made optional
17782:
17783: 2003-03-04 paf
17784:
17785: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
17786: types/pa_vimage.h: number of gcc compiler bugs fixed
17787:
17788: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
17789: results/103.processed: tests: 103 image.copy transparence test
17790:
17791: * src/main/execute.C, tests/101.html, tests/102.html,
17792: tests/results/101.processed, tests/results/102.processed: tests:
17793: 101 method/variable name conflict test 102 form fields change
17794: should not not change anything [bug fix]
17795:
17796: * tests/: 057.html, 099.html, 100.html, results/057.processed,
17797: results/099.processed, results/100.processed: tests: 57 date
17798: create 2002: added 99,100 response:body/download
17799:
17800: * src/classes/image.C, tests/098.html, tests/098font.gif,
17801: tests/results/098.processed: test: 98 image font text [bug fixed]
17802:
17803: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
17804: tests/results/097.processed: test: 97 file::load http:// [bugs
17805: fixed]
17806:
17807: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
17808: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
17809: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
17810: image EXIF [bug fixed]
17811:
17812: * src/classes/table.C, src/main/execute.C, tests/061.dat,
17813: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
17814: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
17815: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
17816: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
17817: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
17818: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
17819: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
17820: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
17821: tests/094.html, tests/095.html, tests/results/061.processed,
17822: tests/results/062.processed, tests/results/063.processed,
17823: tests/results/064.processed, tests/results/065.processed,
17824: tests/results/066.processed, tests/results/067.processed,
17825: tests/results/068.processed, tests/results/069.processed,
17826: tests/results/070.processed, tests/results/071.processed,
17827: tests/results/072.processed, tests/results/073.processed,
17828: tests/results/074.processed, tests/results/075.processed,
17829: tests/results/076.processed, tests/results/077.processed,
17830: tests/results/078.processed, tests/results/080.processed,
17831: tests/results/081.processed, tests/results/082.processed,
17832: tests/results/083.processed, tests/results/084.processed,
17833: tests/results/085.processed, tests/results/086.processed,
17834: tests/results/087.processed, tests/results/088.processed,
17835: tests/results/089.processed, tests/results/090.processed,
17836: tests/results/091.processed, tests/results/092.processed,
17837: tests/results/093.processed, tests/results/094.processed,
17838: tests/results/095.processed, tests/079.html,
17839: tests/results/079.processed: tests: 61 file::stat size 62
17840: string->int autoconvert 63 double .int,dec,div,mul 64 date
17841: compare 65 file: basename,justname,justext 66 math:crypt 67
17842: string.match simple on long 68 string.match normalized simple on
17843: long 69 string.int 70 file::stat content-type 71 table.join 72
17844: hash parameter conditional pass 73 date daylightsaving,yearday 74
17845: date arithmetics 75 response date values/attributes 76 string.pos
17846: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
17847: with local 80 scientific numeric literal in string autoconvert 81
17848: xor: logical and numerical 82 for delims 83 menu delims 84
17849: table.hash distinct 85 long string replace 86 throw+catch
17850: current language preserve 87 bit shifts 88 junction tests +
17851: $caller test 89 hash.foreach selfmodification 90 int/void to int
17852: 91 $caller test 92 junction is + def junction tests 93 $caller
17853: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
17854:
17855: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
17856: fixed] 60 string eq string [bug fixed]
17857:
17858: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
17859: 058.html, 058_paf2000.png, 059.html, 060.html,
17860: results/053.processed, results/054.processed,
17861: results/055.processed, results/056.processed,
17862: results/057.processed, results/058.processed,
17863: results/059.processed, results/060.processed: test: 53
17864: string.replace 54 junctions 55 table.hash 56 call indirect 57
17865: date.create[string] 58 image.measure[png]
17866:
17867: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
17868: outputs/051.processed, results/052.processed: test: 52
17869: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
17870: task: fix that
17871:
17872: 2003-03-03 paf
17873:
17874: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
17875: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
17876: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
17877: outputs/049.processed, outputs/050.processed,
17878: outputs/051.processed, results/001.processed,
17879: results/002.processed, results/003.processed,
17880: results/005.processed, results/006.processed,
17881: results/008.processed, results/009.processed,
17882: results/011.processed, results/012.processed,
17883: results/013.processed, results/014.processed,
17884: results/015.processed, results/016.processed,
17885: results/017.processed, results/020.processed,
17886: results/021.processed, results/022.processed,
17887: results/024.processed, results/025.processed,
17888: results/026.processed, results/027.processed,
17889: results/028.processed, results/029.processed,
17890: results/030.processed, results/031.processed,
17891: results/049.processed, results/050.processed,
17892: results/051.processed, results/043.processed,
17893: results/044.processed, results/045.processed,
17894: results/046.processed, results/047.processed,
17895: results/048.processed: tests: 43,44,45 date rolls 46
17896: autoevaluating junction 47 table.select 48 name with subvar 49
17897: hash-creating switch 50 process 51 started parent/child, works as
17898: it were but it were NOT GOOD, created separate task to fix that
17899:
17900: * tests/: 042.html, results/042.processed: test: 42
17901: exception.handled
17902:
17903: * tests/: 041.html, results/041.processed: test: 41 table.locate by
17904: expression
17905:
17906: * tests/: 040.html, results/040.processed: test: 39 method result
17907: of type table 40 method param junction auto evaluate
17908:
17909: * tests/: 039.html, results/039.processed: test: 37 method result
17910: of type table
17911:
17912: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
17913: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
17914: tests/038.html, tests/results/033.processed,
17915: tests/results/034.processed, tests/results/035.processed,
17916: tests/results/036.processed, tests/results/037.processed,
17917: tests/results/038.processed: tests: 33 string.replace 34
17918: string.upper 35 table created 36 local/global vars with juntions
17919: 37 table clone 38 math PI & number formatting
17920:
17921: math class registring typo fixed
17922:
17923: * src/classes/op.C, src/include/pa_request.h,
17924: src/include/pa_string.h, src/main/execute.C,
17925: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
17926: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
17927: tests/032.html, tests/results/032.processed: uchar changed to
17928: String_UL in all places [was not everywhere] untaint test: 032
17929:
17930: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
17931: tests/results/004.processed, tests/parser-cygwin.sh,
17932: tests/parser-unix.sh: removed -H command line key, now testing
17933: using .sh file with SERVER_SOFTWARE=xxx
17934:
17935: 2003-02-26 paf
17936:
17937: * src/main/execute.C, src/types/pa_vstateless_class.h,
17938: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
17939: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
17940: tests/results/024.processed, tests/results/025.processed,
17941: tests/results/026.processed, tests/results/027.processed,
17942: tests/results/028.processed, tests/results/029.processed,
17943: tests/results/030.processed, tests/results/031.processed: fixed
17944: bug with name_cstr mutable CharPtr more tests
17945:
17946: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
17947: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
17948: << abort. die now just exits
17949:
17950: * src/classes/classes.awk, src/classes/classes.h,
17951: src/classes/date.C, src/classes/double.C, src/classes/file.C,
17952: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
17953: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
17954: src/classes/op.C, src/classes/response.C, src/classes/string.C,
17955: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
17956: src/classes/xnode.C, src/include/pa_memory.h,
17957: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
17958: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
17959: src/types/pa_vform.C, tests/015.html, tests/016.html,
17960: tests/017.html, tests/018.html, tests/019.html,
17961: tests/019paf2001.gif, tests/020.html, tests/021.html,
17962: tests/022.html, tests/023.html, tests/022_dir/a.html,
17963: tests/022_dir/b.txt, tests/022_dir/c.htm,
17964: tests/results/015.processed, tests/results/016.processed,
17965: tests/results/017.processed, tests/results/018.processed,
17966: tests/results/019.processed, tests/results/020.processed,
17967: tests/results/021.processed, tests/results/022.processed,
17968: tests/results/023.processed: methoded_array now contains all Mxxx
17969: classes SAPI::get_env now returns info on pool more tests
17970:
17971: * src/include/pa_array.h, src/include/pa_hash.h,
17972: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
17973: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
17974: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
17975: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
17976: tests/014.html, tests/Makefile, tests/outputs/create-dir,
17977: tests/results/001.processed, tests/results/002.processed,
17978: tests/results/003.processed, tests/results/004.processed,
17979: tests/results/005.processed, tests/results/006.processed,
17980: tests/results/007.processed, tests/results/008.processed,
17981: tests/results/009.processed, tests/results/010.processed,
17982: tests/results/011.processed, tests/results/012.processed,
17983: tests/results/013.processed, tests/results/014.processed: hash
17984: cloning fixed
17985:
17986: 2003-02-25 paf
17987:
17988: * src/main/pa_common.C: typo fixed
17989:
17990: 2003-02-24 paf
17991:
17992: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
17993: [one remained]
17994:
17995: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
17996: [should have been get_string(&pool)] todo: check other such calls
17997:
17998: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
17999: test10, bad lookups
18000:
18001: xxx* xxx=smartptr.get(); << is bad style, after ";" original
18002: object got destructed, and xxx points to sky
18003:
18004: * ChangeLog, src/classes/string.C: match bug fixed
18005:
18006: * src/types/pa_vmail.C: body [text/html] transcoded to
18007: $.charset[specified] now
18008:
18009: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
18010: which failed to handle sigsetjmp+throw: crashed inside of
18011: pre-throw code. rewritten simplier [though duplicating
18012: closesocket code]
18013:
18014: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
18015: which failed to handle sigsetjmp+throw: crashed inside of
18016: pre-throw code. rewritten simplier [though duplicating
18017: closesocket code]
18018:
18019: 2003-02-21 paf
18020:
1.211 moko 18021: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
18022: src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
18023: now]]
1.95 moko 18024:
18025: written makefile with regression tests [raw]
18026:
18027: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
18028: tests' only [it's not forcing CGI mode now] now use -H to output
18029: CGI header when parser used in command line [useful for tests
18030: also]
18031:
18032: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
18033: switches on CGI mode, and is used in regression tests
18034:
18035: * src/: include/pa_request.h, main/pa_request.C,
18036: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
18037: fixed
18038:
18039: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
18040: handling pa_*
18041:
18042: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
18043: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
18044: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
18045: memory handling files
18046:
18047: * src/main/pa_array.C: pool::format_integer terminator fixed
18048:
18049: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
18050: compiles OK test to show benefits of free
18051:
18052: * src/: classes/file.C, classes/image.C, classes/mail.C,
18053: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
18054: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18055: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
18056: use pool [as the one in ^process]
18057:
18058: * src/classes/op.C: fixed process. sould now check for all cstr's
18059: -- some must use pool [as the one in ^process]
18060:
18061: 2003-02-20 paf
18062:
18063: * src/: classes/date.C, classes/double.C, classes/file.C,
18064: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18065: classes/math.C, classes/op.C, classes/response.C,
18066: classes/string.C, classes/table.C, classes/void.C,
18067: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
18068: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
18069: string cmp fixed
18070:
18071: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
18072: values passed OK now
18073:
18074: 2003-02-19 paf
18075:
18076: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
18077: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
18078: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
18079: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
18080: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
18081: all remaning leaks resulted from pooled::malloc calls [excluding
18082: in gd -- planning complete rewrite extremely ugly code]
18083:
18084: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
18085: files
18086:
18087: 2003-02-17 paf
18088:
18089: * src/: classes/date.C, classes/double.C, classes/file.C,
18090: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18091: classes/response.C, classes/string.C, classes/table.C,
18092: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
18093: include/pa_stylesheet_connection.h,
18094: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
18095: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
18096: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
18097: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18098: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18099: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
18100: of unitialized simple-typed field
18101:
18102: * src/: classes/classes.C, classes/classes.h, main/execute.C,
18103: main/pa_charset.C, main/pa_request.C: another bug of unitialized
18104: simple-typed field fixed. todo: find&kill all like that one
18105:
18106: * src/: main/execute.C, targets/cgi/pa_pool.C,
18107: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
18108: debug output fixed
18109:
18110: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
18111: main/pa_request.C: stack-stored items need extra .ref to prevent
18112: object_ptr from delete[them]
18113:
18114: * src/: classes/date.C, classes/op.C, classes/table.C,
18115: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
18116: include/pa_charset.h, main/Makefile.am, main/main.dsp,
18117: main/pa_charset.C, main/pa_common.C,
18118: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
18119: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
18120: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
18121: calls
18122:
18123: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
18124: couple mem leaks rusulted from old pooled::malloc usage.
18125: todo:find more like those
18126:
18127: * src/main/: compile.C, compile_tools.C: 2*2!
18128:
18129: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
18130: stackItem fixed [there were no string on stack before]
18131:
18132: * src/: main/execute.C, main/pa_request.C,
18133: types/pa_vmethod_frame.C: first letters out OK
18134:
18135: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
18136: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
18137: main/pa_string.C, main/untaint.C, types/pa_value.h,
18138: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
18139: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
18140: type not initialized with zeros :( while class fields of class
18141: types initialized with default constructors. learn C++
18142:
18143: * src/: classes/classes.awk, classes/double.C, classes/file.C,
18144: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
18145: classes/math.C, classes/xdoc.C, classes/xnode.C,
18146: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
18147: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
18148:
18149: 2003-02-14 paf
18150:
18151: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
18152: 13 link errors
18153:
18154: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
18155: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
18156: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
18157: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
18158: errors :)
18159:
18160: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
18161: classes/hash.C, classes/mail.C, classes/op.C,
18162: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
18163: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
18164: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
18165: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
18166:
18167: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
18168: classes/table.C, include/pa_common.h, include/pa_globals.h,
18169: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
18170: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
18171: types/pa_vint.h, types/types.dsp: op compiled
18172:
18173: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
18174: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
18175: main/untaint.C, types/pa_vtable.h: string, response compiled
18176:
18177: 2003-02-07 paf
18178:
18179: * src/: classes/table.C, types/pa_vtable.h: table compiled
18180:
18181: 2003-02-06 paf
18182:
18183: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
18184: mail compiled
18185:
18186: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
18187: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
18188: types/pa_vfile.h, types/pa_vimage.h: image compiled
18189:
18190: * src/classes/: file.C, form.C: form compiled
18191:
18192: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
18193: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
18194: types/pa_vfile.C, types/pa_vfile.h: file compiled
18195:
18196: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
18197: types/pa_vmath.h: math compiled [win32]
18198:
18199: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
18200: types/pa_vstring.h: hash compiled
18201:
18202: 2003-02-04 paf
18203:
18204: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
18205: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
18206: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
18207: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
18208: types/pa_vhash.h: hash 50% compiled
18209:
18210: * src/: classes/date.C, classes/file.C, classes/hash.C,
18211: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
18212: classes/string.C, classes/table.C, classes/xdoc.C,
18213: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
18214: main/pa_string.C: date compiled
18215:
18216: * src/classes/: classes.dsp, double.C: double compiled
18217:
18218: * src/: classes/date.C, classes/double.C, classes/file.C,
18219: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
18220: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18221: classes/string.C, classes/table.C, classes/void.C,
18222: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
18223: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
18224: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
18225: compiled
18226:
18227: * src/: classes/date.C, classes/double.C, classes/file.C,
18228: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
18229: classes/math.C, classes/op.C, classes/response.C,
18230: classes/string.C, classes/table.C, classes/void.C,
18231: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18232: types/pa_vvoid.h: void compiled :)
18233:
18234: * src/: include/pa_globals.h, main/pa_cache_managers.C,
18235: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18236: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18237: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
18238: main/pa_string.C, main/pa_uue.C, main/untaint.C,
18239: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
18240: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
18241: types/pa_vresponse.C, types/pa_vstateless_class.C,
18242: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
18243: types/pa_wcontext.C, types/types.dsp: removed stupid
18244: value_includes.h
18245:
18246: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
18247: trying to remove stupid value_includes.h
18248:
18249: * src/main/pa_exec.C: pa_exec compiled on win32
18250:
18251: * src/main/pa_exec.C: libmain.a compiled on six [unix]
18252:
18253: * src/: include/pa_globals.h, include/pa_request.h,
18254: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
18255: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
18256: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
18257: types/pa_vrequest.C, types/pa_vstateless_class.C,
18258: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
18259:
18260: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
18261: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
18262: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
18263:
18264: * src/: include/pa_array.h, include/pa_config_includes.h,
18265: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
18266: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
18267: compiled
18268:
18269: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
18270: name conflicts)
18271:
18272: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
18273: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
18274: yelds "virtual memory exhausted" while trying to compile
18275: execute.C [eating up to 127MB]
18276:
18277: 2003-02-03 paf
18278:
18279: * src/: include/pa_config_includes.h, include/pa_hash.h,
18280: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
18281: main/pa_common.C, types/pa_value.C, types/pa_value.h,
18282: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
18283: types/pa_vint.h, types/pa_vjunction.h,
18284: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
18285: started gcc compiling pa_common compiled
18286:
18287: * src/: include/pa_exception.h, include/pa_pool.h,
18288: main/pa_exception.C: exception gcc change #1
18289:
1.116 moko 18290: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
18291: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 18292:
18293: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
18294:
18295: * src/types/pa_vtable.C: vtable compiled
18296:
18297: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
18298:
18299: * src/: include/pa_cache_managers.h, main/pa_request.C,
18300: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
18301:
18302: * src/types/pa_vstateless_class.C: vstateless_class compiled
18303:
18304: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
18305:
18306: * src/types/pa_vrequest.C: vrequest compiled
18307:
18308: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
18309: pa_vobject.C, pa_vobject.h: vobject compiled
18310:
18311: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
18312: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18313: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
18314: compiled
18315:
18316: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
18317:
18318: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
18319: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
18320: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
18321: compiled
18322:
18323: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
18324: main.lib - 0 error(s), 0 warning(s)
18325:
18326: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
18327: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
18328:
18329: 2003-01-31 paf
18330:
18331: * src/: include/pa_array.h, include/pa_operation.h,
18332: include/pa_request.h, main/execute.C, main/main.dsp,
18333: types/pa_vjunction.h: started last file from main library:
18334: execute
18335:
18336: * src/: include/pa_request.h, include/pa_sapi.h,
18337: main/compile.tab.C, main/compile.y, main/compile_tools.h,
18338: main/pa_request.C, targets/cgi/parser3.C,
18339: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
18340: types/pa_vhash.h: pa_request compiled
18341:
18342: * src/: classes/op.C, classes/string.C, include/pa_common.h,
18343: include/pa_globals.h, include/pa_request.h,
18344: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
18345: main/execute.C, main/main.dsp, main/pa_common.C,
18346: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18347: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
18348: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
18349: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
18350: types/types.dsp: most pa_request compiled
18351:
18352: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18353: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18354: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18355: classes/op.C, classes/response.C, classes/string.C,
18356: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18357: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18358: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18359: include/pa_config_fixed.h, include/pa_config_includes.h,
18360: include/pa_dictionary.h, include/pa_dir.h,
18361: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18362: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
18363: include/pa_pool.h, include/pa_request.h,
18364: include/pa_request_charsets.h, include/pa_request_info.h,
18365: include/pa_sapi.h, include/pa_socks.h,
18366: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18367: include/pa_stack.h, include/pa_string.h,
18368: include/pa_stylesheet_connection.h,
18369: include/pa_stylesheet_manager.h, include/pa_table.h,
18370: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18371: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
18372: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
18373: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
18374: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
18375: main/compile.C, main/compile.tab.C, main/compile.y,
18376: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18377: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
18378: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18379: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18380: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
18381: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18382: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
18383: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
18384: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
18385: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18386: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18387: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18388: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
18389: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
18390: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18391: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18392: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18393: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18394: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
18395: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
18396: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
18397: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
18398: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18399: types/pa_vresponse.h, types/pa_vstateless_class.C,
18400: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18401: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18402: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18403: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18404: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18405: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
18406:
18407: * ChangeLog, src/classes/classes.h, src/classes/op.C,
18408: src/include/pa_cache_managers.h, src/include/pa_charset.h,
18409: src/include/pa_charsets.h, src/include/pa_common.h,
18410: src/include/pa_dictionary.h, src/include/pa_exception.h,
18411: src/include/pa_exec.h, src/include/pa_pool.h,
18412: src/include/pa_request.h, src/include/pa_sapi.h,
18413: src/include/pa_sql_connection.h,
18414: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
18415: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
18416: src/main/compile.tab.C, src/main/compile_tools.C,
18417: src/main/compile_tools.h, src/main/main.dsp,
18418: src/main/pa_charset.C, src/main/pa_charsets.C,
18419: src/main/pa_common.C, src/main/pa_dictionary.C,
18420: src/main/pa_exception.C, src/main/pa_exec.C,
18421: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
18422: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
18423: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
18424: src/types/pa_vclass.h, src/types/pa_vcookie.C,
18425: src/types/pa_vcookie.h, src/types/pa_vdate.h,
18426: src/types/pa_vdouble.h, src/types/pa_venv.h,
18427: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
18428: src/types/pa_vhash.h, src/types/pa_vimage.C,
18429: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
18430: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
18431: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
18432: src/types/pa_vobject.C, src/types/pa_vobject.h,
18433: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
18434: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
18435: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
18436: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
18437: src/types/pa_vstring.h, src/types/pa_vtable.h,
18438: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
18439: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
18440: died, long live StringPtr
18441:
18442: 2003-01-30 paf
18443:
18444: * src/: include/pa_charset.h, include/pa_request.h,
18445: include/pa_sql_driver_manager.h, main/compile.tab.C,
18446: main/compile.y, main/compile_tools.h, main/pa_request.C,
18447: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
18448:
18449: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
18450: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
18451: types/pa_vhash.h, types/pa_vmethod_frame.h,
18452: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18453: types/types.dsp: vstateless_class compiled
18454:
18455: * src/main/compile.C: compile compiled
18456:
18457: * src/: include/pa_array.h, include/pa_operation.h,
18458: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
18459: main/pa_table.C: compile_tools compiled
18460:
18461: * src/: include/pa_operation.h, main/compile.y,
18462: main/compile_tools.C, main/compile_tools.h: started
18463: compile_tools. vagues ideas of how to free compiled code
18464:
18465: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
18466: main/main.dsp, types/pa_value.C, types/pa_value.h,
18467: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
18468: compiled
18469:
18470: 2003-01-29 paf
18471:
18472: * src/: include/pa_globals.h, include/pa_request.h,
18473: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
18474: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
18475: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
18476: compiled
18477:
18478: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
18479: now
18480:
18481: * src/: include/pa_array.h, include/pa_exception.h,
18482: include/pa_pool.h, main/pa_exception.C: gd compiled
18483:
18484: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
18485: compiled
18486:
18487: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
18488: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
18489: types/pa_vfile.h: vfile compiled
18490:
18491: * src/: include/pa_common.h, include/pa_globals.h,
18492: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
18493: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
18494: types/pa_vform.C, types/pa_vform.h: vcookie compiled
18495:
18496: * src/: include/pa_exception.h, main/pa_cache_managers.C,
18497: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
18498: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
18499: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
18500: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
18501:
18502: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
18503: main/main.dsp, main/untaint.C: more compiled
18504:
18505: * src/: include/pa_charsets.h, include/pa_request.h,
18506: include/pa_request_info.h, include/pa_string.h,
18507: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
18508: types/pa_vresponse.h: vrequest compiled
18509:
18510: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
18511: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
18512: pa_vresponse.h, pa_wcontext.h: vrequest compiled
18513:
18514: * src/: classes/classes.h, include/pa_charset.h,
18515: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
18516: include/pa_request.h, include/pa_string.h, main/main.dsp,
18517: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
18518: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
18519: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
18520: types/pa_vrequest.C, types/pa_vrequest.h,
18521: types/pa_vstateless_class.h, types/pa_vstring.h,
18522: types/pa_vvoid.h: vrequest,vdouble,vint compiled
18523:
18524: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
18525: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
18526: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
18527: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
18528: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18529: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
18530: types/pa_vobject.h, types/pa_vstateless_class.h,
18531: types/pa_vstateless_object.h, types/pa_vstatus.h,
18532: types/pa_vstring.h, types/types.dsp: vmath compiled
18533:
18534: 2003-01-28 paf
18535:
18536: * src/: classes/classes.h, classes/date.C, classes/file.C,
18537: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
18538: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
18539: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
18540: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
18541: compile_tools
18542:
18543: * src/: include/pa_charset.h, include/pa_exception.h,
18544: include/pa_request.h, include/pa_string.h, main/untaint.C:
18545: untaint compiled
18546:
18547: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
18548: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
18549: more compiled. struck with string::store_to needing to know
18550: source/client charsets
18551:
18552: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
18553: types/pa_vfile.h: uue compiled
18554:
18555: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
18556: table compiled
18557:
18558: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
18559: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
18560:
18561: * src/: include/pa_charset.h, main/pa_charset.C,
18562: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
18563: introduced]
18564:
18565: * src/: classes/date.C, include/pa_charset.h,
18566: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
18567: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
18568: pa_charsets compiled
18569:
18570: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
18571: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
18572:
18573: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
18574: common compiled
18575:
18576: * src/: include/pa_charsets.h, main/pa_charsets.C,
18577: main/pa_sql_driver_manager.C: pa_charsets compiled
18578:
18579: * src/: include/pa_array.h, include/pa_charset.h,
18580: include/pa_charsets.h, include/pa_pool.h,
18581: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18582: include/pa_stack.h, include/pa_string.h,
18583: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
18584: sql_driver_manager compiled
18585:
18586: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
18587: letter i with two dots added to koi, all ukranian letters added
18588: to win1251.
18589:
18590: typographic simbol 0xb9 deleted from win1251 [strange one & were
18591: abscent from koi]
18592:
18593: 2003-01-27 paf
18594:
18595: * src/: include/pa_exception.h, include/pa_sql_connection.h,
18596: include/pa_sql_driver_manager.h, include/pa_string.h,
18597: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
18598: sql/pa_sql_driver.h: paused on sql_manager
18599:
18600: * src/: include/pa_cache_managers.h, include/pa_pool.h,
18601: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18602: include/pa_stack.h, main/pa_sql_driver_manager.C,
18603: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
18604:
18605: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
18606: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18607: include/pa_table.h, main/pa_sql_driver_manager.C,
18608: main/pa_table.C: table compiled
18609:
18610: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
18611: cache_managers compiled
18612:
18613: * src/: include/pa_array.h, include/pa_charset.h,
18614: include/pa_pool.h, main/pa_charset.C: charset compiled
18615:
18616: * src/: include/pa_pool.h, main/pa_common.C: common compiled
18617:
18618: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
18619: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18620: main/pa_string.C, types/pa_value.C, types/pa_value.h,
18621: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
18622: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
18623:
18624: 2003-01-24 paf
18625:
18626: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
18627: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
18628: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
18629: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
18630: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
18631: types/pa_vint.h, types/pa_vjunction.h,
18632: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18633: types/pa_vstatus.h, types/pa_vstring.h: more patched
18634:
18635: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
18636: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
18637: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
18638: main/pa_string.C, main/pa_table.C: string compiled
18639:
18640: * src/: include/pa_array.h, include/pa_common.h,
18641: include/pa_dictionary.h, include/pa_exception.h,
18642: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
18643: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
18644: main/pa_string.C: dictionary compiled
18645:
18646: 2003-01-23 paf
18647:
18648: * src/: include/pa_array.h, include/pa_common.h,
18649: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
18650: include/pa_request.h, include/pa_string.h, main/pa_common.C,
18651: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
18652: types/pa_value.h: resurrected pool in new sense: now it's
18653: factory, producing&accounting memory chunks for read[autofree]
18654: buffers
18655:
18656: * src/: include/pa_array.h, include/pa_exception.h,
18657: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
18658: main/pa_exception.C, main/pa_table.C: table compiled
18659:
18660: * src/: classes/image.C, classes/op.C, include/pa_array.h,
18661: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
18662: include/pa_pool.h, include/pa_pragma_pack_begin.h,
18663: include/pa_pragma_pack_end.h, include/pa_sapi.h,
18664: include/pa_string.h, include/pa_table.h, include/pa_types.h,
18665: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
18666: main/pa_table.C: aint that easy
18667:
18668: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
18669: main/main.dsp: continued with Hash
18670:
18671: * src/main/pa_common.C: connect_string allocated on heap[wes on
18672: stack] now. and exception can be reported OK now [can be reported
18673: outside of pro c with that stack]
18674:
18675: 2003-01-22 paf
18676:
18677: * src/: include/pa_array.h, include/pa_charset.h,
18678: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
18679: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
18680: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
18681: base: contains references_count. auto_ptr template calls
18682: add_ref/release
18683:
18684: 2003-01-21 paf
18685:
18686: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18687: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18688: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
18689: classes/op.C, classes/response.C, classes/string.C,
18690: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
18691: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
18692: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18693: include/pa_config_fixed.h, include/pa_config_includes.h,
18694: include/pa_dictionary.h, include/pa_dir.h,
18695: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18696: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18697: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18698: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18699: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18700: include/pa_stack.h, include/pa_string.h,
18701: include/pa_stylesheet_connection.h,
18702: include/pa_stylesheet_manager.h, include/pa_table.h,
18703: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
18704: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
18705: lib/pcre/pcre_parser_ctype.c, main/compile.C,
18706: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18707: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
18708: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
18709: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
18710: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
18711: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
18712: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18713: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
18714: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
18715: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
18716: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18717: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18718: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
18719: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
18720: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
18721: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
18722: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
18723: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
18724: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
18725: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18726: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
18727: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
18728: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18729: types/pa_vstateless_object.h, types/pa_vstatus.C,
18730: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
18731: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
18732: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
18733: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
18734: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
18735: 2002->2003
18736:
18737: 2003-01-16 paf
18738:
1.211 moko 18739: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
18740: src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
18741: $.any-status(1)
1.95 moko 18742:
1.211 moko 18743: * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95 moko 18744: src/main/pa_common.C: http request now return status. and not
18745: fail on status!=200
18746:
18747: 2003-01-15 paf
18748:
18749: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
18750:
18751: 2003-01-14 paf
18752:
18753: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
18754: mkinstalldirs: removed some ancient files [they in / really]
18755:
18756: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
18757: regretfully needed patch in two places. in config_fixed.h made
18758: stubs for lib to compile in MSVC
18759:
18760: 2003-01-13 paf
18761:
18762: * config.guess, config.sub, ltmain.sh: removed last piece of
18763: configure.in(libtool) hacks
18764:
1.116 moko 18765: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 18766: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
18767: ltdl.h: moved to latest libtool (1.4.3)
18768:
18769: 2003-01-10 paf
18770:
18771: * src/lib/ltdl/: configure, configure.in: PROG_NM
18772:
18773: * src/main/pa_globals.C: moved to latest xml lib versions, changed
18774: patches. libxml2 >= 2.5.1
18775: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
18776: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
18777: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18778:
18779: * INSTALL: moved to latest versions of xml libs libxml2 >=
18780: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
18781: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
18782: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
18783:
18784: 2003-01-09 paf
18785:
18786: * INSTALL: xml,xslt,gdome lib urls updated
18787:
18788: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 18789: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 18790: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 18791: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
18792: 1.7.2
1.95 moko 18793:
18794: * depcomp: moving to automake 1.7.2
18795:
18796: 2002-12-27 paf
18797:
18798: * src/include/pa_version.h: 0007
18799:
18800: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
18801: outdated parts, made links to language docs
18802:
18803: * src/include/pa_config_auto.h.in: comment
18804:
18805: 2002-12-26 paf
18806:
18807: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
18808: not contain trailing / fixed.
18809:
18810: * INSTALL: changing SAFE_MODE politics
18811:
18812: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
18813:
18814: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
18815:
18816: 2002-12-25 paf
18817:
18818: * src/main/pa_globals.C: optimized-xml
18819:
18820: * src/main/pa_globals.C: optimized-as-is
18821:
18822: 2002-12-24 paf
18823:
18824: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
18825: fixed [were really called with zero size when .html?a=&b=]
18826:
18827: * src/classes/mail.C: $MAIL in @conf now invalid when configured
18828: with --with-sendmail
18829:
18830: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
18831: fixed]
18832:
18833: 2002-12-23 paf
18834:
18835: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
18836: ignoring parameters & were storing only string with default
18837: expires
18838:
18839: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
18840: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
18841: December 23, 2002 4:22 AM Subject: bug â
18842: Charset::transcode_buf2xchar
18843:
18844: 2002-12-20 paf
18845:
18846: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
18847: non-cgi [script] runs
18848:
18849: 2002-12-19 paf
18850:
18851: * INSTALL: --without-iconv recommended [it crashes on some systems
18852: [tested on elik]] moreover, it's not needed there [parser
18853: registers charsets itself]
18854:
18855: * INSTALL: --without-iconv recommended [it crashes on some systems
18856: [tested on elik]]
18857:
1.211 moko 18858: * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95 moko 18859: src/include/pa_request.h, src/main/pa_globals.C,
18860: src/main/pa_request.C: $response:download
18861:
18862: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
18863: compiler [win32]].
18864:
18865: 2002-12-18 paf
18866:
18867: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
18868:
18869: 2002-12-17 paf
18870:
18871: * src/targets/cgi/parser3.C: merged die&iis changes
18872:
18873: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
18874: to exit(1) 2. more flexible iilegal call check
18875:
18876: 2002-12-16 paf
18877:
18878: * ltmain.sh: some automakes silly insist on having this handy
18879:
18880: * src/main/untaint.C: filespec russian small 'r' changed to latin
18881: 'p' bug fix
18882:
18883: 2002-12-15 paf
18884:
18885: * src/main/untaint.C: filespec russian small 'r' changed to latin
18886: 'p'
18887:
18888: * configure.in, src/include/pa_config_auto.h.in,
18889: src/main/compile.C, src/main/pa_common.C: merged small changes
18890: from branch 6 to HEAD
18891:
18892: * src/main/compile.C: removed warning
18893:
18894: * src/main/pa_common.C: ftruncate having checked
18895:
18896: * configure.in, src/include/pa_version.h: new version
18897:
18898: 2002-12-14 paf
18899:
18900: * src/classes/table.C: removed unnecessary code
18901:
18902: * src/sql/pa_sql_driver.h: exception type fixed
18903:
18904: 2002-12-09 paf
18905:
18906: * src/types/pa_vvoid.h: $void.store[now] error
18907:
18908: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18909:
18910: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
18911: tries to write core dump
18912:
18913: * src/targets/cgi/parser3.C: ::die now tries to write core dump
18914:
18915: * src/: classes/hash.C, classes/string.C, classes/table.C,
18916: classes/void.C, main/pa_sql_driver_manager.C,
18917: sql/pa_sql_driver.h: changed exception handling mech in sql
18918: handlers #2
18919:
18920: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
18921: exception handling mech in sql handlers
18922:
18923: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
18924: handlers
18925:
18926: * src/: classes/hash.C, classes/string.C, classes/table.C,
18927: classes/void.C, main/pa_sql_driver_manager.C,
18928: sql/pa_sql_driver.h: changed exception handling mech in sql
18929: handlers
18930:
1.116 moko 18931: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
18932: to write makefile which used libtool to install things, which is
18933: not needed
1.95 moko 18934:
18935: 2002-12-06 paf
18936:
1.211 moko 18937: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
18938: src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
18939: more like 'table'
1.95 moko 18940:
18941: 2002-12-05 paf
18942:
18943: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
18944: cc/bcc OK now
18945:
18946: * src/main/untaint.C: mail header closed properly
18947:
18948: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
18949: header ',' allowed. still bugs in smtp [only one receiptient
18950: works, cc, bcc ignored now, and MAILED ;)]
18951:
18952: [strncpy killed, memnchr used]
18953:
18954: * src/main/pa_table.C: table-copy now current=0
18955:
18956: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
18957: lowlevel proc
18958:
18959: * src/targets/cgi/parser3.C: more checks on
18960: http://domain/parser.cgi start [maybe some getenv returns "",
18961: checked that now
18962:
18963: * src/targets/cgi/parser3.C: more checks on
18964: http://domain/parser.cgi start [maybe some getenv returns "",
18965: checked that now
18966:
18967: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
18968: out-of-mem errors reached log]
18969:
18970: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
18971: mail:send MIME-Version default
18972:
18973: * src/main/main.dsp: pa_version included into main.dsp
18974:
18975: 2002-12-04 paf
18976:
18977: * src/types/pa_vform.C: $form:field string value cut by premature 0
18978:
18979: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
18980: lib/libltdl -> lib/ltdl Win32 changes. s
18981:
18982: * src/classes/classes.awk: more strict *.C$
18983:
18984: * gnu.dsp: restored
18985:
1.116 moko 18986: * configure.in, gnu.dsp, src/lib/Makefile.am,
18987: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
18988: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
18989: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
18990: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
18991: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
18992: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
18993: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
18994: now created with /configure, not ltdl/configure, so it does have
18995: no problems with automake. ltdl/configure
18996: AC_OUTPUT(Makefile<<removed)
1.95 moko 18997:
18998: 2002-12-02 paf
18999:
1.211 moko 19000: * operators.ru.txt, operators.txt: removed outdated status:db
1.95 moko 19001:
19002: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
19003: src/main/pa_common.C, src/main/pa_request.C,
19004: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
19005: tainted parts becomes http-header
19006:
19007: 2002-11-29 paf
19008:
1.211 moko 19009: * src/classes/date.C, src/classes/image.C, operators.ru.txt,
19010: operators.txt: exif dates now objects of type date
1.95 moko 19011:
19012: * src/classes/image.C: file.seek removed [it were used in image.C
19013: only, and for parser user this means that jpeg image has bad
19014: size in fragment's header] now used image.format
19015:
19016: * src/: include/pa_common.h, main/pa_common.C,
19017: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
19018: now handled exactly like $response:header values. e.g. can be
19019: hash [can have subattributes] & contain date values.
19020:
19021: * src/main/pa_common.C: http:// param values lang forced URI
19022:
19023: * src/main/pa_common.C: http:// tainted partes now %xx
19024:
19025: 2002-11-28 paf
19026:
1.211 moko 19027: * operators.ru.txt, operators.txt: http.timeout
1.95 moko 19028:
19029: * src/classes/image.C: ^image.length now counts interchar space.
19030: plus space after last char
19031:
19032: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
19033:
19034: * src/classes/image.C: ^image.font width measurer now scans full
19035: height [were -1]
19036:
19037: * configure.in: stopped double libltdl/Makefile generation
19038:
19039: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
19040: chars [one top horizontal line of 1pixel height were missing]
19041:
19042: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
19043: 'false' to go into (Hash *) parameter
19044:
19045: 2002-11-27 paf
19046:
19047: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
19048: types/pa_vmail.C: response:body[file] if file nows it's name now
19049: returns content-disposition: >>attachment<<
19050:
19051: * src/classes/image.C: ^image.font << bad font file-size now
19052: properly reported
19053:
19054: 2002-11-26 paf
19055:
19056: * src/main/pa_request.C: fixed lang in reponse header
19057:
19058: * src/main/pa_common.C: utf8 prefix ignored @read text
19059:
1.211 moko 19060: * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
19061: response status!=200 made exception: http.status with source=bad
19062: status#
1.95 moko 19063:
19064: 2002-11-25 paf
19065:
19066: * configure.in, src/classes/image.C,
19067: src/include/pa_config_auto.h.in,
19068: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 19069: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
19070: const void related probs fixed
1.95 moko 19071:
1.211 moko 19072: * operators.ru.txt, operators.txt, src/main/pa_common.C: http
19073: fields now UPPERCASE
1.95 moko 19074:
19075: $file[^file::load[http://there]] $file.SERVER
19076:
19077: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
19078: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
19079: http options [invalid onces now reported] made default
19080: user-agent: paf
19081:
1.211 moko 19082: * operators.ru.txt, operators.txt, src/classes/file.C,
19083: src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95 moko 19084: src/include/pa_globals.h, src/main/pa_common.C,
19085: src/main/pa_globals.C, src/main/pa_request.C,
19086: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
19087: now understand http:// prefix and additional params, sample:
19088: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
19089: $.USER-AGENT[parser3] ]]
19090:
19091: 2002-11-22 paf
19092:
19093: * src/classes/image.C, src/include/pa_globals.h,
19094: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211 moko 19095: src/types/pa_vimage.h, operators.ru.txt, operators.txt:
19096: $image.exif support $image.exif.DateTime & co
1.95 moko 19097:
19098: 2002-11-21 paf
19099:
19100: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
19101: _PASS_APPENDED)
19102:
19103: * src/classes/image.C: jpeg size measure fixed: were badly skipping
19104: EXIF information [were big block and it's size were considered
19105: negative :(]
19106:
1.211 moko 19107: * operators.ru.txt, operators.txt, src/classes/image.C,
19108: src/include/pa_common.h, src/main/pa_common.C,
19109: src/types/pa_vmail.C: image.measure internals rewritten. no
19110: there's reader.seek, and all's ready for EXIF extraction [now we
19111: fail to measure files with EXIF info]
1.95 moko 19112:
19113: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
19114: O_TRUNC truncates even exclusevely write-locked file [thanks to
19115: Igor Milyakov <virtan@rotabanner.com> for discovering]
19116:
19117: 2002-11-20 paf
19118:
19119: * src/targets/cgi/parser3.C: logging @signal += query_string
19120:
19121: * configure.in, src/include/pa_config_auto.h.in,
19122: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
19123: comment
19124:
19125: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
19126:
19127: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19128: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
19129: currently processed document SIGPIPE >> interrupts request
19130: processing [exception = DB rollback]
19131:
19132: * src/main/pa_exec.C: comment
19133:
19134: * src/main/pa_exec.C: pa_exec: data written only if size>0
19135:
1.211 moko 19136: * operators.ru.txt, operators.txt, src/classes/file.C:
19137: ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95 moko 19138:
19139: * src/: include/pa_config_fixed.h, main/pa_common.C,
19140: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
19141: pipe read errors now checked
19142:
19143: 2002-11-19 paf
19144:
19145: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
19146: CGI: Illegal call
19147:
19148: 2002-11-01 paf
19149:
19150: * src/main/execute.C: comment
19151:
19152: 2002-10-31 paf
19153:
19154: * src/main/execute.C: found out why, checked that for now. todo:
19155: find out a way for that user could do that
19156:
19157: * src/types/pa_vstateless_object.h: object put replaces static
19158: parent if any
19159:
19160: * src/types/pa_vobject.C: object put replaces static parent if any
19161:
19162: * src/: classes/form.C, classes/mail.C, classes/op.C,
19163: classes/xnode.h, main/compile.tab.C, main/execute.C,
19164: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19165: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19166: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19167: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19168: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19169: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19170: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19171: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19172: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19173: types/pa_vstateless_object.h, types/pa_vstatus.C,
19174: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19175: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19176: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19177: types/pa_wwrapper.h: static fix merged
19178:
19179: * src/: main/compile.tab.C, types/pa_vobject.C: killed
19180: $virtual_fields in dynamic, but one can reach derived
19181: static[class] variable from base
19182:
19183: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
19184: types/pa_vobject.C, types/pa_vobject.h,
19185: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
19186: statics, left $virtual_fields in dynamic
19187:
19188: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
19189: one can't remember derivates in base class: there's so many of
19190: them. also there can be no virtual method calls in static
19191: classes
19192:
19193: * src/: classes/form.C, classes/mail.C, classes/op.C,
19194: classes/xnode.h, main/execute.C, main/pa_request.C,
19195: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19196: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19197: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19198: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19199: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19200: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19201: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19202: types/pa_vresponse.C, types/pa_vresponse.h,
19203: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19204: types/pa_vstateless_object.h, types/pa_vstatus.C,
19205: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
19206: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19207: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19208: types/pa_wwrapper.h: static call $self fixed
19209:
19210: * src/main/execute.C: comment
19211:
19212: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
19213: ^process[$caller.self]{...} now compiles to last derived object
19214: part of that 'self'
19215:
19216: 2002-10-29 paf
19217:
19218: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
19219: re-passing [iis to blame]
19220:
19221: * src/classes/string.C: changed string.save to pass current sql
19222: connection to cstr thus one can ^connect[some server]{
19223: $s[insert into table x (x) values (^taint[sql]{value})]
19224: ^s.save[some.sql] } and he'd get in some.sql file code with
19225: properly escaped. [tried in mssql->mysql export->import of
19226: binary data]
19227:
19228: 2002-10-25 paf
19229:
19230: * src/types/pa_vresponse.C: case insensitive response user fields
19231: get/put
19232:
19233: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19234: types/pa_vresponse.C: saving for maybe-future
19235:
19236: 2002-10-23 paf
19237:
1.211 moko 19238: * operators.ru.txt, operators.txt, src/classes/table.C:
19239: ^table.hash{code}... ^table.hash(expr)...
1.95 moko 19240:
19241: * src/types/pa_vmail.C: email whitespace trimBoth-ed
19242:
19243: 2002-10-22 paf
19244:
19245: * src/types/: pa_vform.C, pa_vform.h: removed needless
19246: VForm::Append...(...Value)
19247:
19248: * src/main/execute.C: $.name outside of $name[...] checked
19249:
19250: * src/main/: compile.tab.C, compile.y: lexer changed to fix
19251: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
19252:
19253: 2002-10-21 paf
19254:
1.211 moko 19255: * operators.ru.txt, operators.txt, src/types/pa_vform.C,
19256: src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95 moko 19257:
1.211 moko 19258: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19259: $form:nameless = "?value&...", "...&value&...", "...&value"
1.95 moko 19260:
1.211 moko 19261: * operators.ru.txt, operators.txt, src/types/pa_vform.C:
19262: $form:image-map
1.95 moko 19263:
1.211 moko 19264: * operators.ru.txt, operators.txt, src/classes/file.C:
19265: /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95 moko 19266:
19267: 2002-10-17 paf
19268:
19269: * src/main/: compile.tab.C, compile.y: operators precedence changed
19270: a little: logical not and bitwise negation precedence made
19271: highest, << and >> bitshits precedence made equal [were << higher
19272: than >>]
19273:
19274: * src/classes/op.C: exception handling fixed [were bad with
19275: contexts]
19276:
19277: 2002-10-16 paf
19278:
19279: * src/: classes/op.C, include/pa_request.h, main/execute.C,
19280: main/pa_request.C: Request::self considered equal to
19281: VMethodFrame::self, and removed, Request::get_self() mapped to
19282: VMethodFrame.self()
19283:
19284: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
19285: $hash in open field now gives old good error meesage
19286:
19287: 2002-10-15 paf
19288:
19289: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
19290: use ^if($junction is junction){was and now true}
19291:
19292: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19293: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
19294: types/pa_vxnode.C: xml->parser strings now have origin, which
19295: points to place where value left xml library and came to parser:
19296: place of dom field extraction/call
19297:
19298: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
19299: main/compile.tab.C, main/compile.y, main/execute.C,
19300: types/pa_vmethod_frame.h: removed last pieces of old code
19301: allowing $junction.xxx at compile time
19302:
19303: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
19304: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
19305: objects also considered [were only classes]
19306:
19307: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
19308: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
19309: with CLASS self. [ (request&method_frame).self temporarily
19310: changed ]
19311:
19312: * src/classes/: hash.C, op.C: method_frame now always changed, with
19313: no exception to native calls. for&foreach changed to use
19314: method_frame.caller for their var's name context
19315:
19316: * src/: main/execute.C, targets/cgi/parser3.C,
19317: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
19318: compiling to system classes disabled
19319:
1.211 moko 19320: * operators.ru.txt, operators.txt, src/classes/op.C:
1.95 moko 19321: ^process[$caller.CLASS]{code-string} added
19322:
1.211 moko 19323: * operators.ru.txt, operators.txt, src/classes/op.C,
19324: src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
19325: src/main/pa_request.C, src/types/Makefile.am,
19326: src/types/pa_vjunction.C, src/types/pa_vjunction.h,
19327: src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
19328: $junction.get $junction.set[] introducing $caller
1.95 moko 19329:
19330: * src/types/pa_value.h: removed outdated comments. doxygen would
19331: find them lower by inheritance tree
19332:
19333: * src/types/pa_vjunction.C: ident
19334:
19335: 2002-10-14 paf
19336:
19337: * src/classes/op.C: process compiles to code's class class
19338:
19339: * src/: classes/form.C, classes/mail.C, classes/op.C,
19340: include/pa_request.h, main/compile.C, main/compile.tab.C,
19341: main/compile.y, main/execute.C, main/pa_request.C,
19342: types/pa_vstateless_class.h: operators now main-class-methods
19343:
19344: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
19345: better stack trace [has "call" & co there]
19346:
19347: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
19348: operators @auto now executed in MAIN context
19349:
19350: * src/main/execute.C: operator execution context now = MAIN, not
19351: closest stack frame
19352:
19353: @touchit[] $i[after]
19354:
19355: ----t.html $i[before] << local ^touchit[] $i << now 'before',
19356: were 'after'
19357:
19358: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
19359: 'after'
19360:
19361: * src/main/execute.C: comment
19362:
19363: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
19364: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
19365: action]
19366:
19367: * src/types/pa_vxnode.C: misreplace fixed
19368:
19369: * configure, configure.in, src/include/pa_config_auto.h.in,
1.211 moko 19370: src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95 moko 19371: $status:rusage.tv_secs/usecs introduced
19372:
19373: 2002-10-09 paf
19374:
19375: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
19376: on empty string [or uses (default)]
19377:
19378: 2002-10-08 paf
19379:
19380: * src/main/untaint.C: mail header quoted printable changed after
19381: RFC reread
19382:
1.211 moko 19383: * operators.ru.txt, operators.txt: plan on ^if(method
1.95 moko 19384:
19385: * src/types/pa_vxnode.C: misreplace
19386:
19387: 2002-09-24 paf
19388:
1.116 moko 19389: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 19390:
19391: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
19392: mailreceive would compile on freebsd now
19393:
19394: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
19395: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 19396: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
19397: mailreceive would compile on freebsd now
1.95 moko 19398:
19399: * src/: classes/file.C, main/untaint.C: 1. file spec language
19400: changed: now there are only few chars are untainted: * ? ' " < >
19401: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
19402: one should use ^untaint[uri]{...} now]
19403:
19404: 2. $list[^file:list[dir]] now returns simply tainted names in
19405: $list.name, not tainted as filespec
19406:
19407: @russianindex[] #dir with files with russian-lang names
19408: $where[dir]
19409:
19410: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
19411: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
19412:
19413: 2002-09-23 paf
19414:
19415: * src/types/pa_vdouble.h: double->int round added
19416:
19417: * src/classes/date.C: date bug fix, now
19418: round(floatDays*secondsPerDay)
19419:
19420: * src/classes/date.C: date bug fix, now
19421: round(floatDays*secondsPerDay)
19422:
19423: 2002-09-20 paf
19424:
19425: * src/main/execute.C: code junction calls disabled [before: code
19426: was compiled in such a way, that there were no code-junctions in
19427: OP_CALL]
19428:
19429: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
19430:
19431: @badjunctioncallinside[code] ^code[]
19432:
19433: * src/main/: compile.tab.C, compile.y: changed grammer on junction
19434: expanding to include ^junction.method
19435:
19436: * src/main/pa_common.C: -d "DIR/" now true
19437:
19438: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
19439: as internal xdoc encoding, and after decoding attributes set by
19440: dom functions now encoded OK, not as digital entities
19441:
19442: * src/classes/xdoc.C: empty transform result, being taken as file
19443: now returns empty file, not raises stupid error about "stat-ed
19444: file"
19445:
19446: * src/types/pa_vhash.h: hash.foreach modification of existing keys
19447: allowed
19448:
19449: * src/types/types.dsp: introducing $junction.get/put(1) one can
19450: 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/main/compile_tools.h: mistype
19458:
1.116 moko 19459: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
19460: thus taking linking options configure changes into account [were:
19461: ignoring]
1.95 moko 19462:
19463: * src/types/: pa_vjunction.C, Makefile.am: introducing
19464: $junction.get/put(1) one can write iterators now:
19465:
19466: ^user-foreach[key;value]{$key=$value<br>}
19467:
19468: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19469: $code.value($i*2) $code }
19470:
19471: * src/: include/pa_opcode.h, include/pa_request.h,
19472: main/compile.tab.C, main/compile.y, main/execute.C,
19473: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
19474: introducing $junction.get/put(1) one can write iterators now:
19475:
19476: ^user-foreach[key;value]{$key=$value<br>}
19477:
19478: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
19479: $code.value($i*2) $code }
19480:
19481: 2002-09-19 paf
19482:
1.116 moko 19483: * Makefile.am: new: make commit
1.95 moko 19484:
19485: * aclocal.m4: forced to be older
19486:
19487: 2002-09-18 paf
19488:
19489: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
19490: src/main/compile.y, src/main/execute.C: << >> int shifts
19491:
19492: * src/: include/pa_common.h, include/pa_request.h,
19493: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
19494: - now this - fatal error
19495:
19496: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
19497: that one can pass binary data there
19498:
19499: * src/: classes/date.C, classes/double.C, classes/file.C,
19500: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
19501: classes/op.C, classes/response.C, classes/string.C,
19502: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
19503: include/pa_request.h: pa_request contexts made privated, plus
19504: get_{self/method_frame} to read. Request_context_saver used in
19505: ^try to save flang too. [were not saved]
19506:
19507: * src/types/pa_vresponse.C: header value chains joined before
19508: output, this should help $.subject[$var $var] from being
19509: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
19510:
19511: 2002-09-17 paf
19512:
19513: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
19514: removed changes, operators executed with calling self. lots of
19515: code with ^include code relies on defined/defining self variables
19516:
19517: $a[1] ^include[print_a.p] print_a.p: $a
19518:
19519: ^include[set_a.p] a=$a set_a.p: $a[1]
19520:
19521: * src/: classes/op.C, main/execute.C, main/pa_request.C,
19522: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
19523: types/pa_vstateless_class.h: operators now executed with MAIN
19524: self. it's for ^include sake, too strong a change
19525:
19526: * src/classes/op.C: made place for ^process to compile it's code to
19527: in case of no self
19528:
19529: * src/main/execute.C: found ancient param to Junction, removed.
19530: allowed passing self to native_code_operators [for ^process to
19531: work, she needs self]
19532:
19533: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
19534: types/pa_vstateless_class.h: found ancient param to Junction,
19535: removed. allowed passing self to native_code_operators [for
19536: ^process to work, she needs self]
19537:
19538: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
19539: types/pa_value.h, types/pa_vmethod_frame.h,
19540: types/pa_vstateless_class.h: allowed Request.self to be 0,
19541: checked that in VMethodFrame get/put and $self.
19542:
19543: * src/classes/: table.C, xdoc.C: table::sql options table::create
19544: copy options options checked, wrong option now fatal error
19545:
19546: * src/main/pa_string.C: string.replace fixed [were missing words on
19547: pieces boundaries]
19548:
1.150 moko 19549: * configure, configure.in: .so now detected [can be .sl on hpux,
19550: .dll on cygwin, .so in other cases)
1.95 moko 19551:
19552: * configure, configure.in: .so now detected [can be .sl on hpux,
19553: .dll on cygwin, .so in other cases)
19554:
1.211 moko 19555: * operators.ru.txt, operators.txt, src/classes/hash.C,
19556: src/classes/table.C, src/include/pa_globals.h,
19557: src/main/pa_globals.C: table.sql hash::sql flag to allow
19558: duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95 moko 19559:
19560: * src/: classes/hash.C, classes/table.C,
19561: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
19562: now errors
19563:
19564: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
19565:
19566: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
19567: ,2,3]
19568:
19569: 2002-09-16 paf
19570:
19571: * src/classes/file.C: file::cgi line ends can be both unix & dos.
19572: and they can be unix [\n\n] on win when 'use CGI' used, it causes
19573: stdout to be binary. now detected closest header break.
19574:
19575: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
19576: closed right
19577:
19578: 2002-09-13 paf
19579:
1.211 moko 19580: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19581: src/main/compile.y, src/main/compile_tools.h: (expression
19582: #comment)
1.95 moko 19583:
19584: (multiline expression #comment line2 #comment )
19585:
19586: (expression #comment with (brackets) comment) << OK
19587:
1.211 moko 19588: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19589: src/main/compile.y: !| bitwise !|| numerical xor now [preparing
19590: for expression #comments]
1.95 moko 19591:
19592: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
19593: error
19594:
19595: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
19596: cheched in pa_socks.C
19597:
1.116 moko 19598: * configure, configure.in, src/include/pa_config_auto.h.in:
19599: HAVE_WINSOCK_H created in configure.in
1.95 moko 19600:
19601: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
19602: cookie date now clean [were mistakenly tainted & that worked bad
19603: with opera -- 'happily' that worked OK with msie]
19604:
19605: 2002-09-12 paf
19606:
19607: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
19608: VClass get_element now first looks to fields, next to methods &
19609: co todo: the rest reason: more speed
19610:
19611: * src/main/untaint.C: quoted printable encoding stops before
19612: \s*<...>$
19613:
19614: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
19615: stops before <...>$
19616:
19617: 2002-09-11 paf
19618:
19619: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
19620: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
19621: forgot to check users of those funcs. not all were using that
19622: return value convention
19623:
19624: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
19625: windows-1254 added
19626:
19627: 2002-09-10 paf
19628:
19629: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
19630: VCodeFrame parent param were specified badly
19631:
19632: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
19633: WWrapper which used in constructing objects(second param to sql
19634: method) ^...sql{}[$.default{code}] now has parent, wich helps
19635: code in hash to survivi
19636:
19637: * src/: include/pa_request.h, main/execute.C: removed redundant
19638: param to execute [stack said 'thanks']
19639:
19640: * src/: classes/op.C, main/execute.C, types/pa_value.C,
19641: types/pa_value.h, types/pa_vcode_frame.h,
19642: types/pa_vmethod_frame.h, types/pa_wcontext.C,
19643: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
19644: responsibility to wcontext
19645:
19646: * src/classes/file.C: decided not to log exec's with stderr, that
19647: could be warnings, and it's up to scritper to log/show them
19648:
19649: * src/: classes/double.C, main/execute.C: double:sql badly called
19650: write_assign_lang, not write_no_lang, thus doing unnecessary
19651: double/string converstion, which were loosing time&precesion
19652:
19653: * src/: main/pa_charset.C, types/pa_vmail.C:
19654: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
19655: case of unfinished in buffer processing, causing accidental
19656: transcode stop [in case that source enc != utf-8 & there is
19657: incomplete utf-8 sequence at the end of 16000block iside of
19658: libxml lib] tfm readed & code updated
19659:
19660: 2002-09-04 paf
19661:
19662: * configure: makes with sjlj
19663:
19664: * INSTALL, src/include/pa_config_fixed.h,
19665: src/include/pa_sql_connection.h,
19666: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
19667: checked. on win32 it made default
19668:
19669: * src/include/pa_config_auto.h.in: sjlj define
19670:
19671: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
19672: can not work with longjump/throw pair, and one must switch that
19673: on there. todo: detect that automatically]
19674:
19675: * src/types/pa_vxnode.C: removed too strong checks of
19676: xnode.elements. now, for instance, if element does not have any
19677: attributes, $xnode.attributes is void, not error
19678:
19679: 2002-09-02 paf
19680:
1.211 moko 19681: * operators.ru.txt, operators.txt, src/main/execute.C,
19682: src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95 moko 19683:
19684: * src/main/execute.C: double_result made to move that var away from
19685: hungry g++ optimizer (-O2), before: it were optimized and
19686: comparison operators worked badly
19687:
19688: * src/types/pa_vdate.h: removed debug
19689:
1.116 moko 19690: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 19691:
19692: * src/main/execute.C: fixed numeric < & co so that thay now use
19693: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
19694: unknown reason.
19695:
19696: 2002-08-29 paf
19697:
19698: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
19699: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
19700: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
19701: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
19702: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
19703: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
19704: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
19705: [called less frequent, allowed to remove ugly
19706: Junction.change_context-s from many places, switch,
19707: mail:send..html{}, ..] request.root renamed to method_frame [more
19708: easyreading] ancient {...PUSH/POPs...} changed to stack vars
19709: [speed up]
19710:
19711: 2002-08-28 paf
19712:
19713: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
19714: tainted
19715:
19716: * src/types/pa_vcookie.C: fixed cookie delete when
19717: $cookie:name[$.value[]]
19718:
1.211 moko 19719: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 19720: ^string.split[delim[;options]]
19721:
19722: 2002-08-27 paf
19723:
1.116 moko 19724: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 19725:
1.211 moko 19726: * operators.ru.txt, operators.txt, src/main/compile.tab.C,
19727: src/main/compile.y: # now delimiter
1.95 moko 19728:
19729: * INSTALL: recommended latest gmime 1.0.5
19730:
19731: 2002-08-26 paf
19732:
19733: * configure, configure.in: apache13/hook added to make dist.
19734:
19735: 2002-08-23 paf
19736:
19737: * src/: include/pa_common.h, main/pa_common.C,
19738: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
19739: beside binary [cgi, isapi] not accessible [due to bad rights or
19740: whatever] it's error now
19741:
19742: 2002-08-21 paf
19743:
1.116 moko 19744: * Makefile.am: can use: make happy equals to make update install
1.95 moko 19745:
19746: * src/main/: compile.tab.C, compile.y, compile_tools.C,
19747: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
19748: class". compiled as if here they named base class
19749:
19750: * src/main/pa_string.C: fixed bad language bug, [were wrong string
19751: cloning constructor]
19752:
19753: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
19754:
1.150 moko 19755: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 19756: $mail.received.file.value.content-type fixed
19757:
19758: 2002-08-20 paf
19759:
19760: * src/classes/file.C: fixed language of file:file result
19761:
1.211 moko 19762: * operators.ru.txt, operators.txt, src/classes/void.C:
19763: ^void.pos[...] = -1 merged from 3.0.0005
1.95 moko 19764:
1.211 moko 19765: * operators.ru.txt, operators.txt, src/classes/void.C:
19766: ^void.pos[...] = -1
1.95 moko 19767:
1.211 moko 19768: * operators.ru.txt, operators.txt, src/classes/void.C:
19769: ^void.length[] = 0 merged from 3.0.0005
1.95 moko 19770:
1.211 moko 19771: * src/classes/void.C, operators.ru.txt, operators.txt:
19772: ^void.length[] = 0
1.95 moko 19773:
19774: 2002-08-19 paf
19775:
19776: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
19777: work now
19778:
19779: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
19780: error in xnode, which were not catched in xdoc]
19781:
19782: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
19783: prepared: // validate each document after load/create (?)
19784: //xmlDoValidityCheckingDefaultValue = 1;
19785:
19786: 2002-08-15 paf
19787:
19788: * src/classes/classes.h: write to static var caused useless
19789: Exception, introduced Methoded::put_element wich consumes those
19790:
1.211 moko 19791: * operators.ru.txt, operators.txt, src/include/pa_common.h,
19792: src/main/pa_common.C, src/types/pa_vcookie.C,
19793: src/types/pa_vdate.h, src/types/pa_vresponse.C,
19794: src/types/pa_vresponse.h: $response:field[date]
19795: $response:field[$.xxx[date]]
1.95 moko 19796:
19797: * src/: classes/hash.C, classes/string.C, classes/table.C,
19798: classes/void.C, include/pa_sql_connection.h: fixed source of
19799: ^hash::sql{bad}
19800:
1.211 moko 19801: * operators.ru.txt, operators.txt: $request:body unprecessed POST
19802: request body
1.95 moko 19803:
19804: * src/types/pa_vrequest.C: $request:body unprecessed POST request
19805:
19806: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
19807: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
19808:
1.211 moko 19809: * operators.ru.txt, operators.txt, src/classes/form.C,
19810: src/include/pa_pool.h, src/include/pa_request.h,
19811: src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
19812: planning/preparing_to $request:body r.post_data now const
1.95 moko 19813:
19814: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
19815: classes/xnode.C, main/execute.C, types/pa_value.h,
19816: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
19817: types/pa_vtable.h: instead of type() checking everywhere used
19818: Value.as now user descendants can be used in params.
19819:
19820: VObject::as_*, is_defined now taken from bases. xtable(table)
19821: ^if($xtable) now OK
19822:
19823: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
19824: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
19825: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
19826:
19827: 2002-08-14 paf
19828:
19829: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
19830: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
19831: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19832: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19833: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19834: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
19835: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
19836: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19837: types/pa_vresponse.C, types/pa_vresponse.h,
19838: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19839: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19840: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19841: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19842: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
19843: & VClass
19844:
19845: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
19846:
19847: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
19848: removed fixopt stupidity. on stupid linux use cd /document/root
19849: ../cgi/parser3 script
19850:
19851: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
19852: params, splitting them by space, excluding argv[0], argv[argc-1]
19853:
19854: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
19855: fixopt.h: fixopt now preprocesses command line params, splitting
19856: them by space, excluding argv[0], argv[argc-1]
19857:
19858: * src/targets/cgi/parser3.C: -f config file
19859:
19860: * src/targets/cgi/parser3.C: fixed .log file dir
19861:
19862: 2002-08-13 paf
19863:
19864: * src/types/pa_vobject.C: allow override parent variables, useful
19865: for form descendants [in vobject too, were in vclass]
19866:
19867: * src/types/pa_vclass.C: allow override parent variables, useful
19868: for form descendants
19869:
19870: * src/types/pa_vclass.C: checked: form[vclass]fields can be
19871: overwritten in derived(table)
19872:
19873: * src/: classes/form.C, classes/mail.C, classes/op.C,
19874: classes/xnode.h, include/pa_request.h, main/execute.C,
19875: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
19876: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19877: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
19878: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
19879: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
19880: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19881: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
19882: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19883: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19884: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19885: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19886: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19887: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
19888: Value::get_element(..., bool looking_down) [needed to exclude
19889: endless recoursion]
19890:
19891: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
19892: fix bug with put endless recoursion todo: check 'as'
19893:
19894: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
19895: reorganized modules todo: fix bug with put endless recoursion
19896: todo: check 'as'
19897:
19898: * src/types/pa_vobject.h: checked: table fields can be overwritten
19899: in derived(table)
19900:
19901: * src/types/pa_vobject.h: derived classes can have fields of their
19902: own now
19903:
19904: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
19905: fixed error message on using non-created table
19906:
19907: * src/: classes/form.C, classes/hash.C, classes/mail.C,
19908: classes/op.C, classes/xnode.h, include/pa_request.h,
19909: main/compile.C, main/compile.tab.C, main/execute.C,
19910: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19911: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
19912: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
19913: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19914: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
19915: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
19916: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
19917: types/pa_vresponse.C, types/pa_vresponse.h,
19918: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19919: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
19920: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
19921: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
19922: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
19923: looking down/up tree todo: fix error message on non-constructed
19924: parents
19925:
19926: 2002-08-12 paf
19927:
19928: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
19929: derived OK
19930:
19931: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
19932: thorough testing
19933:
19934: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
19935: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
19936: types/pa_vobject.h, types/pa_vstateless_class.h,
19937: types/pa_vstateless_object.h, types/pa_wcontext.h,
19938: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
19939: ^base:create[] dynamic call rewritten todo: thorough testing
19940:
19941: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
19942: now instantates base class, remembers it and saves child in
19943: parent VObject.get_class now returns last child = downward
19944: virtual calls OK
19945:
19946: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19947: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
19948: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
19949: types/pa_vobject.h, types/pa_vresponse.h,
19950: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
19951: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
19952: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
19953: VAliased [redundant], moved $CLASS to VObject only [parser class
19954: instance]
19955:
19956: * src/main/pa_request.C: $response:body[file] content-type check
19957: fixed [were bad when content-type is hash]
19958:
19959: 2002-08-09 paf
19960:
19961: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
19962: types/pa_vobject.h, types/pa_vxdoc.h: started as()
19963:
19964: 2002-08-08 paf
19965:
1.211 moko 19966: * operators.ru.txt, operators.txt, src/classes/date.C,
19967: src/include/pa_globals.h, src/main/pa_globals.C: year column in
19968: month calendar [week year]
1.95 moko 19969:
19970: * src/main/execute.C: error reporting on object writes to MAIN
19971: improved [were ruind with fixing $obj[^if(1){$obj}] ]
19972:
1.211 moko 19973: * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
19974: $date.yearday $date.daylightsaving
1.95 moko 19975:
19976: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
19977: use tainted data now. only she must specify the language.
19978:
19979: ^mail:send[ $.from[paf@mail.design.ru]
19980: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
19981: $.text[^taint[uri][ìîñêâà]=] ]
19982:
19983: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
19984: now prints more precise origin
19985:
19986: * src/include/pa_string.h: String::first_char now not fails on
19987: empty strings ^if(-f '') now ok and in 3 other places.
19988:
1.211 moko 19989: * operators.ru.txt, operators.txt, src/include/pa_string.h,
19990: src/main/pa_string.C: String::first_char now not fails on empty
19991: strings ^if(-f '') now ok and in 3 other places.
1.95 moko 19992:
19993: 2002-08-07 paf
19994:
19995: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
19996: fixed
19997:
19998: * src/main/pa_string.C: ^string.mid(0;bad) fixed
19999:
20000: * src/: main/execute.C, types/pa_vcode_frame.h,
20001: types/pa_vmethod_frame.h, types/pa_wcontext.C,
20002: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
20003: mistakenly not completely transparent to object writes.
20004: $hash[^if(1){$hash}] now works
20005:
1.211 moko 20006: * operators.ru.txt, operators.txt, src/classes/op.C:
20007: ^cache...{...^cache<<to past...} now erasing cache file [there
20008: were bad check on that]
1.95 moko 20009:
20010: * src/: classes/classes.dsp, classes/table.C,
20011: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
20012: all Debug dirs in .dsp now named 'Debug'
20013:
1.116 moko 20014: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 20015:
1.211 moko 20016: * operators.ru.txt, operators.txt, src/classes/mail.C:
20017: exception_type email.send
1.95 moko 20018:
1.211 moko 20019: * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
20020: exception_type email.format
1.95 moko 20021:
20022: * src/types/pa_vmail.C: mail:send empty email checked
20023:
20024: 2002-08-06 paf
20025:
1.211 moko 20026: * operators.ru.txt, operators.txt, src/classes/table.C,
20027: src/include/pa_array.h, src/include/pa_table.h,
20028: src/main/pa_array.C, src/main/pa_table.C:
1.95 moko 20029: ^table::create[$source;$.options] ^table::join[$source;$.options]
20030:
1.211 moko 20031: * operators.ru.txt, operators.txt, src/classes/hash.C,
20032: src/classes/string.C, src/classes/table.C: sql options can be
20033: string now ^xxx:sql{...}[ # $.default() }
1.95 moko 20034:
20035: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
20036:
20037: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
20038: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
20039: $file.content-type [instead of .mime-type] now works for
20040: file::stat also
20041:
20042: * src/main/pa_request.C: case insensitive mime_type_of
20043:
20044: 2002-08-05 paf
20045:
20046: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
20047:
20048: * src/types/pa_vmail.C: file buffer relocated to parser heap
20049:
1.211 moko 20050: * operators.ru.txt, operators.txt: comment on date:calendar week
20051: column
1.95 moko 20052:
20053: * src/main/pa_common.C: write checked
20054:
20055: * src/main/: pa_common.C: write checked
20056:
20057: * src/classes/date.C: +1 buf size for stupid snprintfs
20058:
20059: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
20060: month calendar week column [ISO 8601 Week Numbers]
20061:
20062: 2002-08-02 paf
20063:
20064: * src/: include/pa_config_fixed.h, main/pa_string.C,
20065: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
20066: DEBUG*
20067:
20068: * configure, configure.in, src/include/pa_version.h: release
20069: 3_0_0005
20070:
20071: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
20072: multipart post fixed
20073:
1.211 moko 20074: * operators.ru.txt, operators.txt, src/main/pa_request.C,
20075: src/types/pa_vform.C: response transcoded source->client only
20076: when text/* or simple onoverridden $response:body
1.95 moko 20077:
20078: 2002-08-01 paf
20079:
20080: * src/: classes/classes.C, classes/classes.h, classes/date.C,
20081: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20082: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20083: classes/op.C, classes/response.C, classes/string.C,
20084: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
20085: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
20086: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20087: include/pa_config_fixed.h, include/pa_dictionary.h,
20088: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20089: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
20090: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
20091: include/pa_socks.h, include/pa_sql_connection.h,
20092: include/pa_sql_driver_manager.h, include/pa_stack.h,
20093: include/pa_string.h, include/pa_stylesheet_connection.h,
20094: include/pa_stylesheet_manager.h, include/pa_table.h,
20095: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20096: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
20097: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
20098: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20099: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
20100: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
20101: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
20102: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
20103: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20104: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
20105: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
20106: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
20107: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
20108: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20109: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
20110: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
20111: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
20112: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
20113: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
20114: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20115: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20116: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
20117: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
20118: types/pa_vmethod_frame.h, types/pa_vobject.h,
20119: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
20120: types/pa_vresponse.h, types/pa_vstateless_class.C,
20121: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20122: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
20123: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20124: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
20125: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 20126: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 20127:
20128: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
20129: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
20130: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
20131: classes/math.C, classes/op.C, classes/response.C,
20132: classes/string.C, classes/table.C, classes/void.C,
20133: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20134: include/pa_array.h, include/pa_cache_managers.h,
20135: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
20136: include/pa_config_fixed.h, include/pa_config_includes.h,
20137: include/pa_dictionary.h, include/pa_dir.h,
20138: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
20139: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
20140: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
20141: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
20142: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20143: include/pa_stack.h, include/pa_string.h,
20144: include/pa_stylesheet_connection.h,
20145: include/pa_stylesheet_manager.h, include/pa_table.h,
20146: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
20147: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
20148: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20149: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
20150: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
20151: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20152: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20153: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20154: main/pa_sql_driver_manager.C, main/pa_string.C,
20155: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
20156: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20157: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20158: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
20159: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20160: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20161: targets/isapi/pool_storage.h, types/pa_valiased.C,
20162: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
20163: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20164: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20165: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
20166: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
20167: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
20168: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
20169: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20170: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
20171: types/pa_vresponse.C, types/pa_vresponse.h,
20172: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20173: types/pa_vstateless_object.h, types/pa_vstatus.C,
20174: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
20175: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
20176: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20177: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
20178: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
20179: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
20180: types/Makefile.am: ident.C* removed
20181:
1.211 moko 20182: * operators.ru.txt, operators.txt, src/classes/file.C,
20183: src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95 moko 20184:
20185: * src/targets/cgi/parser3.C: usage to stdout now
20186:
20187: 2002-07-31 paf
20188:
20189: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
20190:
20191: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
20192: default "postmaster"
20193:
20194: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
20195: -f postmaster now default sendmail key word "postmaster"
20196: replaced to $.from
20197:
20198: 2002-07-30 paf
20199:
1.116 moko 20200: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
20201: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 20202:
20203: * src/main/pa_charset.C: comment
20204:
20205: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
20206: table, &#decimal;
20207:
20208: * src/main/pa_request.C: comment
20209:
20210: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
20211: paragraf]
20212:
20213: 2002-07-11 paf
20214:
20215: * src/main/pa_exec.C: build command line badly added params twice
20216: [and first time without ' ']. double wrong. fixed.
20217:
20218: * src/main/pa_exec.C: invalid .exe caused error message with params
20219: wich parser did not provide = reported badly. fixed that.
20220:
20221: * src/classes/mail.C: $MAIL[ # xxx ]
20222:
20223: now ok
20224:
1.211 moko 20225: * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95 moko 20226:
20227: 2002-07-01 paf
20228:
20229: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
20230: [MForm.configure_admin were called when request.main_class ==0
20231:
20232: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
20233:
20234: * src/classes/form.C: content_length type fix
20235:
20236: 2002-06-30 paf
20237:
20238: * src/classes/mail.C: merged from 4
20239:
20240: * src/classes/mail.C: restored $MAIL
20241:
20242: 2002-06-28 paf
20243:
20244: * configure, configure.in: removed paths.h
20245:
1.116 moko 20246: * configure, src/include/pa_version.h,
1.95 moko 20247: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
20248: merged, makes updated
20249:
1.211 moko 20250: * ChangeLog, configure, operators.ru.txt, operators.txt,
20251: src/classes/xdoc.C, src/include/pa_charset.h,
20252: src/include/pa_config_fixed.h, src/include/pa_pool.h,
20253: src/include/pa_version.h, src/main/pa_charset.C,
20254: src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
20255: src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
20256: latest updates to head
1.95 moko 20257:
20258: 2002-06-27 paf
20259:
20260: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
20261: not error now
20262:
1.211 moko 20263: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
20264: src/include/pa_charset.h, src/include/pa_config_fixed.h,
20265: src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95 moko 20266: ^xdoc::create[[uri]]... base uri for document being created,
20267: imports and other relative file names would be relative to this
20268: uri default uri=path_translated
20269:
20270: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
20271:
20272: 2002-06-26 paf
20273:
20274: * configure, configure.in, src/include/pa_version.h:
20275: release_3_0_0004
20276:
20277: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
20278: 0 now
20279:
20280: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
20281:
20282: 2002-06-25 paf
20283:
20284: * src/main/pa_string.C: emtpy string, or string of whitespaces
20285: considered bad number now
20286:
1.211 moko 20287: * operators.ru.txt, operators.txt, src/classes/xdoc.C:
20288: ^xdoc.transform[xdoc <<can be now
1.95 moko 20289:
1.211 moko 20290: * operators.ru.txt, operators.txt, src/classes/string.C:
20291: ^string.normalize [old name: optimize
1.95 moko 20292:
20293: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
20294: library configured
20295:
20296: * src/main/pa_request.C: configure_admin forced if no @conf
20297:
1.211 moko 20298: * operators.ru.txt, operators.txt, src/classes/math.C,
20299: src/types/pa_vmail.C: ^math:crypt updated to generate random salt
20300: when needed and to call system crypt() if not $apr1$ prefix
1.95 moko 20301:
20302: 2002-06-24 paf
20303:
20304: * INSTALL: --with-static/shared-mailreceive described
20305:
20306: * src/include/pa_config_fixed.h: ssize_t fixed
20307:
1.116 moko 20308: * configure, configure.in, src/include/pa_config_auto.h.in,
20309: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 20310: src/types/pa_vmail.C: $mail:received makes update
20311:
20312: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
20313: WITH_MAILRECEIVE
20314:
20315: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
20316:
20317: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
20318: option, for $mail:receive
20319:
20320: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
20321: introducting $message:received ^mail:send rewritten with backward
20322: comp
20323:
20324: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
20325: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20326: types/types.dsp: win32xml win32mailreceive pseudomodules paths
20327: now
20328:
1.211 moko 20329: * operators.ru.txt, operators.txt, src/classes/mail.C,
20330: src/include/Makefile.am, src/include/pa_charset.h,
20331: src/include/pa_config_fixed.h, src/include/pa_request.h,
20332: src/include/pa_string.h, src/include/pa_uue.h,
20333: src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
20334: src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95 moko 20335: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
20336: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
20337: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
20338: uue to separate file introducting $message:received ^mail:send
20339: rewritten with backward comp
20340:
20341: 2002-06-21 paf
20342:
1.116 moko 20343: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
20344: co changes
1.95 moko 20345:
1.116 moko 20346: * configure, configure.in, src/lib/md5/Makefile.am,
20347: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
20348: restructure .in and .am files appropriate changes
1.95 moko 20349:
20350: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
20351: pcre to libs/ added libs/md5 which is linked to non-apache
20352: targets ^math:crypt[password;$apr1$salt]
20353:
1.211 moko 20354: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20355: parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95 moko 20356: src/classes/classes.dsp, src/classes/math.C,
20357: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 20358: src/lib/pcre/Makefile.am, src/lib/pcre/README,
20359: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
20360: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
20361: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
20362: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
20363: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
20364: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
20365: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 20366: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
20367: src/lib/pcre/pcre_parser_ctype.dsp,
20368: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
20369: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
20370: src/main/compile.tab.C, src/main/main.dsp,
20371: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
20372: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
20373: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
20374: to libs/ added libs/md5 which is linked to non-apache targets
20375: ^math:crypt[password;$apr1$salt]
20376:
20377: 2002-06-20 paf
20378:
1.211 moko 20379: * INSTALL, configure, configure.in, operators.ru.txt,
20380: operators.txt, src/classes/file.C, src/classes/op.C,
20381: src/doc/doxygen.cfg, src/include/pa_globals.h,
20382: src/include/pa_request.h, src/main/execute.C,
20383: src/main/pa_request.C, src/targets/cgi/parser3.C,
20384: src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
20385: marged latest HEAD updates, mainly file:justname&co &
20386: @auto/conf[filespec
1.95 moko 20387:
1.211 moko 20388: * operators.ru.txt, operators.txt, src/classes/file.C:
1.95 moko 20389: !^file:dirname[/a/some.tar.gz]=/a
20390: !^file:dirname[/a/b/]=/a
20391: !^file:basename[/a/some.tar.gz]=some.tar.gz
20392: !^file:justname[/a/some.tar.gz]=some.tar
20393: !^file:justext[/a/some.tar.gz]=gz
20394:
20395: * src/: classes/op.C, include/pa_request.h, main/execute.C,
20396: main/pa_request.C, types/pa_vmethod_frame.h: introducing
20397: @conf/auto[filespec]
20398:
1.116 moko 20399: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 20400:
1.211 moko 20401: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20402: src/doc/doxygen.cfg, src/include/pa_globals.h,
20403: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20404: parser3.conf renamed to auto.p
1.95 moko 20405:
20406: 2002-06-18 paf
20407:
20408: * configure, configure.in, src/include/pa_version.h: version to
20409: configure.in
20410:
20411: * INSTALL: reflected .conf.dist dir change
20412:
1.150 moko 20413: * Makefile.am, configure, configure.in,
1.116 moko 20414: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 20415: .in & *.am updated
20416:
20417: * src/classes/file.C: strncasecmp
20418:
20419: * src/classes/file.C: strcasecmp
20420:
1.150 moko 20421: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 20422:
20423: * src/classes/file.C: ^file::exec[script;$.bad error case
20424: insensitive check now
20425:
20426: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
20427:
20428: * configure, configure.in, src/include/pa_pool.h,
20429: src/include/pa_types.h: pack configure.in detection simplified.
20430: figured out that gcc on sparc not that stupid as thought
20431: previously: on sparc: when it sees packed class it modifies it's
20432: field-access-code to byte operations [stb, ldub] instead of 4byte
20433: operations [st, lduh] so packed must be all parts of packed
20434: class, i.e. it's parents&fields(classes). for now it's only
20435: String that packed and what was wrong is that it's parent -
20436: Pooled, were not packed. fixed that.
20437:
20438: 2002-06-14 paf
20439:
1.211 moko 20440: * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95 moko 20441:
1.211 moko 20442: * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95 moko 20443: attribute_node.name/value xnode pi.node.data
20444:
20445: 2002-06-12 paf
20446:
1.116 moko 20447: * configure, configure.in, src/targets/cgi/Makefile.am,
20448: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 20449:
1.211 moko 20450: * INSTALL, configure.in, operators.ru.txt, operators.txt,
20451: etc/Makefile.am, src/include/pa_globals.h,
20452: src/include/pa_request.h, src/main/compile.tab.C,
20453: src/main/pa_globals.C, src/main/pa_request.C,
20454: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
20455: parser3.conf now one and only
1.95 moko 20456:
20457: * src/classes/mail.C: sendmail -ti [default now]
20458:
20459: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
20460: to be strings. for convinient #ing
20461:
20462: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
20463: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
20464:
20465: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
20466: main/pa_globals.C, main/pa_request.C: @conf
20467:
20468: 2002-06-11 paf
20469:
20470: * src/classes/file.C: check simplified
20471:
20472: * src/: classes/file.C, targets/cgi/parser3.dsp,
20473: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
20474: valid prefix
20475:
20476: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
20477: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
20478: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
20479:
20480: 2002-06-10 paf
20481:
1.211 moko 20482: * operators.ru.txt, operators.txt, src/classes/op.C,
20483: src/include/pa_common.h, src/main/pa_common.C: lock failures
20484: reported now
1.95 moko 20485:
20486: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
20487: string->double @ compile time were not-enough-checking...
20488:
20489: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
20490: autoconvert now ignored
20491:
20492: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
20493: check
20494:
20495: * src/classes/mail.C: mail netscape attachment name fixed. todo:
20496: $response:body content-type:name
20497:
20498: * configure, configure.in: hpux check, nsl link, no socket
20499:
1.211 moko 20500: * operators.ru.txt, operators.txt: old merge conflict removed
1.95 moko 20501:
20502: * configure, configure.in: pack even address access on sparc&co
20503: arch checked in configure
20504:
20505: * configure, src/include/pa_version.h: makes
20506:
20507: * configure, configure.in, src/include/pa_version.h: makes
20508:
20509: * src/main/untaint.C: (bug#2) mail subject got always prepended
20510: with charset even when all letters were 7bit one
20511:
20512: * src/main/pa_common.C: merged fixed -d (bug)
20513:
20514: * src/main/pa_common.C: fixed -d (bug)
20515:
20516: 2002-06-03 paf
20517:
1.211 moko 20518: * ChangeLog, operators.ru.txt, operators.txt,
20519: etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
20520: src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95 moko 20521: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
20522: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
20523: .dsp-s along with reorganized cvs modules dirs structure
20524:
20525: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20526: main/pa_globals.C, targets/cgi/parser3.dsp,
20527: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
20528: modules
20529:
20530: 2002-05-28 paf
20531:
20532: * src/targets/cgi/parser3.C: info.uri now ""
20533:
20534: 2002-05-17 paf
20535:
20536: * src/classes/: table.C: ^table.save << checked empty
20537: pre/match/post columns
20538:
20539: 2002-05-16 paf
20540:
20541: * src/classes/image.C: image::measure can png now
20542:
20543: 2002-05-15 paf
20544:
1.211 moko 20545: * operators.ru.txt, operators.txt, src/classes/date.C:
20546: ^date::create[%H:%M[:%S]] added
1.95 moko 20547:
20548: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
20549:
1.211 moko 20550: * operators.ru.txt, operators.txt, src/classes/date.C:
20551: ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95 moko 20552:
20553: 2002-05-14 paf
20554:
20555: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
20556:
20557: 2002-05-07 paf
20558:
20559: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
20560: src/include/pa_globals.h, src/include/pa_request.h,
20561: src/include/pa_table.h, src/main/compile.tab.C,
20562: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
20563: src/main/pa_request.C, src/main/pa_table.C,
20564: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
20565: src/targets/isapi/parser3isapi.dsp,
20566: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
20567: name2number field now &. main_method_name now on Request pool
20568: rather on global_pool [Junction+VJunction created on same pool as
20569: name = were created on global pool, causing mem leaks]
20570:
20571: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
20572: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
20573: main/compile.y, main/main.dsp, main/pa_globals.C,
20574: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
20575: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20576: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
20577: field now &. main_method_name now on Request pool rather on
20578: global_pool [Junction+VJunction created on same pool as name =
20579: were created on global pool, causing mem leaks]
20580:
20581: 2002-05-06 paf
20582:
20583: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20584: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20585: 100*40 bytes per request memory leak [nonpool malloc in globals]
20586:
20587: * src/: main/pa_globals.C, targets/cgi/parser3.C,
20588: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
20589: 100*40 bytes per request memory leak [nonpool malloc in globals]
20590:
20591: 2002-04-30 paf
20592:
20593: * configure, src/include/pa_version.h: version now not b
20594:
20595: * src/targets/cgi/parser3.C: request.uri now never 0
20596:
20597: 2002-04-29 paf
20598:
20599: * configure.in: removed b
20600:
20601: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
20602: Exception::comment/type checked in (), no there's no empty
20603: type/comment by default
20604:
20605: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
20606: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
20607: src/doc/value.dox, src/include/pa_exception.h,
20608: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
20609: 0001
20610:
20611: 2002-04-26 paf
20612:
20613: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
20614: size reduced
20615:
20616: 2002-04-25 paf
20617:
20618: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
20619: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
20620: now that took into account
20621:
1.211 moko 20622: * operators.ru.txt, operators.txt, src/classes/date.C:
20623: ^date::create[2002-12-33 01:03:04]
1.95 moko 20624:
1.211 moko 20625: * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95 moko 20626: ^date::create[2002-12-33 01:03:04]
20627:
20628: * ChangeLog: updated changelog
20629:
20630: * src/classes/table.C: removed restriction on column count to
20631: ^table.hash to work, now must be >0 [were >1]
20632:
20633: 2002-04-24 paf
20634:
20635: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
20636: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20637: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
20638: targets
20639:
20640: 2002-04-23 paf
20641:
1.211 moko 20642: * operators.ru.txt, operators.txt, src/classes/string.C:
1.95 moko 20643: int/double/string:sql{}[$.default{code}] fixed [were barking:
20644: "junction used outside of context"]
20645:
20646: 2002-04-22 paf
20647:
20648: * types.txt, src/classes/string.C, src/include/pa_string.h,
20649: src/main/pa_string.C, src/types/pa_vstring.C,
20650: src/types/pa_vstring.h: ^string.optimize[]
20651:
20652: * src/: include/pa_globals.h, include/pa_table.h,
20653: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
20654: table template
20655:
20656: * src/classes/: string.C: optimize removed from string
20657: .left/right/pos
20658:
20659: * src/main/execute.C: rolled back to
20660: before_killing_userjunction_contexts
20661:
20662: * src/main/execute.C: user junctions context killed
20663:
20664: * src/main/execute.C: junctions to local contexts got
20665: cleanized&checked later
20666:
20667: 2002-04-19 paf
20668:
20669: * src/: classes/string.C, include/pa_request.h,
20670: include/pa_string.h, main/pa_request.C, main/pa_string.C,
20671: types/pa_vstring.C, types/pa_vstring.h: string now optimized
20672: prior to .left .right .mid .pos .match when that is profitable,
20673: and always before .replace when $ORIGINS(1) optimization disabled
20674: economy from not wasting mem on lots of strings which occur by
20675: lots of String:mid calls to get parts of source string between
20676: found_occurances
20677:
20678: * src/classes/file.C: ovector now local economy: 16 bytes per
20679: ^file:list
20680:
20681: * src/: include/pa_globals.h, include/pa_table.h,
20682: main/pa_globals.C, main/pa_string.C: String::match table columns
20683: globalized, not created @ each ^match anymore economy:
20684: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
20685:
20686: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
20687: removed from each String::match replace iteration, and made
20688: stacked sizeof(VTable)=12bytes economy on each replace code
20689:
20690: * src/doc/footer.htm: 2001,
20691:
20692: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
20693: string.match[]['] option enables generation of $match.prematch
20694: .match .postmatch columns
20695:
20696: * src/main/pa_string.C: String::match options analized without
20697: cstr-ing them now
20698:
20699: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
20700: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
20701: config updated to doxygen 1.2.15, created helper which fixes
20702: minor bugs in chm project files & htm tree. changed extension to
20703: .htm
20704:
20705: 2002-04-18 paf
20706:
20707: * src/doc/doxygen.cfg: .chi generation disabled
20708:
20709: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
20710: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
20711: fields&methods
20712:
20713: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
20714: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
20715: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
20716: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20717: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
20718: types/pa_vresponse.h, types/pa_vstateless_class.h,
20719: types/pa_vstateless_object.h, types/pa_vstatus.h,
20720: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
20721: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
20722: VStateless_class to VObject
20723:
20724: * src/: main/pa_request.C, types/pa_valiased.h,
20725: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
20726: types/pa_vstring.h: VStateless_string_object speicalized light
20727: version of VStateless_object
20728:
20729: * src/classes/op.C: ^throw comment param made optional
20730:
20731: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
20732: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
20733: and implemented down in VClass, fclass_alias removed,
20734:
20735: * src/types/pa_value.C: forced to cut that from .h because of
20736: VStateless_class usage [undefined in .h]
20737:
20738: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20739: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20740: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
20741: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
20742: on each CALL]
20743:
20744: * src/: classes/classes.h, classes/date.C, classes/double.C,
20745: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20746: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20747: classes/response.C, classes/string.C, classes/table.C,
20748: classes/void.C, classes/xnode.C, include/pa_globals.h,
20749: include/pa_request.h, main/execute.C, main/pa_globals.C,
20750: main/pa_request.C, types/Makefile.am, types/pa_value.h,
20751: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
20752: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
20753: types/pa_vstateless_class.h, types/pa_wcontext.C,
20754: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
20755: removed Value::fname
20756:
20757: 2002-04-17 paf
20758:
20759: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
20760: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
20761: doc/pooled.dox, doc/string.dox, doc/targets.dox,
20762: include/pa_pool.h, include/pa_types.h: dox updated to current
20763: state, PTHROW freshen to throw & co
20764:
20765: * src/types/pa_vhash.h: vstring wrong parent fixed
20766:
20767: * src/classes/op.C: taint local result var bug fixed
20768:
20769: 2002-04-16 paf
20770:
20771: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
20772: Attic asm.txt as most interesting
20773:
20774: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
20775: check, preventing content-length: 0 from appearing
20776:
20777: * src/main/execute.C: $result in @main now taken into account as in
20778: usual functions
20779:
20780: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
20781: & @unhandled_exception now taken into account as in usual
20782: functions
20783:
20784: * src/doc/postbuild.txt: instructions on post .html build
20785:
20786: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
20787:
20788: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
20789: tainted
20790:
20791: * src/main/pa_request.C: uri in error log
20792:
20793: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
20794: cheched date:create(days) param for validity [later were assumed
20795: valid and crashed on invalid onces]
20796:
20797: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
20798: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
20799: and used that for removing VString wrapper
20800:
20801: * src/classes/op.C: exception2vhash file now tainted
20802:
20803: * src/classes/op.C: _process pseudo origin copied from local var to
20804: heap
20805:
20806: * src/classes/op.C: extra check on empty file in origin in _execute
20807:
20808: 2002-04-15 paf
20809:
20810: * src/: main/execute.C, types/pa_value.h: fixed name update
20811:
20812: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
20813: functions
20814:
20815: * src/: classes/file.C, classes/hash.C, classes/op.C,
20816: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
20817: started dual write_xxx_lang functions, if checked & works
20818:
20819: * src/: classes/date.C, classes/file.C, classes/mail.C,
20820: classes/string.C, classes/xnode.C, include/pa_request.h,
20821: types/pa_value.h, types/pa_wcontext.h: removed absolutely
20822: unnecessary VString shells
20823:
20824: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
20825: prev changes]
20826:
20827: * src/: classes/image.C, classes/op.C, classes/string.C,
20828: classes/table.C, include/pa_request.h, main/execute.C,
20829: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
20830: StringOrValue wcontext result, now ready for dual writes
20831:
20832: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
20833: checked that
20834:
20835: * src/main/: compile.tab.C, compile.y, compile_tools.C,
20836: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
20837: changed to OP_WRITE_VALUE in var get cases
20838:
20839: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
20840: include/pa_request.h, main/compile.tab.C, main/compile.y,
20841: main/compile_tools.C, main/compile_tools.h, main/execute.C,
20842: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
20843: switch in hash constructor fixed [were problems with using of
20844: stacked wwrapper after it's death]
20845:
20846: 2002-04-12 paf
20847:
1.211 moko 20848: * operators.ru.txt, operators.txt, src/classes/table.C:
20849: table.select(expression) 0
1.95 moko 20850:
20851: 2002-04-11 paf
20852:
20853: * src/: classes/string.C, include/pa_request.h, main/execute.C:
20854: Request::process_internal codeFrame & wwrapper stacked [not
20855: wasting heap anymore]
20856:
20857: 2002-04-10 paf
20858:
20859: * src/: classes/double.C, classes/file.C, classes/hash.C,
20860: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
20861: classes/string.C, classes/table.C, classes/void.C,
20862: classes/xdoc.C, include/pa_request.h, main/execute.C,
20863: main/pa_string.C: killed Request::process() wrapping
20864: VString(String) in case we need only String
20865:
20866: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
20867: killed 8 bytes from String.head
20868:
20869: 2002-04-09 paf
20870:
20871: * src/: main/compile.tab.C, targets/cgi/parser3.C,
20872: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
20873: local*/char b[...]; a=b; situations
20874:
1.211 moko 20875: * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
20876: made literal
1.95 moko 20877:
20878: * src/classes/xdoc.C: xslt params fixed
20879:
20880: * src/: main/pa_common.C, targets/cgi/parser3.C,
20881: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
20882: not pool.malloc(MAX_NUMBER) but really neaded
20883:
1.211 moko 20884: * operators.ru.txt, operators.txt, src/classes/double.C,
20885: src/classes/int.C: int/double.int/double(default)
1.95 moko 20886:
20887: 2002-04-04 paf
20888:
20889: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
20890: [when reconstructing pieces were split by
20891: max_integral(piece.size), thus some strings to replace happen to
20892: be split into two = not replaced)
20893:
20894: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
20895: standalone version = current dir
20896:
20897: * src/targets/cgi/parser3.C: document root in standalone version =
20898: current dir
20899:
20900: 2002-04-03 paf
20901:
20902: * configure, configure.in: more checks on nonexistent charset
20903:
1.116 moko 20904: * INSTALL, configure, configure.in: root config configure options
1.95 moko 20905:
20906: 2002-04-02 paf
20907:
20908: * src/main/compile.C: parser.compile [exception name more like in
20909: doc]
20910:
20911: 2002-04-01 paf
20912:
20913: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
20914: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
20915: .content-type.charset, not .charset
20916:
20917: 2002-03-29 paf
20918:
20919: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
20920:
1.211 moko 20921: * operators.ru.txt, operators.txt, src/classes/date.C:
20922: ^date::create now may not supply day, default 1. checked 29.03
20923: -> 29.02 roll on non 366 days' year. | 31.05->31.04 roll
1.95 moko 20924:
20925: 2002-03-28 paf
20926:
1.211 moko 20927: * operators.ru.txt, operators.txt, src/classes/date.C,
20928: src/classes/op.C, src/include/pa_globals.h,
20929: src/include/pa_hash.h, src/main/pa_globals.C,
20930: src/types/pa_vdate.h: ^cache[file][date]{ ^cache(seconds)
20931: ^cache[date] }
1.95 moko 20932:
20933: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
20934: param
20935:
20936: 2002-03-27 paf
20937:
1.211 moko 20938: * operators.ru.txt, operators.txt, src/classes/date.C,
20939: src/classes/double.C, src/classes/file.C, src/classes/form.C,
20940: src/classes/hash.C, src/classes/image.C, src/classes/int.C,
20941: src/classes/mail.C, src/classes/math.C, src/classes/op.C,
20942: src/classes/string.C, src/classes/table.C, src/classes/void.C,
20943: src/classes/xdoc.C, src/classes/xnode.C,
20944: src/include/pa_exception.h, src/include/pa_request.h,
20945: src/include/pa_stylesheet_connection.h, src/main/compile.C,
20946: src/main/compile_tools.C, src/main/execute.C,
1.95 moko 20947: src/main/pa_array.C, src/main/pa_charset.C,
20948: src/main/pa_charsets.C, src/main/pa_common.C,
20949: src/main/pa_dictionary.C, src/main/pa_exception.C,
20950: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
20951: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
20952: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
20953: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
20954: src/types/pa_value.h, src/types/pa_vcookie.C,
20955: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
20956: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
20957: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
20958: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
20959: src/types/pa_wwrapper.h: assigned exception types
20960:
1.211 moko 20961: * operators.ru.txt, operators.txt, src/classes/op.C,
20962: src/include/pa_config_fixed.h, src/include/pa_request.h,
20963: src/main/execute.C, src/main/pa_request.C: decided agains
20964: resetting exception_trace, just changed name
1.95 moko 20965:
20966: 2002-03-26 paf
20967:
20968: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
20969: fixed
20970:
20971: * src/classes/op.C: forced language of $source field of exception
20972: to 'tainted', so that sql-langed-frags could be outputed outside
20973: of connect
20974:
1.211 moko 20975: * operators.ru.txt, operators.txt: removed date.roll limit of +-1
20976: offset
1.95 moko 20977:
20978: * src/classes/date.C: removed date.roll limit of +-1 offset
20979:
1.211 moko 20980: * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
20981: roll on daylightsaving days mktime took into account tm_isdst
20982: flag, which remained from BEFORE roll, but should have been reset
1.95 moko 20983:
20984: 2002-03-25 paf
20985:
1.211 moko 20986: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95 moko 20987: http_site_config_filespec
20988:
20989: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
20990: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
20991: with any/both --disable-foreign-group-files --disable-execs
20992:
20993: * INSTALL: "--with=sendmail=COMMAND" comment
20994:
20995: * INSTALL, configure, configure.in, src/classes/mail.C,
20996: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 20997: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
20998: disables execs also. introducing --sendmail
1.95 moko 20999:
1.211 moko 21000: * operators.ru.txt, operators.txt: pgsql options comment
1.95 moko 21001:
21002: * INSTALL: comment on --disable-link-stdcpp
21003:
1.116 moko 21004: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21005: libstdc++ link skipping configure option
1.95 moko 21006:
21007: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
21008: with error were put to cache with 'marked_to_rollback' flag, all
21009: consequent even OK requests rolled back
21010:
21011: 2002-03-22 paf
21012:
21013: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
21014: false return
21015:
1.211 moko 21016: * operators.ru.txt, operators.txt: few comments on sets
1.95 moko 21017:
21018: 2002-03-18 paf
21019:
1.211 moko 21020: * operators.ru.txt, operators.txt, src/classes/op.C,
21021: src/include/pa_exception.h, src/include/pa_globals.h,
21022: src/include/pa_request.h, src/include/pa_stack.h,
21023: src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95 moko 21024:
21025: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
21026: types/pa_vdouble.h: removed some tested @tests
21027:
21028: 2002-03-15 paf
21029:
1.211 moko 21030: * operators.ru.txt, operators.txt, src/classes/table.C:
21031: ^table.locate(logical expr)
1.95 moko 21032:
21033: 2002-03-13 paf
21034:
21035: * src/main/pa_exception.C: checked not-pooled malloc
21036:
21037: 2002-03-11 paf
21038:
21039: * INSTALL, configure, configure.in,
21040: src/include/pa_config_auto.h.in: --disable-foreign-group-files
21041:
21042: * src/main/pa_common.C: --disable-foreign-group-files
21043:
21044: * INSTALL: --disable-execs
21045:
21046: * src/main/pa_exec.C: --disable-execs
21047:
21048: * configure, configure.in, src/include/pa_config_auto.h.in:
21049: --disable-execs
21050:
21051: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
21052:
21053: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
21054: file::exec/cgi linebreaks "0D0A" changed to 0A onces
21055:
21056: 2002-03-05 paf
21057:
1.211 moko 21058: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21059: calendar columns named
1.95 moko 21060:
1.211 moko 21061: * operators.ru.txt, operators.txt, src/classes/date.C: date week
21062: calendar columns named
1.95 moko 21063:
21064: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
21065: requires headers to be terminated with \r\n manually [refuses to
21066: separate header/body itself]
21067:
21068: * src/: main/pa_globals.C, targets/cgi/parser3.C,
21069: targets/isapi/parser3isapi.C: isapi site config beside .dll
21070:
21071: 2002-03-04 paf
21072:
21073: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
21074: in PASS language
21075:
21076: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
21077: deserialize checks on broken file
21078:
21079: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
21080: parser3isapi.dsp: isapi updated
21081:
21082: 2002-03-01 paf
21083:
21084: * src/main/pa_exec.C: execle -> execve, now argc OK
21085:
21086: 2002-02-28 paf
21087:
21088: * src/main/untaint.C: removed some debug comments
21089:
21090: * src/main/pa_charsets.C: when placing charset to cache using
21091: global name now [were request]
21092:
21093: * configure, configure.in: apache module updated
21094:
21095: * src/main/pa_string.C: origin by first piece preferred before last
21096: piece
21097:
21098: 2002-02-27 paf
21099:
21100: * src/main/pa_charset.C: size_t
21101:
21102: * INSTALL: shared/static-xml with-pathlink
21103:
1.211 moko 21104: * operators.ru.txt, operators.txt: SMTP comment
1.95 moko 21105:
21106: 2002-02-26 paf
21107:
21108: * src/main/pa_exec.C: more precise names for vars, cosmetic
21109:
21110: * src/classes/xnode.C: in some situation, xpath query returned
21111: result with type NODESET, but empty nodeset member field, checked
21112: that
21113:
21114: 2002-02-22 paf
21115:
21116: * INSTALL: without-zlib comment
21117:
21118: * etc/parser3.charsets/windows-1251.cfg: °
21119:
21120: * configure, configure.in: glib###.a detection fixed
21121:
21122: * INSTALL: hashfile removed from INSTALL
21123:
1.116 moko 21124: * Makefile.am: make update
1.95 moko 21125:
21126: * src/main/pa_string.C: string iterators fixed again, so were
21127: String::join_chain
21128:
21129: * src/main/pa_string.C: string iterators fixed again, so were
21130: String::join_chain
21131:
21132: * src/: include/pa_string.h, main/pa_string.C: string iterators
21133: fixed again, so were String::join_chain
21134:
21135: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
21136:
1.211 moko 21137: * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
21138: "expires=0" = "session"
1.95 moko 21139:
1.116 moko 21140: * configure, configure.in, src/include/pa_config_auto.h.in:
21141: --with-shared-xml --with-static-xml
1.95 moko 21142:
21143: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
21144: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
21145: types/types.dsp: *.dsp: removed refereces to win32db & ancient
21146: xalan&xml
21147:
21148: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
21149:
1.211 moko 21150: * operators.ru.txt, operators.txt, src/classes/classes.dsp,
21151: src/main/main.dsp, src/types/types.dsp: removed hashfile support
21152: from sources for now
1.95 moko 21153:
1.116 moko 21154: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 21155: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 21156: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
21157: src/include/pa_db_manager.h, src/include/pa_db_table.h,
21158: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 21159: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 21160: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
21161: src/types/Makefile.am, src/types/pa_vhashfile.C,
21162: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 21163:
21164: 2002-02-21 paf
21165:
21166: * src/main/untaint.C: removed debug code, activated commented-for
21167: debug parts
21168:
1.116 moko 21169: * Makefile.am: make cvsupdate
1.95 moko 21170:
21171: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
21172: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
21173: append_row, not at link zero now string to string appending works
21174:
21175: 2002-02-20 paf
21176:
21177: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
21178: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
21179: DEBUG_STRING_APPENDS_VS_EXPANDS
21180:
21181: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21182: economy: 22%
21183:
21184: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
21185: space uptimized: string::link_row removed
21186:
21187: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
21188: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
21189: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21190: types/pa_vstring.h: speed uptimized: string::is_empty
21191:
1.211 moko 21192: * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95 moko 21193: src/include/pa_config_fixed.h, src/include/pa_string.h,
21194: src/include/pa_types.h, src/main/compile.tab.C,
21195: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
21196: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
21197: string append optimiziation idea and estimates
21198:
21199: 2002-02-19 paf
21200:
21201: * src/classes/math.C: not used directly [but erroreously reported
21202: that 'is', thus registering twice&other probs]
21203:
21204: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
21205: to node [element]
21206:
21207: * src/main/compile.C: without string_origins parse error
21208: file+line+col possible
21209:
21210: * src/main/: compile.C: without string_origins not worked
21211:
21212: 2002-02-18 paf
21213:
21214: * src/types/pa_vdouble.h: since we have in_expression removed that
21215: trick i've installed into double::as_string
21216:
21217: * src/main/pa_globals.C: extern "C" was removed too fast
21218:
21219: * src/: include/pa_opcode.h, include/pa_request.h,
21220: main/compile.tab.C, main/compile.y, main/execute.C,
21221: types/pa_wcontext.h: in_expression aimed to solve old problem
21222: with string/nonstring values, now in expressions double/int
21223: values are passed as-is, without stupid tostring/fromstring
21224: conversions
21225:
21226: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
21227: __cplusplus } #endif
21228:
21229: * src/main/compile.tab.C: bison env set so one could compile
21230: without cygwin installed
21231:
21232: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
21233: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
21234: gnome xml libs parser .dsp-s changed accordingly
21235:
1.211 moko 21236: * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
21237: PARSER_ROOT_CONFIG
1.95 moko 21238:
1.211 moko 21239: * operators.ru.txt, operators.txt, src/classes/date.C: date::create
21240: [were date::set, with backward comp
1.95 moko 21241:
21242: * src/classes/math.C: math:random range check fixed
21243:
21244: * src/main/: compile.tab.C, compile.y: integer division stops name
21245:
21246: * INSTALL: local install comment
21247:
1.116 moko 21248: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 21249:
1.116 moko 21250: * acinclude.m4, aclocal.m4, configure, configure.in,
21251: src/include/pa_config_auto.h.in,
21252: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
21253: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 21254:
1.211 moko 21255: * operators.ru.txt, operators.txt: \ comment
1.95 moko 21256:
21257: 2002-02-13 paf
21258:
21259: * src/include/pa_config_includes.h: sys/time time both included
21260: now. vaguely remember confilicts on this on some system [not on
21261: six|ablv] so when would see them again would think up proper
21262: check
21263:
1.116 moko 21264: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
21265: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 21266:
21267: * src/main/pa_common.C: truncation never occured when writing files
21268: on unix [since i've changed cache mech] fix
21269:
21270: * src/main/pa_common.C: strnchr: sanity check added
21271:
21272: * etc/parser3.charsets/windows-1257.cfg: id added
21273:
21274: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
21275: baltic charset file generated, in generation script ispunct check
21276: added
21277:
21278: 2002-02-08 paf
21279:
1.116 moko 21280: * src/: include/Makefile.am, sql/Makefile.am,
21281: targets/isapi/Makefile.am: forgotten makes
1.95 moko 21282:
21283: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
21284: forgotten
21285:
21286: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
21287:
21288: * INSTALL, README: install&others updated
21289:
21290: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
21291:
1.116 moko 21292: * Makefile.am, configure, configure.in,
21293: etc/parser3.charsets/Makefile.am, src/Makefile.am,
21294: src/classes/Makefile.am, src/main/Makefile.am,
21295: src/main/pa_status_provider.C, src/targets/Makefile.am,
21296: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
21297: works
1.95 moko 21298:
21299: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21300: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21301: classes/hashfile.C, classes/int.C, classes/mail.C,
21302: classes/math.C, classes/op.C, classes/response.C,
21303: classes/string.C, classes/table.C, classes/void.C,
21304: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21305: include/pa_array.h, include/pa_cache_managers.h,
21306: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21307: include/pa_config_fixed.h, include/pa_config_includes.h,
21308: include/pa_db_connection.h, include/pa_db_manager.h,
21309: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21310: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21311: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21312: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21313: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21314: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21315: include/pa_stack.h, include/pa_string.h,
21316: include/pa_stylesheet_connection.h,
21317: include/pa_stylesheet_manager.h, include/pa_table.h,
21318: include/pa_threads.h, include/pa_types.h, main/compile.C,
21319: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21320: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
21321: main/pa_db_connection.C, main/pa_db_manager.C,
21322: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21323: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
21324: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
21325: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
21326: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
21327: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21328: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
21329: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
21330: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
21331: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
21332: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21333: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21334: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
21335: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
21336: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
21337: types/pa_vmethod_frame.h, types/pa_vobject.h,
21338: types/pa_vrequest.h, types/pa_vresponse.h,
21339: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
21340: types/pa_vstateless_object.h, types/pa_vstatus.C,
21341: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
21342: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
21343: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
21344: classes/image.C, main/pa_common.C, main/pa_exec.C,
21345: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
21346: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
21347: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
21348: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
21349: types/pa_vxnode.C, main/pa_charset.C: name spelling
21350:
21351: * src/: classes/classes.C, classes/classes.h, classes/date.C,
21352: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
21353: classes/hashfile.C, classes/image.C, classes/int.C,
21354: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
21355: classes/string.C, classes/table.C, classes/void.C,
21356: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
21357: include/pa_array.h, include/pa_cache_managers.h,
21358: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
21359: include/pa_config_fixed.h, include/pa_config_includes.h,
21360: include/pa_db_connection.h, include/pa_db_manager.h,
21361: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
21362: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
21363: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
21364: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
21365: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
21366: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21367: include/pa_stack.h, include/pa_string.h,
21368: include/pa_stylesheet_connection.h,
21369: include/pa_stylesheet_manager.h, include/pa_table.h,
21370: include/pa_threads.h, include/pa_types.h, main/compile.C,
21371: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
21372: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
21373: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
21374: main/pa_db_connection.C, main/pa_db_manager.C,
21375: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
21376: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21377: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21378: main/pa_socks.C, main/pa_sql_driver_manager.C,
21379: main/pa_status_provider.C, main/pa_string.C,
21380: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
21381: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
21382: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
21383: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
21384: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
21385: targets/isapi/pool_storage.h, types/pa_valiased.C,
21386: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
21387: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
21388: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
21389: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
21390: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
21391: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
21392: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21393: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
21394: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
21395: types/pa_vresponse.h, types/pa_vstateless_class.C,
21396: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
21397: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
21398: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
21399: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
21400: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
21401: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
21402:
21403: 2002-02-07 paf
21404:
21405: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
21406:
1.116 moko 21407: * configure, configure.in, src/include/pa_config_auto.h.in,
21408: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
21409: added yet another locking function: fcntl
1.95 moko 21410:
21411: * config.sub: on cygwin configure passes it with strange i1586
21412: const, hacked it to mean i586
21413:
21414: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
21415: disabled $if reference due to conflicts with local variables
21416:
1.211 moko 21417: * operators.ru.txt, operators.txt, src/classes/xdoc.C,
21418: src/include/pa_config_fixed.h: xdoc::set obsolete now, now
21419: xdoc::create, with both sences
21420:
21421: * operators.ru.txt, operators.txt, src/classes/table.C,
21422: src/include/pa_array.h, src/include/pa_table.h,
21423: src/main/pa_array.C, src/main/pa_table.C: table::create now //
21424: 'set' name obsolete now table clone.
1.95 moko 21425:
1.211 moko 21426: * operators.ru.txt, operators.txt, src/classes/string.C,
1.95 moko 21427: src/include/pa_config_fixed.h, src/main/compile.tab.C:
21428: ^int/double/string.format now can be called with normal []
21429: brackets, not stupid {} as it were implemented for some strange
21430: reason. retaining backward compatibility due to some
21431: already-implemented servers
21432:
21433: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
21434: main/compile.y, main/compile_tools.C, main/compile_tools.h:
21435: operators now detected by check at name_without_curly_rdive_read
21436: rule whether diving code constists only of
21437: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
21438: with OP_GET_ELEMENT_OR_OPERATOR to form
21439: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
21440:
21441: 2002-02-06 paf
21442:
21443: * configure, configure.in: prefix expanded, grr
21444:
1.211 moko 21445: * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
21446: config changed
1.95 moko 21447:
21448: 2002-02-05 paf
21449:
1.211 moko 21450: * operators.ru.txt, operators.txt: regex options commented
1.95 moko 21451:
21452: * src/main/: pa_exec.C: argv0 now correct
21453:
21454: * src/types/pa_vstatus.C: status:rusage 3
21455:
21456: * src/types/pa_vstatus.C: status:rusage 2
21457:
1.211 moko 21458: * operators.ru.txt, operators.txt: status:rusage described int
21459: operators
1.95 moko 21460:
21461: * src/types/pa_vstatus.C: status:rusage 1
21462:
21463: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
21464: src/types/types.dsp: status:rusage
21465:
1.211 moko 21466: * configure.in, operators.ru.txt, operators.txt,
21467: src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 21468: src/include/pa_config_includes.h, src/main/compile.tab.C,
21469: src/main/pa_common.C: rewritten ^cache to use
21470: non-blocking-exclusive-caches
21471:
21472: * src/main/pa_common.C: text file read mode on win32 adjusted
21473: [speed impact. was off for debugging purpose, but forgotten
21474: afterwards]
21475:
21476: 2002-02-01 paf
21477:
21478: * src/classes/op.C: file_write does EX lock after create, while
21479: file_read does SH after open, so there's a moment after create
21480: but before EX lock when read can sneak into, and read
21481: just-created-for-writing-and-not-yet-locked file, added a check
21482: for that in ^cache...read
21483:
21484: 2002-01-31 paf
21485:
21486: * src/main/: compile.y, compile.tab.C: disabled operator call after
21487: ^xxx:
21488:
21489: * src/main/: compile.tab.C, execute.C: made operators lookup first
21490: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
21491:
21492: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
21493: main/compile.tab.C, main/compile.y, main/compile_tools.C,
21494: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
21495: operators check 6.1 rewritten. now check is done at compile time
21496:
21497: * src/main/execute.C: operators check 5 floated up old error of
21498: staying in 'entered class/object' state after $a($a..) it
21499: prevented operators from being called thereafter
21500:
21501: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21502: main/execute.C: operators check 4 floated up old error of staying
21503: in 'entered object' state after ^a.a(a) it prevented operators
21504: from being called thereafter
21505:
21506: * src/main/execute.C: operators check 3 floated up old error of
21507: staying in 'entered class' state after $a:a(a) it prevented
21508: operators from being called thereafter
21509:
21510: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
21511: floated up old error of staying in 'entered class' state after
21512: $a:a[a] it prevented operators from being called thereafter
21513:
21514: * src/main/execute.C: operators check, thay mistakenly seen in
21515: $class:operator $object.operators contexts
21516:
21517: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
21518: win32
21519:
1.116 moko 21520: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
21521: src/classes/Makefile.am, src/main/Makefile.am,
21522: src/targets/cgi/Makefile.am,
1.95 moko 21523: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 21524: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 21525:
1.116 moko 21526: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
21527: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
21528: configure, configure.in, form.txt, ident.awk, install-sh,
21529: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211 moko 21530: operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
21531: etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95 moko 21532: etc/parser3.charsets/koi8-r.cfg,
21533: etc/parser3.charsets/windows-1250.cfg,
21534: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 21535: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
21536: src/main/Makefile.am, src/targets/cgi/Makefile.am,
21537: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
21538: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 21539: straightened installation scripts procedure made
21540: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
21541: change
21542:
21543: 2002-01-30 paf
21544:
21545: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
21546: removed] those comments were a mistake, and prevented libltdl
21547: from function properly
21548:
21549: 2002-01-29 paf
21550:
1.116 moko 21551: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
21552: creation [modified acinclude.m4 which were creating int into just
21553: assignment LIBTOOL=../libtool] added default system
21554: config&charsetts prepared 'make install', now it installs
21555: targets/cgi/parser3 into bin directory etc/parser3.conf &
21556: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 21557: $sysconfdir/parser3.charsets respectively
21558:
21559: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
21560: main/pa_globals.C: few forgotten ifdef XML added
21561:
21562: 2002-01-28 paf
21563:
1.116 moko 21564: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 21565: removed
21566:
21567: * src/main/pa_exception.C: dom|generic error output fix
21568:
21569: * src/classes/xnode.C: xdoc.importNode 3 [check err]
21570:
21571: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
21572:
21573: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
21574: [fixed as_node helper func to accept docs]
21575:
21576: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
21577: xdoc.importNode 0
21578:
21579: * src/classes/xdoc.C: xdoc::set now untaints OK
21580:
21581: 2002-01-25 paf
21582:
21583: * src/main/: compile.tab.C, compile.y: #comment before @ after
21584: @SPECIAL now works OK
21585:
21586: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
21587:
21588: * src/main/pa_exec.C: max arg count now 10, and proper message on
21589: violation that added
21590:
21591: * src/classes/hash.C: unified hash::sql, now
21592: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
21593:
21594: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21595: ^file:lock[filename]{code}
21596:
21597: * src/: classes/file.C, classes/op.C, classes/string.C,
21598: classes/table.C, classes/xdoc.C, include/pa_common.h,
21599: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
21600: to some pa_common funcs
21601:
21602: * src/: include/pa_charset.h, main/pa_globals.C:
21603: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
21604:
21605: * src/: include/pa_charset.h, main/pa_charset.C,
21606: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
21607: not stupid illegal define
21608:
21609: 2002-01-24 paf
21610:
21611: * src/include/pa_version.h: changed version number
21612:
21613: * src/: classes/hashfile.C, include/pa_db_table.h,
21614: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21615: main/compile_tools.C, main/compile_tools.h, main/execute.C,
21616: main/pa_db_connection.C, main/pa_db_table.C,
21617: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
21618: hashfile without logfiles
21619:
21620: * src/: classes/hashfile.C, include/pa_db_table.h,
21621: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
21622: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
21623: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
21624: DB_INIT_TXN init bits, thus got rid of huge log files, which
21625: cluttered disk without huge need]
21626:
21627: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
21628: handy macro, which is strangly abscent in dome lib
21629:
21630: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
21631:
21632: * src/classes/xdoc.C: checked empty response
21633:
21634: * src/classes/xnode.C: xdoc.select fixed context node [were always
21635: /, not self node]
21636:
21637: * src/classes/xnode.C: xnode.select returns array always now, in
21638: case 'nothing found' returns empty array
21639:
21640: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
21641: be more tender with ctrl/c/v
21642:
21643: 2002-01-23 paf
21644:
21645: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
21646: substituted. // 2. when dom tree with entites goes under
21647: transform text nodes // got [erroreosly] cut on first
21648: entity occurance
21649:
21650: * src/types/pa_vdouble.h: double prec. todo: get rid of
21651: twice-converting
21652:
21653: * src/types/pa_vdouble.h: %.20E now float format when %g produced
21654: 'e' in output this is for regretful twice-converting here:
21655: $a(double value) when they write double falue they convert it to
21656: string first, thus %g were losing precesion.
21657:
21658: todo: think up some way to remove double->string string->double
21659: twice-converting
21660:
21661: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
21662: %.20E now default float format this is for regretful
21663: twice-converting here: $a(double value) when they write double
21664: falue they convert it to string first, thus %g were losing
21665: precesion.
21666:
21667: todo: think up some way to remove double->string string->double
21668: twice-converting
21669:
21670: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21671: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
21672: reasons in comment inside
21673:
21674: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
21675: statically linked]
21676:
21677: * src/: include/pa_exception.h, main/compile.tab.C,
21678: main/pa_exception.C: removed exception va_list constructor. 1.
21679: not needed anymore 2. there were a conflict[causing errors]
21680: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
21681: never detected an ambiguilty here, compiling ctor(, "hello") into
21682: ctor(, va_list) which, of course, caused gpf
21683:
21684: * src/main/pa_globals.C: removed debug xslt messages
21685:
21686: 2002-01-22 paf
21687:
21688: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
21689: main/pa_globals.C: xsl stylesheet load: parsed entities, this
21690: helps compiling stylesheet properly. example: this refused to
21691: work, <b>«<xsl:value-of select="@title"
21692: />»</b> stranly worked only this way:
21693: <b>«<xsl:value-of select="@title" />»</b>
21694:
21695: docs says "set it to 1", never going into details, so I decided
21696: to try NOT to do that
21697:
21698: * src/classes/table.C: join behaived badly in case named tables
21699: structure mismatched: 0 strings sneaked into dest failing
21700: afterwards. replaced them with empty strings
21701:
21702: 2002-01-21 paf
21703:
21704: * src/main/pa_charset.C: checked empty transcoders in
21705: transcode_cstr|buf
21706:
21707: * src/classes/xdoc.C: xdoc::load error source = filespec
21708:
21709: * src/classes/xdoc.C: transform error source now
21710: stylesheet_filespec
21711:
1.116 moko 21712: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 21713: include/pa_stylesheet_connection.h, main/pa_charset.C,
21714: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 21715: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
21716: gnome
1.95 moko 21717:
21718: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
21719: include/pa_globals.h, include/pa_stylesheet_connection.h,
21720: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
21721: xslt generic error 1
21722:
21723: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
21724: xml generic message 1
21725:
21726: * src/classes/table.C: ^table::load empty lines or #comments before
21727: headline
21728:
21729: * src/: include/pa_array.h, include/pa_globals.h,
21730: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
21731: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
21732: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
21733: errors 0
21734:
21735: 2002-01-16 paf
21736:
21737: * src/: classes/hash.C, classes/op.C, classes/string.C,
21738: classes/table.C, classes/void.C, classes/xdoc.C,
21739: include/pa_db_connection.h, include/pa_request.h,
21740: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21741: include/pa_stylesheet_connection.h,
21742: include/pa_stylesheet_manager.h, main/pa_request.C,
21743: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21744: targets/cgi/pool_storage.h: auto closers to sql_connection,
21745: stylesheet_connection auto destroyers to remaining gnome objects
21746:
21747: * src/classes/xdoc.C: few comments
21748:
21749: 2002-01-15 paf
21750:
21751: * src/classes/xdoc.C: xdoc file save string
21752:
21753: ready. todo: error handling
21754:
21755: * src/classes/xdoc.C: xdoc save rewritten using
21756: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
21757: result
21758:
21759: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
21760: started output options parsing
21761:
21762: 2002-01-14 paf
21763:
21764: * src/classes/xdoc.C: method
21765:
21766: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21767: include/pa_pool.h, include/pa_stylesheet_connection.h,
21768: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
21769: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
21770: xslt transform0. TODO: use output options handle errors
21771:
21772: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
21773:
21774: 2002-01-11 paf
21775:
21776: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
21777: main/compile_tools.C, main/compile_tools.h, main/execute.C:
21778: partial logical && || evaluation
21779:
21780: * src/classes/xnode.C: xpath selectNodes
21781:
21782: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
21783: string/number/bool
21784:
21785: * src/classes/xnode.C: xpath selectNode 2
21786:
21787: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
21788: xpath selectNode 1
21789:
21790: 2002-01-10 paf
21791:
21792: * src/classes/xnode.C: xpath selectNode -100 [just written]
21793:
21794: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
21795: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
21796: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
21797: refcounter]
21798:
21799: 2001-12-29 paf
21800:
21801: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
21802: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
21803: glib works 0
21804:
21805: 2001-12-28 paf
21806:
21807: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
21808: main/pa_exception.C: started glib transcoders
21809:
21810: * src/main/pa_globals.C: renamed gdome to libgdome.dll
21811:
21812: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
21813: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
21814: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
21815: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
21816: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
21817: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
21818: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
21819: libs just compiled in. no refcounting no xpath no xslt yet
21820:
21821: 2001-12-27 paf
21822:
21823: * src/: include/pa_charset.h, include/pa_common.h,
21824: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
21825: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
21826: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
21827: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
21828: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
21829: from xalan&xerces, started the process. globals [initialization
21830: pool [charset update charset [transcodings vxnode vxdoc [DOM
21831: calls
21832:
21833: * src/classes/Makefile.am: going away from xalan&xerces, not needed
21834: anymore
21835:
21836: 2001-12-26 paf
21837:
21838: * src/: include/pa_charset.h, include/pa_charsets.h,
21839: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
21840: key globalized [bug]
21841:
21842: 2001-12-25 paf
21843:
21844: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
21845: main/pa_string.C: table set & append changed splitting languages,
21846: separators now can be clean AND as-is same to mail command line
21847: $MAIN:MAIL.progX arguments
21848:
21849: 2001-12-24 paf
21850:
21851: * src/classes/mail.C: one parted text messages - no multipart
21852: mime-type anymore. for convinient if $.attach-ments
21853:
21854: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
21855: main/pa_string.C: read from cache size check updated
21856:
21857: * src/main/: pa_string.C: String::join_chain another ugly bug :(
21858:
21859: 2001-12-21 paf
21860:
21861: * src/classes/date.C: date:sql-string now returns localtime
21862:
21863: * src/main/pa_request.C: $result in @main actually not working, to
21864: hell with it for now
21865:
21866: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
21867: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
21868: @postprocess @exception
21869:
21870: * src/main/execute.C: junction evaluation canceled - endless
21871: recursion detected
21872:
21873: 2001-12-19 paf
21874:
21875: * src/main/pa_charset.C: charset->charset transcoding via unicode
21876: intermediate
21877:
21878: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
21879:
21880: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
21881:
21882: * src/classes/op.C: ^cache keypath now relative
21883:
21884: * src/classes/mail.C: changed weighting prior to sort
21885:
21886: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
21887: were missing
21888:
21889: 2001-12-17 paf
21890:
21891: * src/main/pa_charset.C: ifndef XML were bad type
21892:
21893: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
21894: outdated unset services_pool
21895:
21896: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
21897: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
21898: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
21899:
21900: * src/main/untaint.C: allowed space in filespec
21901:
21902: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
21903:
21904: * src/classes/image.C: no govno
21905:
21906: * src/classes/image.C: govno
21907:
21908: 2001-12-16 paf
21909:
21910: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
21911:
21912: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
21913: charset_connection&manager replaced by charset&charsets
21914:
21915: * src/main/pa_charset.C: name_cstr 0
21916:
21917: * src/main/untaint.C: uri lang now knows about client/source
21918: charsets
21919:
21920: * src/: classes/file.C, classes/math.C, classes/op.C,
21921: classes/string.C, classes/table.C, classes/xdoc.C,
21922: include/pa_array.h, include/pa_cache_managers.h,
21923: include/pa_charset_connection.h, include/pa_charset_manager.h,
21924: include/pa_common.h, include/pa_db_connection.h,
21925: include/pa_db_manager.h, include/pa_db_table.h,
21926: include/pa_dictionary.h, include/pa_exception.h,
21927: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
21928: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
21929: include/pa_sapi.h, include/pa_socks.h,
21930: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21931: include/pa_string.h, include/pa_stylesheet_connection.h,
21932: include/pa_stylesheet_manager.h, include/pa_table.h,
21933: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
21934: main/pa_charset.C, main/pa_charset_connection.C,
21935: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
21936: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
21937: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
21938: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
21939: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
21940: types/types.dsp: introducing Charset
21941:
21942: 2001-12-14 paf
21943:
21944: * src/: include/pa_request.h, include/pa_transcoder.h,
21945: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
21946: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
21947: uri lang
21948:
21949: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
21950:
21951: * src/targets/cgi/Makefile.am: -I../../pcre to .am
21952:
21953: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
21954: defalts_name global
21955:
21956: * src/: include/pa_charset_connection.h, include/pa_pool.h,
21957: include/pa_request.h, main/main.dsp,
21958: main/pa_charset_connection.C, main/pa_charset_manager.C,
21959: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
21960: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
21961: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
21962: changed charset model. now important: $request:charset
21963: $response:charset while $response:content-type.charset become
21964: unimportant [informational]
21965:
21966: 2001-12-13 paf
21967:
21968: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
21969:
21970: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
21971: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
21972: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
21973: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
21974: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
21975: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
21976:
21977: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
21978: auto_ptr part other way, because of stupid gcc 2.96
21979: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
21980: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
21981: FormatterListener] /usr/include/g++-3/memory:48:
21982: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
21983: _Tp1 = FormatterListener, _Tp = FormatterListener]
21984:
21985: * src/classes/xdoc.C: removed extra inc
21986:
21987: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
21988:
21989: * src/include/pa_types.h: msvc head debugging flag
21990:
21991: * src/classes/xdoc.C: freed up listener
21992:
21993: * src/classes/string.C: change msg '... code is not code'
21994:
21995: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
21996: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
21997: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
21998: [past/future prob]
21999:
22000: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22001: include/pa_config_fixed.h, include/pa_db_manager.h,
22002: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22003: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
22004:
22005: * src/: include/pa_config_fixed.h, main/pa_common.C,
22006: main/pa_string.C: removed signed mismatch warnings
22007:
22008: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
22009: 'expires' from header outputs
22010:
22011: * src/main/pa_string.C: string::recustruct erroreusly used outdated
22012: row ptr
22013:
22014: * src/classes/file.C: file::cgi bug, request_method were passed to
22015: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
22016:
22017: * src/classes/xdoc.C: lang list updated
22018:
22019: 2001-12-10 paf
22020:
22021: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
22022:
22023: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
22024: erase files like that, knowing their full name introducing //
22025: theoretical problem with, for instance, "_2B" and "." fragments,
22026: // they would yield the same // because
22027: need_file_encode('_')=false // but we need to delete such files
22028: somehow, getting names from ^index
22029:
22030: * src/main/pa_string.C: ^string.replace bug fixed [bad
22031: string::join_chank break]
22032:
22033: 2001-12-07 paf
22034:
22035: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
22036: include/pa_common.h, include/pa_config_auto.h.in,
22037: include/pa_config_fixed.h, include/pa_config_includes.h,
22038: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
22039: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
22040: types/pa_vhashfile.C: merged from r14_simple_cache
22041:
22042: * src/main/pa_string.C: stupid sparc architecture failed to access
22043: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
22044: lduh [ %i2 + 1 ], %l0
22045:
22046: bus error, fixed that
22047:
22048: * src/main/pa_string.C: strange string deserialize bug on
22049: client[pmts], a bit shortened,
22050:
22051: * src/include/pa_config_auto.h.in: makes
22052:
22053: * src/: include/pa_common.h, include/pa_config_fixed.h,
22054: include/pa_config_includes.h, main/pa_common.C: exclusive lock
22055: file write shared lock file read
22056:
22057: * src/: classes/op.C, include/pa_common.h,
22058: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
22059:
22060: 2001-12-06 paf
22061:
22062: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22063: main/pa_request.C: #ifdef RESOURCES_DEBUG
22064:
22065: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
22066: info
22067:
22068: * src/classes/hashfile.C: removed transaction from ^cache
22069:
22070: 2001-12-05 paf
22071:
22072: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
22073: IIS5 there were a prob with illegal call check
22074:
22075: 2001-12-04 paf
22076:
22077: * src/: classes/op.C, classes/table.C, include/pa_request.h,
22078: main/pa_request.C: measures to log
22079:
22080: 2001-11-23 paf
22081:
22082: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22083: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
22084: types/pa_vhashfile.C: merged from _0014, 1
22085:
22086: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
22087: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
22088: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
22089: ^cache(33) would change
22090:
22091: 0660 bits in file_write & hashfile create
22092:
22093: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
22094: after pa_string optimization]
22095:
22096: 2001-11-22 paf
22097:
22098: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
22099: table.offset[whence]
22100:
22101: * src/classes/op.C: process cstr(,connection)
22102:
22103: * src/classes/op.C: process now gets its body on current language,
22104: not as-is
22105:
22106: * src/main/untaint.C: ORIGINS mode removed UHTML
22107:
22108: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
22109: bit
22110:
1.116 moko 22111: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 22112:
22113: 2001-11-21 paf
22114:
22115: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
22116: <xsl:output output options made identical to xsl:output
22117: attributes exclusion: cdata-section-elements what xalan can do
22118: but that not used now: it can escape and remove CDATA sections
22119:
22120: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
22121: produced by xslt
22122:
22123: * src/targets/cgi/parser3.C: removed debug cgi||1
22124:
22125: * src/main/: pa_string.C, untaint.C: cached some string::size() es
22126:
22127: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
22128: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
22129: default language for {code}, it happen to change it's language
22130: from CLEAN, so later refused to split by CLEAN \t
22131:
22132: 2001-11-20 paf
22133:
1.116 moko 22134: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
22135: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 22136: bottom of dependeces, so that errors would popup quicklier, fixed
22137: line numbering in table::sql
22138:
22139: 2001-11-19 paf
22140:
22141: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
22142: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
22143: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
22144: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
22145: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
22146: at wcontext.write
22147:
1.116 moko 22148: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 22149: _set_new_handler
22150:
1.116 moko 22151: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
22152: set_new_handler in apache&isapi
1.95 moko 22153:
22154: 2001-11-16 paf
22155:
22156: * src/targets/cgi/parser3.C: pool debug @ die
22157:
22158: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
22159: removed 8 bytes from String, 2 bytes from
22160: string::chunk::row::item
22161:
22162: * src/main/pa_string.C: removed 1+4 bytes from String
22163:
22164: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22165: types/pa_vstring.C: removed 1+4 bytes from String
22166:
22167: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
22168: 0
22169:
22170: * src/: include/pa_globals.h, include/pa_string.h,
22171: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
22172: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
22173: targets/cgi/parser3.C: introducing estimating
22174: String::cstr_bufsize, 0
22175:
22176: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
22177:
22178: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
22179:
22180: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
22181: include/pa_pool.h: die in pool::fail
22182:
22183: 2001-11-15 paf
22184:
22185: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
22186: main/pa_exception.C, targets/cgi/parser3.C: exception with
22187: dynamic buffer re-back now with counter
22188:
22189: * src/: include/pa_exception.h, main/pa_exception.C: exception with
22190: static buffer back
22191:
22192: * src/targets/cgi/parser3.C: std::
22193:
22194: * src/: classes/classes.awk, include/pa_config_auto.h.in,
22195: include/pa_config_includes.h: setnewhandler check
22196:
1.116 moko 22197: * src/include/pa_config_auto.h.in: makes
1.95 moko 22198:
22199: * src/targets/cgi/parser3.C: set_new_handler started
22200:
22201: 2001-11-14 paf
22202:
22203: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22204: was wrong
22205:
22206: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
22207: was wrong
22208:
22209: * src/main/pa_request.C: z
22210:
22211: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
22212: full returns win32 -1 solaris >buffer_size
22213:
22214: checked all that
22215:
22216: * src/classes/op.C: ^untaint{body} as-is default now
22217:
22218: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22219: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
22220: with no_bad_constructors_try
22221:
22222: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
22223: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
22224: this: $bred[^string::length[]] $bred[^response::clear[]]
22225: $bred[^int::int[]]
22226:
22227: now VObject creation moved into overriden
22228: VClass::create_new_value, thus 0 from create_new_value means that
22229: class has no ctors
22230:
22231: 2001-11-13 paf
22232:
22233: * src/classes/classes.C: returned accedently removed if in foreach
22234: callbacks [when hash no-0-restructure]
22235:
22236: 2001-11-12 paf
22237:
22238: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
22239: passed as-is to method, xalan makes & into & itself
22240:
22241: * src/classes/date.C: date.roll parser2 alg used
22242:
22243: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
22244: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22245: main/pa_dictionary.C, main/pa_hash.C,
22246: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
22247: now does not containt 0 values. put 0 actullay removes. no check
22248: on 0 value in foreach now required
22249:
22250: 2001-11-11 paf
22251:
22252: * src/sql/pa_sql_driver.h: removed extra constructor, doc
22253:
22254: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
22255:
22256: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
22257: driver initialize not const
22258:
22259: 2001-11-10 paf
22260:
22261: * src/main/pa_exec.C: doc
22262:
22263: 2001-11-09 paf
22264:
22265: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
22266: param properly
22267:
22268: * src/classes/string.C: string.save now does untainting before
22269: saving
22270:
22271: * src/main/pa_common.C: line endings fixing fixed last piece[was
22272: still cstr oriented]
22273:
22274: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22275: line endings fixing got rid of cstr, now must work ok with post
22276: multipart
22277:
22278: * src/types/pa_vform.C: line endings fixed at post / multipart /
22279: not file also now
22280:
22281: 2001-11-08 paf
22282:
22283: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22284: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22285: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
22286: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
22287: main/pa_stylesheet_manager.C: restructured Cache manager to be
22288: simple parent, not second parent [gcc 2.96 strangly refused to
22289: call virtual from second parent]
22290:
1.116 moko 22291: * src/: include/pa_common.h, main/Makefile.am,
22292: targets/cgi/pa_pool.C: makes
1.95 moko 22293:
22294: * src/: include/pa_request.h, main/pa_request.C,
22295: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
22296: 'status' class enabler
22297:
22298: <Location /parser-status.html> ParserStatusAllowed </Location>
22299:
22300: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
22301: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
22302: include/pa_stylesheet_manager.h, main/main.dsp,
22303: main/pa_cache_managers.C, main/pa_charset_manager.C,
22304: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22305: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22306: types/pa_vstatus.h: cache_managers, maybe-expiring every request
22307: todo: apache 'status' class enabler
22308:
22309: 2001-11-05 paf
22310:
22311: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
22312: debug to normal
22313:
22314: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
22315: hence i removed skipping 0 values in hash::for_each-es we need to
22316: check cleaned cache items manually. few more checks.
22317:
22318: expiring to 0 time was wrong, changed to 'now' time
22319:
22320: * src/targets/cgi/parser3.C: read can return 0, that means sort of
22321: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
22322: on apache already done :)
22323:
22324: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
22325: skipping 0 values in hash::for_each-es we need to check cleaned
22326: cache items manually
22327:
22328: * src/main/: pa_db_connection.C, pa_db_table.C:
22329: parser_multithreaded check was wrong
22330:
22331: * src/: classes/classes.C, classes/classes.h, classes/date.C,
22332: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
22333: classes/hashfile.C, classes/image.C, classes/int.C,
22334: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
22335: classes/string.C, classes/table.C, classes/void.C,
22336: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22337: include/pa_array.h, include/pa_charset_connection.h,
22338: include/pa_charset_manager.h, include/pa_common.h,
22339: include/pa_config_fixed.h, include/pa_config_includes.h,
22340: include/pa_db_connection.h, include/pa_db_manager.h,
22341: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
22342: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
22343: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
22344: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
22345: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
22346: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22347: include/pa_stack.h, include/pa_string.h,
22348: include/pa_stylesheet_connection.h,
22349: include/pa_stylesheet_manager.h, include/pa_table.h,
22350: include/pa_threads.h, include/pa_types.h, main/compile.C,
22351: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
22352: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
22353: main/pa_charset_manager.C, main/pa_common.C,
22354: main/pa_db_connection.C, main/pa_db_manager.C,
22355: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
22356: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
22357: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
22358: main/pa_socks.C, main/pa_sql_driver_manager.C,
22359: main/pa_status_provider.C, main/pa_string.C,
22360: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
22361: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
22362: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
22363: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
22364: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
22365: targets/isapi/pool_storage.h, types/pa_valiased.C,
22366: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
22367: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
22368: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
22369: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
22370: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
22371: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
22372: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22373: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
22374: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
22375: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
22376: types/pa_vstateless_object.h, types/pa_vstatus.h,
22377: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
22378: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
22379: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
22380: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
22381: $status:db fixed used not initialized in db_connection & db_table
22382:
22383: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
22384: $status:charset
22385:
22386: * src/: classes/xdoc.C, include/pa_db_connection.h,
22387: include/pa_stylesheet_connection.h,
22388: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
22389: types/pa_vstatus.h: $status:stylesheet
22390:
22391: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
22392: include/pa_request.h, include/pa_sql_connection.h,
22393: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22394: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
22395: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
22396: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
22397: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
22398: types/pa_vxnode.C, types/types.dsp: started status parser class
22399:
22400: 2001-11-01 paf
22401:
22402: * src/include/pa_config_auto.h.in: makes
22403:
22404: * src/main/pa_hash.C: removed old extra include
22405:
22406: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
22407: checks [for hp, there are such in math.h]
22408:
22409: * src/classes/op.C: ^for endless loop check strightened
22410:
22411: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
22412: behavior in native calls. it left unchanged, so ^for ^foreach &
22413: co can use r.root to write their i & key,value there
22414:
22415: * src/classes/op.C: detected for var storage bug, fixed.
22416: todo:foreach
22417:
22418: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
22419: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
22420: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
22421: changing of hash inside of foreach
22422:
22423: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
22424: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
22425: were hash.foreach
22426:
22427: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
22428: types/pa_vstring.C, types/pa_vstring.h:
22429: ^foreach[key|value]{body}[[separator]|{separator}]
22430:
22431: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
22432: types/pa_vcookie.C: ^hash.delete[key]
22433:
22434: 2001-10-31 paf
22435:
22436: * src/main/: compile.C, pa_common.C: completely empty file now
22437: considered "read", not ignored [not perfect trick used]
22438:
22439: * src/main/pa_common.C: simplier common ifdefs
22440:
22441: * src/main/pa_common.C: typing bug in common - bad ifdeff
22442:
22443: * src/main/pa_db_connection.C: z
22444:
22445: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
22446: lockdetector flags
22447: dbenv.lk_detect=DB_LOCK_RANDOM;
22448:
22449: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
22450: from accidental show [imagine user forgot @exception]
22451:
22452: * src/classes/table.C: ^table.save[[nameless|+append;]path]
22453:
22454: * src/: classes/file.C, classes/image.C, classes/mail.C,
22455: classes/string.C, classes/xnode.C, include/pa_common.h,
22456: main/pa_common.C: ^string.save[[append;]path]
22457:
22458: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
22459: main/execute.C: \ in expression: int divide 10/3=3
22460:
22461: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
22462: inside of ^cache
22463:
22464: * src/: include/pa_threads.h, main/pa_db_connection.C,
22465: main/pa_db_table.C, targets/cgi/pa_threads.C,
22466: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
22467: needed
22468:
22469: 2001-10-30 paf
22470:
22471: * src/: classes/classes.dsp, main/main.dsp,
22472: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22473: types/types.dsp: enabled debug incremental compile
22474:
22475: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
22476: form post data line endings not reformatted now.
22477:
22478: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
22479: now required [had bug when file= has no value]
22480:
22481: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
22482: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
22483: cstr(asis) default param removed
22484:
22485: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
22486:
22487: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
22488:
22489: * src/include/pa_dir.h: LOAD_DIR fixed
22490:
22491: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
22492: was broken} fix_line_breaks
22493:
22494: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
22495: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
22496: packed with #pragma pack
22497:
1.116 moko 22498: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 22499:
22500: 2001-10-29 paf
22501:
22502: * src/types/pa_wcontext.h: bitfield syntax stricter
22503:
22504: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
22505: string hash.puts
22506:
22507: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
22508:
22509: * src/include/pa_sql_connection.h: there were one wrong
22510: SQL_CONNECTION_FUNC_GUARDED [failed]
22511:
22512: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
22513: param.someday either ifdef or remove it
22514:
22515: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
22516:
22517: * src/main/untaint.C: optimizing returned after debugging
22518:
22519: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
22520: main/untaint.C: memory hunging #pragma pack(1)
22521:
22522: 16 419 844 13 169 394
22523:
22524: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22525: targets/cgi/pa_pool.C: String size_t replace to uint in proper
22526: places [todo:Array]
22527:
22528: * src/: main/execute.C, targets/cgi/pa_pool.C,
22529: targets/cgi/parser3.dsp, types/pa_wcontext.h,
22530: types/pa_wwrapper.h: debugging memory WContext flags to bits
22531:
22532: total 5 652 652/158731 total 5 469 332/158731
22533:
22534: * src/: include/pa_array.h, main/pa_array.C: debugging memory
22535: Array:: without cache in get/put now
22536:
22537: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
22538: 18:25:27 2001] total 5 652 652/158731
22539:
22540: * src/: include/pa_string.h, main/pa_string.C,
22541: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
22542: now
22543:
22544: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
22545: 18:11:53 2001] total 5796092/158731
22546:
22547: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
22548: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
22549: key ref now
22550:
22551: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
22552: 17:11:17 2001] total 16867948/202658
22553:
22554: * src/: classes/file.C, classes/image.C, classes/string.C,
22555: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
22556: main/execute.C, main/pa_array.C, main/pa_common.C,
22557: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
22558: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
22559: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
22560: string::as_int/double now usually uses stack, not heap [200K out
22561: of 17M :)] VString(String&) not copies reference [29M -> 17M]
22562:
22563: * src/main/pa_sql_driver_manager.C: ping to have services [old
22564: hiding bug]
22565:
22566: * src/Makefile.am: .am order
22567:
22568: * src/: include/pa_array.h, include/pa_charset_manager.h,
22569: include/pa_db_connection.h, include/pa_db_manager.h,
22570: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
22571: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
22572: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
22573: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
22574: required "friend class"
22575:
22576: ../include/pa_request.h:51: friend declaration requires
22577: class-key, i.e. `friend class Temp_lang'
22578:
22579: * src/: include/pa_exception.h, include/pa_sql_connection.h,
22580: main/pa_exception.C, main/pa_sql_driver_manager.C,
22581: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
22582:
22583: the idea is to #1 jump to C++ some function to main body, where
22584: every function stack frame has exception unwind information and
22585: from there... #2 propagate_exception()
22586:
22587: 2001-10-28 paf
22588:
22589: * src/main/pa_db_connection.C: removed old consts
22590:
22591: * src/main/pa_db_connection.C: expire table [was accidently pasted
22592: with wrong type/cast]
22593:
22594: * src/main/: pa_db_connection.C, pa_db_table.C: exception
22595: translation
22596:
1.116 moko 22597: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 22598: remember to build DB2 with -fexceptions!!!
22599:
22600: * src/main/pa_db_table.C: DB_RMW defed
22601:
22602: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
22603: include/pa_db_connection.h, include/pa_db_manager.h,
22604: include/pa_db_table.h, main/pa_db_connection.C,
22605: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
22606:
22607: 2001-10-27 paf
22608:
22609: * src/: classes/hashfile.C, include/pa_db_connection.h,
22610: include/pa_db_table.h, main/pa_db_connection.C,
22611: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
22612: types/pa_vhashfile.C: DB2 ifdefs
22613:
1.116 moko 22614: * src/: classes/Makefile.am, include/pa_config_fixed.h,
22615: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 22616: makes with DB2
22617:
1.116 moko 22618: * src/: include/pa_config_auto.h.in, main/Makefile.am,
22619: types/Makefile.am: makes db
1.95 moko 22620:
22621: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
22622: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
22623: globals.C
22624:
22625: * src/: classes/hashfile.C, include/pa_db_connection.h,
22626: include/pa_db_table.h, main/pa_db_connection.C,
22627: main/pa_db_table.C: ^hashfile.clear[]
22628:
22629: * src/classes/classes.awk: no $ in var names
22630:
22631: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
22632: connection&table [forgotten calls]
22633:
22634: 2001-10-26 paf
22635:
22636: * src/main/pa_db_connection.C: db checkpoints
22637:
22638: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
22639: checkpoints
22640:
22641: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
22642: default. but entities still reparsed. todo: tothink
22643:
22644: * src/main/pa_db_connection.C: db recover mech 2
22645:
22646: * src/: classes/hashfile.C, include/pa_db_connection.h,
22647: include/pa_db_manager.h, include/pa_db_table.h,
22648: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
22649: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
22650: types/pa_vhashfile.h: db connections & tables now cached at
22651: create time & multithreaded
22652:
22653: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
22654: parsed_source
22655:
22656: * src/main/pa_db_connection.C: about to remove connection from
22657: vhashfile
22658:
22659: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
22660: transaction commit/rollback responsibility left to parent [as it
22661: sould - else there were a bug with double free]
22662:
22663: * src/include/pa_db_table.h: db: child transaction commit/rollback
22664: responsibility left to parent [as it sould - else there were a
22665: bug with double free]
22666:
22667: 2001-10-25 paf
22668:
22669: * src/: classes/hashfile.C, include/pa_common.h,
22670: include/pa_db_connection.h, include/pa_db_manager.h,
22671: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
22672: types/pa_vhashfile.C, types/pa_vhashfile.h,
22673: include/pa_db_table.h, main/pa_db_table.C: started db_home
22674: [multiple, cached] todo: autorecover [tried, but not succeded,
22675: yet]
22676:
22677: * src/include/pa_dir.h: ancient gpf on dir not found fixed
22678:
22679: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
22680: transaction parent passed
22681:
22682: 2001-10-24 parser
22683:
1.116 moko 22684: * src/classes/Makefile.am: makes
1.95 moko 22685:
22686: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
22687: isapi/pool_storage.h: pool_storage fixed
22688:
22689: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
22690: types/pa_vform.h: form fix_line_breaks
22691:
1.116 moko 22692: * src/targets/cgi/pool_storage.h: makes
1.95 moko 22693:
22694: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
22695: targets/cgi/pool_storage.h: makes
22696:
22697: * src/sql/pa_sql_driver.h: version
22698:
22699: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
22700: types/pa_vform.C, types/pa_vform.h: .am
22701:
22702: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
22703: this: DB_RMW Acquire write locks instead of read locks when doing
22704: the retrieval. Setting this flag may decrease the likelihood of
22705: deadlock during a read-modify-write cycle by immediately
22706: acquiring the write lock during the read part of the cycle so
22707: that another thread of control acquiring a read lock for the same
22708: item, in its own read-modify-write cycle, will not result in
22709: deadlock
22710:
22711: * src/targets/isapi/parser3isapi.dsp: doc
22712:
22713: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
22714:
22715: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
22716:
22717: * src/: classes/hashfile.C, include/pa_db_connection.h,
22718: main/pa_db_connection.C: hashfile expired deleted from db when
22719: get & iterate
22720:
22721: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
22722: expiring 1
22723:
22724: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
22725:
22726: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
22727: db_connection not bothers with key when not returning expired
22728: data
22729:
22730: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22731: types/pa_vhashfile.C: db_cursor constructor public now
22732:
22733: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
22734: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
22735: stamped, todo: put_element analize
22736:
22737: * src/: include/pa_db_connection.h, include/pa_string.h,
22738: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
22739: serialize. todo stamp
22740:
22741: 2001-10-23 parser
22742:
22743: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
22744: classes/image.C, classes/mail.C, classes/response.C,
22745: classes/string.C, classes/table.C, classes/xdoc.C,
22746: include/pa_config_fixed.h, include/pa_db_connection.h,
22747: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
22748: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
22749: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
22750: types/pa_vtable.C: ^hashfile.hash[]
22751:
22752: * src/: classes/hashfile.C, classes/xdoc.C,
22753: include/pa_config_fixed.h, main/pa_db_manager.C,
22754: main/pa_globals.C: ifdefs so it compiled without db
22755:
22756: * src/: classes/hashfile.C, include/pa_db_connection.h,
22757: include/pa_db_manager.h, main/pa_db_connection.C,
22758: main/pa_db_manager.C, types/pa_vhashfile.h:
22759: ^hashfile.transaction{code} ^hashfile:clear[filename]
22760: ^hashfile.delete[key]
22761:
22762: 2001-10-22 parser
22763:
22764: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
22765: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
22766:
22767: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
22768: classes/xnode.C, include/pa_charset_connection.h,
22769: include/pa_db_connection.h, include/pa_db_manager.h,
22770: include/pa_exception.h, include/pa_sapi.h,
22771: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
22772: include/pa_stylesheet_connection.h,
22773: include/pa_stylesheet_manager.h,
22774: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
22775: main/pa_db_connection.C, main/pa_db_manager.C,
22776: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
22777: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
22778: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
22779: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
22780: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
22781: types/types.dsp: hashfile 0
22782:
22783: * src/types/pa_vhashfile.C: z
22784:
22785: * src/: classes/classes.dsp, classes/hashfile.C,
22786: include/pa_config_fixed.h, main/execute.C,
22787: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
22788: types/pa_vhashfile.h, types/types.dsp: hashfile -100
22789:
22790: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
22791:
22792: * src/: include/pa_exception.h, include/pa_request.h,
22793: main/execute.C, main/pa_exception.C, main/pa_request.C,
22794: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22795: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
22796:
22797: 2001-10-19 parser
22798:
22799: * src/include/pa_pool.h: header
22800:
22801: * src/main/pa_pool.C: auto compiled on gcc
22802:
22803: * src/classes/image.C: comment
22804:
1.116 moko 22805: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 22806:
22807: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
22808: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22809: types/pa_vxnode.h: xnode clone got freed
22810:
22811: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22812: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
22813: can free up xalandomstring resulting from pool::transcode
22814:
22815: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
22816: include/pa_config_fixed.h, include/pa_exception.h,
22817: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
22818: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
22819: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
22820: to c++ exceptions 1xml configure fixed to exclude xalan-patch
22821: from non-xml compile
22822:
22823: * src/main/pa_request.C: pool:: context - get_context
22824:
22825: * src/: classes/classes.h, classes/date.C, classes/double.C,
22826: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
22827: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
22828: classes/string.C, classes/table.C, classes/void.C,
22829: include/pa_config_fixed.h, include/pa_exception.h,
22830: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
22831: main/compile.C, main/compile_tools.C, main/execute.C,
22832: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
22833: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
22834: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
22835: main/pa_string.C, main/pa_table.C, main/untaint.C,
22836: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22837: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
22838: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
22839: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22840: types/pa_vstateless_class.h, types/pa_vtable.C,
22841: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
22842: exceptions 0
22843:
22844: * src/classes/classes.awk: $ removed
22845:
22846: 2001-10-18 parser
22847:
22848: * src/types/pa_vcookie.C: cookie:CLASS
22849:
22850: * src/main/main.dsp: project
22851:
22852: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
22853: set_document & ctor question "who owns document" solved
22854:
22855: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
22856:
22857: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
22858: main/pa_pool.C: encoding in dom creating funcs
22859:
22860: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
22861: be transformed now
22862:
22863: * src/classes/xdoc.C: dom created by create can be transformed now
22864:
22865: * src/classes/xdoc.C: z
22866:
22867: * src/classes/xdoc.C: comment
22868:
22869: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
22870: create now uses XercesDocumentBridge, appendChild&co now works
22871:
22872: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
22873: @ recompile
22874:
22875: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
22876: $origin @exception[
22877:
22878: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
22879: tag names forced to XML lang
22880:
22881: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
22882: leechy-found bugs in code&doc fixed
22883:
22884: 2001-10-17 parser
22885:
22886: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
22887: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
22888: n functionality preserved
22889:
22890: * src/types/pa_vimage.h: removed unused vimage::save
22891:
22892: 2001-10-16 parser
22893:
22894: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
22895:
22896: * src/classes/: xnode.C: removed few dom returns & changed op.txt
22897:
22898: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
22899:
22900: * src/classes/image.C: image.copy tolerance
22901:
22902: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
22903: ineffective, but works for small paleted image
22904:
22905: * src/types/pa_vimage.C: comment
22906:
22907: * src/classes/image.C: gd size/resize bugfix
22908:
22909: * src/: classes/classes.dsp, main/main.dsp,
22910: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
22911: types/types.dsp: ident >nul 2>&1
22912:
22913: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
22914: systems
22915:
22916: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
22917: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
22918:
22919: 2001-10-15 parser
22920:
22921: * src/main/execute.C: z
22922:
22923: * src/classes/: xdoc.C: !::create{qualifiedName}
22924:
22925: * src/types/pa_vxnode.C: document_type_node.
22926: !readonly attribute DOMString name
22927: !notation_node.
22928: !readonly attribute DOMString publicId
22929: !readonly attribute DOMString systemId
22930:
1.116 moko 22931: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
22932: ::write badly passed string too transparently [failed to
22933: intercept it]
1.95 moko 22934:
22935: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
22936: include/pa_request.h, main/pa_sql_driver_manager.C,
22937: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
22938: types/pa_vxnode.h: DOM1 major addtion, only few
22939: attributes/methods left
22940:
22941: 2001-10-13 parser
22942:
22943: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
22944: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
22945: in main handler
22946:
22947: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
22948: cleanups & frees order
22949:
22950: * src/types/pa_vcode_frame.h: couple comments
22951:
22952: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
22953: transparent enough to handle hash if creation&passing
22954:
22955: * src/: include/pa_config_fixed.h, main/execute.C,
22956: main/pa_exception.C: noticed that vcodeframe not transparent
22957: enough, would change now
22958:
22959: 2001-10-12 parser
22960:
22961: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
22962: fixed. initialization&free on each thread!
22963:
22964: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
22965: handling changed: now type of default param analized always, not
22966: only at problem time, thus helping early problem spotting
22967:
22968: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
22969: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
22970: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22971: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
22972: multithread bug fixed. initialization&free on each thread!
22973:
22974: 2001-10-11 parser
22975:
22976: * src/classes/xnode.C: xnode.selectSingle now
22977:
22978: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
22979: include/pa_pool.h, include/pa_stylesheet_connection.h,
22980: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
22981: convertors out of Pool into Exception
22982:
22983: * src/main/pa_string.C: const
22984:
22985: * src/: include/pa_string.h, main/pa_string.C: restructured string:
22986: linked pieces of same language together prior to String::replace
22987:
22988: * src/classes/hash.C: !^hash.add[addme]
22989: !^hash.sub[subme]
22990: !^a.union[b] = new
22991: !^a.intersection[b] = new
22992: !^a.intersects[b] = bool
22993:
22994: * src/classes/hash.C: !^hash::append[append_from]
22995:
22996: * src/: classes/hash.C, types/pa_vhash.h:
22997: !^hash::create[[copy_from]]
22998:
22999: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
23000: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
23001: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
23002: fixed. got rid of empty_string, which caused errors - it hasnt
23003: exception but somebody[value.bark] tried to throw it on it's pool
23004:
1.116 moko 23005: * src/include/pa_config_auto.h.in: makes
1.95 moko 23006:
23007: 2001-10-10 parser
23008:
23009: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
23010:
23011: * src/main/: compile.tab.C, compile.y: ^a[
23012:
23013: @next_method << now unclosed ] would be reported here
23014:
23015: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
23016: compile error
23017:
23018: 2001-10-09 parser
23019:
1.116 moko 23020: * src/: classes/Makefile.am, main/Makefile.am,
23021: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 23022:
23023: * src/classes/Makefile.am: makes
23024:
23025: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
23026: win32 errors intercepted [xalan transformer patched and
23027: incorporated]
23028:
23029: * src/: classes/classes.dsp, classes/xdoc.C,
23030: include/pa_stylesheet_connection.h, main/main.dsp,
23031: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23032: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
23033: patches starting
23034:
23035: * src/classes/: string.C, table.C: ^string.save[file]
23036:
23037: * src/classes/: date.C, table.C: calendar moved to date
23038:
23039: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
23040: string/table] now
23041:
23042: * src/classes/: op.C, table.C: z
23043:
23044: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
23045: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
23046: types/pa_vxnode.h: table:menu & op for delims made allowed not to
23047: be code [be string..]
23048:
23049: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
23050: table.C: lots of
23051: params->as_int/double/as_string/as_junction/as_no_junction
23052: messages added
23053:
23054: 2001-10-08 parser
23055:
23056: * src/: classes/date.C, classes/image.C, classes/string.C,
23057: classes/table.C, classes/void.C, include/pa_request.h:
23058: params->as_int/double message added
23059:
23060: * src/classes/image.C: image:circle [and round arc] uses Bresenham
23061:
23062: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
23063: image:sector removed image:html internal "line-*" attribs
23064:
23065: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
23066: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
23067:
23068: * src/types/pa_vcookie.C: removing cookie made more netscape-like
23069: way
23070:
23071: * src/: classes/file.C, classes/form.C, main/pa_common.C,
23072: main/untaint.C: header untainting to UL_HTTP_HEADER,
23073: UL_MAIL_HEADER made nonforced [only tainted pieces]
23074:
23075: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
23076: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
23077: @ SAPI::log
23078:
23079: * src/main/untaint.C: \r to ' ' in origins mode
23080:
23081: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
23082: set]
23083:
23084: * src/: classes/xdoc.C, include/pa_config_fixed.h,
23085: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
23086: nonstandard liaison freed up
23087:
23088: 2001-10-07 parser
23089:
23090: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
23091: project
23092:
23093: 2001-10-05 parser
23094:
23095: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
23096: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
23097: from outputing to cerr. lots of "todos"
23098:
23099: * src/main/untaint.C: http_header tainting more gentle with
23100: enquoting now
23101:
23102: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
23103: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
23104: xml errorhandler. fixed string.replace a little, read @test
23105:
23106: * src/main/pa_string.C: found replace bug - first_that_starts(char
23107: *) does not have limit, and looks further eos, fixing....
23108:
23109: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
23110:
23111: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
23112:
23113: * src/main/: pa_charset_connection.C: ctype another mem clear
23114: bugfix
23115:
1.116 moko 23116: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
23117: $result[^[$p^]z] now works fine
1.95 moko 23118:
23119: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
23120: wrong. fixed it
23121:
23122: * src/main/pa_charset_connection.C: unicode zero pair at the beging
23123: of totable appered to be vital
23124:
23125: 2001-10-04 parser
23126:
23127: * src/classes/image.C: ^image.length[text]
23128:
23129: 2001-10-03 parser
23130:
23131: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
23132:
23133: * src/main/pa_request.C: restored pcre defaulting in request
23134: [mindlessly "optimized" yesterday] comment left
23135:
23136: 2001-10-02 parser
23137:
23138: * src/: main/pa_charset_manager.C,
23139: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
23140: needed
23141:
23142: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
23143: forgot non-xml pool.*charset needed
23144:
23145: * src/classes/table.C: # config comments fixed
23146:
23147: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
23148: charset_connection #comment now
23149:
23150: * src/: classes/classes.dsp, types/types.dsp: release projects
23151: options fixed to use release msvcrt lib
23152:
23153: * src/main/pa_charset_connection.C: pcre tables now const inside
23154: removed default - pcre handles that internally fixed bug on
23155: not-cleaning tables [previously was calloced, now member]
23156:
23157: * src/: include/pa_request.h, main/pa_charset_connection.C,
23158: main/pa_request.C, types/pa_vstring.h: pcre tables now const
23159: inside removed default - pcre handles that internally fixed bug
23160: on not-cleaning tables [previously was calloced, now member]
23161:
23162: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
23163: tested charset reload on file change @ apache version = OK tested
23164: freeing up prev encoding on adding new = OK
23165:
23166: 2001-10-01 parser
23167:
23168: * src/main/pa_charset_connection.C: removed entitify external hack
23169: [internal installed]
23170:
1.116 moko 23171: * src/main/Makefile.am: makes+removed dtd
1.95 moko 23172:
23173: * src/: include/pa_charset_connection.h,
23174: include/pa_charset_manager.h,
23175: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23176: main/pa_charset_connection.C, main/pa_charset_manager.C,
23177: main/pa_request.C: charset loading & caching mech 0
23178:
23179: * src/: include/pa_stylesheet_connection.h,
23180: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23181: main/pa_globals.C, main/pa_request.C: would make charset loading
23182: & caching mech now
23183:
23184: 2001-09-30 parser
23185:
23186: * src/main/pa_request.C: forgot to fill toTable
23187:
23188: * src/: include/pa_config_fixed.h, main/pa_request.C: started
23189: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
23190: failed on win32 for now..
23191:
23192: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23193: now charsets table configuration variable is: CHARSETS
23194:
23195: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
23196: ctype with unicode 1. todo: no П entities on output somehow
23197:
23198: * src/: classes/file.C, classes/op.C, classes/string.C,
23199: include/pa_request.h, main/pa_request.C: started ctype with
23200: unicode values
23201:
23202: 2001-09-28 parser
23203:
23204: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
23205: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
23206: string passed AS-IS now
23207:
23208: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
23209: way of user-configuring... todo: implement
23210:
23211: 2001-09-27 parser
23212:
23213: * src/classes/table.C: table.sort changed to sort table itself
23214:
23215: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
23216: X^.getElementsByTagName[tagname] = array of xnode
23217: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
23218: nodes removed - regretfully not supported @ xalan. maybe someday
23219: would reimplement, if needed.
23220:
23221: win32build system: solved long waiting anti-non-started-apache
23222: problem
23223:
23224: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
23225: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
23226: types/types.dsp: win32 ident make system so not to rebuild
23227: library [ident.C.new]
23228:
23229: 2001-09-26 parser
23230:
23231: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
23232: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
23233: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
23234: types/pa_vxnode.C, types/types.dsp: z
23235:
23236: * src/classes/classes.C: forgot one non-xml check
23237:
1.116 moko 23238: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
23239: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 23240:
23241: * src/targets/cgi/parser3.C: z
23242:
23243: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
23244: targets/isapi/parser3isapi.C: #ifdef SMTP
23245:
23246: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
23247: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
23248: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
23249: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
23250: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
23251: types/types.dsp: xdoc&xnode now
23252:
23253: * src/: classes/classes.C, classes/classes.awk,
23254: classes/classes.dsp, classes/classes.h, classes/date.C,
23255: classes/dnode.C, classes/dnode.h, classes/dom.C,
23256: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
23257: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
23258: classes/op.C, classes/response.C, classes/string.C,
23259: classes/table.C, classes/void.C, include/pa_array.h,
23260: include/pa_common.h, include/pa_config_fixed.h,
23261: include/pa_config_includes.h, include/pa_dictionary.h,
23262: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
23263: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23264: include/pa_socks.h, include/pa_sql_connection.h,
23265: include/pa_sql_driver_manager.h, include/pa_stack.h,
23266: include/pa_string.h, include/pa_stylesheet_connection.h,
23267: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23268: include/pa_xslt_stylesheet_manager.h, main/compile.C,
23269: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23270: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
23271: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
23272: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
23273: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
23274: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23275: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
23276: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
23277: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
23278: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
23279: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
23280: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
23281: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
23282: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
23283: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
23284: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
23285: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
23286: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
23287: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
23288: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
23289: types/pa_vmethod_frame.h, types/pa_vobject.h,
23290: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
23291: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23292: types/pa_vstateless_object.h, types/pa_vstring.C,
23293: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
23294: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
23295: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
23296: main.dsp splitted to main+classes+types along to .am
23297:
23298: * src/classes/Makefile.am: removed useless var
23299:
23300: * src/: classes/classes.cmd, main/main.dsp,
23301: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
23302: main.dsp
23303:
23304: 2001-09-25 parser
23305:
23306: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
23307: 1251 though, todo ICU
23308:
1.116 moko 23309: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 23310: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 23311: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
23312: types/pa_vdom.h: xml configure makes
1.95 moko 23313:
23314: 2001-09-24 parser
23315:
1.116 moko 23316: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
23317: types/Makefile.am: makes
1.95 moko 23318:
1.116 moko 23319: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 23320:
23321: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
23322: started unix makes update
23323:
23324: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
23325: started unix makes update
23326:
23327: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
23328:
23329: * src/types/pa_value.h: z
23330:
23331: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
23332: bugs with usinge hash/table in expressions
23333:
23334: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
23335: resolved conflicts fixed [const]
23336:
23337: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
23338: classes/table.C, include/pa_request.h, include/pa_sapi.h,
23339: main/compile.C, main/compile.tab.C, main/compile.y,
23340: main/compile_tools.h, main/main.dsp, main/pa_common.C,
23341: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
23342: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
23343: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
23344: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
23345: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
23346: with before_xml [merge2 actually didn't happen - i've created
23347: tags on wrong branch. so this merge is in fact re-merge]
23348:
23349: 2001-09-21 parser
23350:
23351: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23352: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
23353: produced "" in make file and sadly wrong interpreted on load]
23354:
1.116 moko 23355: * src/: classes/classes.h, classes/hash.C, classes/op.C,
23356: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
23357: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
23358: include/pa_sql_driver_manager.h, include/pa_string.h,
23359: main/compile.tab.C, main/main.dsp, main/pa_common.C,
23360: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
23361: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 23362:
23363: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
23364: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
23365: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
23366: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23367: main/pa_pool.C, main/pa_request.C,
23368: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
23369: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
23370: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
23371: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
23372: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
23373: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
23374: types/pa_vrequest.C, types/pa_vresponse.h,
23375: types/pa_vstateless_class.C, types/pa_vstring.C,
23376: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
23377: created new projects for sql drivers [planning to remove sql
23378: drivers from main cvs project] first, will join latest changes
23379:
23380: * src/classes/: dom.C: defaulted dom writing methods encoding to
23381: pool.get_charset
23382:
23383: * src/classes/dom.C: defaulted dom writing methods encoding to
23384: pool.get_charset
23385:
23386: * src/include/pa_pool.h: defaulted dom writing methods encoding to
23387: pool.get_charset
23388:
23389: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
23390: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
23391: methods encoding to pool.get_charset
23392:
23393: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
23394: transcoder were created right "unsupported encoding" message.
23395: not @ set time, but @ use time, so until xml output functions
23396: .string, .file, .save used - no encoding name check occur
23397:
23398: reduced transcode buffer size to 60 fixed pool cleanup - no
23399: registration needed, pools are officially destructured
23400:
23401: 2001-09-20 parser
23402:
23403: * src/classes/image.C: 20K preload on jpg measure [image::measure]
23404:
23405: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
23406: $MAIN:DEFAULTS.content-type[$.charset[here]]
23407:
23408: * src/: classes/dnode.C, classes/dom.C,
23409: include/pa_config_includes.h, include/pa_globals.h,
23410: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
23411: main/pa_pool.C, targets/cgi/parser3.dsp,
23412: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23413: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
23414: Pool::transcode 0
23415:
23416: * src/classes/dom.C: dom. string save file moved output xml options
23417: to last param and made it optional
23418:
23419: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
23420: dnodes
23421: !$attributenode.specified = boolean
23422: true if the attribute received its value explicitly
23423: in the XML document,
23424: or if a value was assigned programatically with the
23425: setValue function.
23426: false if the attribute value came from the default value
23427: declared in the document's DTD.
23428: !$pinode.target = target of this processing instruction
23429: XML defines this as being the first token following the
23430: markup
23431: that begins the processing instruction.
23432: XPath:
23433: !^node.select[xpath/query/expression] = hash of 0->node0
23434: 1->node1
23435: !^node.select-single[xpath/query/expression] = first node if
23436: any
23437:
23438: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
23439: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
23440: some 'const's added
23441:
23442: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
23443: expression context now, there value = size and boolean value
23444: size!=0
23445:
23446: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
23447: can be used in expression context now, there value = size and
23448: boolean value size!=0
23449:
23450: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
23451: types/pa_vstring.h: dnode .file .string .save moved back to dom
23452: due to strange xalan bug
23453:
23454: 2001-09-18 parser
23455:
23456: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
23457: classes/image.C, classes/op.C, classes/table.C,
23458: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23459: include/pa_sql_driver_manager.h, main/compile.C,
23460: main/compile.tab.C, main/compile.y, main/compile_tools.h,
23461: main/execute.C, main/pa_common.C, main/pa_request.C,
23462: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
23463: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23464: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
23465: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
23466: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
23467: before_xml branch ^if(def $hash) now true only when
23468: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
23469:
23470: * src/: classes/op.C, main/execute.C: operators self changed to
23471: root ^for variable context changed to self
23472:
23473: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
23474: dnode 1
23475:
23476: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
23477: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
23478:
23479: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
23480: poly* fixed
23481:
23482: 2001-09-17 parser
23483:
23484: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
23485: types/pa_vdom.h: started dnode+dom
23486:
23487: dnode DOM methods: $node.name $node.value
23488: ...others...
23489:
23490: ^node.xpath[/rates/USD] = hash
23491: $hash[
23492: $.0[node0]
23493: $.1[node1]
23494: ]
23495:
23496: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
23497: applies to all linear primitives
23498:
23499: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
23500: include/pa_stylesheet_connection.h, main/main.dsp,
23501: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
23502: types/pa_vimage.h: started dnode DOM: $node.name
23503: $node.value ...others... ^node.xpath[/rates/USD] = hash
23504: dom(dnode)
23505:
23506: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
23507: main/compile.y, main/compile_tools.h, main/execute.C,
23508: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
23509: in expression compound($aa.zz.xx) names now can have minus '-' in
23510: name after '.'
23511:
23512: 2001-09-15 parser
23513:
23514: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
23515: image: $line-width ^line(...)[**** style]
23516:
23517: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
23518: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
23519: pool_storage - cleanups first, allocations second. apache wisely
23520: does just like that
23521:
23522: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
23523: rewritten using template, no bugs now
23524:
23525: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
23526: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23527: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
23528: poorly started isapi pool_storage, would rewrite using template
23529: now
23530:
23531: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
23532: include/pa_stylesheet_connection.h, main/main.dsp,
23533: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
23534: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
23535: xalan objects freed up [introducing Pool::register_cleanup]
23536:
23537: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
23538: comments
23539:
23540: 2001-09-14 parser
23541:
23542: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
23543: z
23544:
23545: * src/: classes/dom.C, classes/file.C, classes/image.C,
23546: classes/mail.C, include/pa_common.h,
23547: include/pa_sql_driver_manager.h, include/pa_string.h,
23548: include/pa_stylesheet_connection.h,
23549: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
23550: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
23551: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
23552: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
23553: compiled&cached
23554:
23555: 2001-09-13 parser
23556:
23557: * src/: classes/dom.C, classes/file.C, classes/image.C,
23558: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
23559:
23560: * src/classes/dom.C: dom:file content-type(.method)
23561:
23562: * src/: include/pa_common.h, include/pa_globals.h,
23563: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
23564: string now more informative error messages
23565:
23566: * src/: include/pa_globals.h, include/pa_request.h,
23567: main/pa_request.C, targets/cgi/parser3.C,
23568: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
23569: ParserSiteConfig .../parser3.conf
23570:
23571: cgi&isapi looks for {configure|c:\windows}/parser3.conf
23572:
23573: 2001-09-12 parser
23574:
23575: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23576: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
23577: precise error reporting: "connection string must start with
23578: protocol://" now
23579:
23580: * src/main/compile.tab.C: fixed - subname code parts actually []
23581: braced
23582:
23583: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
23584: lexer on LS_USER level did [] matching without setting nestage,
23585: introduced special LS_NAME_SQUARE_PART state
23586:
23587: 2001-09-11 parser
23588:
23589: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
23590: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
23591: languages+=xml
23592:
23593: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
23594:
23595: * src/classes/dom.C: ^dom:save/string/file[output options] output
23596: options: $.method[xml|html|text] detection fixed
23597:
23598: * src/types/pa_vdom.h: messages
23599:
23600: * src/classes/dom.C: ^dom:save/string/file[output options] output
23601: options: $.method[xml|html|text] detection fixed
23602:
23603: 2001-09-10 parser
23604:
23605: * src/classes/dom.C: ^dom:save/string/file[output options] output
23606: options: $.method[xml|html|text] $.encoding[windows-1251|...]
23607:
23608: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
23609: added]
23610:
23611: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23612: ^dom.xslt[stylesheet filename] 0
23613:
23614: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
23615: ^dom.xslt[stylesheet filename] -1 doc is lying
23616:
23617: * src/classes/dom.C: ^dom.file[encoding] = file
23618:
23619: * src/classes/: dom.C: ^dom.string[encoding] 1
23620: ^dom.save[encoding;filename]
23621:
23622: * src/classes/dom.C: ^dom.string[] 0
23623:
23624: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
23625:
23626: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
23627: types/pa_vform.h: ^dom.save[b.xml] 0
23628:
23629: 2001-09-08 parser
23630:
23631: * src/types/pa_vform.C: $form:tables.name.field
23632:
23633: 2001-09-07 parser
23634:
23635: * src/classes/table.C: table:empty removed, superceded by ^if(def
23636: $table)...
23637:
23638: * src/targets/cgi/parser3.C: z
23639:
23640: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
23641: from '' to int/double is 0]
23642:
23643: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
23644: $table) is false when table is empty
23645:
23646: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
23647: !$form:tables $atable[$form:tables.a]
23648: ^atable.menu{a=$atable.element}[,]
23649:
23650: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
23651: types/pa_vform.h, types/pa_vhash.h: !$form:fields
23652:
1.116 moko 23653: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23654: types/pa_vdom.h, types/pa_vform.C: merged with successful start
23655: of dom
23656:
23657: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
23658: types/pa_vform.C, types/pa_vform.h: z
23659:
23660: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
23661: element [not last]
23662:
1.116 moko 23663: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 23664: types/pa_vdom.h: introducing dom. dom:load[a.xml]
23665:
23666: 2001-09-06 parser
23667:
23668: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23669: table with one column 'element' and two rows: 1 and 2
23670:
23671: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
23672: table with one column 'element' and two rows: 1 and 2
23673:
23674: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
23675: bad int/double conversions, and now $form:nonexistent.int(88)
23676: would return 88
23677:
23678: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
23679: types/pa_vhash.h: now there's special hash key '_default'
23680: [instead of ^_default method] $hash[ $.a[1] $.b[2]
23681: $._default[xx] ] $hash.c
23682:
23683: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
23684: fixed [thanks, fif], ^; were treated there non-literally
23685:
23686: * src/doc/doxygen.cfg: merged new default options from 1.2.10
23687: doxygen
23688:
23689: * src/: classes/image.C, classes/op.C, classes/string.C,
23690: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
23691: types/pa_vtable.C: few #ifndef DOXYGEN
23692:
23693: 2001-09-05 parser
23694:
23695: * src/classes/: string.C, table.C: sql options can be void [same as
23696: image:html the other day]
23697:
23698: * src/targets/cgi/Makefile.am: .am undo
23699:
23700: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23701: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
23702: macro expantion on param, simply qoutes whatever passed, undone
23703:
23704: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
23705: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
23706: STRINGIZE(name) #name invented
23707:
23708: * src/: classes/op.C, include/pa_sql_driver_manager.h,
23709: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
23710: MAIN_SQL_DRIVERS_NAME "drivers"
23711:
23712: moved to be availible to all users
23713:
23714: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
23715: SQL_DRIVER_CREATE_FUNC_NAME
23716:
23717: * src/classes/mail.C: MAIN:MAIL check fixed
23718:
23719: 2001-09-04 parser
23720:
23721: * src/classes/image.C: image.html now can accept void params
23722:
23723: * src/targets/isapi/parser3isapi.C: z
23724:
23725: * src/targets/cgi/parser3.C: full_file_spec bug
23726:
23727: * src/targets/cgi/parser3.C: getenvcheck
23728:
23729: * src/targets/cgi/parser3.C: zz
23730:
23731: * src/targets/cgi/parser3.C: zzz
23732:
23733: * src/classes/date.C: date
23734:
23735: * src/classes/date.C: date:sql-string is now without ''
23736:
1.116 moko 23737: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 23738: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
23739: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
23740:
1.116 moko 23741: * src/include/pa_config_auto.h.in: makes
1.95 moko 23742:
23743: 2001-09-03 parser
23744:
23745: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
23746:
23747: 2001-09-01 parser
23748:
23749: * src/classes/image.C: letter_spacing
23750:
23751: * src/classes/image.C: image: font params changed
23752:
23753: * src/classes/image.C: image: as_int as_string used
23754:
23755: * src/types/pa_vmethod_frame.h: $result[] now gets properly
23756: analized
23757:
23758: 2001-08-31 parser
23759:
23760: * src/targets/cgi/parser3.C: z
23761:
1.116 moko 23762: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
23763: cygwin
1.95 moko 23764:
23765: * src/classes/void.C: void:int/double += (default)
23766:
23767: * src/classes/image.C: image:font added space param image:font
23768: changed charwidth alg, added kerning const[for now]
23769:
23770: * src/classes/: string.C, table.C: string:int/double (defaults)
23771:
23772: 2001-08-29 parser
23773:
23774: * src/main/pa_exception.C: exception redundant debug info
23775:
23776: 2001-08-28 parser
23777:
23778: * src/classes/image.C: image error msgs
23779:
23780: * src/classes/image.C: image: gifsize little endian
23781:
23782: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
23783: doxygeneration
23784:
23785: * src/: classes/Makefile.am, main/Makefile.am,
23786: targets/cgi/Makefile.am, types/Makefile.am: .am-s
23787:
23788: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
23789: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
23790:
23791: * src/main/compile.C: NO_STRING_ORIGIN check2
23792:
23793: * src/classes/table.C: NO_STRING_ORIGIN check
23794:
23795: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
23796: storage class specifiers invalid in friend function declarations
23797:
23798: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
23799: main/untaint.C, targets/cgi/parser3.C,
23800: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
23801: case of limit
23802:
23803: * src/: classes/file.C, main/pa_common.C: file:move
23804: autocreate/remove dest/src dir
23805:
23806: * src/: classes/string.C, include/pa_dictionary.h,
23807: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
23808: main/untaint.C: pa_directory speeded up. moved zero 'from' check
23809: to directory constructor. string:replace
23810:
23811: 2001-08-27 parser
23812:
23813: * src/classes/image.C: fixed jpgsize alg
23814:
23815: * src/classes/image.C: fixed jpgsize alg
23816:
23817: * src/main/pa_exception.C: z
23818:
23819: * src/main/pa_common.C: removed debug info from pa_common
23820:
23821: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
23822: [auto.p from current dir loading]
23823:
1.116 moko 23824: * src/: main/pa_common.C, main/pa_exception.C,
23825: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
23826: for solaris -lsocket
1.95 moko 23827:
23828: 2001-08-24 parser
23829:
23830: * src/targets/cgi/parser3.C: not cgi extra \n 3
23831:
23832: * src/targets/cgi/parser3.C: not cgi extra \n 2
23833:
23834: * src/targets/cgi/parser3.C: not cgi extra \n
23835:
23836: * src/main/pa_sql_driver_manager.C: z
23837:
23838: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
23839: sql* removed services from disconnect - cross-request ideological
23840: probs.
23841:
23842: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
23843: cross-request ideological probs. oracle - fixed bug: cs
23844: allocated on request.pool and got freed before disconnect
23845:
23846: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
23847: mallocs fixed
23848:
23849: 2001-08-23 parser
23850:
23851: * src/classes/file.C: minor bug in file:save fixed
23852:
23853: * src/main/pa_sql_driver_manager.C: oracle: dlink
23854:
23855: 2001-08-22 parser
23856:
23857: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
23858: types/pa_vfile.h: file:load|save[text|binary;
23859:
23860: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
23861:
23862: 2001-08-21 parser
23863:
23864: * src/classes/: file.C, table.C: ^file:list
23865:
23866: 2001-08-20 parser
23867:
23868: * src/: main/compile.tab.C, main/compile.y,
23869: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
23870: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
23871: recousively caused problems: inc incremeted 123 literal!! fixed
23872:
23873: 2001-08-10 parser
23874:
23875: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
23876:
23877: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23878: added
23879:
23880: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
23881: added
23882:
23883: * src/classes/table.C: table:sort restored [it was bad test :(]
23884:
23885: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
23886: ''
23887:
23888: * src/main/: pa_request.C: wanted to make const int
23889: MAX_EXECUTE_SECONDS=1;
23890:
23891: but couldnt, set_callback_and_alarm appeared to be not exported
23892: :(
23893:
23894: * src/main/pa_string.C: string.match hanged on. there were a hang
23895: check but it weren't wise enough
23896:
23897: @parse[dateString][tmp]
23898: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
23899: #end
23900:
23901: @main[] ^parse[2001-02-03]
23902:
23903: * src/classes/: table.C: table:sort now default desc
23904:
23905: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
23906: table.sort now creates new sorted table
23907:
23908: 2001-08-09 parser
23909:
23910: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
23911:
23912: * src/classes/hash.C: hash:_default now [was hash:default]
23913:
23914: * src/classes/op.C: case without switch check added
23915:
23916: * src/types/pa_vcookie.C: cookie name&value origins added, more
23917: precise $ORIGINS(1)
23918:
23919: * src/main/Makefile.am: .am
23920:
23921: * src/classes/void.C: void: int double copy/paste from int: bug
23922: fixed
23923:
23924: * src/classes/void.C: void: int double copy/paste from int: bug
23925: fixed
23926:
23927: 2001-08-07 parser
23928:
23929: * src/: classes/double.C, classes/int.C, classes/string.C,
23930: classes/table.C, include/pa_globals.h, main/pa_globals.C:
23931: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
23932: string, table
23933:
23934: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
23935: srand made working
23936:
23937: 2001-08-06 parser
23938:
23939: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
23940: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23941: main/compile.tab.C, main/compile.y, main/pa_array.C,
23942: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
23943: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
23944:
23945: * src/main/pa_exec.C: exec win32 real filename
23946:
23947: * src/classes/file.C: exec stderr out
23948:
23949: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
23950:
23951: 2001-08-03 parser
23952:
23953: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
23954:
23955: 2001-08-02 parser
23956:
23957: * src/: classes/string.C, classes/table.C, include/pa_array.h,
23958: main/execute.C, main/pa_exec.C: introducing Array_iter
23959:
23960: * src/main/execute.C: detected quick_get recursion bug. changed to
23961: get@execute, but needs array iterator, separate from array to
23962: avoid it & use caching
23963:
23964: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
23965: bug fixed
23966:
23967: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
23968: main/execute.C, main/pa_globals.C: found another multithread bug
23969: in op.C (last, last global var killed) :)
23970:
23971: 2001-08-01 parser
23972:
23973: * src/: include/pa_dictionary.h, include/pa_globals.h,
23974: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
23975: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23976: main/untaint.C: speeded up typo-html replacements. introducing
23977: Dictionary with first-char caching
23978:
23979: 2001-07-31 parser
23980:
23981: * src/types/Makefile.am: pa_vtable.C added to .am
23982:
23983: * src/main/compile.tab.C: added, so that could be compiled even on
23984: non-bison-enabled platforms
23985:
23986: 2001-07-28 parser
23987:
23988: * src/classes/table.C: table:hash always produces hash, when can't
23989: - empty
23990:
23991: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
23992: skipped \n
23993:
23994: 2001-07-27 parser
23995:
23996: * src/classes/: double.C, int.C, string.C: provided meaningful msg
23997: on int/double/string :sql without result and default
23998:
23999: 2001-07-26 parser
24000:
24001: * src/classes/op.C: fixed bad multithread bug with strangly global
24002: OP
24003:
24004: * src/main/compile.y: $man[$.age[zzz]] 0
24005:
24006: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
24007: creation syntax problem persists. restored $: for a while.
24008: thinking of $man[$.age[zzz]] syntax now
24009:
24010: * src/: classes/double.C, classes/int.C, classes/string.C,
24011: include/pa_opcode.h, main/compile.C, main/compile.y,
24012: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
24013: types/pa_vmethod_frame.h, types/pa_wcontext.h,
24014: types/pa_wwrapper.h: fixing :: realization #1
24015:
24016: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
24017: main/compile_tools.h, main/execute.C, main/pa_request.C,
24018: types/pa_vmethod_frame.h: introducing :: this is constructor call
24019: prefix. ordinary : remains for static accesses
24020:
24021: 2001-07-25 parser
24022:
24023: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
24024: fields 2. methods 3. columns
24025:
24026: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
24027: quote. optimized double&int tostring-s
24028:
24029: * src/main/: compile.C, compile.y, compile_tools.h: allowed
24030: whitespace before first method decl
24031:
24032: * src/classes/table.C: allowed nontable result in table:sql,
24033: results in empty table
24034:
24035: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
24036: lines before first method decl
24037:
24038: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
24039: types/pa_vtable.h: ^table.record[] now $table.fields
24040:
24041: * src/main/compile.y: $var[] is now empty string, not void
24042:
24043: * src/main/: compile.y, execute.C: $var[] is now empty string, not
24044: void
24045:
24046: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
24047: main/pa_globals.C: match replace code context moved to implicit
24048: $match context
24049:
24050: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
24051: main/compile_tools.h, main/execute.C: with killed, code storage
24052: introduced with former 'with' syntax
24053:
24054: 2001-07-24 parser
24055:
24056: * src/: main/compile.C, main/execute.C, main/pa_string.C,
24057: types/pa_value.h: first get_element, next get operator
24058:
24059: * src/main/compile.y: removed @end handling
24060:
24061: * src/main/: compile.C, compile.y: @end handling method2
24062:
24063: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
24064: file:move
24065:
24066: * src/main/pa_common.C: file_read close @ eof when imgsize bug
24067: fixed
24068:
24069: 2001-07-23 parser
24070:
24071: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
24072: driver
24073:
24074: * src/classes/hash.C: changed sql driver query interface
24075:
24076: * src/: classes/hash.C, classes/string.C, classes/table.C,
24077: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
24078: changed sql driver query interface
24079:
24080: 2001-07-20 parser
24081:
24082: * src/types/pa_vrequest.C: X!$browser:type
24083:
24084: * src/: classes/file.C, classes/string.C, include/pa_string.h,
24085: main/execute.C, main/pa_string.C, types/pa_valiased.C,
24086: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
24087: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
24088: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
24089: types/pa_vobject.h, types/pa_vrequest.C,
24090: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
24091: ^class:method dynamic calls allowed. ^BASE.method call disabled.
24092: BASE element globally removed
24093:
24094: 2001-07-18 parser
24095:
24096: * src/classes/file.C: file:exec/cgi msg
24097:
24098: * src/classes/file.C: $file:exit-code renamed to 'status'
24099:
24100: * src/: classes/file.C, main/pa_exec.C: file:exec
24101:
1.116 moko 24102: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
24103: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
24104: removed $id from *.in *.am
1.95 moko 24105:
24106: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
24107: abbrevations
24108:
24109: * src/: classes/date.C, classes/mail.C, classes/math.C,
24110: classes/string.C, classes/table.C, include/pa_globals.h,
24111: include/pa_string.h, main/execute.C, main/pa_globals.C,
24112: main/pa_request.C, main/pa_string.C, main/untaint.C,
24113: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
24114: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
24115: $ORIGINS(1) output tracing mode
24116:
24117: 2001-07-13 parser
24118:
24119: * src/: classes/double.C, classes/int.C, classes/string.C,
24120: include/pa_request.h, main/execute.C, main/pa_request.C:
24121: auto.p[@auto], /news/auto.p[no @auto], so that initializing
24122: second would not call first @auto
24123:
24124: * src/main/: execute.C, pa_request.C: order of MAIN parents was
24125: wrong, fixed
24126:
24127: 2001-07-12 parser
24128:
24129: * src/types/pa_value.h: pa_value.putelement modification of system
24130: classes prevented
24131:
24132: 2001-07-11 parser
24133:
24134: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
24135: table $piece
24136:
24137: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
24138: types/pa_vstateless_class.h: $file created by file:state +=
24139: .atime .mtime .ctime +found&fixed bug with exceptions on
24140: get_junction-created objects [they were on wrong pool]
24141:
24142: 2001-07-09 parser
24143:
24144: * src/main/untaint.C: qp wrong name
24145:
24146: * src/: classes/date.C, classes/string.C, classes/table.C,
24147: main/compile.y: date format 0
24148:
24149: 2001-07-07 parser
24150:
24151: * src/: classes/date.C, classes/table.C, include/pa_common.h,
24152: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
24153: roll table calendar
24154:
24155: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
24156: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
24157: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
24158: include/pa_request.h, main/main.dsp, types/pa_value.h,
24159: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
24160: string. todo: sql, calendar
24161:
24162: 2001-07-06 parser
24163:
24164: * src/: classes/math.C, include/pa_request.h, main/execute.C,
24165: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
24166:
24167: 2001-07-03 parser
24168:
24169: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
24170: classes/random.C, main/main.dsp: class random renamed to math,
24171: operators became methods
24172:
24173: * src/classes/op.C: pow sqrt
24174:
24175: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
24176:
24177: 2001-07-02 parser
24178:
24179: * src/classes/table.C: ^table.columns column renamed from 'name' to
24180: 'column'
24181:
24182: * src/classes/hash.C: ^hash.keys[]
24183:
24184: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
24185:
24186: * src/main/: compile.y, compile_tools.h: in expressions now allowed
24187: 'strings'
24188:
24189: 2001-06-29 parser
24190:
24191: * src/main/: execute.C: /0 %0 checkes ver 2
24192:
24193: * src/main/execute.C: /0 %0 checke
24194:
24195: * src/classes/Makefile.am: nothing - void
24196:
24197: * src/classes/table.C: empty strings @ sql
24198:
24199: 2001-06-28 parser
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_tools.C, main/execute.C,
24206: 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,
24211: targets/isapi/parser3isapi.C, main/compile.y: */ static const
24212: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
24213: $";
24214:
24215: * src/: classes/double.C, classes/file.C, classes/form.C,
24216: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
24217: classes/op.C, classes/random.C, classes/response.C,
24218: classes/string.C, classes/table.C, classes/void.C,
24219: main/compile.C, main/compile.y, main/compile_tools.C,
24220: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
24221: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
24222: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
24223: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
24224: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 24225: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 24226:
24227: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
24228: $class:name: == ${class:name}:
24229:
24230: * src/classes/string.C: exactly one
24231:
24232: 2001-06-27 parser
24233:
24234: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
24235: types/pa_vvoid.h: nothing renamed to void
24236:
24237: * src/classes/op.C: ^switch ^case
24238:
24239: * src/main/compile.y: nothing renamed to void
24240:
24241: * src/: classes/hash.C, classes/table.C, main/compile.y,
24242: main/execute.C, main/main.dsp, main/pa_request.C,
24243: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
24244: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
24245: void
24246:
24247: * src/main/compile.y: lexer: $zzzz^zzzz were name part
24248:
24249: 2001-05-28 parser
24250:
24251: * src/doc/html2chm.cmd: removed >a
24252:
24253: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
24254: project options [some bugs]
24255:
24256: * src/doc/sources2html.cmd: z
24257:
24258: * src/: classes/classes.C, main/compile.C, main/compile.y,
24259: main/execute.C: operators are not in root class again
24260:
24261: 2001-05-24 parser
24262:
24263: * src/targets/cgi/parser3.dsp: project file
24264:
24265: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
24266: ^log ^exp
24267:
24268: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
24269: conversions in @exception[params]
24270:
24271: * src/main/pa_request.C: // no _ conversions in @exception[params]
24272:
24273: 2001-05-23 parser
24274:
24275: * src/main/pa_string.C: string cmp bug
24276:
24277: * src/classes/: mail.C, op.C: rem max 1000
24278:
24279: * src/: classes/op.C, main/compile.y: allow one empty line before
24280: LS_DEF_NAME
24281:
24282: 2001-05-22 parser
24283:
24284: * src/classes/op.C: if params code-required
24285:
24286: 2001-05-21 parser
24287:
24288: * src/types/pa_vstring.C: eoleof
24289:
24290: * src/classes/Makefile.am: .AM
24291:
24292: * src/classes/nothing.C: resultless ^sql moved to nothing:
24293:
24294: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
24295:
24296: * src/: classes/double.C, classes/nothing.C, classes/string.C,
24297: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
24298: types/pa_vunknown.h, classes/hash.C, main/compile.y,
24299: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
24300: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
24301: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
24302: 'nothing'
24303:
24304: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
24305: vstring::set_string
24306:
24307: * src/classes/: double.C, int.C, string.C: int,double;sql
24308:
24309: * src/: classes/hash.C, classes/int.C, classes/string.C,
24310: classes/table.C, include/pa_string.h, main/pa_string.C,
24311: types/pa_vstring.C, types/pa_vstring.h: started int:sql
24312:
24313: * src/: classes/classes.C, classes/hash.C, classes/op.C,
24314: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
24315: hash:sql moved to main trunc. operators.txt updated
24316:
24317: * src/classes/: hash.C, op.C, table.C: hash:sql
24318:
24319: * src/classes/op.C: z
24320:
24321: * src/: main/compile.C, classes/classes.C: 1
24322:
24323: * src/: classes/classes.C, main/compile.C, main/compile.y,
24324: main/execute.C: 0
24325:
24326: * src/main/execute.C: z
24327:
24328: * src/targets/cgi/parser3.C: z
24329:
24330: * src/targets/cgi/parser3.C: argv can be just "parser3". made
24331: site_auto_path "." in that case
24332:
24333: * src/targets/cgi/: parser3.C: z
24334:
24335: * src/main/pa_request.C: .am
24336:
24337: * src/: main/pa_request.C, targets/cgi/parser3.C:
24338: pcre_tables=pcre_default_tables;
24339:
24340: 2001-05-19 parser
24341:
24342: * src/main/pa_string.C: z
24343:
24344: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
24345: introducing String::cstr_bufsize, returns just size+1 for as_is
24346: target.
24347:
24348: * src/: main/untaint.C, targets/cgi/pa_pool.C,
24349: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
24350: used, 4* mem wasted
24351:
24352: * src/classes/string.C: root context in match replace body now
24353: unchanged
24354:
24355: * src/types/pa_value.h: parameter # 1 based
24356:
24357: * src/main/pa_common.C: common: actual filename '%s'
24358:
24359: * src/classes/string.C: z
24360:
24361: * src/classes/Makefile.am: classes/.am
24362:
24363: * src/classes/: Makefile.am: classes/.am
24364:
24365: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
24366: targets/cgi/pa_pool.C: classes/.am
24367:
24368: 2001-05-18 parser
24369:
1.116 moko 24370: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
24371: pa_threads.C ins
1.95 moko 24372:
24373: * src/targets/cgi/Makefile.am: .am pa_threads.C added
24374:
24375: 2001-05-17 parser
24376:
24377: * src/: classes/string.C, include/pa_config_fixed.h,
24378: include/pa_config_includes.h, main/compile.y,
24379: main/compile_tools.h, main/execute.C, main/pa_array.C,
24380: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
24381: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
24382: types/pa_vform.C: #include "pa_config_includes.h" removed from
24383: most .C
24384:
24385: * src/doc/html2chm.cmd: z
24386:
24387: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
24388: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
24389:
24390: * src/main/pa_sql_driver_manager.C: moved expiration to
24391: get_connection_from_cache
24392:
24393: * src/main/pa_sql_driver_manager.C: cache expiration bf
24394:
24395: * src/: classes/classes.h, include/pa_sql_connection.h,
24396: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
24397: cache expiration[use SQL_Driver::disconnect]
24398:
24399: * src/main/pa_table.C: table.locate current restored on "not found"
24400:
24401: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
24402: line no
24403:
24404: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
24405: ANTI_ENDLESS_EXECUTE_RECOURSION
24406:
24407: * src/: classes/op.C, include/pa_sql_connection.h,
24408: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
24409: sql/pa_sql_driver.h: fixed problem at last: 2connections own
24410: 1driver and set_services fight for driver::fservices. before fix
24411:
24412: * src/: classes/op.C, include/pa_config_fixed.h,
24413: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
24414: main/pa_sql_driver_manager.C: found problem at last: 2connections
24415: own 1driver and set_services fight for driver::fservices. before
24416: fix
24417:
24418: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24419: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
24420: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
24421: pa_threads.C
24422:
24423: * src/include/pa_threads.h: removed targets/parser
24424:
24425: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
24426: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
24427: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
24428: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
24429: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
24430: headers
24431:
24432: * src/: classes/image.C, include/pa_sql_driver_manager.h,
24433: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
24434: order prevented sqlmanager to see MULTYTHREAD define
24435:
24436: * src/: include/pa_config_fixed.h, include/pa_threads.h,
24437: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
24438: put/gets
24439:
24440: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
24441: from hash.h
24442:
24443: * src/: classes/op.C, include/pa_sql_connection.h,
24444: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
24445: from cache ->set_services(&services);
24446:
24447: 2001-05-16 parser
24448:
24449: * src/targets/cgi/parser3.C: z
24450:
24451: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
24452: debug, #ifdefed some. would debug later, on more precise sample
24453: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
24454: $name.$tail[$tail!] $name.$tail } ok3
24455:
24456: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
24457: removed array debug. before vstring rebasing
24458:
24459: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
24460: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
24461: array debugged; adjusted
24462:
24463: * src/main/: pa_sql_driver_manager.C, pa_string.C:
24464: SQL_Driver_manager line no for connect/charset errors
24465:
24466: 2001-05-15 parser
24467:
24468: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
24469: main/pa_string.C: string+array made linear grows
24470:
24471: * src/: include/pa_string.h, main/pa_string.C,
24472: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
24473: grow lineary, not exponentialy
24474:
24475: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
24476: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
24477: with fullchunk cmps
24478:
24479: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
24480: 70041= 81
24481:
24482: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
24483: targets/cgi/parser3.C: detected huge mem allocation: size/times
24484: malloc 27809390/368771, calloc 3232/83. would test now
24485:
24486: * src/: classes/random.C, main/compile.y, main/execute.C,
24487: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
24488: numbered params had wrong name - for instance: bad error message
24489: in ^for[] bad body type. fixed
24490:
24491: 2001-05-14 parser
24492:
24493: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
24494: main/untaint.C: ^string.upper|lower[]
24495:
24496: 2001-05-11 parser
24497:
24498: * src/: classes/double.C, classes/image.C, classes/op.C,
24499: classes/string.C, classes/table.C, classes/unknown.C,
24500: main/execute.C, types/pa_value.h, types/pa_vbool.h,
24501: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
24502: types/pa_vunknown.h: op: MAX_LOOPS as_int
24503:
24504: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
24505: .dsp for win32tools
24506:
24507: 2001-05-11 paf
24508:
24509: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
24510: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
24511: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
24512: targets/isapi/kill.pl: moved win32 helpers to /win32tools
24513:
24514: 2001-05-10 paf
24515:
24516: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
24517: for C++, that's all
24518:
1.116 moko 24519: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
24520: pa_config_includes.h: inline wonders
1.95 moko 24521:
24522: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
24523: doc/doxygen.cmd: hash.C added
24524:
24525: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
24526:
24527: * src/main/compile.y: @end grammar: allowed zero strings in control
24528: menthod
24529:
24530: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
24531: pa_vstateless_object.h: changed priority: field before method
24532: lookup in vclass & vobject
24533:
24534: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
24535: grammar: priorities changes [lowerd && prior] vobject: now first
24536: fields, next methods
24537:
24538: 2001-05-08 paf
24539:
24540: * src/main/pa_table.C: table columnname2item on nameless ignored
24541: bark=false. fixed
24542:
24543: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
24544: types/pa_vmethod_frame.h: hash:default works at last!
24545:
24546: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
24547: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
24548: hash:default
24549:
24550: * src/classes/table.C: z
24551:
24552: * src/classes/table.C: table:hash always hash of hash now
24553:
24554: * src/classes/table.C: table:empty return bool now
24555:
24556: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
24557: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24558: types/pa_vtable.h: table:hash
24559:
24560: * src/classes/table.C: table:record have name
24561:
24562: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
24563: returns vunknown
24564:
24565: * src/classes/: double.C, int.C, op.C, string.C:
24566: int,double,string:int[] double[] string:length[] results now have
24567: hames
24568:
24569: * src/: classes/op.C, classes/table.C, main/main.dsp,
24570: types/pa_vtable.h: removed table:find. table:locate and op:eval
24571: now return bool
24572:
24573: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
24574: in method checkparams again. fixed
24575:
24576: 2001-05-07 paf
24577:
24578: * src/doc/chm.cmd: cmd
24579:
24580: * src/: classes/image.C, classes/mail.C, classes/string.C,
24581: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
24582: types/pa_value.h: method reported errors on wrong pool
24583:
24584: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
24585: now
24586:
24587: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
24588: include/code.h, include/pa_opcode.h, main/compile.C,
24589: main/compile_tools.h, main/execute.C, types/pa_value.h,
24590: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24591: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24592: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
24593: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24594: types/pa_vmethod_frame.h, types/pa_vobject.h,
24595: types/pa_vrequest.h, types/pa_vresponse.h,
24596: types/pa_vstateless_class.h, types/pa_vstring.h,
24597: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24598: types/pa_wwrapper.h: pa_code.h
24599:
24600: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
24601:
24602: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
24603: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
24604: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24605: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
24606: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24607: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
24608: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
24609: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
24610: types/pa_vtable.h: dox, split by not clean parts also
24611:
24612: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
24613: types/pa_vtable.h: table: fields, then methods. so to enable
24614: 'dir' fields & co. more
24615:
24616: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
24617: so to enable 'dir' fields & co.
24618:
24619: * src/main/compile.y: grammar: @end
24620:
24621: 2001-05-04 paf
24622:
24623: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
24624: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
24625:
24626: * src/: classes/classes.h, classes/double.C, classes/file.C,
24627: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24628: classes/op.C, classes/random.C, classes/response.C,
24629: classes/string.C, classes/table.C, classes/unknown.C,
24630: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
24631: method dox
24632:
24633: 2001-05-03 paf
24634:
24635: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
24636: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
24637: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
24638: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
24639: doc/string.dox, doc/targets.dox, doc/value.dox,
24640: main/pa_request.C: dox splitted .dox files and added some
24641:
24642: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
24643:
24644: 2001-05-02 paf
24645:
24646: * src/classes/: image.C, table.C: table:dir result are not tainted
24647: by file_name language now
24648:
24649: 2001-04-28 paf
24650:
24651: * src/classes/classes.inc: removed classes.inc
24652:
24653: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
24654: from .am
24655:
24656: * src/classes/classes.awk: skipped classes in .awk
24657:
24658: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
24659: classes/classes.inc, classes/double.C, classes/file.C,
24660: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
24661: classes/string.C, classes/table.C, classes/unknown.C,
24662: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
24663: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
24664: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
24665: pa_methoded back to classes/classes.h
24666:
24667: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
24668:
24669: * src/: classes/Makefile.am, classes/classes.awk,
24670: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
24671: classes/ls.exe, main/bison.exe: classes.inc autogenerator
24672:
24673: * src/: classes/classes.C, classes/classes.h, classes/double.C,
24674: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
24675: classes/response.C, classes/string.C, classes/table.C,
24676: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
24677: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
24678: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
24679: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
24680: include|main/pa_methoded
24681:
24682: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
24683: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
24684:
24685: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
24686: moved some configured data to request::classes_conf moved some
24687: string crations from globals to M... [works]
24688:
24689: * src/: classes/form.C, classes/mail.C, classes/op.C,
24690: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
24691: main/pa_request.C: moved some configured data to
24692: request::classes_conf moved some string crations from globals to
24693: M...
24694:
24695: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
24696: about to move configured data to special request hash
24697:
24698: * src/: classes/classes.C, classes/classes.h, classes/file.C,
24699: classes/form.C, classes/mail.C, include/pa_request.h,
24700: main/pa_request.C: configure started
24701:
24702: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
24703: 2. todo: methoded-configure
24704:
24705: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
24706: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24707: classes/_random.h, classes/_response.h, classes/_string.h,
24708: classes/_table.h, classes/_unknown.h, classes/classes.inc,
24709: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24710: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24711: classes/random.C, classes/response.C, classes/string.C,
24712: classes/table.C, classes/unknown.C, include/pa_globals.h,
24713: include/pa_request.h, main/compile.y, main/execute.C,
24714: main/main.dsp, main/pa_globals.C, main/pa_request.C,
24715: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
24716: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
24717: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
24718: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24719: types/pa_vrequest.h, types/pa_vresponse.h,
24720: types/pa_vstateless_class.h, types/pa_vstring.h,
24721: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
24722: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
24723: methoded-configure
24724:
24725: * src/: classes/file.C, classes/table.C, main/compile.y,
24726: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
24727: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
24728: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
24729:
24730: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
24731: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
24732: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24733: classes/random.C, classes/response.C, classes/string.C,
24734: classes/table.C, classes/unknown.C, include/pa_request.h,
24735: main/compile.y, main/execute.C, main/pa_globals.C,
24736: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
24737: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
24738: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
24739: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
24740: beautifying just compiled. todo: debug, configure
24741:
24742: 2001-04-27 paf
24743:
24744: * src/: classes/file.C, classes/image.C, classes/table.C,
24745: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
24746: beautifying -99
24747:
24748: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
24749: classes/_response.h, classes/_unknown.h, classes/classes.C,
24750: classes/classes.h, classes/double.C, classes/file.C,
24751: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
24752: classes/op.C, classes/random.C, classes/response.C,
24753: classes/string.C, include/pa_globals.h, main/main.dsp,
24754: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
24755: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
24756: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
24757: types/pa_vunknown.h: beautifying -100
24758:
24759: * src/main/compile.y: serge@ found @CLASS bug. fixed
24760:
24761: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
24762: classes/_op.h, classes/_random.h, classes/_table.h,
24763: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
24764: classes/op.C, classes/random.C, classes/response.C,
24765: classes/string.C, classes/table.C, classes/unknown.C,
24766: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24767: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
24768: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
24769: beautifying
24770:
24771: 2001-04-26 paf
24772:
24773: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
24774:
24775: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
24776: documentation ++
24777:
24778: * src/: classes/_exec.h, doc/doxygen.cfg,
24779: include/pa_config_fixed.h, include/pa_config_includes.h,
24780: targets/cgi/pa_pool.C: code documentation ++
24781:
24782: * src/: classes/_image.h, classes/op.C, classes/random.C,
24783: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24784: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
24785: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
24786: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
24787: types/pa_vmethod_frame.h, types/pa_vobject.h,
24788: types/pa_vrequest.C, types/pa_vrequest.h,
24789: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
24790: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
24791: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
24792: code documentation ++
24793:
24794: * src/: classes/image.C, classes/mail.C, classes/string.C,
24795: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
24796: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
24797: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
24798: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
24799: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
24800: types/pa_vobject.h, types/pa_vstateless_class.h,
24801: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
24802:
24803: * src/main/: pa_request.C, pa_string.C: z
24804:
24805: * src/: include/pa_common.h, include/pa_types.h,
24806: main/pa_sql_driver_manager.C: module [and, guess, isapi]
24807: connection caching fixed. request-pooled-url were stored into
24808: global connectioncache
24809:
24810: 2001-04-25 paf
24811:
24812: * src/: doc/doxygen.cfg, doc/doxygen.txt,
24813: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
24814:
24815: * src/: include/code.h, include/pa_common.h, main/compile.y,
24816: main/execute.C, main/pa_common.C: -d
24817:
24818: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
24819: illegal call check a bit improved, but still under iis no mapping
24820: of dir with parser allowed!
24821:
24822: 2001-04-24 paf
24823:
24824: * src/targets/Makefile.am: apache module lib .am
24825:
24826: * src/main/pa_exec.C: windows32 buildCommand
24827:
24828: 2001-04-23 paf
24829:
24830: * src/targets/cgi/Makefile.am: win32 conditional
24831:
24832: * src/targets/cgi/Makefile.am: win32 conditional
24833:
24834: * src/targets/cgi/Makefile.am: liblink
24835:
24836: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
24837: vfile fields return type
24838:
24839: * src/types/pa_vfile.h: vfile fields return type
24840:
24841: * src/include/pa_config_auto.h.in: .h.in
24842:
24843: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
24844: types/Makefile: makefiles removed
24845:
24846: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
24847: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
24848:
24849: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
24850: [tested: i & g ]
24851:
24852: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
24853: @test noticed series in isapi, check how initialize_random_class
24854: is called! [must be called only once]
24855:
24856: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
24857: would not be 'unknown column'
24858:
24859: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
24860: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
24861:
24862: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
24863: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
24864: [now doesnt]
24865:
24866: * src/targets/cgi/parser3.C: cgi cmdline ver
24867:
24868: * src/targets/cgi/parser3.C: cgi /// @test disable
24869: /cgi-bin/parser3/auto.p
24870:
24871: * src/main/untaint.C: untaint without charset
24872:
24873: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
24874: main/pa_common.C: common: file_write /// @test mkdirs
24875: file_delete rmdirs
24876:
24877: * src/main/untaint.C: mail header only once to =?
24878:
24879: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
24880: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
24881: main/untaint.C: untaint - @test optimize whitespaces for
24882: all but 'html'
24883:
24884: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
24885: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
24886: main/untaint.C: untaint - @test mail-header
24887:
24888: 2001-04-20 paf
24889:
24890: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
24891: include/pa_request.h, include/pa_string.h, main/compile.y,
24892: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
24893: targets/cgi/parser3.C: $MAIN:LOCALE
24894:
24895: * src/main/untaint.C: z
24896:
24897: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
24898:
24899: 2001-04-19 paf
24900:
24901: * src/main/compile_tools.h: $a$b bugfix
24902:
24903: * src/targets/cgi/parser3.C: z
24904:
24905: * src/classes/file.C: z
24906:
24907: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
24908: done: header to $fields. waits for header '\' tricks
24909:
24910: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
24911: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
24912: changed urlencode here and in untaint.C to HTTP standard's " and
24913: \" mech
24914:
24915: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
24916: http://alx/~paf/ doesnt load /auto.p
24917:
24918: 2001-04-18 paf
24919:
24920: * src/main/pa_request.C: 1
24921:
24922: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
24923: linux @alx
24924:
24925: 2001-04-17 paf
24926:
24927: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
24928: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
24929: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
24930: enabled
24931:
24932: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24933: classes/_exec.h, classes/_file.h, classes/_form.h,
24934: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24935: classes/_random.h, classes/_response.h, classes/_string.h,
24936: classes/_table.h, classes/_unknown.h, classes/file.C,
24937: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
24938: include/pa_config_fixed.h, include/pa_config_includes.h,
24939: include/pa_hash.h, include/pa_sql_driver_manager.h,
24940: include/pa_version.h, main/Makefile.am, main/compile.y,
24941: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
24942: main/pa_sql_driver_manager.C, sql/Makefile.am,
24943: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
24944: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
24945: types/pa_vform.C, types/pa_vimage.h: exec @jav
24946:
24947: * src/: include/pa_sql_driver_manager.h,
24948: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
24949: types/pa_vimage.h: sql driver interface now has initialize(client
24950: .so)
24951:
24952: 2001-04-16 paf
24953:
24954: * src/Makefile.am: compile2 cygwin
24955:
24956: * src/: include/pa_config_includes.h, main/pa_exec.C,
24957: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
24958:
24959: * src/targets/cgi/Makefile.am: compile0 jav
24960:
24961: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
24962: classes/_exec.h, classes/_file.h, classes/_form.h,
24963: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
24964: classes/_random.h, classes/_response.h, classes/_string.h,
24965: classes/_table.h, classes/_unknown.h, classes/image.C,
24966: classes/mail.C, classes/op.C, classes/random.C,
24967: include/pa_config_fixed.h, include/pa_config_includes.h,
24968: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
24969: main/compile.y, main/pa_common.C, main/pa_exec.C,
24970: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
24971: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
24972: compile-1
24973:
24974: 2001-04-15 paf
24975:
24976: * src/classes/op.C: z
24977:
24978: * src/classes/table.C: table:empty +=process
24979:
24980: * src/types/pa_value.h: MethodParams !junction
24981:
24982: * src/: classes/_string.h, classes/double.C, classes/file.C,
24983: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
24984: classes/random.C, classes/response.C, classes/string.C,
24985: classes/table.C, classes/unknown.C, main/pa_request.C:
24986: MethodParams everywhere
24987:
24988: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
24989: types/pa_vmethod_frame.h: MethodParams in op.C
24990:
24991: 2001-04-12 paf
24992:
24993: * src/: classes/image.C, types/pa_vimage.h: image:font :text
24994:
24995: * src/: classes/_unknown.h, classes/unknown.C,
24996: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
24997: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
24998:
24999: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
25000:
25001: * src/classes/image.C: image:gif now does not have params
25002:
25003: * src/classes/image.C:
25004: image:line/fill/rectangle/bar/replace/polygon/polybar
25005:
25006: * src/: classes/image.C, classes/op.C, main/execute.C,
25007: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
25008: for var now written not to r.wcontext, but to r.root cleared
25009: "entered_object" state
25010:
25011: 2001-04-11 paf
25012:
25013: * src/classes/image.C: image:create image:load
25014:
25015: * src/: classes/image.C, main/main.dsp: gd with mem write + image
25016: just compiled
25017:
25018: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25019: todo: gif without file
25020:
25021: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
25022: started porting to Pooled descendant
25023:
25024: * src/: classes/image.C, main/execute.C, main/main.dsp,
25025: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
25026: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
25027: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
25028:
25029: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
25030: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
25031: end. switching to python imaging lib
25032:
25033: * src/main/main.dsp: gd+smtp made separate libs
25034:
25035: * src/: include/pa_globals.h, include/pa_string.h,
25036: main/pa_common.C, main/pa_request.C, main/untaint.C,
25037: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
25038: length
25039:
25040: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
25041: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
25042: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
25043: UL_FILE_NAME of posted file name
25044:
25045: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
25046: post [broke when moved post read to core]
25047:
25048: 2001-04-10 paf
25049:
25050: * src/classes/image.C: image:html done
25051:
25052: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
25053:
25054: * src/classes/image.C: z
25055:
25056: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
25057: forgotten!
25058:
25059: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25060: main/pa_request.C, main/pa_string.C, main/untaint.C,
25061: types/pa_vimage.h: image:measure -90
25062:
25063: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
25064: classes/_int.h, classes/_mail.h, classes/_op.h,
25065: classes/_random.h, classes/_response.h, classes/_string.h,
25066: classes/_table.h, classes/file.C, classes/mail.C,
25067: include/pa_common.h, include/pa_globals.h, main/execute.C,
25068: main/main.dsp, main/pa_common.C, main/pa_globals.C,
25069: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
25070: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
25071: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
25072: compiled
25073:
25074: * src/classes/mail.C: minor bug with unclear from/to
25075:
25076: * src/classes/mail.C: sendmail unix skipping defaults
25077:
25078: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
25079: sendmail unix added defaults
25080:
25081: * src/classes/mail.C: unix sendmail compiled. todo:testing
25082:
25083: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
25084:
25085: 2001-04-09 paf
25086:
25087: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
25088: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
25089: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
25090: targets/isapi/parser3isapi.dsp: all targets exec
25091:
25092: * src/: include/pa_sapi.h, include/pa_string.h,
25093: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25094: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
25095: args in apache:util.script
25096:
25097: * src/include/pa_string.h: written but not tested exec with env for
25098: unix
25099:
25100: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
25101: targets/cgi/parser3.C: exec win32 env
25102:
25103: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
25104: 0
25105:
25106: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
25107: main/execute.C, main/main.dsp, main/pa_globals.C,
25108: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
25109: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
25110:
25111: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
25112: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
25113:
25114: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
25115: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
25116:
25117: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
25118: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
25119: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25120: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25121: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
25122: exec class just compiled. moved post read to request core
25123:
25124: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
25125: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
25126: main/pa_globals.C, targets/cgi/parser3.C,
25127: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
25128: are already read by vform
25129:
25130: 2001-04-08 paf
25131:
25132: * src/: classes/file.C, classes/mail.C, classes/string.C,
25133: include/pa_request.h, include/pa_string.h, main/pa_request.C:
25134: uuencode. string<<
25135:
25136: 2001-04-07 paf
25137:
25138: * src/classes/mail.C: z
25139:
25140: * src/classes/mail.C: z
25141:
25142: * src/classes/mail.C: ^mail[$attach
25143:
25144: * src/classes/mail.C: ^attach dead end
25145:
25146: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
25147: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25148: targets/isapi/parser3isapi.C: mail:send 1
25149:
25150: * src/: classes/mail.C, main/pa_request.C: z
25151:
25152: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
25153: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
25154: compiled
25155:
25156: * src/classes/mail.C: +=
25157:
25158: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
25159: prepared
25160:
25161: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
25162: include/pa_globals.h, include/pa_string.h, main/main.dsp,
25163: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25164: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
25165:
25166: 2001-04-06 paf
25167:
25168: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
25169: main/pa_string.C: table:dir 1
25170:
25171: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
25172: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
25173:
25174: * src/: classes/_op.h, classes/_root.h, classes/op.C,
25175: classes/root.C, include/pa_globals.h, include/pa_request.h,
25176: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
25177: main/pa_request.C: renamed 'root' to 'op'
25178:
25179: * src/classes/: _op.h, op.C: renamed from 'root'
25180:
25181: * src/types/pa_valiased.C: another root inherititance skipped
25182:
25183: * src/main/: compile.C, compile.y, execute.C: operators are now not
25184: root methods of parent class. just 'ROOT' class
25185:
25186: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
25187: @office
25188:
25189: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
25190:
25191: 2001-04-05 paf
25192:
25193: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
25194: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
25195: constructor flag dropped at get_method_frame and remembered into
25196: method_frame
25197:
25198: * src/: classes/file.C, classes/root.C, classes/string.C,
25199: classes/table.C, main/pa_request.C: junction to code&expression
25200: in errors
25201:
25202: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25203: main/pa_string.C, targets/isapi/parser3isapi.dsp:
25204: $LOCALE:ctype[Russian_Russia.1251]
25205:
25206: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
25207: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
25208: main/pa_table.C: hash now not thread-safe.
25209:
25210: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25211: main/untaint.C: z
25212:
25213: * src/: classes/random.C, classes/root.C, classes/table.C,
25214: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
25215: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
25216: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
25217: types/pa_wcontext.h: sql quote. string untaint UL_SQL
25218:
25219: * src/: classes/table.C, include/pa_sql_connection.h,
25220: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
25221:
25222: * src/classes/table.C: select * from hren error contains statement
25223:
25224: * src/: classes/table.C, include/pa_sql_connection.h,
25225: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
25226: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
25227:
25228: * src/: classes/root.C, include/pa_sql_connection.h,
25229: include/pa_sql_driver.h, main/main.dsp,
25230: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
25231: services for conv memory & error reporting
25232:
25233: 2001-04-04 paf
25234:
25235: * src/doc/doxygen.cfg: z
25236:
25237: * src/include/pa_sql_driver.h: mysql connect
25238:
25239: * src/include/pa_sql_driver.h: mysql info
25240:
25241: * src/: classes/root.C, include/pa_sql_driver.h,
25242: include/pa_sql_driver_manager.h, main/main.dsp,
25243: main/pa_sql_driver_manager.C: more manager&connection&driver
25244:
25245: * src/sql/Makefile.am: forgot to add mysql client
25246:
25247: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
25248: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
25249: [forgot to add libltdl, added]
25250:
25251: * src/: Makefile.am, classes/root.C, classes/string.C,
25252: classes/table.C, include/pa_globals.h, include/pa_hash.h,
25253: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
25254: include/pa_string.h, include/pa_table.h, main/main.dsp,
25255: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25256: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
25257: -1000 just compiled
25258:
25259: * src/: classes/random.C, classes/root.C, classes/table.C,
25260: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
25261: main/pa_request.C, types/pa_vclass.h: sql frame -10
25262:
25263: 2001-04-03 paf
25264:
25265: * src/types/pa_vform.C: z
25266:
25267: * src/: classes/string.C, types/pa_vform.C: string:match replace
25268: assigned lang
25269:
25270: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
25271: {}[]< empty []
25272:
25273: * src/: classes/file.C, classes/string.C, classes/table.C,
25274: include/pa_string.h, main/pa_common.C, main/pa_string.C,
25275: main/untaint.C: string:match replace 2. string.cstr(forced lang)
25276:
25277: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25278: string:match replace strange matches
25279:
25280: * src/classes/string.C: string:match replace 0
25281:
25282: * src/: classes/string.C, main/pa_string.C: string:match replace
25283: prepared 2
25284:
25285: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25286: string:match replace prepared
25287:
25288: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25289: string:match replace -11
25290:
25291: * src/: classes/string.C, include/pa_globals.h,
25292: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
25293: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
25294:
25295: * src/: classes/string.C, include/pa_globals.h,
25296: include/pa_string.h, main/main.dsp, main/pa_globals.C,
25297: main/pa_string.C: string:match [search] -1 just compiled
25298:
25299: * src/types/pa_vstring.C: z
25300:
25301: * src/: classes/double.C, classes/file.C, classes/form.C,
25302: classes/int.C, classes/response.C, classes/root.C,
25303: classes/string.C, classes/table.C, include/pa_string.h,
25304: main/pa_string.C: string:match -10 [frame]
25305:
25306: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
25307: main/pa_request.C: z
25308:
25309: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
25310: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
25311: todo/tests
25312:
25313: * src/include/pa_common.h: z
25314:
25315: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
25316: main/pa_request.C, targets/cgi/parser3.C,
25317: targets/isapi/parser3isapi.C, types/pa_vfile.C:
25318: content-disposition
25319:
25320: * src/: include/pa_common.h, include/pa_globals.h,
25321: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25322: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
25323:
25324: * src/: include/pa_common.h, include/pa_request.h,
25325: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
25326: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25327: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
25328: response:body
25329:
25330: * src/classes/table.C: table:append now uses string::split
25331:
25332: * src/classes/table.C: z
25333:
25334: * src/: classes/file.C, classes/root.C, classes/string.C,
25335: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
25336: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
25337: include/pa_string.h, main/execute.C, main/pa_string.C,
25338: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
25339: string::pos & cmp & piece bugs fixed. string::split new
25340: table:load separated from set table:set implemented with clean \n
25341: \t searches
25342:
25343: 2001-04-02 paf
25344:
25345: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
25346: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
25347: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25348: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
25349: it in table:set/load
25350:
25351: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
25352: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
25353:
25354: * src/classes/random.C: random:generate 1
25355:
25356: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
25357: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25358: types/pa_value.h: random:generate
25359:
25360: 2001-03-30 paf
25361:
25362: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
25363: todo: table flip and append. string::pos
25364:
25365: * src/: classes/double.C, classes/file.C, classes/int.C,
25366: classes/response.C, classes/root.C, classes/string.C,
25367: classes/table.C, main/compile.y, main/execute.C,
25368: types/pa_value.h, types/pa_vstateless_class.C,
25369: types/pa_vstateless_class.h: static|dynamic|any method
25370: registration
25371:
25372: * src/: classes/file.C, classes/table.C, include/pa_table.h,
25373: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
25374: table:flip
25375:
25376: 2001-03-29 paf
25377:
25378: * src/classes/string.C: string:xsplit forgot that they must result
25379: in 1 row N column [not vice versa]
25380:
25381: * src/classes/string.C: z
25382:
25383: * src/classes/string.C: string: rsplit
25384:
25385: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25386: string: lsplit
25387:
25388: * src/: classes/string.C, include/pa_string.h, main/execute.C,
25389: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
25390: lsplit -1
25391:
25392: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
25393: string: pos
25394:
25395: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
25396: string: pos -1
25397:
25398: * src/: classes/string.C, classes/table.C, include/pa_string.h,
25399: main/compile.y, main/pa_request.C, main/pa_string.C,
25400: main/untaint.C: string: left right mid
25401:
25402: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
25403: main/compile_tools.h, main/main.dsp, types/pa_value.h,
25404: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
25405: and [;] are different now.
25406:
25407: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25408: main/untaint.C: pool.request undone
25409:
25410: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
25411: main/untaint.C: pool.request
25412:
25413: 2001-03-28 paf
25414:
25415: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25416: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25417: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
25418: $request:browser [.type .version]; unknown.get_double now = 0.
25419:
25420: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
25421: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
25422: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
25423: types/pa_vform.C: file:load autodetection of mime-type by
25424: user-file-name
25425:
25426: * src/: classes/file.C, main/execute.C, main/pa_common.C,
25427: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
25428: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
25429:
25430: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
25431: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
25432: write. must be self.set
25433:
25434: * src/: classes/file.C, classes/root.C, classes/table.C,
25435: include/pa_table.h, main/pa_table.C: table:locate1, file:test
25436:
25437: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
25438: include/pa_table.h, main/pa_array.C, main/pa_table.C,
25439: types/pa_vtable.h: table:locate just compiled
25440:
25441: 2001-03-27 paf
25442:
25443: * src/main/: execute.C, pa_common.C: fixed r/w context of
25444: code-params2, fixed ntfs hardlink slow dir update
25445:
25446: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
25447: types/pa_wcontext.h: fixed r/w context of code-params
25448:
25449: * src/: classes/table.C, main/execute.C: about to change junction
25450: rcontext!!
25451:
25452: * src/: classes/double.C, classes/int.C, classes/root.C,
25453: classes/string.C, classes/table.C, main/compile_tools.C,
25454: main/execute.C, main/pa_request.C, main/untaint.C,
25455: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
25456: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25457: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
25458: types/pa_vunknown.h: sort 0
25459:
25460: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
25461: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
25462: renamed to are_static_calls_disabled
25463:
25464: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
25465: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
25466: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
25467: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
25468:
25469: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
25470:
25471: * src/: classes/table.C, include/pa_common.h, main/compile.y:
25472: started table:sort fixed minor bug in #...^{
25473:
25474: * src/: classes/table.C, include/pa_common.h, main/compile.y,
25475: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
25476: decided to have as it were. stepped back. grammar: added 'in'
25477: 'is' 'lt'&co follow-space check
25478:
25479: 2001-03-26 paf
25480:
25481: * src/: classes/file.C, classes/root.C, classes/table.C,
25482: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
25483: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25484: main/pa_table.C: moved ::save to pa_table. disabled @auto
25485: invocation in ^process
25486:
25487: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
25488:
25489: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
25490: main/pa_array.C: table:record
25491:
25492: * src/: main/untaint.C, targets/cgi/parser3.C,
25493: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25494: targets/isapi/pool_storage.h, types/pa_valiased.h,
25495: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
25496: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
25497: types/pa_vtable.h: z
25498:
25499: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
25500: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
25501: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
25502: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
25503: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
25504: method realisations on 'self' validity - they now can simply
25505: assume that 'self' is V{Proper} .
25506:
25507: 2001-03-25 paf
25508:
25509: * src/main/untaint.C: z
25510:
25511: * src/main/: pa_request.C, untaint.C: moved default typo-table to
25512: lowlevel - it initialization could be skipped if failed in @auto.
25513: so that exception report would use some table
25514:
25515: * src/main/pa_request.C: table empty lines ignored. system-default
25516: content type assigned in output:result [can fail in main:auto and
25517: skipped normal defaults extraction]
25518:
25519: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
25520: bug
25521:
25522: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
25523: processing to table [except preliminary \r\n \r \n replacements
25524: to "\n"]
25525:
25526: * src/: classes/table.C, main/untaint.C: html-typo - decided to
25527: move all the processing to table
25528:
25529: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
25530: main/pa_table.C, main/untaint.C: returned table originating.
25531: useful for reporting typo table problems origin. think would be
25532: useful somewhere else
25533:
25534: * src/main/untaint.C: typo \r \r\n \n properly handled
25535:
25536: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
25537: include/pa_table.h, main/compile.y, main/compile_tools.C,
25538: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
25539: main/pa_string.C, main/pa_table.C, main/untaint.C,
25540: types/pa_vcookie.h: typo & typo-default
25541:
25542: 2001-03-24 paf
25543:
25544: * src/main/pa_common.C: z
25545:
25546: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
25547: targets/cgi/parser3.C: html-typo 2
25548:
25549: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
25550: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
25551: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
25552: main/execute.C, main/pa_array.C, main/pa_globals.C,
25553: main/pa_request.C, main/pa_string.C, main/untaint.C,
25554: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
25555: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
25556: noticed double default content-type prob. run cgi.cmd tomorrow
25557: first html-typo sample. detected << problem: they become ltlt too
25558: fast
25559:
25560: * src/main/compile.y: z
25561:
25562: * src/main/: compile.y, compile_tools.h: #comment
25563:
25564: * src/: classes/file.C, classes/root.C, classes/table.C,
25565: include/pa_common.h, include/pa_request.h, main/compile.y,
25566: main/pa_common.C, main/pa_request.C, main/pa_string.C,
25567: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
25568: stringified
25569:
25570: * src/types/pa_valiased.C: decided to String-ify file_read
25571:
25572: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
25573: isapi/parser3isapi.dsp: cgi: sapi::log
25574:
25575: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
25576: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
25577: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
25578: error log experiments failed - cgi under iis got no access to
25579: log. registereventsource simply failed with 5(illegal call) code,
25580: while worked OK as standalone executable. isapi: used
25581: HSE_APPEND_LOG_PARAMETER feature
25582:
25583: * src/: include/pa_common.h, include/pa_globals.h,
25584: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25585: targets/isapi/parser3isapi.C: fixed default content-type
25586: allocation storage
25587:
25588: * src/: include/pa_globals.h, include/pa_request.h,
25589: main/pa_globals.C, main/pa_request.C: z
25590:
25591: * src/: include/pa_array.h, include/pa_hash.h,
25592: include/pa_request.h, main/compile.y, main/pa_array.C,
25593: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
25594: types/pa_vcookie.C: cyclic uses ignored. defaulted default
25595: content-type
25596:
25597: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
25598: sanity
25599:
25600: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
25601: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
25602: away freeze mech. no danger now for you can't do
25603: ^request:process[@new-method[] body] trick anymore. still
25604: remains $some_instance.process[@new-method[] possibility] but
25605: would leave it as a feature. see index for sample
25606:
25607: * src/: include/pa_common.h, main/pa_common.C,
25608: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
25609: monkey every target
25610:
25611: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
25612: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
25613: types/pa_vform.C, types/pa_vform.h: auto.p monkey
25614:
25615: 2001-03-23 paf
25616:
25617: * src/: include/pa_pool.h, main/pa_request.C,
25618: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
25619: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25620: targets/isapi/pool_storage.h: isapi: dumb pool storage
25621:
25622: * src/targets/isapi/pa_pool.C: decided to continue with extension
25623:
25624: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
25625: it would be better to rewrite as filter then to deal with pool
25626:
25627: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
25628: now like in cgi, not from APPL_PHYSICAL_PATH
25629:
25630: * src/: classes/root.C, classes/table.C, include/pa_common.h,
25631: include/pa_config_fixed.h, include/pa_config_includes.h,
25632: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
25633: include/pa_version.h, main/compile.y, main/execute.C,
25634: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
25635: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25636: main/untaint.C, targets/cgi/parser3.C,
25637: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
25638: cgi: reinvent document_root and request_uri under iis. autoconf
25639: updated. introducing ap_config_includes
25640:
25641: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
25642:
25643: * src/targets/cgi/parser3.C: cgi: only one pool now
25644:
25645: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
25646: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25647: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25648: types/pa_venv.h, types/pa_vform.C: sapi made object
25649:
25650: * src/: include/pa_globals.h, main/pa_request.C,
25651: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25652: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
25653: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
25654:
25655: * src/: main/pa_request.C, targets/cgi/parser3.C,
25656: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25657: isapi minor env beauty
25658:
25659: * src/: main/pa_request.C, targets/cgi/parser3.C,
25660: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
25661: isapi document_root 0
25662:
25663: 2001-03-22 paf
25664:
25665: * src/targets/isapi/parser3isapi.C: isapi keep-alive
25666:
25667: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
25668: isapi/parser3isapi.C: z
25669:
25670: * src/: include/pa_pool.h, main/pa_request.C,
25671: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
25672:
25673: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
25674: kill.pl: isapi added utils
25675:
25676: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
25677: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
25678: types/pa_vform.C: isapi 0
25679:
25680: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
25681: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
25682: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
25683: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
25684: started isapi
25685:
25686: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
25687: some comments
25688:
25689: * src/: include/pa_globals.h, include/pa_request.h,
25690: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
25691: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
25692: parser_root_auto_path parser_site_auto_path
25693:
25694: * src/types/pa_vcookie.C: cookie attr decoded
25695:
25696: 2001-03-21 paf
25697:
25698: * src/targets/cgi/parser3.C: z
25699:
25700: * src/include/pa_globals.h: post. todo: config of auto.p path
25701:
25702: * src/: include/pa_globals.h, targets/cgi/parser3.C,
25703: types/pa_venv.h: in cookie & env. todo:post
25704:
25705: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
25706: classes/root.C, classes/table.C, include/pa_array.h,
25707: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
25708: include/pa_request.h, include/pa_string.h, main/Makefile.am,
25709: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
25710: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25711: main/pa_table.C, main/untaint.C, targets/Makefile.am,
25712: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25713: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
25714: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
25715: shifted apache branch on main trunc
25716:
25717: * src/: include/pa_common.h, include/pa_globals.h,
25718: include/pa_pool.h, include/pa_request.h, main/main.dsp,
25719: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
25720: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
25721: starting mod_parser3
25722:
25723: * src/targets/cgi/parser3.C: starting mod_parser3
25724:
25725: 2001-03-20 paf
25726:
25727: * src/: main/pa_common.C, targets/cgi/Makefile.am,
25728: targets/cgi/parser3.C: automake compiled and works. todo:make
25729: win32 ifdefs work and add ifdef unistd
25730:
25731: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
25732: main/Makefile.am, main/pa_common.C, main/pa_request.C,
25733: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
25734: z
25735:
25736: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
25737: main/execute.C, main/pa_common.C, types/Makefile.am: removing
25738: locking
25739:
25740: * src/: classes/Makefile.am, types/Makefile.am: z
25741:
25742: * src/: Makefile.am, classes/file.C, classes/root.C,
25743: classes/table.C, include/pa_array.h, include/pa_request.h,
25744: include/pa_string.h, main/Makefile.am, main/execute.C,
25745: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
25746: main/pa_string.C, main/untaint.C, targets/Makefile.am,
25747: targets/cgi/Makefile.am, targets/cgi/parser3.C,
25748: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
25749:
25750: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
25751: main/pa_request.C, types/pa_vfile.h: ^table:save
25752:
25753: * src/: classes/file.C, classes/table.C, include/pa_array.h,
25754: include/pa_common.h, include/pa_request.h, include/pa_string.h,
25755: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
25756: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
25757: types/pa_vform.h: z
25758:
25759: * src/include/pa_string.h: z
25760:
25761: * src/: classes/_request.h, classes/request.C, main/main.dsp,
25762: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
25763: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25764: :Value
25765:
25766: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
25767: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
25768: :VStateless_object
25769:
25770: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
25771: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
25772: :VStateless_object
25773:
25774: * src/: main/main.dsp, targets/cgi/parser3.dsp,
25775: types/pa_valiased.C, types/pa_vform.h: commented VForm
25776:
25777: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
25778: types/pa_valiased.h, types/pa_value.h,
25779: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
25780: types/pa_vstateless_object.h: moved common get_element part from
25781: stateless object&class into VAliased
25782:
25783: * src/: classes/_env.h, classes/_table.h, classes/env.C,
25784: classes/table.C, main/execute.C, main/main.dsp,
25785: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
25786: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
25787: now :Value
25788:
25789: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
25790: main/execute.C, main/main.dsp, main/pa_globals.C,
25791: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
25792:
25793: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
25794: doxx
25795:
25796: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
25797: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
25798: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
25799: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
25800: and ^file:save
25801:
25802: 2001-03-19 paf
25803:
25804: * src/types/pa_vfile.C: z
25805:
25806: * src/: classes/file.C, classes/request.C, classes/table.C,
25807: include/pa_string.h, main/main.dsp, main/pa_pool.C,
25808: main/pa_request.C, main/untaint.C, types/pa_value.h,
25809: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
25810:
25811: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
25812: include/pa_string.h, include/pa_table.h, main/main.dsp,
25813: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
25814: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
25815: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
25816: classes/_file.h, classes/file.C, types/pa_vfile.C,
25817: types/pa_vfile.h: file class just compiled
25818:
25819: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
25820: include/pa_table.h, include/pa_types.h, main/execute.C,
25821: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
25822: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
25823: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
25824:
25825: * src/include/pa_pool.h: z
25826:
25827: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
25828: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
25829: Hash::Value to Val so to doxygen would finlly stop confusing
25830: those Value-s
25831:
25832: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
25833: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
25834: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
25835: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
25836: include/pa_types.h, main/compile.C, main/compile.y,
25837: main/compile_tools.C, main/compile_tools.h, main/execute.C,
25838: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
25839: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
25840: main/pa_request.C, main/pa_string.C, main/pa_table.C,
25841: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
25842:
25843: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
25844: derivates somehow unlinked. don't know why yet
25845:
25846: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
25847: include/pa_string.h, include/pa_threads.h, main/compile.C,
25848: main/compile.y, main/compile_tools.C, main/compile_tools.h,
25849: main/execute.C, main/pa_array.C, main/pa_common.C,
25850: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
25851: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
25852: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
25853:
25854: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
25855: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
25856: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
25857: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
25858: types/pa_vrequest.h: doc: detected Value derivates prob
25859:
25860: * src/include/pa_globals.h: z
25861:
25862: * src/: classes/_request.h, classes/request.C, include/code.h,
25863: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
25864: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
25865: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
25866: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
25867: main/execute.C, main/pa_pool.C, main/pa_request.C,
25868: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25869: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
25870:
25871: 2001-03-18 paf
25872:
25873: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
25874: cookie: allowed access to hash-assigned
25875:
25876: * src/targets/cgi/parser3.C: z
25877:
25878: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
25879: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
25880: include/pa_types.h, main/main.dsp, main/pa_common.C,
25881: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25882: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
25883: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
25884: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
25885: types/pa_vunknown.h: cookie class
25886:
25887: * src/main/pa_request.C: zero length output allowed
25888:
25889: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
25890: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
25891:
25892: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
25893: lang switch
25894:
25895: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
25896: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25897: types/pa_value.h, types/pa_vhash.h:
25898: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
25899:
25900: * src/main/execute.C: z
25901:
25902: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
25903: targets/cgi/parser3.C: taint[uri
25904:
25905: * src/: classes/request.C, classes/response.C, classes/root.C,
25906: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
25907: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
25908: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
25909:
25910: * src/: classes/root.C, classes/string.C, include/pa_string.h,
25911: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
25912: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
25913: types/pa_vstateless_class.C: convinient string(pool, char *src,
25914: bool tainted) ctor
25915:
25916: * src/: include/pa_hash.h, include/pa_request.h,
25917: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
25918: main/pa_request.C, main/pa_string.C, main/untaint.C,
25919: targets/cgi/parser3.C: proper @exceptions params tainting
25920:
25921: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
25922: response fields to header
25923:
25924: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
25925: z
25926:
25927: * src/: classes/_response.h, classes/response.C,
25928: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
25929: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
25930: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
25931: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
25932: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
25933: $response: 0 request::core exception rethrow
25934:
25935: 2001-03-16 paf
25936:
25937: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
25938: types/pa_vrequest.h: native method' class call with less params
25939: then needed error reporting
25940:
25941: * src/: classes/_request.h, classes/request.C,
25942: include/pa_globals.h, include/pa_request.h, main/execute.C,
25943: main/main.dsp, main/pa_globals.C, main/pa_request.C,
25944: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
25945: types/pa_vrequest.h: $request : query :uri
25946:
25947: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
25948: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
25949: types/pa_wcontext.h: $result
25950:
25951: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
25952:
25953: * src/: classes/double.C, include/code.h, main/compile.y,
25954: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
25955: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
25956:
25957: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
25958: main/compile.y, main/execute.C, types/pa_value.h,
25959: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
25960: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
25961: wcontext conflict
25962:
25963: * src/: main/execute.C, types/pa_value.h,
25964: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
25965: $string.field
25966:
25967: 2001-03-15 paf
25968:
25969: * src/main/pa_request.C: news sample
25970:
25971: * src/: main/compile.y, main/execute.C, main/pa_request.C,
25972: targets/cgi/parser3.C, types/pa_vstring.h: @exception
25973:
25974: * src/main/: compile.y, execute.C: z
25975:
25976: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
25977: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
25978: pre pre works
25979:
25980: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25981: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
25982: fillfields just compiled
25983:
25984: 2001-03-14 paf
25985:
25986: * src/: include/pa_request.h, main/pa_request.C,
25987: targets/cgi/parser3.C: z
25988:
25989: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
25990: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
25991: types/pa_vstring.h: limits -1
25992:
25993: * src/: include/pa_globals.h, include/pa_request.h,
25994: include/pa_types.h, main/main.dsp, main/pa_globals.C,
25995: main/pa_request.C, targets/cgi/parser3.C,
25996: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
25997: request_info -1
25998:
25999: * src/: include/pa_globals.h, main/pa_globals.C,
26000: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
26001: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
26002: vform_fields_fill
26003:
26004: * src/targets/cgi/parser3.C: # if MSVC
26005:
26006: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
26007: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
26008:
26009: * src/targets/cgi/parser3.C: z
26010:
26011: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
26012: include/pa_string.h, include/pa_types.h, main/compile.y,
26013: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
26014: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
26015: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
26016: types/pa_vunknown.h: global handler, exceptions in parser3
26017:
26018: 2001-03-13 paf
26019:
26020: * src/: classes/form.C, main/compile.y, main/core.C,
26021: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
26022: types/pa_vform.h, types/pa_vstateless_class.C,
26023: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
26024: instead
26025:
26026: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26027: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
26028: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
26029: started cgi target
26030:
26031: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
26032: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
26033: before error show with parser
26034:
26035: * src/: classes/_form.h, classes/form.C, include/core.h,
26036: include/pa_request.h, main/core.C, main/pa_request.C,
26037: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
26038:
26039: * src/targets/cgi/: parser.dsp, parser3.dsp: z
26040:
26041: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
26042: parser3.C: renamed targets/ parser to cgi
26043:
26044: * src/: classes/double.C, classes/env.C, classes/int.C,
26045: classes/root.C, classes/string.C, classes/table.C,
26046: include/pa_request.h, types/pa_vhash.h: z
26047:
26048: * src/: classes/_env.h, classes/env.C, classes/root.C,
26049: include/core.h, include/pa_pool.h, include/pa_request.h,
26050: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
26051: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26052: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
26053: [historical moment :)]
26054:
26055: * src/: include/code.h, include/pa_string.h, main/compile.y,
26056: main/execute.C, main/pa_string.C: 'value is type' expr operator
26057:
26058: * src/types/pa_venv.h: $ENV 1
26059:
26060: * src/main/execute.C: z
26061:
26062: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
26063: future methods of ENV constructor if
26064:
26065: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
26066: class
26067:
26068: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26069: classes/_root.h, classes/_string.h, classes/_table.h,
26070: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26071: classes/string.C, classes/table.C, include/pa_request.h,
26072: main/compile.C, main/compile_tools.h, main/core.C,
26073: main/execute.C, main/main.dsp, main/pa_request.C,
26074: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26075: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26076: types/pa_vobject.h, types/pa_vstateless_class.C,
26077: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26078: types/pa_wcontext.h: $ENV: re 0, stateless classes
26079:
26080: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26081: classes/_root.h, classes/_string.h, classes/_table.h,
26082: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
26083: classes/string.C, classes/table.C, include/pa_request.h,
26084: main/compile.C, main/compile_tools.h, main/core.C,
26085: main/execute.C, main/main.dsp, main/pa_request.C,
26086: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
26087: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
26088: types/pa_vobject.h, types/pa_vstateless_class.C,
26089: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
26090: types/pa_wcontext.h: $ENV: re 0, stateless classes
26091:
26092: * src/: include/pa_request.h, main/compile.C, main/execute.C,
26093: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
26094: yesterdays bad decision on execute_static_method
26095:
26096: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
26097:
26098: * src/: classes/double.C, classes/int.C, classes/root.C,
26099: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
26100:
26101: * src/main/pa_request.C: z
26102:
26103: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26104: include/pa_pool.h: skipped_restructure_exceptions_dead_end
26105:
26106: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
26107: include/pa_pool.h, main/pa_request.C:
26108: restructure_exceptions_dead_end
26109:
26110: * src/: classes/root.C, main/compile.y: ^if required junctions.
26111: allowed ; inside {} to break params
26112:
26113: * src/classes/root.C: ^eval
26114:
26115: * src/: classes/_string.h, classes/double.C, classes/int.C,
26116: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
26117: string ^format
26118:
26119: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
26120: 'bad' but not 'enough'
26121:
26122: * src/: classes/double.C, classes/root.C, classes/table.C,
26123: include/pa_common.h, include/pa_types.h, main/compile.y,
26124: main/pa_common.C, main/pa_request.C, main/untaint.C,
26125: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
26126: types/pa_wwrapper.h: think constructing flag as is is bad
26127:
26128: * src/: classes/double.C, classes/int.C, classes/root.C,
26129: classes/string.C, classes/table.C, main/core.C, main/execute.C,
26130: types/pa_vint.h: ^for
26131:
26132: 2001-03-12 paf
26133:
26134: * src/classes/table.C: table ^empty
26135:
26136: * src/: classes/table.C, include/pa_table.h: table ^menu
26137:
26138: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
26139: ^offset ^line ^count
26140:
26141: * src/classes/root.C: ^round() ^floor() ^ceiling()
26142: ^abs() ^sign()
26143:
26144: * src/classes/: root.C, table.C: ^use
26145:
26146: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26147: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
26148: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
26149: ^while. switched off wcontext.constructing after write(value) or
26150: auto-vhash-constructing
26151:
26152: * src/: classes/root.C, classes/table.C, include/pa_request.h,
26153: main/pa_request.C: fail_if_junction_ helper func
26154:
26155: * src/: classes/root.C, classes/table.C, include/pa_common.h,
26156: include/pa_request.h, main/execute.C, main/main.dsp,
26157: main/pa_common.C, main/pa_request.C: ^process error point by
26158: actual method_name, not source. ^load
26159:
26160: * src/types/pa_vtable.h: table: no, better with string in cells...
26161:
26162: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
26163: classes/_table.h, classes/table.C, main/untaint.C: z
26164:
26165: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
26166: include/pa_table.h, main/core.C, main/execute.C,
26167: main/pa_common.C, main/pa_request.C, main/pa_table.C,
26168: types/pa_value.h: table:set 0
26169:
26170: * src/: classes/root.C, include/core.h, include/pa_array.h,
26171: include/pa_request.h, include/pa_table.h, main/core.C,
26172: main/main.dsp, main/pa_request.C, main/pa_table.C,
26173: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
26174: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
26175: types/pa_vstring.h: freeze, ^table:create[] -1
26176:
26177: * src/: classes/root.C, types/pa_value.h: z
26178:
26179: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
26180: get_method in couple places optimizing them
26181:
26182: * src/classes/root.C: z
26183:
26184: * src/: classes/root.C, types/pa_vclass.h: process temp main
26185: zeroing
26186:
26187: * src/: classes/double.C, classes/int.C, classes/root.C,
26188: classes/string.C, include/pa_common.h, include/pa_request.h,
26189: include/pa_string.h, include/pa_types.h, main/compile.C,
26190: main/compile.y, main/compile_tools.h, main/execute.C,
26191: main/pa_common.C, main/pa_request.C, types/pa_value.h,
26192: types/pa_vmframe.h: ^process. actual names to store param and
26193: check_actual_numbered_params for better place diagnostics
26194:
26195: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
26196: method-junctions bug fixed
26197:
26198: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
26199: pa_vstateless_object.h, pa_vstring.h: stateless_object
26200:
26201: 2001-03-11 paf
26202:
26203: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
26204: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
26205: VDouble VInt base now VObject_base - without fields
26206:
26207: * src/: classes/root.C, include/core.h, main/core.C: z
26208:
26209: * src/: classes/double.C, classes/int.C, classes/root.C,
26210: classes/string.C, include/core.h, include/pa_hash.h,
26211: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
26212: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
26213:
26214: * src/: classes/double.C, classes/int.C, classes/root.C,
26215: include/pa_request.h, main/execute.C: intercept_string
26216:
26217: * src/: classes/double.C, classes/int.C, classes/root.C,
26218: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
26219:
26220: * src/: classes/double.C, classes/int.C, include/pa_request.h:
26221: ^inc-s(expr)
26222:
26223: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26224: classes/_root.h, classes/_string.h, classes/double.C,
26225: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26226: include/code.h, include/core.h, include/pa_array.h,
26227: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26228: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26229: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26230: include/pa_types.h, main/compile.C, main/compile.y,
26231: main/compile_tools.C, main/compile_tools.h, main/core.C,
26232: main/execute.C, main/pa_array.C, main/pa_common.C,
26233: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
26234: main/pa_request.C, main/pa_string.C, main/pa_table.C,
26235: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26236: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26237: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26238: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26239: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26240: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
26241:
26242: * src/: main/pa_request.C, types/pa_vhash.h: z
26243:
26244: * src/: include/core.h, include/pa_request.h, main/core.C,
26245: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
26246:
26247: * src/: include/pa_valiased.h, include/pa_value.h,
26248: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26249: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26250: include/pa_vjunction.h, include/pa_vmframe.h,
26251: include/pa_vobject.h, include/pa_vstring.h,
26252: include/pa_vunknown.h, include/pa_wcontext.h,
26253: include/pa_wwrapper.h, main/compile.y, main/core.C,
26254: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
26255: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
26256: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
26257: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
26258: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
26259: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
26260: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
26261: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
26262: include/
26263:
26264: 2001-03-10 paf
26265:
26266: * src/: include/core.h, include/pa_request.h, main/core.C,
26267: main/pa_request.C: run+auto=run
26268:
26269: * src/: classes/root.C, include/pa_request.h: minor if junction bug
26270:
26271: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
26272: classes/_root.h, classes/_string.h, classes/double.C,
26273: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
26274: include/code.h, include/core.h, include/pa_array.h,
26275: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
26276: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
26277: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
26278: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
26279: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
26280: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
26281: include/pa_vjunction.h, include/pa_vmframe.h,
26282: include/pa_vobject.h, include/pa_vstring.h,
26283: include/pa_vunknown.h, include/pa_wcontext.h,
26284: include/pa_wwrapper.h, main/compile.C, main/compile.y,
26285: main/compile_tools.C, main/compile_tools.h, main/core.C,
26286: main/execute.C, main/pa_array.C, main/pa_cframe.C,
26287: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
26288: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
26289: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
26290: main/pa_wcontext.C: sources header
26291:
26292: * src/main/pa_request.C: auto..
26293:
26294: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26295: main/pa_request.C: auto tree0
26296:
26297: * src/: include/core.h, include/pa_request.h, main/compile.y,
26298: main/core.C, main/pa_request.C: names to core.C
26299:
26300: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
26301: include/pa_request.h, main/core.C, main/execute.C,
26302: main/pa_common.C, main/pa_request.C: root auto.p loaded
26303:
26304: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
26305: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
26306: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26307: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
26308:
26309: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
26310: @auto[] realised. auto.p scan togo
26311:
26312: * src/: include/pa_request.h, main/execute.C: autocalc
26313: code-junctions result now have names
26314:
26315: * src/: classes/double.C, classes/int.C, classes/root.C,
26316: classes/string.C, include/pa_request.h, include/pa_string.h,
26317: include/pa_wcontext.h, main/compile.y, main/execute.C,
26318: main/pa_string.C, main/pa_wcontext.C: tainting 0
26319:
26320: * src/classes/env.C: env:file/line
26321:
26322: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
26323: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
26324: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
26325: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
26326: main/compile_tools.C, main/compile_tools.h, main/core.C,
26327: main/execute.C, main/main.dsp, main/pa_cframe.C,
26328: main/pa_request.C, main/pa_wcontext.C: const fight finished
26329:
26330: * src/include/pa_vclass.h: const fight to go
26331:
26332: * src/: classes/_env.h, classes/env.C, classes/root.C,
26333: include/pa_request.h, include/pa_vclass.h, main/core.C,
26334: main/main.dsp: env0
26335:
26336: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
26337: classes/_string.h, classes/double.C, classes/int.C,
26338: classes/root.C, classes/string.C, include/pa_request.h,
26339: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
26340: include/pa_wcontext.h, main/core.C, main/main.dsp,
26341: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
26342: main/pa_wcontext.C: ^lang prepare0
26343:
26344: 2001-03-09 paf
26345:
26346: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
26347: construct proper naming
26348:
26349: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
26350: classes/double.C, classes/int.C, classes/root.C,
26351: classes/string.C, include/code.h, include/pa_value.h,
26352: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
26353: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26354: main/compile.y, main/compile_tools.C, main/core.C,
26355: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
26356: and ^double[]. fixed expr type
26357:
26358: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26359: ^string.length[]
26360:
26361: 2001-03-08 paf
26362:
26363: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
26364:
26365: * src/: include/pa_vclass.h, include/pa_vstring.h,
26366: include/pa_wcontext.h, main/compile.y, main/core.C,
26367: main/execute.C, main/main.dsp: dead end: vstring can't be
26368: derivated from vobject
26369:
26370: * src/: include/pa_vclass.h, include/pa_vhash.h,
26371: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
26372:
26373: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
26374: remained clone conseqs
26375:
26376: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
26377:
26378: * src/main/pa_vclass.C: wow! vclass were out of vcs
26379:
26380: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
26381: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
26382: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
26383: include/pa_vobject.h, include/pa_vstring.h,
26384: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26385: main/execute.C: withoud cloning. didn't need it actually, params
26386: got passed from out unnamed ewpool
26387:
26388: * src/: include/pa_vdouble.h, include/pa_vhash.h,
26389: include/pa_vjunction.h, include/pa_vobject.h,
26390: include/pa_vunknown.h, main/compile.y: cloning dead end
26391:
26392: * src/: include/pa_bool.h, include/pa_double.h,
26393: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
26394: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
26395: include/pa_vjunction.h, include/pa_vmframe.h,
26396: include/pa_vobject.h, include/pa_vstring.h,
26397: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
26398: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
26399: to give params proper names
26400:
26401: * src/main/pa_wcontext.C: z
26402:
26403: * src/: include/pa_vmframe.h, main/execute.C: added names to
26404: unknown values in get_element and unfilled params. removed wrong
26405: name change in get_element
26406:
26407: * src/main/execute.C: z
26408:
26409: * src/main/execute.C: fixed problems calling operators in
26410: constructors
26411:
26412: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
26413: detected problems calling operators in constructors
26414:
26415: * src/: classes/root.C, include/pa_request.h, main/execute.C:
26416: autocalc def to string
26417:
26418: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
26419: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
26420:
26421: * src/classes/root.C: added root.c
26422:
26423: * src/: include/pa_request.h, include/pa_value.h,
26424: include/pa_vcframe.h, include/pa_vmframe.h,
26425: include/pa_wcontext.h, main/compile.C, main/compile.y,
26426: main/core.C, main/execute.C, main/pa_cframe.C,
26427: main/pa_wcontext.C: 'if' just compiled
26428:
26429: * src/: include/pa_vbool.h, include/pa_vdouble.h,
26430: include/pa_vjunction.h, include/pa_vmframe.h,
26431: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
26432: main/pa_wcontext.C: z
26433:
26434: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
26435: main/core.C, main/execute.C, main/main.dsp: z. detected probs
26436: with parameter names in operator methods
26437:
26438: * src/main/compile.y: minor renamings in .y
26439:
26440: * src/: include/pa_request.h, main/compile.C, main/compile.y,
26441: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
26442: @BASE. changed 'RUN' assignment mech
26443:
26444: * src/main/execute.C: z
26445:
26446: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26447: main/compile_tools.h, main/execute.C: made class: dynamic, not
26448: static. so to enable runtime ^use
26449:
26450: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
26451:
26452: * src/: include/code.h, main/compile.y, main/compile_tools.C,
26453: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
26454:
26455: * src/main/execute.C: root root in code-junction
26456:
26457: 2001-03-07 paf
26458:
26459: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
26460: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
26461:
26462: * src/: include/pa_stack.h, include/pa_value.h,
26463: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
26464: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
26465: fixed rwcontext of {} params up
26466:
26467: * src/main/: compile.y, compile_tools.h: ^func(params)
26468:
26469: * src/main/compile.y: .y priorities syntax shaped up a bit
26470:
26471: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
26472: include/pa_vunknown.h, main/compile.y, main/execute.C,
26473: main/pa_hash.C: expr def in -f
26474:
26475: * src/main/: compile.y, execute.C: expr calls
26476:
26477: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
26478: fixed
26479:
26480: * src/main/compile.y: expr quoted code
26481:
26482: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
26483: support0
26484:
26485: * src/main/compile.y: expr string comparisons 0
26486:
26487: * src/: include/pa_string.h, main/compile.y, main/execute.C,
26488: main/pa_string.C: just compiled lt&co
26489:
26490: * src/main/execute.C: ^var.menu{$field} problem detected. that
26491: $field not a $var.field
26492:
26493: 2001-03-06 paf
26494:
26495: * src/main/compile.y: .y expr visible-shorter
26496:
26497: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
26498: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
26499: logical
26500:
26501: * src/: include/pa_vstring.h, main/compile.y: problems with
26502: skipping whitespace in yylex
26503:
26504: * src/include/pa_vbool.h: forgot this
26505:
26506: * src/: include/code.h, main/compile.y, main/execute.C: without
26507: string ops in expressions 0
26508:
26509: * src/: include/pa_value.h, include/pa_vdouble.h,
26510: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
26511: main/execute.C, main/main.dsp: !~
26512:
26513: * src/: include/pa_vcframe.h, include/pa_vclass.h,
26514: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
26515: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26516: include/pa_vunknown.h, include/pa_wcontext.h,
26517: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26518: main/compile_tools.h, main/execute.C: +-*/
26519:
26520: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
26521: main/compile_tools.h: grammar-1.1 $a(z) $a=0
26522:
26523: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
26524: main/execute.C: expr grammar-1 2*2=4.000000 :)
26525:
26526: * src/main/compile.y: expr grammar-1
26527:
26528: * src/main/compile.y: expr lexx1
26529:
26530: * src/main/: compile.y, execute.C, main.dsp: z
26531:
26532: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
26533: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
26534: main/execute.C: expr lex0 exec-1
26535:
26536: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
26537:
26538: 2001-02-26 paf
26539:
26540: * src/main/compile.y: max_string in yyerror bug fix
26541:
26542: 2001-02-25 paf
26543:
26544: * src/: include/pa_value.h, include/pa_vmframe.h,
26545: include/pa_wcontext.h, main/execute.C: VAliased3
26546:
26547: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
26548:
26549: * src/main/execute.C: VAliased1
26550:
26551: * src/: include/pa_request.h, include/pa_value.h,
26552: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
26553: VAliased0
26554:
26555: * src/: include/pa_pool.h, include/pa_request.h,
26556: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
26557: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
26558: VAliased just compiled
26559:
26560: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
26561: include/pa_vobject.h, main/execute.C: alias dead end
26562:
26563: * src/: include/pa_value.h, include/pa_vclass.h,
26564: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26565: main/main.dsp: no not get fields into interm VFielded class.
26566: fields & staticfields 1
26567:
26568: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
26569: include/pa_vobject.h, include/pa_wcontext.h,
26570: include/pa_wwrapper.h, main/core.C, main/execute.C,
26571: main/main.dsp: would now get fields into interm VFielded class
26572:
26573: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26574: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
26575: include/pa_wcontext.h, main/compile.y, main/core.C,
26576: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
26577: main/pa_wcontext.C: virtuals2
26578:
26579: * src/main/compile.y: : 1
26580:
26581: * src/main/compile.y: rethought to $class:static.field.subfield
26582:
26583: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
26584: $class:element
26585:
26586: * src/: include/pa_value.h, include/pa_vmframe.h,
26587: include/pa_wwrapper.h, main/compile.y, main/execute.C,
26588: main/pa_wcontext.C: before execute class calls rewrite
26589:
26590: * src/: include/pa_request.h, main/compile.C, main/core.C: default
26591: name RUN, also alias
26592:
26593: * src/main/compile.y: escaping bug
26594:
26595: * src/: include/pa_request.h, include/pa_value.h,
26596: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
26597: main/core.C, main/execute.C, main/pa_common.C: vobject1
26598:
26599: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26600: include/pa_vmframe.h, include/pa_vobject.h,
26601: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
26602: main/compile_tools.h, main/execute.C: ^class:method() just
26603: compiled
26604:
26605: 2001-02-24 paf
26606:
26607: * src/main/main.dsp: no bison -d
26608:
26609: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
26610: class' err msg wrong
26611:
26612: * src/main/compile.y: z
26613:
26614: * src/main/: compile.y, core.C: yylex need some @special lines adj
26615:
26616: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
26617: main/compile.y, main/compile_tools.h, main/core.C: modules0
26618:
26619: * src/: include/pa_vclass.h, main/core.C: z
26620:
26621: * src/: include/pa_value.h, include/pa_vclass.h,
26622: include/pa_vobject.h, main/main.dsp: vobject00
26623:
26624: * src/main/pa_array.C: minor bug in expanding very small arrays.
26625: 60% from 1 were 0
26626:
26627: * src/: include/pa_value.h, include/pa_wcontext.h,
26628: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
26629: as bad as you've named it: wcontext.value() was not a perfect
26630: idea
26631:
26632: * src/main/execute.C: codeframe1
26633:
26634: * src/: include/pa_value.h, include/pa_vcframe.h,
26635: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
26636: include/pa_vjunction.h, include/pa_vmframe.h,
26637: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
26638: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
26639: just compiled
26640:
26641: * src/: include/pa_vframe.h, main/compile.y: found junction
26642: ideology @: ^x{$a()) must construct current wcontext element, so
26643: smart wcontext handling needed
26644:
26645: * src/main/compile.y: fixed grammar bugs in constructor/params
26646: klinch
26647:
26648: * src/main/: compile.y, execute.C: fixed empty constructor
26649: optimized empty case. failed on calls - produced empty string
26650: param
26651:
26652: * src/main/compile.y: fixed last \n macrotemplate strip bug
26653:
26654: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
26655: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
26656: main/compile_tools.C, main/compile_tools.h, main/core.C,
26657: main/execute.C: code junctions0. something wrong with last \n
26658: macrotemplate strip
26659:
26660: * src/: include/pa_value.h, main/compile.C, main/core.C,
26661: main/pa_value.C: minor error reporting format beautifyings
26662:
26663: * src/: include/pa_value.h, include/pa_vclass.h,
26664: include/pa_vframe.h, main/core.C, main/execute.C,
26665: main/pa_value.C: get_method RIP. junctions everywhere. call with
26666: junctions0
26667:
26668: 2001-02-23 paf
26669:
26670: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
26671: pa_wwrapper.h: lara came, can't work, sorry :(
26672:
26673: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
26674: junction
26675:
26676: * src/: include/pa_vframe.h, include/pa_vunknown.h,
26677: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
26678: main/execute.C, main/main.dsp, main/pa_value.C: call0
26679:
26680: * src/: include/pa_hash.h, include/pa_value.h,
26681: include/pa_wcontext.h, main/core.C, main/execute.C,
26682: main/main.dsp, main/pa_hash.C: started call. store param, vframe
26683: done
26684:
26685: * src/include/pa_wcontext.h: z
26686:
26687: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
26688: wrong grammar in complex constructor case
26689:
26690: * src/main/: compile.y, execute.C: empty constructor bug fixed
26691:
26692: * src/main/execute.C: with result rwpool
26693:
26694: * src/: include/pa_value.h, main/core.C, main/execute.C,
26695: main/main.dsp: value named
26696:
26697: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
26698: strign 2 value in 2 places in execute
26699:
26700: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
26701: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
26702: wcontext.put_element when wcontext fvalue==0
26703:
26704: 2001-02-22 paf
26705:
26706: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
26707: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
26708: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
26709:
26710: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
26711: erroreos checkout
26712:
26713: * src/: include/pa_request.h, main/compile.y: $self.put(val)
26714:
26715: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
26716: main/compile_tools.h, main/pa_array.C: $self.get
26717:
26718: * src/main/: compile.C, compile.y, compile_tools.C: z
26719:
26720: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
26721: bit. finished now.
26722:
26723: * src/main/compile.y: $: finished
26724:
26725: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
26726:
26727: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
26728: main/execute.C: OP_STRING better then some xxx _VALUE
26729:
26730: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
26731: main/compile_tools.C, main/compile_tools.h, main/execute.C:
26732: string to vstring it .y all
26733:
26734: * src/: include/pa_request.h, include/pa_stack.h,
26735: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
26736: all
26737:
26738: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
26739: precise parse error line:col
26740:
26741: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
26742: main/pa_hash.C, main/pa_pool.C: TRY...
26743:
26744: * src/: include/pa_exception.h, include/pa_pool.h,
26745: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
26746: main/compile.C, main/compile.y, main/compile_tools.C,
26747: main/core.C, main/pa_array.C, main/pa_exception.C,
26748: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
26749: main/pa_table.C: removed exception from request
26750:
26751: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
26752: some forgotten
26753:
26754: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
26755: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
26756: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
26757: get/put simple vars to VClass works0
26758:
26759: * src/: include/pa_array.h, include/pa_wcontext.h,
26760: main/pa_string.C: in process, but found that exceptions are too
26761: global
26762:
26763: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
26764: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
26765: main/execute.C, main/pa_string.C: write_value write_string 0 it
26766: seems wcontext must write strings regardles of fvalue!=0
26767:
26768: 2001-02-21 paf
26769:
26770: * src/main/execute.C: tired :)
26771:
26772: * src/main/: compile.C, compile.y, execute.C: store0
26773:
26774: * src/: include/compile.h, include/execute.h, include/pa_array.h,
26775: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
26776: include/pa_wcontext.h, main/compile.C, main/compile.y,
26777: main/execute.C, main/main.dsp, main/pa_array.C,
26778: main/pa_request.C: get put -1 [just compiled]
26779:
26780: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
26781: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
26782: main/main.dsp, main/pa_request.C: request core methods0
26783:
26784: * src/: include/compile.h, include/pa_array.h, main/compile.C,
26785: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
26786: execute
26787:
26788: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
26789: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
26790: methods and one_big_piece. now compile returns array<method*>
26791:
26792: * src/main/compile.y: more straightforward yylex[end]
26793:
26794: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
26795: string.operator==(char*)
26796:
26797: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
26798: main/execute.C, main/pa_array.C: after array.const get wonders
26799:
26800: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
26801: pa_string.h, pa_value.h: struck with const array.gets
26802:
26803: * src/main/: execute.C: z
26804:
26805: * src/main/: compile.y, execute.C: z
26806:
26807: * src/main/: compile.C, compile.y, compile_tools.h: error
26808: processing in eval & yyerror so it wouldn't cause memleaks.
26809:
26810: * src/main/: compile.C, compile.y: failed to add absolute precies
26811: parse error positions. leaving RIGHTMOST position as
26812: @file[line:col]
26813:
26814: * src/: include/compile.h, main/compile.C, main/compile.y,
26815: main/compile_tools.h: line numbers needed. would add them to .y
26816: now internally. externally it's not as precise as needed
26817:
26818: * src/: include/code.h, include/pa_types.h, main/compile.C,
26819: main/compile.y, main/compile_tools.C, main/compile_tools.h,
26820: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
26821: compiler works ok
26822:
26823: 2001-02-20 paf
26824:
26825: * src/main/: compile.C, compile.y, compile_tools.C,
26826: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
26827: not perfect
26828:
26829: * src/: include/code.h, include/compile.h, include/execute.h,
26830: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
26831: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26832: main/compile.C, main/compile.y, main/compile_tools.C,
26833: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
26834: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
26835: main/pa_string.C, main/pa_table.C: bison[yacc] first time
26836: compiled. execute=dump for now
26837:
26838: * src/main/core.C: core rewrite using yacc investigations now will
26839: be compile[yacc]/execute[opcodes]
26840:
26841: 2001-02-15 paf
26842:
26843: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
26844: rewrite as turing machine? for it seems it would be it's too many
26845: ifs with this syntax now
26846:
26847: 2001-02-14 paf
26848:
26849: * src/main/core.C: get_params 1
26850:
26851: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
26852: :( ]
26853:
26854: * src/main/core.C: varios breaks
26855:
26856: * src/main/core.C: get names 3
26857:
26858: * src/main/core.C: get names 2
26859:
26860: * src/main/core.C: get names 1
26861:
26862: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
26863: names 0
26864:
26865: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
26866: text repassing2 operator static vars
26867:
26868: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
26869: main/pa_string.C: process text repassing
26870:
26871: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26872: module:calls changes
26873:
26874: 2001-02-13 paf
26875:
26876: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
26877: ^class:calls[] started
26878:
26879: * src/: include/pa_value.h, main/core.C: z
26880:
26881: * src/main/core.C: operators : and self. prefixes
26882:
26883: * src/main/core.C: z
26884:
26885: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26886: tested
26887:
26888: * src/: include/pa_string.h, main/pa_string.C: String_iterator
26889: optimized
26890:
26891: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
26892: would change privates to better support optimization
26893:
26894: * src/: include/pa_string.h, main/pa_string.C:
26895: String_iterator::skip_to todo:optimize
26896:
26897: 2001-02-12 paf
26898:
26899: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
26900: String_iterator
26901:
26902: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
26903: comments
26904:
26905: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
26906: self/methodref joined
26907:
26908: 2001-02-11 paf
26909:
26910: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
26911: main/main.dsp: core started. core.C, context&value .h
26912:
26913: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26914: include/pa_string.h, main/main.dsp, main/pa_array.C,
26915: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
26916:
26917: 2001-01-30 paf
26918:
26919: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
26920: comments
26921:
26922: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
26923: main/pa_pool.C: moved pa_pool.C to be target specific
26924:
26925: * src/: include/pa_exception.h, include/pa_pool.h,
26926: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
26927: to & changes
26928:
26929: * src/: include/pa_exception.h, include/pa_pool.h,
26930: include/pa_request.h, include/pa_table.h, main/pa_array.C,
26931: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
26932: re-associated. that's much better even removed 'die' necessety
26933:
26934: * src/: include/pa_error.h, include/pa_exception.h,
26935: include/pa_pool.h, include/pa_request.h, main/main.dsp,
26936: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
26937: targets/Makefile.am: lowered targets/parser into subdir, added
26938: parser_Pool(Pool) failed to add. would think..
26939:
26940: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
26941: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
26942: main/pa_string.C, main/pa_table.C: Table more like C++ style
26943: hence lots of 'const'
26944:
26945: * src/: include/pa_error.h, include/pa_request.h,
26946: include/pa_string.h, include/pa_table.h, main/pa_error.C,
26947: main/pa_table.C: Error fixed
26948:
26949: 2001-01-29 paf
26950:
26951: * src/: include/pa_array.h, include/pa_common.h,
26952: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
26953: include/pa_request.h, include/pa_string.h, include/pa_table.h,
26954: main/Makefile.am, main/pa_array.C, main/pa_common.C,
26955: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
26956:
26957: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26958: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26959: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
26960: main/pa_string.C, main/pa_table.C: Request Error Table
26961:
26962: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
26963: templates"
26964:
26965: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
26966: main/main.dsp, main/pa_array.C: templates failed no template
26967: specializations [VC6], no library auto instantation [VC6, GNU c++
26968: 2.95.2-6 from latest cygwin]
26969:
26970: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
26971: include/pa_string.h, include/pa_table.h, include/pa_types.h,
26972: main/main.dsp, main/pa_array.C, main/pa_string.C,
26973: main/pa_table.C: Table started would test template Array now
26974:
26975: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
26976: String originating
26977:
26978: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
26979: main/pa_hash.C: made local Hash-es not thread safe=quicker by
26980: SYNCHRONIZED(thread_safe)
26981:
26982: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
26983: parts to top
26984:
26985: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
26986: main/pa_threads.C: decided on one global_mutex, like PHP as I can
26987: see: needed only in global Hash now, made Hash:: put/get
26988: SYNCHRONIZED
26989:
26990: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
26991: main/pa_threads.C: added pa_threads
26992:
26993: Mutex
26994:
26995: * src/include/pa_hash.h: some comments
26996:
26997: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
26998: Array& operator += (Array& src)
26999:
27000: * src/main/pa_array.C: expand not convinient, would rewrite
27001:
27002: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
27003: (Array& src)
27004:
27005: rethought, would change now
27006:
27007: 2001-01-27 paf
27008:
27009: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
27010: caching
27011:
27012: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27013: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
27014: cache rethought to chunk caching
27015:
27016: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
27017: include/pa_string.h, main/main.dsp, main/pa_array.C,
27018: main/pa_hash.C, main/pa_string.C: Array 0
27019:
27020: * src/main/pa_string.C: String::operator ==
27021:
27022: * src/main/pa_hash.C: String(&String)
27023:
27024: * src/main/pa_hash.C: added pa_hash.C [forgotten]
27025:
27026: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
27027: main/main.dsp, main/pa_string.C: uint, and added pa_types &
27028: pa_hash[forgotten]
27029:
27030: 2001-01-26 paf
27031:
27032: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
27033: removed templates [vc++ suxx]
27034:
27035: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
27036: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
27037:
27038: * src/include/: pa_pool.h, pa_string.h: pa_pool split
27039:
1.119 moko 27040: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 27041:
1.119 moko 27042: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 27043: check
27044:
27045: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
27046: dynamic row_count
27047:
27048: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27049: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27050: targets/Makefile.am: Initial revision
27051:
27052: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
27053: main/main.dsp, main/pa_pool.C, main/pa_string.C,
27054: targets/Makefile.am: creating parser3 module
27055:
E-mail: